@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin:0px;
	padding: 0px;
	color:#3c3c3c;
	line-height: 150%;
	background: url(../images/background_bg.jpg);
}

input,select,textarea,a{
	outline: none;
}

a{
	border:none;
	text-decoration: none;
	color:#3c3c3c;
}

img{
	max-width:100%;
	border:0px;
}

ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.container{
	max-width: 1010px;
	width: 100%;
	margin:0 auto;
}

h1,h2{
	line-height: 150%;
}

.main_container{
	background: white;
	position: relative;
}

header:after{
	content:"";
	clear: both;
}

/* Header */

header.shadow{
	/*background: url(../images/about_shadow.png)no-repeat center bottom;
	padding-bottom: 9px;*/
}

.logo{
	margin:20px 0px 20px 30px;
}

.main_menu{
	margin:0px;
}

.testw {
	float:right;
	/*width:50.4%;*/
	width: 610px !important;
}

nav {
	margin-top:25px;
	right: -11px;
	position: relative;
	background: url(../images/menu_shadow.png)no-repeat right bottom;
	padding-bottom: 7px;
}

nav ul{
	/*border:1px solid #1f78c3;
	overflow: auto;*/
	-moz-border-radius: 6px 0px 0px 6px; 
	-webkit-border-radius: 6px 0px 0px 6px; 
	-khtml-border-radius: 6px 0px 0px 6px; 
	border-radius: 6px 0px 0px 6px; 
	behavior: url(border-radius.htc); 
	float:right;
}

nav ul li{
	float:left;
	border-right:1px solid #035396;
	border-left:1px solid #217dcb;
}

ul.first_ul li{
	border-left:none;
	-moz-border-radius: 5px 0px 0px 5px ; /* FF */
	-webkit-border-radius: 5px 0px 0px 5px; /* Safari */
	-khtml-border-radius: 5px 0px 0px 5px; /* Chrome & Others */
	border-radius: 5px 0px 0px 5px; /* IE */
	behavior: url(border-radius.htc); /* IE - this is important */
}

.first_menu li{
	float:left;
}

nav ul li:last-child{
	border-right:none;
}

nav ul li a{
	padding:13px 15px;
	color:white;
	font-size: 16px;
	display:block;
	font-family: 'myriad pro', sans-serif;
	background-color: #1b73bd;
	background-image: -webkit-linear-gradient(top, #1b73bd, #0561ae);
	background-image: -moz-linear-gradient(top, #1b73bd, #0561ae);
	background-image: -ms-linear-gradient(top, #1b73bd, #0561ae);
	background-image: -o-linear-gradient(top, #1b73bd, #0561ae);
	background-image: linear-gradient(top, #1b73bd, #0561ae);
}

nav ul.first_ul li:first-child a{
	-moz-border-radius: 5px 0px 0px 5px ; 
	-webkit-border-radius: 5px 0px 0px 5px; 
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px; 
	behavior: url(border-radius.htc); 
}

/* Slider */

.slider_cont{
	border:1px solid #D5D5D5;
	padding:15px;
	margin:0px 15px 10px 15px;
	-moz-border-radius: 5px 5px 5px 5px ; /* FF */
	-webkit-border-radius: 5px 5px 5px 5px; /* Safari */
	-khtml-border-radius: 5px 5px 5px 5px; /* Chrome & Others */
	border-radius: 5px 5px 5px 5px; /* IE */
	behavior: url(border-radius.htc); /* IE - this is important */
	-moz-box-shadow:    inset 0 0 5px #B9B9B9;
   -webkit-box-shadow: inset 0 0 5px #B9B9B9;
   box-shadow:         inset 0 0 5px #B9B9B9;
	behavior: url(ie-css3.htc); /* IE  - this is important */
	position: relative;
}

.slider{
	position: relative;
}

.details{
	position: absolute;
	top:108px;
	right:0;
}

.details .view_web,
.details .dtext{
	float:right;
}

.details .img{
	position: relative;
}

.details .dtext{
	color:white;
	font-size:14px;
	width: 57%;
	margin-right: 48px;
}

.details .view_web{
	position: absolute;
	/*right:-3px;*/
	right:-6px;
	margin-top:40px;
}

.dbp_logos{
	border-top:5px solid #c91d28;
	-moz-border-radius: 10px 10px 0px 0px; /* FF */
	-webkit-border-radius: 10px 10px 0px 0px; /* Safari */
	-khtml-border-radius: 10px 10px 0px 0px; /* Chrome & Others */
	border-radius: 10px 10px 0px 0px; /* IE */
	behavior: url(border-radius.htc); /* IE - this is important */
	padding-top: 8px;
	background: white;
	position: relative;
top: -11px;
}

.slider{
	max-width:951px;
	width:100%;
	margin:0 auto;
}

.bx-wrapper{
	margin:0px !Important;
}

.bx-wrapper .bx-viewport{
	padding:0px !Important;
	box-shadow:none !important;
}

.bx-wrapper .bx-pager .bx-pager-item{
	margin-right: 162px;
}

.bx-wrapper .bx-pager .bx-pager-item:first-child{
	margin-left: 75px;
}

.bx-wrapper .bx-pager .bx-pager-item:last-child{
	margin-right: 0px !Important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background:url(../images/custom_pager.png)no-repeat !important;
	width:22px !important;
	height:16px !important;
}

.bx-wrapper .bx-pager{
	bottom:0px !important;
	padding-top:0px !important;
	text-align:left;
}

/* about */

.about_dpb{
	padding:15px;
	background: url(../images/about_shadow.png)no-repeat center bottom;
	padding-bottom: 30px;
}

.about_image{
	margin-right:15px;
}

.homepage_about{
	width:66%;
}

.homepage_about .title,
.cont_title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color:#0763b0;
	font-weight: bold;
	margin-bottom: 10px
}

.homepage_about .title span{
	color:#3c3c3c;
}

.homepage_about .read_more{
	position: absolute;
	margin-top:10px;
	right: -6px;
}

.third_column{
	margin:15px;
}

.home_latest{
	width: 50%
}

.home_latest .block{
	padding:10px;
}

.latest_thumb{
	margin-right:10px;
}

.latest_text_cont{
	width: 80%;
	margin-top:8px;
}

.latest_title{
	color:#161616;
	font-size: 14px;
	font-weight: bold;
}

.latest_text{
	
}

a.readmore_button{
	font-size: 13px;
	font-weight: bold;
	color:#0763b0;
}

.vid_cont{
	padding:10px 0px;
}

.company_menu{
	text-align: center;
	background: url(../images/company_shadow.png)no-repeat center top;
	padding-top: 14px;
}

.company_menu ul{
	padding:10px 0px;
}

.company_menu ul li{
	display: inline-block;
	padding:0px 5px 0px 3px;
	border-right:1px solid #d2d2d2;
}

.company_menu ul li:last-child{
	border-right:none;
}

.company_menu ul li a{
	color: #0762af;
	font-size: 13px;
}

footer{
	padding:20px 10px;
}

footer,
footer a{
	color:white;
}