/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #47a3da;
    /*background: #47a3da;*/
}
.success_div{

	text-align: center;
	color: green;
}
.contact-form {
float: left;
width: 715px;
height: 550px;
border: 1px solid black;
border-radius: 20px;
margin: 0 auto;
position: fixed;
bottom: 10px;
background: white;
right: 10px;
display: none;
}
.contact-form h2{
	
	text-align: center;

}
.contact-form ul{float:left;

}
.contact-form ul li{float:left;list-style: none;
}
.contact-form ul li .input{float:left; border:1px solid #CFCFCF; padding:10px; width:300px; margin:5px; color:#000; font-size:15px; 
} 
.contact-form ul li .sel{float:left; border:1px solid #CFCFCF; padding:10px; width:322px; margin:5px; color:#737373; font-size:15px;
} 
.contact-form ul li .textarea{float:left; border:1px solid #CFCFCF; padding:10px; width:631px; margin:5px; font-size:15px; height:150px; font-family:'Open Sans',sans-serif;
}
.contact-form ul li .btn {width: 115px; background-color: #2587ed; color: #FFF; height: 34px; cursor: pointer; margin-top:13px; border:none; font-size:16px;
margin-right: 15px;
}
.contact-form ul li .chk{margin:0 5px 0 0;
}
.contact-form ul li span{float:left; background:#f4f4f4; padding:10px; margin:5px 5px 0 0; width:302px; color:#737373;
}


#pr-head-top{float:left; width:100%;  background:#47A3DA url(../../images_tm/pr-head-top.jpg) repeat-x; box-shadow: 0 -4px 14px #000000;}
.pr-tp-logo{ float:left; padding:10px 0;}
.pr-top-links{float:right; font-size:14px;}
.pr-top-links ul{float:left; margin:0; padding:0; list-style-type:none;}
.pr-top-links ul li{float:left; border-right:#1f598a 1px solid; padding:0 10px; margin:22px 0;}
.pr-top-links ul li a{text-decoration:none; color:#1f598a;}
.pr-top-links ul li a:hover{text-decoration:underline;}
.pr-top-links ul li.last{border:none;}
.main-banner{float:left;}
.pr-wrapper{ margin:0 auto; width:80%;}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #47a3da;
	background: #fff;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #47a3da;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #fff;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #fff;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #47a3da;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}


.box-div{  background: #FFFFFF; border:1px solid #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 0 10px #CCCCCC;
    margin: 40px auto;
    min-height: 250px;
    width: 960px; overflow:hidden;}

.box-div-top{ background:url(../images_tm/top-header.jpg) repeat-x; height:105px; border-bottom:1px solid #e1e1e1;border-radius: 8px 8px 0 0; position:relative;}
.box-div-logo{ float:left; margin:20px;}


.box-div-top h1{    color: #004183;
    font: bold 59px 'Lato';
    position: absolute;
    right: 19px;
    top: -26px;}
	
	.box-div-top h1 span{ font-weight:normal; color:#9a9a9a; }
	
	.box-div-top ul { padding:0px;}
	.box-div-top ul li { float:left; width:100%;border-bottom:1px solid #e1e1e1; list-style:none;}
	.box-div-top ul li span{  color: #6C6C6C;
    float: left;
    font-size: 14px;
    padding: 10px 30px;
    width: 470px; }
	.box-div-top ul li span.last{ padding-right:0px;}
	
	
	.box-div-top ul li span img {  margin-right:10px; vertical-align:middle;}
	
.box-div-bottom{ background: url(../../images_tm/bottom-header.jpg) repeat-x; height:105px; clear:both; }
	

.btn{ background: url("../../images_tm/btn-bg.jpg") repeat-x ;
    border-radius: 10px;
    display: block;
    font: bold 37px 'Lato';
    height: 60px;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
    width: 278px; color:#ffffff; text-decoration:0px 1px 0px #000;  position: relative;
  
    top: 23px;}
	
	
	.btn:hover{ color:#fff !important; background:url(../../images_tm/btn-bg-hover.jpg) repeat-x;} 

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}