/*@font-face {
	font-family: trojanPro;
	src: url(../fonts/TrajanPro-Regular.ttf);
}*/

@font-face {
    font-family: 'vivaldi_scriptregular';
    src: url('../fonts/vivaldi_script-webfont.eot');
    src: url('../fonts/vivaldi_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vivaldi_script-webfont.woff') format('woff'),
         url('../fonts/vivaldi_script-webfont.ttf') format('truetype'),
         url('../fonts/vivaldi_script-webfont.svg#vivaldi_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Times New Roman';
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #10365d 0%, #10365d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#10365d), color-stop(100%,#10365d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#10365d 0%,#10365d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#10365d 0%,#10365d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#10365d 0%,#10365d 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#10365d 0%,#10365d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#10365d',GradientType=0 ); /* IE6-9 */
	font-size: 13px;
	color: #FFF;
}

#main-container {
	margin-top: 85px;
}

.container {
	width: 1080px !important;
}

/* End of general */

/* Start of header */

#main-header {

	background: url('../images/body-bg.jpg') #f4f8fb center top no-repeat;
	height: 132px;

}

#main-header #main-logo img {

	margin-top: 0px;

}

#main-header .left-panel {

	padding: 0px 0px 10px 0px;

}

#main-header .container {

	position: relative;
	margin-top: -11px;
}

.contact-panel {

	font-size: 11px;
	position: absolute;
	left: 117px;
	color: #00426b;
	margin-top: 55px;
	width: 400px;

}


.contact-panel ul {

	list-style: none;
	margin-left: -19px;

}

.contact-panel ul li {

	display: inline-block;
	margin-right: 9px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.contact-panel ul li a {
	color: #000;
}

.contact-panel ul li img {

	margin-right: 5px;

}

.contact-panel ul li span {

	margin-top: 5px;
	font-size: 12px;
	display: inline-block;
    font-family: "Arial" !important;   
    margin-left: 5px;

}

#main-nav {

	text-align: right;
	float: right;
	margin-top: 12px;

}

#main-nav ul {

	margin: 0px;
}

#main-nav ul li:hover {

	background: #FFF;
	

}

#main-nav ul li:hover a {

	color: #000;

}

#main-nav ul li {

	display: inline-block;
	position: relative;
	float: left;


}

#main-nav ul li a {

	color: #FFF;
	padding: 15px 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	background: #10365d;
	margin-top: 45px;

}

#main-nav ul li a:hover, #main-nav ul li:hover > a {

	background: url('../images/hover-menu-bg.jpg') #FFF center bottom repeat-x;
	color: #000;

}

#main-nav ul ul {

	z-index: 9999;
	display: none;
	position: absolute;
	background: #10365d;
	margin: 0px;
	text-align: left;
	width: 133%;

}

#main-nav ul ul li {

	display: block;
	border-bottom: 1px solid #FFF;
	float: none;
	width: 200px;

}

#main-nav ul ul li a {

	padding: 10px 20px;
	display: block;
	color: #FFF !important;
	margin: 0;

}

#main-nav ul ul li a:hover {

	background: #0b2d50;
}

#main-nav ul li:hover > ul {

	display: block;

}

#main-nav ul ul ul {

	position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
	
}

#main-nav ul .menu-left {

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}

#main-nav ul .menu-right {

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

#main-nav ul .menu-left, #main-nav ul .menu-right {

	background: #10365d;
	width: 10px;
	height: 50px;
	margin-top: 45px;
}

#main-nav ul .menu-left:hover {

	background: #10365d;

}


/* Start of banner */

#banner-body {

	background: url('../images/main-bg.jpg') #cbbcbb center top no-repeat;
	background-size: 100% 100%;
	height: 680px;

}

#content-body {

	background: url('../images/main-bg.jpg') #cbbcbb  0px 0px fixed;
	background-size: 100% auto;
	padding-bottom: 85px;

}

.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 570px;	
	width: 650px;
	margin-top: 35px;
}

.roundabout-moveable-item {
	height: 570px;	
	width: 440px;
	cursor: pointer;
	background-color: #000;

	box-shadow: 0px 5px 30px #000;
	-webkit-box-shadow: 0px 5px 30px #000;
	-moz-box-shadow: 0px 5px 30px #000;
	-o-box-shadow: 0px 5px 30px #000;
}

.roundabout-moveable-item img {

	opacity: 0.5;
	 /* IE 8 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	 /* IE 5-7 */
	 filter: alpha(opacity=50);

	 /* Netscape */
	 -moz-opacity: 0.5;

	 /* Safari 1.x */
	 -khtml-opacity: 0.5;

}

.roundabout-in-focus {

	cursor: auto;
	box-shadow: 0px 5px 30px #FFF;
	-webkit-box-shadow: 0px 5px 30px #FFF;
	-moz-box-shadow: 0px 5px 30px #FFF;
	-o-box-shadow: 0px 5px 30px #FFF;

}

.roundabout-in-focus img {

	opacity: 1 !important;

}

.ydcp-img {
	margin-top: -145px;
	position: relative;
	z-index: 999;
	margin-left: 430px;
}

#slider li a.v-link {

	position: absolute;
	color: #FFF;
	top: 85px;
	left: 175px	;
	font-weight: normal;
	font-size: 10px;
	background: #10365d;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

}

#slider li a.ad-top {
	top: 130px !important;
}

/* Start of content */
#content-info {

	background: #FFF;
	padding: 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-o-box-shadow: 0px 0px 10px #000;

	color: #323232;
	font-size: 14px;
	line-height: 25px;
	margin-top: 25px;

}

.gallery {

	margin-bottom: 20px;

}

.gallery a img {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 3px solid #afafaf;

}

#content-info p {

	font-family: Arial;
	margin-bottom: 10px;

}

.bq-panel {

	padding: 0px 50px 10px 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;

}

.alert-info {

	font-family: 'Arial';

}

#contact-info p {

	margin-bottom: 15px;

}

.lb-image {

	max-width: none;

}

/* Contact form */


#contact-form input[type=text], #contact-form textarea {



}

#contact-form input[type=submit] {

	font-weight: bold;
	padding: 10px 25px;

}

#map_canvas {

        width: 100%;
        height: 300px;
        margin-bottom: 25px;

}

#product-container .product {

	margin-bottom: 10px;
	border-bottom: 1px dashed #717171;
	padding: 10px 0px;

}

#product-container .product .title {

	font-size: 18px;
	color: #1e5a96;
	margin-bottom: 10px;
	display: block;

}

#product-container .product p {

	margin-bottom: 5px;	
}

#product-container .product img {

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;

}

.btn {

	font-family: 'Arial';

}

.project-view {

	background: url('../images/product-panel-bg.jpg') #FFF center bottom repeat-x !important;

}

.project-view .project-photo {

	margin-bottom: 10px;
	width: 100%;

}

.project-view {

	padding: 0px !important;

}

.project-view h4 {

	font-family: "vivaldi_scriptregular";
	font-size: 30px;
	margin-bottom: 40px;

}

.project-view .inner {

	padding: 20px;

}

.project-view h2 {

	background: #1f5b97;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
	padding: 5px 0px;

}

.sample-list, .sample-list-bot {

	margin: 0px;
	list-style: none;

}

.sample-list li, .sample-list-bot li {

	float: left;

}

.sample-list .span3 {

	margin-bottom: 20px;
	width: 55px;
	margin-right: 13px;

}

.sample-list-bot .span3 {

	margin-bottom: 20px;
	width: 55px;
	margin-right: 0px;
	margin-left: 20px;

}

.sample-list img, .sample-list-bot img {

	-moz-box-shadow:    3px 3px 5px 0px #5d5d5d;
	-webkit-box-shadow: 3px 3px 5px 0px #5d5d5d;
	box-shadow:         3px 3px 5px 0px #5d5d5d;

}

.sample-list .span3 span, .sample-list-bot .span3 span {

	font-size: 13px;
	font-family: "Times new Roman";
	text-align: center;
	display: block;
	line-height: 15px;
	margin-top: 5px;

}

.lb-caption,.lb-number {

	font-family: 'Arial';
	font-weight: normal;

}

/* Start of footer */
#main-footer {

	font-size: 11px;
	background: #10365d;
	padding: 15px 0px 25px 0px;

}

.social-link-list {

	text-align: right;
	margin: 0px; 

}

.social-link-list li {

	display: inline-block;
	list-style: none;
	padding-left: 10px;

}

.social-link-list li img {

	height: 40px;
	width: 40px;

}

.social-label {

	margin-top: 15px;
	margin-right: 25px;

}
.pull-left {
	margin-top: 18px !important;
}

.project-content {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn-toolbar {
	text-align: center;
}
.btn-primary {
	margin: 3px;
}
.back-to-top {
display: block;
margin-top: 10px;

padding: 4px 10px;
font-size: 12px;
font-weight: 500;
color: #000;
text-align: center;

}

.s-lst {
	font-family: "Arial" !important;
}

.s-lst strong {
	font-weight: normal;
}

.undrln {
	text-decoration: underline;
	color: #0088cc !important;
}

.std-blue {
	color: #10365d;
}

h4 {
	line-height: 1.5em;
}























