/**************** Media for Screen less than 980 px Start ****************/
@media screen and (max-width:480px) {

	/****************** Top Menu Css Start ******************/
	.list-border {

		content: "";
		background: #8b8b8b;
		height: 20px;
		width: 2px;
		display: inline-block;
		position: relative;
		top: 8px;

	}

	.social {

		list-style: none;
		display: inline-block;
		margin-bottom: 12px;
		float: none;
		padding-left: 0px;
		text-align: center;
		width: 100%;
		margin-top: 6px;

	}

	.gods {
		padding: 3px 0px 3px 7px;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 7px;
		margin-top: 6px;
		border-left: 2px solid #ddd;
	}



	.logo-sec h4 {
		font-size: 14px;
		letter-spacing: 0.3px;
		text-transform: uppercase;
		font-weight: 700;
		color:
			#790912;
		margin-bottom: 8px;
		margin-top: 16px;
	}

	.pr-5 {
		padding-right: 5px;
	}

	.logo-sec p {
		margin-bottom: 2px;
	}

	.dropdown .dropdown-toggle .fa-angle-down {
		float: right;
		font-size: 16px;
		font-weight: 600;
	}

	.navbar-default .navbar-nav > li > a {
		color:
			#fcfcfc;
		border-bottom: 1px dotted #ddd;
		border-right: 0px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600
	}

	/****************** Top Menu Css End *********************/
}

/**************** Media for Screen less than 980 px End ******************/
@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

/**************** Media for Screen less than 980 px Start ****************/
@media screen and (max-width:980px) {
	/****************** Top Menu Css Start ******************/


	.list-inline {
		list-style: none;
		display: inline-block;
		margin-bottom: 0px;
		text-align: center;
		float: none;
		width: 100%;
	}


	.list-inline li a {
		text-decoration: none !important;

		color:
			#626262;

		font-size: 13px;

		font-weight: 600;
	}

	.list-inline2 {
		list-style: none;
		display: inline-block;
		margin-bottom: 0px;
		float: none;
		text-align: center;
		width: 100%;
	}

	.list-inline2 li {
		display: inline-block;

		vertical-align: middle;

		padding: 0px 3px;

	}

	.add-pos {
		position: relative;
		right: 0;
	}

	.list-inline2 li a {
		text-decoration: none !important;

		color:
			#626262;

		font-size: 13px;

		font-weight: 600;
	}

	.list-inline2 li i {
		width: 35px;
		height: 35px;
		text-align: center;
		vertical-align: middle;
		padding: 11px;
		font-size: 14px;
	}

	.list-inline2 li .fa-facebook {
		background: #385C90;
		color: white;

	}

	.list-inline2 li .fa-twitter {
		background: #00A0D0;
		color: white;

	}

	.list-inline2 li .fa-google-plus {
		background: #DA4938;
		color: white;

	}

	.social {
		list-style: none;
		display: inline-block;
		margin-bottom: 6px;
		float: none;
		padding-left: 0px;
		text-align: center;
		width: 100%;
		margin-top: 6px;
	}

	.pad-0 {
		padding: 0px !important;
	}

	/****************** Top Menu Css End *********************/
}

/**************** Media for Screen less than 980 px End ******************/
