/*=========
general css start
==========*/
@font-face {
 font-family: 'MyriadProRegular';
 src: url('../fonts/myriadpro-regular.eot');
 src: local(' '), url('../fonts/myriadpro-regular.woff') format('woff'), url('../fonts/myriadpro-regular.ttf') format('truetype'), url('../fonts/myriadpro-regular.svg#webfontmtZy8gun') format('svg');
 font-weight: normal;
 font-style: normal;
}
*+html {
	margin:0px;
	padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	outline:none;
}
p {
	margin:0px;
	padding:0px 0px 15px 0px;
}
ul li, ol li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	color:#4a70ba;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
.floatleft {
	float:left;
}
.floatrignt {
	float:right;
}
.flclear {
	float:none;
	clear:both;
}
.aligncenter {
	text-align:center;
}
.alignjustify {
	text-align:justify;
}
.alignright {
	text-align:right;
}
.po-absolute {
	position:absolute;
}
.po-relative {
	position:relative;
}
.po-inherit {
	position:inherit;
}
.po-static {
	position:static;
}
.pad10 {
	padding:10px;
}
.spacer2 {
	height:2px;
}
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}
.spacer20 {
	height:20px;
}
.spacer40 {
	height:40px;
}
input[type="text"] {
	font-family:'MyriadProRegular';
	font-size:14px;
	color:#424242;
	border:solid 1px #c1c1c1;
	background:#ffffff;
	width:100%;
	height:30px;
}
select {
	font-family:'MyriadProRegular';
	font-size:13px;
	color:#424242;
	border:solid 1px #c1c1c1;
	background:#ffffff;
	width:100%;
	height:30px;
	padding:5px;
}
/*=============
general css END
============*/
body {
	background:#e8e7e7;
	width:100%;
	margin:0 auto;
	padding:0px;
	font-family:'MyriadProRegular';
	font-size:14px;
	color:#080808;
	text-decoration:none;
}
.redtext{color:#FF0000;}
.header{ position:absolute; z-index:2; width:100%;}
.header-top
{
	background:url(../images/header-top-bg.png) repeat top center;
}
.header-bottom
{
	background:url(../images/header-bottom-bg.png) repeat top center;
}
.navbar{border-radius:0px; margin-bottom:0px; border:none;}
.navbar-brand{ padding:0px; height:auto;}
.navbar-default{ background:none;}
.navbar-right{ margin-top:13px;}

.navbar-default .navbar-nav > li > a{ color:white; text-transform:uppercase; font-family:'Lato', sans-serif; font-size:18px;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ color:red; background:;}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a  :focus { color:#ff0000; background:white;}



.toprow ul
{
	float:right;
	
}
.toprow ul li
{
	float:left;
	line-height:44px;
	color:#ffffff;
	margin-left:20px;
	font-family:'Lato', sans-serif; 
}
.toprow ul li a
{
	color:#ffffff;	
}
.toprow ul li a:hover
{
	color:red;	
	
}
.toprow ul li img
{
	padding-right:5px;	
}
/*.content{ padding-bottom:20px;}*/
.projectrow
{
	background:#7b74b6;
	padding:20px 0px 0px;
	margin-top:1px;
}
.homeproject a h2
{
	font-family:'Roboto Condensed', sans-serif;
	font-size:26px;
	color:#ffffff;
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
}
.homeproject a img
{
	border:solid 2px #ffffff;
	margin-bottom:20px;
	width:100%;
}
.homeproject a:hover img
{
	border:solid 2px #070707;	
}
.homeproject a:hover h2
{
	color:#333333;	
}
.hedignline {
	background:url(../images/heding-bg.png) repeat-x center left;
	margin-bottom:20px;
}
.hedignline h2 {
	font-size:22px;
	font-family:'MyriadProRegular';
	text-transform:uppercase;	
}
.hedignline h2 span {
	background:#fff;
	color:#1f478c;
	padding-right:10px;
	
}
.text16{ font-size:18px; color:#070707;}
.footer { background:#1f478c; line-height:18px; padding:20px 0px; color:#ffffff; text-align:center;}
.socialicon ul {
	margin-top:10px;
	float:none;
	width:100%;
	text-align:center;
}
.socialicon ul li {
	margin:0px 0px 0px 5px;
	padding:0px;
	float:none;
	display:inline;
}
.socialicon ul li a.fb {
	background:url(../images/social-icon.png) no-repeat 0px 0px;
	display:inline-block;
	width:31px;
	height:31px;
}
.socialicon ul li a.fb:hover {
	background:url(../images/social-icon.png) no-repeat 0px -31px;
	display:inline-block;
	width:31px;
	height:31px;
}
.socialicon ul li a.tw {
	background:url(../images/social-icon.png) no-repeat -35px 0px;
	display:inline-block;
	width:31px;
	height:31px;
}
.socialicon ul li a.tw:hover {
	background:url(../images/social-icon.png) no-repeat -35px -31px;
	display:inline-block;
	width:31px;
	height:31px;
}
.socialicon ul li a.linkdin {
	background:url(../images/social-icon.png) no-repeat -70px 0px;
	display:inline-block;
	width:31px;
	height:31px;
}
.socialicon ul li a.linkdin:hover {
	background:url(../images/social-icon.png) no-repeat -70px -31px;
	display:inline-block;
	width:31px;
	height:31px;
}
.socialicon ul li a.gplus {
	background:url(../images/social-icon.png) no-repeat -105px 0px;
	display:inline-block;
	width:31px;
	height:31px;
}
.socialicon ul li a.gplus:hover {
	background:url(../images/social-icon.png) no-repeat -105px -31px;
	display:inline-block;
	width:31px;
	height:31px;
}
.imgwidth{ width:100%;}
.imgborder
{
	border:1px solid #fff;
	box-shadow:0 5px 5px #cccccc;	
}
.photogallery h4
{
	color:#436ab9;	
}
.photogallery a img
{
	border:solid 2px #666666;
	margin-top:10px;
	margin-bottom:20px;
}
.hline h4 {
    border-bottom: 1px solid #eeeeee;
    color: #3b64b3;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.pointnumber ol
{
	margin:0px 0px 20px 0px;
	padding:0px;
}
.pointnumber ol li
{
	margin: 0 0 0 20px;
    padding: 0 0 0 5px;
	list-style:decimal;
}

ul.list {
    margin: 0 0 10px 0px;
    padding: 0;
}
ul.list li:before {
    color: #2d5d9d;
    content: "";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;    
}

@media (max-width: 800px) {
.camera_caption h3{font-size:45px !important; width:100%!important; margin:0 auto!important;}
.nav > li > a{ padding:15px 7px;}
.homeproject h2
{	
	font-size:23px;	
}
.imgbotpad{ padding-bottom:20px;}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

}

