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;
	font-family:Verdana, Geneva, sans-serif;
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Light.woff') format('woff'),
		 url('font/Roboto-Light.ttf') format('truetype'),
		 url('font/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Regular.woff') format('woff'),
		 url('font/Roboto-Regular.ttf') format('truetype'),
		 url('font/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Italic';
	src: url('font/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Italic.woff') format('woff'),
		 url('font/Roboto-Italic.ttf') format('truetype'),
		 url('font/Roboto-Italic.svg#Roboto-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url('font/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	     url('font/RobotoCondensed-Regular.woff') format('woff'),
		 url('font/RobotoCondensed-Regular.ttf') format('truetype'),
		 url('font/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-Bold.woff') format('woff'),
		 url('font/Roboto-Bold.ttf') format('truetype'),
		 url('font/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('font/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/Roboto-BoldItalic.woff') format('woff'),
		 url('font/Roboto-BoldItalic.ttf') format('truetype'),
		 url('font/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url('font/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/RobotoCondensed-Bold.woff') format('woff'),
		 url('font/RobotoCondensed-Bold.ttf') format('truetype'),
		 url('font/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-It';
	src: url('font/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
	     url('font/MyriadPro-It.otf') format('opentype'),
		 url('font/MyriadPro-It.woff') format('woff'),
		 url('font/MyriadPro-It.ttf') format('truetype'),
		 url('font/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-BoldIt';
	src: url('font/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
	     url('font/MyriadPro-BoldIt.otf') format('opentype'),
		 url('font/MyriadPro-BoldIt.woff') format('woff'),
		 url('font/MyriadPro-BoldIt.ttf') format('truetype'),
		 url('font/MyriadPro-BoldIt.svg#MyriadPro-BoldIt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'caflisch_scriptregular';
    src: url('font/caflisch_script_regular-webfont.eot');
    src: url('font/caflisch_script_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/caflisch_script_regular-webfont.woff') format('woff'),
         url('font/caflisch_script_regular-webfont.ttf') format('truetype'),
         url('font/caflisch_script_regular-webfont.svg#caflisch_scriptregular') 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;
}
a:hover {
	outline:none;
}
#wrapper {
	width:auto;
	height:auto;
}
.wrapper_container_DRG {
	max-width:1212px;
	height:auto;
	margin:auto;
}
/*============================================ Headeer Start ============================================*/
.shadow_DRG{
	background:url(images/header_shadow_DRG.png) repeat-x top;
	padding-top:4px;
}
.header_container_DRG{
	background:#fff;
	padding:15px;
}
.logo_DRG{
	float:left;
	padding-top:20px;
}
.logo_DRG img{
	display:inline-block;
}
.header_text_DRG{
	float:left;
	color:#000;
	font-family: 'MyriadPro-It';
	font-size:19px;
	text-align:center;
	font-weight:normal;
	width:41%;
	padding-top:25px;
}
.header_text_DRG strong{
	font-family: 'MyriadPro-BoldIt';
	font-weight:normal;
}
.header_phone_DRG{
	float:right;
}
.header_phone_DRG h1{
	font-family: 'RobotoCondensed-Bold';
	font-weight:normal;
	color:#084c8d;
	font-size:44px;
	padding-top:5px;
}
.header_phone_DRG h3{
	font-family: 'Roboto-Regular';
	font-weight:normal;
	color:#4f4f4f;
	font-size:18px;
}
/*============================================ Banner Start ============================================*/
.banner_container_DRG{
	background:url(images/banner_DRG.jpg) repeat-x center bottom #f7f7f5;
	border-bottom:2px solid #ebebea;
	padding-bottom:15px;
}
.het_now_debt_form_DRG{
	width:690px;
	height:auto;
	float:right;
	padding-top:20px;
}
.het_now_debt_form_DRG h1{
	color:#404142;
	font-size:51px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	text-align:center;
}
.het_now_debt_form_DRG h1 span{
	font-family: 'Roboto-Regular';
	font-weight:normal;
}
.het_now_debt_form_DRG h3{
	border-bottom:2px solid #e5e7e8;
	text-align:center;
	padding-top:15px;
}
.het_now_debt_form_DRG h3 span{
	color:#084c8d;
	font-size:23px;
	text-align:center;
	font-family: 'Roboto-Italic';
	padding-left:20px;
	padding-right:20px;
	background:#f9f9f7;
	margin-bottom:-12px;
	display:inline-block;
}
.het_now_debt_form_DRG ul{
	margin-bottom:0px;
	padding-top:20px;
}
.het_now_debt_form_DRG ul li{
	color:#084c8d;
	font-size:17px;
	font-weight:normal;
	font-family: 'RobotoCondensed-Regular';
	display:inline-block;
	background:url(images/home_arrow_DRG.png) no-repeat left 0px;
	padding-left:27px;
	padding-right:30px;
	margin-top:10px;
}
.het_now_debt_form_DRG ul li:last-child{
	padding-right:0px;
}
.get_box_conti_DRG{
	text-align:center;
	max-width:555px;
	margin:auto;
	margin-top:20px;
}
.get_box_conti_DRG img{
	display:inline-block;
}
.get_box_DRG{
	background:#e8e9eb;
	border:3px solid #FFF;
	padding:15px;
}
.get_box_DRG h1{
	color:#084c8d;
	font-size:34px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	position:relative;
}
.get_arrow_DRG{
	position:absolute;
    top: 20px;
    right: -42px;
}
.get_box_DRG p{
	color:#252626;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	padding-top:8px;
	padding-bottom:8px;
}
.get_box_DRG .dropdown-toggle{
	height:50px;
	border-color:#969492;
	color:#3a3a3a;
	font-size:22px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	background: #fff;  
	background: -moz-linear-gradient(top, #fff 0%, #e0e1e1 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#e0e1e1 100%);
	background: linear-gradient(to bottom,  #fff 0%,#e0e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e0e1e1',GradientType=0 );
}
.get_box_DRG .bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
	border-color:#969492;
	background: #fff;
	background: -moz-linear-gradient(top,  #e0e1e1 0%, #fff 100%);
	background: -webkit-linear-gradient(top,  #e0e1e1 0%,#fff 100%);
	background: linear-gradient(to bottom,  #e0e1e1 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e1', endColorstr='#fff',GradientType=0 );
}
.get_box_DRG .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	text-align:center;
}
.get_box_DRG .bootstrap-select {
	height:50px;
}
.get_box_DRG .dropdown-menu {
	color:#494949;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
}
.bootstrap-select.btn-group .dropdown-menu li{
	padding-top:0px;
	text-align:left;
	color:#084c8d;
	font-size:17px;
	font-weight:normal;
	font-family: 'RobotoCondensed-Regular';
	display:block;
	background:none;
	padding:0px;
	margin-top:0px;
}
.get_box_DRG .dropdown-toggle .caret {
	vertical-align:middle;
	border-top:0px dashed !important;
	border-top:0px solid\9 !important;
	border-right:0px solid transparent !important;
	border-left:0px solid transparent !important;
	background:url(images/seleft_tir_DRG.png) no-repeat right top;
	width:25px;
	height:44px;
	margin-top: 0 !important;
	right: 9px !important;
	top: 5% !important;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.continue_btn_DRG{
	text-align:center;
}
.continue_btn_DRG input[type="image"]{
	display:inline-block;
}
/*============================================ Home Content Start ============================================*/
.home_content_DRG{
	padding-top:30px;
	padding-bottom:50px;
}
.home_content_DRG h1{
	color:#595959;
	font-size:24px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	text-align:center;
}
.home_content_DRG p{
	color:#575859;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:20px;
}
.home_box_DRG{
	margin-top:20px;
	background:#eef2f7;
	padding:15px;
}
.home_box_DRG h1{
	color:#565656;
	font-size:22px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
	text-align:center;
}
.home_box_DRG p{
	color:#595959;
	font-size:16px;
	font-family: 'Roboto-Italic';
	padding-top:10px;
}
.home_box_DRG h3{
	color:#565656;
	font-size:32px;
    font-family: 'caflisch_scriptregular';
	font-weight:normal;
	padding-top:10px;
}
/*============================================ Inner Content Start ============================================*/
.inner_container_DRG{
	padding-bottom:50px;
}
.inner_content_DRG{
	padding-top:30px;
}
.inner_content_DRG h1{
	color:#084c8d;
	font-size:33px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
}
.inner_content_DRG h3{
	color:#39b54a;
	font-size:22px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
	padding-top:20px;
}
.inner_content_DRG p{
	font-family: 'Roboto-Light';
	font-weight:normal;
	font-size:16px;
	padding-top:15px;
	color:#3f3f3f;
}
.inner_content_DRG hr{
	border-color:#8897aa;
	margin-bottom:0px;
}
.inner_right_form_container_DRG{
	padding-top:30px;
}
.free_debt_title_DRG{
	color:#fff;
	font-size:28px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
	text-align:center;
	background:#084c8d;
	padding:15px;
}
.free_debt_form_DRG{
	background:#dfe8f0;
	padding:15px 27px 30px;
}
.free_debt_form_DRG h1{
	color:#084c8d;
	font-size:25px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-top:3px;
	text-align:center;
	padding-bottom:7px;
	position:relative;
}
.inner_arrow_DRG{
	position:absolute;
	right: -61px;
    top: 19px;
}
.free_debt_form_DRG h2{
	color:#084c8d;
	font-size:19px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	text-align:center;
}
.free_debt_form_DRG p{
	color:#252626;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto-Italic';
	text-align:center;
	padding-top:7px;
	border-top:1px solid #dae2ea;
	padding-bottom:20px;
}
.free_debt_form_DRG input[type="text"],
.free_debt_form_DRG input[type="tel"],
.free_debt_form_DRG input[type="email"]{
	height:40px;
	border-color:#969492;
	color:#3c3b3d;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
.free_debt_form_DRG input[type="text"]::-moz-placeholder,
.free_debt_form_DRG input[type="tel"]::-moz-placeholder,
.free_debt_form_DRG input[type="email"]::-moz-placeholder {
    color: #6f6e70;
}
.free_debt_form_DRG .dropdown-toggle{
	height:40px;
	border-color:#969492;
	color:#3c3b3d;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	text-align:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #e0e1e1 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#e0e1e1 100%);
	background: linear-gradient(to bottom,  #fff 0%,#e0e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e0e1e1',GradientType=0 );
}
.free_debt_form_DRG .bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
	border-color:#969492;
	background: #fff;
	background: -moz-linear-gradient(top,  #e0e1e1 0%, #fff 100%);
	background: -webkit-linear-gradient(top,  #e0e1e1 0%,#fff 100%);
	background: linear-gradient(to bottom,  #e0e1e1 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e1', endColorstr='#fff',GradientType=0 );
}
.free_debt_form_DRG .bootstrap-select {
	height:40px;
}
.free_debt_form_DRG .dropdown-menu {
	color:#494949;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	padding:0px;
}
.bootstrap-select.btn-group .dropdown-menu li{
	padding-top:0px;
	text-align:left;
	color:#084c8d;
	font-size:17px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	display:block;
	background:none;
	padding:0px;
	margin-top:0px;
}
.free_debt_form_DRG .dropdown-toggle .caret {
	vertical-align:middle;
	border-top:0px dashed !important;
	border-top:0px solid\9 !important;
	border-right:0px solid transparent !important;
	border-left:0px solid transparent !important;
	background:url(images/inner_seleft_tir_DRG.png) no-repeat right top;
	width:19px;
	height:33px;
	margin-top: 0 !important;
	right: 9px !important;
	top: 5% !important;
}
.free_debt_form_DRG .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.continue_btn_DRG,
.privacy_DRG{
	text-align:center;
}
.privacy_DRG{
	padding-top:10px;
}
.continue_btn_DRG input[type="image"],
.privacy_DRG img{
	display:inline-block;
}
/*============================================ Contact Page Start ============================================*/
.contact_form_DRG p{
	color:#3f3f3f;
	font-size:16px;
	font-family: 'Roboto-Light';
	font-weight:normal;
	padding-top:15px;
}
.contact_form_DRG h3{
	color:#084c8d;
	font-size:16px;
	font-family: 'Roboto-Italic';
	font-weight:normal;
	padding-top:15px;
	border-bottom:1px solid #8897aa;
	padding-bottom:15px;
	margin-bottom:20px;
}
.contact_form_DRG h3 strong{
	font-family: 'Roboto-BoldItalic';
	font-weight:normal;
	text-decoration:underline;
}
.contact_form_DRG label{
	color:#6f6e70;
	font-size:17px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.contact_form_DRG input[type="text"],
.contact_form_DRG input[type="tel"],
.contact_form_DRG input[type="email"],
.contact_form_DRG textarea{
	height:40px;
	border-color:#969492;
	color:#3c3b3d;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
.con_pad_left_DRG{
	padding-left:0px !important;
	padding-right:10px !important;
}
.con_pad_none_DRG{
	padding:0px !important;
}
.submit_btn_DRG{
	text-align:right;
}
/*========================================== Quote Page Start ==================================*/
.quote_anner_container_DRG{
	background:url(images/quote_banner_DRG.jpg) repeat-x center bottom #f7f7f5;
	border-bottom:2px solid #ebebea;
	padding-bottom:15px;
}
.quote_form_conti_DRG{
	text-align:center;
	padding-top:50px;
}
.quote_form_conti_DRG h1{
	color:#084c8d;
	font-size:43px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-bottom:15px;
}
.quote_form_conti_DRG h2{
	color:#084c8d;
	font-size:33px;
	font-weight:normal;
	font-family: 'Roboto-Regular';	
}
.quote_form_conti_DRG p{
	color:#252626;
	font-size:21px;
	font-weight:normal;
	font-family: 'Roboto-Italic';
	padding-top:10px;
	border-top:1px solid #ebebea;
	position:relative;
}
.quote_arrow_DRG{
	position:absolute;
	left:0px;
	top:30px;
}
.quote_form_DRG{
	padding:20px 22% 10px;
}
.quote_form_DRG input[type="text"],
.quote_form_DRG input[type="tel"],
.quote_form_DRG input[type="email"]{
	height:40px;
	border-color:#969492;
	color:#3c3b3d;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
/*============================================ Thankyou Page Start ============================================*/
.thankyou_container_DRG{
	background:#dfe8f0;
	padding-bottom:40px;
}
.thankyou_wrap_conti_DRG{
	background:#FFF;
	padding:8% 15px;
	margin-top:40px;
	text-align:center;
}
.thankyou_wrap_conti_DRG h1{
	font-size:32px;
	color:#39b54a;
	font-weight:normal;
	font-family: 'Roboto-Bold';
}
.thankyou_wrap_conti_DRG h2{
	font-size:30px;
	color:#444444;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	padding-top:15px;
}
.thankyou_wrap_conti_DRG h3{
	font-size:25px;
	color:#444444;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	padding-top:45px;
}
.thankyou_wrap_conti_DRG h3 img{
	margin-left:5px;
	margin-right:5px;
}
.thankyou_box_DRG{
	border:5px solid #FFF;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	padding:20px 10px;
	background:#f9f9f9;
	max-width:690px;
	margin:auto;
	margin-top:50px;
}
.thankyou_box_DRG h1{
	color:#39b54a;
	font-size:63px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	padding-top:20px;
}
.thankyou_box_DRG h1 a,
.thankyou_box_DRG h1 a:hover,
.thankyou_box_DRG h1 a:focus{
	color:#39b54a;
	font-size:63px;
	font-weight:normal;
	font-family: 'Roboto-Bold';
	text-decoration:none;
	outline:none;
}
.thankyou_box_DRG h2{
	color:#444444;
	font-size:22px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
}
.thankyou_box_DRG h2 strong{
	font-weight:normal;
	font-family: 'Roboto-Bold';
}
.thankyou_box_DRG h3{
	color:#444444;
	font-size:17px;
	font-weight:normal;
	font-family: 'Roboto-Regular';
	padding-top:15px;
}
.thankyou_box_DRG h3 span{
	font-family: 'Roboto-BoldItalic';
}
/*============================================ Footer Start ============================================*/
.footer_container_DRG{
	border-top:2px solid #f0f1f1;
	padding:20px 15px 30px;
}
.footer_ad_DRG{
	text-align:left;
	padding-top:10px;
}
.footer_ad_DRG img{
	display:inline-block;
}
.footer_navi_DRG{
	color:#084c8d;
	font-size:16px;
	font-family: 'Roboto-Regular';
	font-weight:normal;
	text-align:center;
	padding-top:20px;
}
.footer_navi_DRG a{
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}
.footer_logo_DRG{
	text-align:right;
	padding-top:10px;
}
.footer_logo_DRG p{
	color:#595959;
	font-size:12px;
	font-family: 'RobotoCondensed-Regular';
}
.clear {
	clear:both;
}
