@import url(http://fonts.googleapis.com/css?family=Lora);

/* @group Set Up */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
img a {
	border:none;
}
a {
	text-decoration:none;
}
body{
	font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
	width: 100%;
	background: url(images/iframe-bg.jpg) 0 285px repeat-x #faf9fc;
}
.clear{
	clear: both;
}
#MainContent{
	margin: 0 auto;
	width: 900px;
	height: 930px;
}
#iframeRapnet{
	width: 800px;
	height: 830px;
}

/* @end */

/* @group Header */

header{
	width: 100%;
	min-width:990px;
	position: relative;
	margin-bottom: 29px;
}
header .extraWrapper{
	margin: 0 auto;
	width: 545px;
}

/* @group Contact */

header .contact{
	position: absolute;
	float: right;
	width: 235px;
	top: 40px;
	right: 40px;
}
header .contact h2{
	font: 30px "'Lora', serif;";
	color: #919ca7;
}
header .contact a{
	color: #b7b6b8;
	font-size: 13px;
	margin-bottom: 2px;
	cursor: pointer;
}
header .contact a:hover{
	text-decoration: underline;
}

/* @group Social Media */

ul.socialMedia {
	margin-top: 5px;
	float: right;
	margin-right: 30px;
}
ul.socialMedia li{
	list-style-type: none;
	background: url(images/socialmedia.png) no-repeat left top;
}
ul.socialMedia a{
	float: left;
	text-indent: -9999px;
	width: 46px;
	height: 39px;
}
ul.socialMedia .facebook{
	background-position: 0 top;
	height: 39px;
	width: 46px;
}
ul.socialMedia .facebook:hover{
	background-position: 0 bottom;
}

/* @end */

/* @end */

/* @group Banner */

header .banner{
	background: url(images/banner-bg.jpg) right top no-repeat;
	height: 69px;
	margin-left: 50px;
	margin-bottom: 29px;
	width: 884px;
	margin: 0 auto;
	position: relative;
}
header .banner p{
	float: left;
	font: 24px/26px "'Lora', serif;";
	width: 184px;
	border-right: 2px solid #dcdcde;
	color: #7d7d7e;
	text-align: center;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 16px;
}
header .banner ul{
	margin-left: 25px;
	list-style-type: circle;
	list-style-position: inside;
	color: #bdbdbd;
	float: left;
	margin-top: 4px;
}
header .banner ul li{
	margin-bottom: 10px;
	margin-right: 25px;
	float: left;
}
header .banner ul li:nth-child(4) {
	margin-left: 4px;
}
header .banner ul li a{
	font-size: 14px;
	color: #7d7d7e;
}
header .banner ul{
	float: left;
	width: 50%;
}
header .banner ul li > i {
	display: none;
  	background-color: #bdcfe0;
	width: 320px;
	float: left;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px #bdcfe0;
	position: absolute;
}
header .banner ul li > i .arrow-up{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #bdcfe0;
	margin-left: 45px;
	margin-top: -16px;
}
header .banner ul li > i h2{
	margin-left: 10px;
	margin-right: 0;
	font: 20px "'Lora', serif;";
	color: #7d7d7e;
	margin-top: 5px;
	float: left;
	border-bottom: 1px dotted #7d7d7e;
}
header .banner ul li > i p{
	border-right: none;
	font: 13px/1.5em "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
	text-align: left;
	width: 300px;
	margin-left: 10px;
	padding: 0;
	margin-top: 5px;
}
/*header .banner ul li:hover i{
	display: block;
}*/
header .banner ul li:first-child > i{
	top: 32px;
}
header .banner ul li:nth-child(2) > i{
	top: 32px;
}
header .banner ul li:nth-child(3) > i{
	top: 60px;
}
header .banner ul li:nth-child(4) > i{
	top: 60px;
}
header .banner ul li:last-child > i{
	top: 88px;
}


/* @end */

/* @end */

/* @group Footer */

footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 700px;
}
footer .Wrapper{
	height: 76px;
	background-image: -webkit-linear-gradient(90deg, #f9f9fc 65.3%, rgba(229, 231, 242, 0) 97.7%);
	background-image: -moz-linear-gradient(90deg, #f9f9fc 65.3%, rgba(229, 231, 242, 0) 97.7%);
	background-image: linear-gradient(0deg, #f9f9fc 65.3%, rgba(229, 231, 242, 0) 97.7%);
}
footer ul{
	list-style-type: none;
	width: 990px;
	margin: auto auto 30px;
	position: relative;
	top: 35px;
}
footer ul li{
	display: inline;
	border-right: 2px solid #dcdcde;
	margin-left: 8px;
	margin-bottom: 3px;
}
footer ul li:last-child{
	border-right:none;
}
footer ul li a{
	font: 22px "'Lora', serif;";
	margin-right: 10px;
	color: #b7b6b8;
}
footer ul li a:hover{
	color: #a4a2a7;
	text-decoration: underline;
}

/* @end */

/* @group PopUp */

#popupBg{
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 254, 0.94);
	display: none;
}
.popUp{
	position: absolute;
	top: 20%;
	right: auto;
	margin-top: 30px;
	z-index: 200;
	margin-bottom: 0;
	margin-left: -451px;
	left: 50%;
	display: none;
	background-color: #f1f4f6;
	box-shadow: 0 1px 6px #cdd0d2;
	border-radius: 5px;
}
.popUp > div{
	padding: 15px;
	width: 800px;
}
.popUp > div:last-child{
	width: 850px;
}
.popUp h2{
	font: 25px "'Lora', serif;";
	color: #7d7d7e;
	margin-bottom: 15px;
	margin-left: 15px;
	border-bottom: 2px solid #7c7d7e;
	width: 300px;
	margin-top: 10px;
}
.popUp p{
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #928d97;
	line-height: 1.5em;
}
.popUp h3{
	font: 22px "'Lora', serif;";
	color: #7d7d7e;
	margin-left: 15px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.popUp > img{
	position: absolute;
	z-index: 200;
	right: -11px;
	top: -10px;
	cursor: pointer;
}
.popUp > img:hover{
	box-shadow: 0 0 4px #1e1f1e;
	border-radius: 20px;
}
.popUp div img{
	margin-left: 15px;
	margin-bottom: 10px;
}

/* @group First Group */

.popUp .first h2{
	width: 250px;
}

/* @end */

/* @group Second Group */

.popUp .second h2{
	width: 88%;
}
.popUp .second  p.para{
	font-size: 17px;
	color: #88838c;
}
.popUp .second p:last-child{
	margin-top: 40px;
}
.popUp .second  p{
	width: 90%;
}

/* @end */

/* @group Third Group */

.popUp .third h2{
	width: 210px;
}
.popUp .third p{
	width: 94%;
}

/* @end */

/* @group Fourth Group */

.popUp .fourth p a{
	color: #746e79;
	text-decoration: underline;
}
.popUp .fourth h2{
	width: 155px;
}

/* @end */

/* @group Fifth Group */

.popUp .fifth{
	float: left;
}
.popUp .fifth h2{
	width: 165px;
	margin-bottom: 0;
}
.popUp .fifth p a{
	color: #746e79;
	text-decoration: underline;
}
.popUp .fifth section.left{
	float: left;
	margin-right: 14px;
}
.popUp .fifth section.right{
	float: right;
	margin-top: 40px;
}

/* @group Form */

form#ajax-contact-form{
	width: 400px;
	margin-right: 25px;
}
form#ajax-contact-form label{
	margin-right: 10px;
	float: left;
	font-size: 14px;
	color: #88838c;
}
form#ajax-contact-form input.textbox{
	margin-bottom: 10px;
}
form#ajax-contact-form textarea.textbox{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100px;
	float: left;
	width: 300px;
}
form#ajax-contact-form input.button{
	color: #746e79;
}
#note{
	color: #ff3001;
	font-size: 11px;
	text-decoration: underline;
	float: right;
	margin-top: -20px;
}
.notification_ok{
	color: #189606;
	text-decoration: underline;
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
}

/* @end */

/* @end */

/* @end */

