
body{
	line-height: 1.4;
	font-family: "Arial", sans-serif !important;
}

/*Custom Styles*/
h1, h2, h3, h4, h5 {
	font-family: "Play", sans-serif !important;
}
h1{
	font-weight: bold;
}

p{
	font-size: 14px;
	padding-top : 5px;
	padding-bottom : 5px;
}
a{
	color: #fff;
}
a:hover{
	color: #e12219 !important;
	text-decoration: none;
}
.web-link{
	font-weight: bold;
	font-style: italic;
	color: #000;
}
.text-theme{
	font-family: "Play", sans-serif !important;
	font-weight: bold;
}
.color-theme{
	color: #e12219 !important;
}
.borderbottom{
	border-bottom: 1px solid rgb(220,220,220);
}
.indent {
	margin-left : 10%;
	margin-right : 10%;
}
.no-padding{
 	padding: 0;
}
.margin-top{
	margin-top: 20px;
}

.margin-top10px{
	margin-top: 10px;
}
.margin-bot0px{
	margin-bottom: 0px !important;
}
.margin-bot10px{
	margin-bottom: 10px;
}

.margin-top30px{
	margin-top: 30px;
}
.margin-top60px{
	margin-top: 60px;
}

.margin-bot30px{
	margin-bottom: 30px;
}
.margin-bot50px{
	margin-bottom: 50px;
}

.padding-top30px{
	padding-top: 30px;
}

.margin-left20px{
	margin-left: 20px;			
}
.margin-right20px{
	margin-right: 20px;			
}

.padding-left80px{
	padding-left: 80px;
}
.mg-auto{
	margin: 0 auto;
	display: block;
}
.highlight{
	font-weight: bold;
}
.bg-gray{
	background: rgb(238,238,238);
}
.middle{
	margin: 0 auto;
}
.border{
	border: 1px solid #777; 
}

/*Logo Section*/
.logo-section .container-fluid{
	background: url("../images/bg-header2.jpg") no-repeat center center;
	background-size: cover;
	margin: 0 auto !important;
	display: block;
}
@media only screen and (max-width: 768px){
	.logo-section .container-fluid{
		background: url("../images/bg-header2.jpg") no-repeat center center;
	}
}
@media only screen and (max-width: 480px){
	.logo-section .container-fluid{
		background:none;
	}
}
.logo-section .logo-part{
	margin-top: 20px;
	margin-bottom: 20px;
}
.logo-section img{
	width: 250px;
	height: auto;
}
.logo-section .logo-description h2{
	margin-top: 40px;
}
@media only screen and (max-width: 768px){
	.logo-description{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px){
	.logo-description{
		display: none;
	}
}


/*Navbar*/
.navbar-default{
	background: #12304c !important;
	color: white;
	padding: 0 10px; 
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default .container-fluid{
	/*margin: 0 40px !important;*/
	padding-left: 5px;
	padding-right: 5px; 
}
.navbar {
    min-height: 0;
}
.navbar-brand{
	display: none;
	color: #fff !important;
}
.navbar-brand h3{
	margin: 0;
}
@media only screen and (max-width: 767px){
	.navbar-brand{
		display: block;
		padding: 12px 15px !important;
	}
	.navbar-brand h3{
		font-size: 22px !important;
	}
}
.navbar-collapse {				
	border :0;
}

.navbar-nav li a:hover, .navbar-nav li.active a, .navbar-nav li a:focus  {
	background-color: #e12219 !important;
	color: #fff !important;
}
.navbar-default .navbar-nav>li{
	
}
.navbar-default .navbar-nav>li>a {
	line-height: 1;
	font-size: 12px;
	color: #fff !important;
	padding: 15px 15px !important;
	margin-right: 10px;
	position: relative;
}
.navbar-default .navbar-nav>li>a:after{
	/*content: "/";*/
	color: #fff;
	font-size: 18px;
	padding-left: 17px;
	top: 12px;
	position: absolute;
}
.navbar-default .navbar-nav>li:last-child>a:after{
	display: none;
}
@media only screen and (max-width: 480px){
	
	.navbar-default .navbar-nav>li>a:after{
		display: none;
	}
}
@media only screen and (max-width: 768px){
	.navbar-default .container-fluid{
		margin: 0 5px !important;
		padding-left: 0;
		padding-right: 0; 
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
	}
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #666;
}

/*Other Links*/
.other-links .container{
	margin-top: 10px;
	text-align: right;
}
.other-links li{
	border-bottom: 1px solid #e12219;
}
.other-links li a{
	color: #555 !important;
	font-family: "Play", sans-serif !important;
	margin-right: 8px;
}
.other-links li a:hover{
	color: #e12219 !important;
}
@media only screen and (max-width: 320px) {
	.other-links li a{
		font-size: 12px;
	}
}

/*Footer*/
.footer .container-fluid{
	background: #fafafa;
	padding: 40px 60px 0 60px;
}
@media only screen and (max-width: 480px) {
	.footer .container-fluid{
		padding: 40px 30px 0 30px;
	}
	.footer .heading{
		font-size: 18px !important;
	}
}
.footer .heading{
	font-family: "Play", sans-serif !important;
	font-size: 20px;
	font-weight: bold; 
}
.footer li{
	padding: 3px 0px;
}

.footer a{
	color: #000;
}

.footer .copyright{
	border-top: 2px solid #e12219;
	padding: 10px 5px;
	margin: 0;
	font-family: "Play", sans-serif !important;
}
.footer .copyright i{
	border-radius: 50%;
	background-color: #e12219;
	padding: 10px;
	font-size: 16px;
	color: #fff;
}
.footer .copyright a i:hover{
	background-color: #000;
	transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 768px) and (min-width: 500px){
	.footer a{
		font-size: 11px;
	}
}

/*Breadcrumb*/
.breadcrumb-section .container-fluid{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Play", sans-serif !important;
}
.breadcrumb li,
.breadcrumb li a{
	color: #000; 
}
/*Mail*/
@media only screen and (max-width: 320px){
.small-mail{
	font-size: 12px !important;
	}
}



