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, b, u, i, center, 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;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	background:url(images/TransitionGeneric.jpg) no-repeat center top #fff !important;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0px !important;
}

@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf') format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Italic.woff') format('woff'),
		 url('font/OpenSans-Italic.ttf') format('truetype'),
		 url('font/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Semibold.woff') format('woff'),
		 url('font/OpenSans-Semibold.ttf') format('truetype'),
		 url('font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf') format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_box_plb{
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.pooup_container_gtp{
	max-width:800px;
	margin:auto;
	height:auto;
	background:#fff;
	box-shadow: 0px 0px 18px #dcdcdc;
	-moz-box-shadow: 0px 0px 18px #dcdcdc;
	-webkit-box-shadow: 0px 0px 18px #dcdcdc;
	margin-top:5%;
	margin-bottom:5%;
}
.pop_wrapper_gtp{
	text-align:center;
}
.pop_wrapper_gtp h1{
	color:#fff;
	font-family: 'OpenSans-Semibold';
	font-size:32px;
	font-weight:normal;
	text-decoration:none;
	outline:none;
	background:#b2b2b2;
	padding:10px 0px 12px;
	box-shadow: 1px 2px 3px #c2c2c2;
	-moz-box-shadow: 1px 2px 3px #c2c2c2;
	-webkit-box-shadow: 1px 2px 3px #c2c2c2;
}
.padd_gtp{
	padding:15px 30px;
}
.pop_wrapper_gtp h2{
	color:#565454;
	font-size:21px;
	font-family: 'OpenSans';
	font-weight:normal;
	border-top:1px solid #d3d2d2;
	padding-top:30px;
	padding-bottom:30px;
	line-height:30px;
}
.pop_wrapper_gtp h2 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.pop_wrapper_gtp h3{
	color:#1b75bc;
	font-size:21px;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:20px;
	border-top:1px solid #d3d2d2;
	line-height:28px;
}
.pop_wrapper_gtp h3 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.pop_wrapper_gtp h4{
	font-family: 'OpenSans-Italic';
	color:#444439;
	font-size:19px;
	font-weight:normal;
	padding-bottom:35px;
}
.loader_gray{
	text-align:center;
	padding-top:10px;
}
.loader_gray img{
	display:inline-block;
	margin-top:20px;
}
.thankshappy_gtp{
	margin:auto;
	text-align:center;
	padding-top:25px;
	padding-bottom:45px;
	font-family: 'OpenSans-Italic';
	color:#686464;
	font-size:25px;
	font-weight:normal;
}
.clear {
	clear:both;
}
