@charset "UTF-8";

/* CSS Document */

.contact-line
{
	border-bottom: 1px dotted #cccccc;
}

.contact-line .b-text
{
	padding: 5px;
	font-weight: bold;
}

.contact-detail
{
	border-bottom: 1px dotted #cccccc;
}

.contact-detail .text
{
	padding: 5px;
}

.contact-clear
	{
		clear: none;
	}

@media(max-width:768px) {

.contact-line
{
	border-bottom: 1px dotted #cccccc;
	/*background: #DBE7EA;*/
	
}
	
.contact-line:last-child
	{
		border-bottom: 0px;
	}
	
.form-group .btn-position
{
	text-align: center;
}

.contact-detail:last-child
{
	border-bottom: 0;
}

.contact-line .b-text
{
	padding: 7px;
	font-weight: bold;
}

.contact-detail .text
{
	padding: 7px;
	font-size:13px;
}

.input-margin
{
	margin-bottom:5px;
}


}

@media(min-width:768px) {

	
.contact-line .b-text
{
	padding: 7px;
	font-weight: bold;
}

.contact-detail .text
{
	padding: 7px;
	margin-bottom: 1px;
	font-size:13px;
}
	
.contact-detail:last-child
{
	border-bottom: 0px;
	
}

.contact-line:last-child
{
	border-bottom:0px;
}
	
.contact-clear
	{
		clear: both;
	}
	
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}
