﻿/* Begin zone */
/*** General CSS ***/
@font-face
{
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*
{
	font-family: open_sansregular;
}

.btn-black
{
	background-color: hsl(201, 0%, 16%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#282828");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#282828));
	background-image: -moz-linear-gradient(top, #333333, #282828);
	background-image: -ms-linear-gradient(top, #333333, #282828);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #282828));
	background-image: -webkit-linear-gradient(top, #333333, #282828);
	background-image: -o-linear-gradient(top, #333333, #282828);
	background-image: linear-gradient(#333333, #282828);
	border-color: #282828 #282828 hsl(201, 0%, 15%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
	-webkit-font-smoothing: antialiased;
}

.section-title
{
	color: #0A70A6;
	font-size: 26px;
	padding: 11px 0px 11px 0px;
	margin: 20px 0px;
	border-bottom: 1px solid #e6e6e6;
}

.section-title span 
{
	padding: 10px 25px 7px 0px;
	margin: -10px 0px;
	border-bottom: 5px solid #0A70A6;
}

.section-title-light
{
	color: #FFFFFF;
	font-size: 22px;
	padding: 11px 0px 11px 0px;
	margin: 20px 0px;
	border-bottom: 1px solid #73AADC;
}

.section-title-light span
{
	padding: 10px 25px 7px 0px;
	margin: -10px 0px;
	border-bottom: 5px solid #FFFFFF;
}



.btn-full
{
	width: 100%;
}
.heading
{
	border-bottom: 1px dashed #ddd;
	font-weight: bold !important;
	padding-bottom: 12px;
}

::-webkit-input-placeholder
{
	color: #555 !important;
}

:-moz-placeholder
{
	color: #555 !important;
}

::-moz-placeholder
{
	color: #555 !important;
}

:-ms-input-placeholder
{
	color: #555 !important;
}

label
{
	font-size: 12px;
}

input
{
	height: 40px !important;
}

input, textarea
{
	/*background: #fff !important;
	padding-left: 12px !important;
	font-size: 12px !important;
	color: #bbb !important;
	width: 100%;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	box-shadow: none !important;*/
}

input:hover, textarea:hover
{
	/*cursor: pointer !important;
	border: 1px solid #555 !important;
	color: #77s7 !important;*/
}

input:focus, textarea:focus
{
	cursor: text !important;
	color: #777 !important;
	box-shadow: none !important;
	border: 1px solid #777 !important;
}
/* End zone */

/* Begin zone */
/*** Top Bar ***/
.top-bar
{
	background-color: #808080;
	padding: 13px 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

.header-contact-info, .header-contact-info a
{
	font-size: 14px;
	color: #FFF;
}

.header-contact-info a
{
	text-decoration: none;
}

.header-contact-info .fa
{
	padding-right: 5px;
}

.header-contact-info .header-divider
{
	padding: 0px 15px;
}

.header-socials a .fa
{
	font-size: 18px;
	color: #FFF;
	padding-left: 14px;
	transition: all .3s;
}

.header-socials a:hover .fa
{
	/*color: #0F90CA;*/
	color: #D3D3D3;
}
/* End zone */

/* Begin zone */
/*** Nav Bar ***/

.menu
{
	float: right;
}

.navbar.navbar-inverse.navbar-fixed-top
{
	top: 50px;
	background-color: #FFF;
}


.navbar ul
{
	float: right !important;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.navbar li
{
	display: inline-block;
	position: relative;
	min-width: 100px !important;
	height: 100%;
	text-align: center;
	float: left;
}

.navbar ul li:hover
{
	min-width: 103px;
}

.navbar ul a
{
	color: #333;
}

#mainNavBar .nav > li > a
{
	/*transition: all 0.3s;*/
	padding: 31px 15px;
}
#mainNavBar .nav > li > a:hover,#mainNavBar .nav > li > a:focus
{
	text-decoration: none;
	background-color: #0F90CA;
	color: #F7F7F7;
	outline: none !important;
}
/* fix to only apply on main menu not subs*/
#mainNavBar .navbar > ul .nav-active a, .sf-menu > .current-menu-item a
{
	box-shadow: none !important;
	moz-box-shadow: none !important;
	webkit-box-shadow: none !important;
	color: #fff;
}

.sub-menu
{
	min-width: 0 !important;
	border-radius: 0 !important;
	margin-top: -7px !important;
	background: #333 !important;
	border: 0 !important;
	padding: 0 0 0 0 !important;
	border-top: 7px solid #222 !important;
}

.sub-menu li
{
	text-align: left;
	width: 205px !important;
	padding: 12px 12px 12px 18px;
	color: #ccc;
	font-size: 12px;
	overflow: visible;
	cursor: pointer;
}

.sub-menu li a
{
	background: none !important;
	padding-left: 0 !important;
}

.current-menu-item .sub-menu li a
{
	background: none !important;
	padding-left: 0 !important;
}

.sub-menu li:hover
{
	background: #222 !important;
}

#mainNavBar .navbar-inner
{
	background: #F7F7F7;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 7px 7px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 7px 7px 0px rgba(50, 50, 50, 0.35);
}

.nav-active:after
{
	position: absolute;
	content: "";
	width: 100%;
	height: 7px;
	left: 0;
	bottom: 0;
	background: #0F90CA;
}

.dropdown-menu
{
	background-color: #2D2D2D;
	top: 90%;
}

.dropdown-menu li a, .dropdown-menu li
{
	width: 100%;
	text-align: left;
	color: #F7F7F7;
	outline: none;
}

.dropdown-menu li a
{
	padding: 10px 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	background-color: #222222;
	background-image: none;
	color: #F7F7F7;
}

.navbar-inverse
{
	border: none;
}
/* End zone */

/* Begin zone */
/*** Main Content ***/
.main-content
{
	margin-top: 122px;
}
/*Info Text*/
.carousel-inner
{
	max-height:400px;
}

.section-info
{
	text-align: justify;
	line-height: 23px;
	margin-top: 8px;	
}
.info-title-main 
{
	color: #244B96;
	font-size: 28pt;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom:10px;
	margin-top:15px;
}
.info-title-main span
{
	color: #FEB900;
	font-weight: normal;
	line-height: 45px;		
}
.info-text
{
	color: #7c7c7c;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0px;
	line-height:24px;
}
.info-title
{
	color: #0A70A6;
	font-size: 20px;
	font-weight: normal;
}
.big-title
{
	font-size: 24px !important;
	margin: 40px 0px;
}
/*Info Text End*/
/* End zone */


/* Begin zone */
/*** Footer ***/
.sub-footer
{
	background: #3f3f3f;
	padding-top: 40px;
}

.sub-footer h5
{
	color: #fff !important;
	border-bottom: 1px dashed #555;
}

.sub-footer p
{
	color: #989898;
}

.sub-footer .latest-posts a
{
	display: block;
	font-size: 11.5px;
	font-style: italic;
	font-weight: normal;
	color: #989898;
	padding: 10px 0 10px 0;
	background: url('assets/img/line_divider.png') repeat-x bottom;
}

.sub-footer .last
{
	background: none !important;
}

.sub-footer .first
{
	padding: 0 0 10px 0 !important;
}

.sub-footer a:hover
{
	font-style: normal;
	font-weight: 600;
	color: #0F90CA;
}

.sub-footer a
{
	color: #fff;
	font-weight: 600;
}

.footer
{
	background: #383838;
}

.footer .row-fluid
{
	margin-top: 25px !important;
}

.footer p
{
	color: #bbb;
	font-size: 11.5px;
	margin-top: 5px;
}

.up
{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	background-color: #e7e7e7;
}

.social-icons
{
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.social-icons li
{
	display: inline-block;
	height: 24px;
	width: 24px;
	cursor: pointer;
	margin-left: 5px;
}

.social-icons li a
{
	display: inline-block;
	height: 100%;
	width: 100%;
}

.footer-link
{
	display: block;
	margin-bottom: 10px;
}
/* End zone */


.logo
{
	margin-top: 12px;
	max-height: 82px;
}

.logo-small
{
	margin-top: 5px;
	max-height: 40px;
}

.header-height
{
	max-height: 82px;
	height: 82px;
}

.header-height-small
{
	max-height: 50px;
	height: 50px;
}

.header-padding
{
	padding: 31px 15px;
}

.header-padding-small
{
	padding: 15px 15px !important;
}

.logo-slimmenu
{
	margin-top: 5px;
	max-height: 40px;
}


.searchbox
{
	background-image:url(../images/search_mask.png);
	float: right;
	margin-top: -5px;
	width:100%;
	background-repeat:no-repeat;
}



#searchbutton
{
	padding: 4px 13px 6px;
	margin-left: -4px;
	margin-right: 6px;
	border-radius: 0px 14px 14px 0px;
	text-decoration: none;
	font-size: 16px;
}

#searchinput
{
	background-color:Transparent;
	border: medium none!important;
	padding: 2px 12px!important;
	font-size: 12px!important;
	width:210px;
	color:#FFF!important;
	height:30px!important;
}

#searchedText
{
	font-style:italic;
}

#searchResultList
{
	width:100%;
	list-style-type:none;
	padding:0px;
}

#searchResultList li
{
	width:100%;
}

#searchResultList>li>h5
{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
	
}
#searchResultList>li>h5>a
{
    color:#0a70a6;
}

#searchResultList>li>span
{
	text-align:justify;
}

.FoundText
{
	font-weight: bold;
	background-color: #FFD598;
}



/*Modal*/
.modal-dialog.modal-lg
{
	margin: 8% auto!important;
}
.modal-header 
{
	background-color: #0a70a6;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
}
.modal-header button 
{
	color: #fff;
	font-weight: normal;
	opacity: .2;
}
.modal-header button:hover
{
	color: #fff;
	opacity: .5;
}
.modal-title
{
	font-weight: normal;	
}

.btn-primary, .btnClose {
    background-image: none;
    background-repeat: no-repeat;
    border:none;
    background-color:#0A70A6;
    color:#FFF;
}

.btn-primary:hover, .btnClose:hover
{
	background-color:#EEEEEE;
	color:#0A70A6;
}
/*Modal End*/







::-webkit-input-placeholder {
   color: #FFF!important;
   opacity: 0.8!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFF!important;  
   opacity: 0.8!important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF!important;  
   opacity: 0.8!important;
}

:-ms-input-placeholder {  
   color: #FFF!important; 
   opacity: 0.8!important; 
}

.footer-latest-news
{
	padding:0px;
	border-bottom:1px solid #999;
	padding:15px 0px;
}

.footer-latest-news:last-child
{
	border-bottom:none;	
}

.footer-latest-news:hover
{
	/*background-color:#555;*/
}

.footer-latest-news:hover a
{
	color:#0F90CA;
}

.footer-news-item
{
	color: #CCC;	
}

.news-date
{
	cursor:pointer;
	color: #CCC;
	margin-top:5px;
}
/* Media queries */

/*bootstrap 3.2 extension tn - tiny mobiles*/
@media only screen and (max-width:479px)
{
	
	.header-contact-info a {
		font-size: 14px;
	}
	
	.header-contact-info .header-divider {
		padding: 0px 10px;
	}
	
	.header-contact-info .fa {
		padding-right: 10px;
	}
	
	.menu
	{
		padding:17px 0px;
	}
	
	.header-padding,#mainNavBar .nav > li > a
	{
		padding: 10px 9px!important;
		width: 100%;		
	}
	
	.nav-active 
	{
		background-color:#f7f7f7;
	}
	
	#mainNavBar .nav > li
	{
		clear:both;
		width:100%;
	}
	
	.nav
	{
		width:100%;
	}
}

/*bootstrap 3.2 xs - mobiles*/
@media only screen and (min-width:480px) and (max-width:767px)
{	
	.header-contact-info a {
		font-size: 14px;
	}
	
	.header-contact-info .header-divider {
		padding: 0px 10px;
	}
	
	.header-contact-info .fa {
		padding-right: 10px;
	}
	
	.menu
	{
		padding:17px 0px;
	}
	
	.header-padding,#mainNavBar .nav > li > a
	{
		padding: 10px 9px!important;
		width: 100%;		
	}
	
	#mainNavBar .nav-active 
	{
		background-color:#f7f7f7;
	}
	
	#mainNavBar .nav > li
	{
		clear:both;
		width:100%;
	}
	
	.nav
	{
		width:100%;
	}
}

@media only screen and (max-width:767px)
{
    .navbar.navbar-inverse.navbar-fixed-top 
    {
	    top: 54px;
    }
    .top-bar
    {
	    padding: 7px 0px;
    }
}

/*bootstrap 3.2 sm - tablets*/
@media only screen and (min-width:768px) and (max-width:991px)
{
    .searchbox
    {
	    background-image:url(../images/search_mask2.png);
    }

    #searchinput
    {
	    width:125px;
    }

    #searchbutton
    {
	    margin-right: 0px;
    }
    
    #mainNavBar .nav > li > a {
        padding: 31px 10px;
    }
    .header-contact-info > a {
		margin-left: -60px;
	}
	.logo
	{
		margin-top: 10px;
		max-height: 40px;
		margin-left:-20px;
	}

	.footer-link img
	{
		width: 215px;
	}

	.footer-link
	{
		margin-bottom: 15px;
	}

	.dropdown-menu
	{
		min-width: 100px !important;
		font-size: 12px !important;
	}

	.navbar > ul
	{
		margin-right: 10px;
		font-size: 12px;
	}

	.navbar li
	{
		min-width: 70px !important;
	}

	.header-height
	{
		max-height: 62px;
		height: 62px;
	}

	.header-height-small
	{
		max-height: 50px;
		height: 50px;
	}

	.header-padding,#mainNavBar .nav > li > a.header-padding
	{
		padding: 21px 9px!important;
	}
	
	#mainNavBar .nav > li > a.header-padding-small
	{
		padding: 15px 9px!important;
	}

	.main-content
	{
		margin-top:102px;
	}
	
}

/*bootstrap 3.2 md - desktop*/
@media only screen and (min-width:992px) and (max-width:1199px)
{
    .header-contact-info > a {
		margin-left: -55px;
	}
	.logo
	{
		margin-top: 10px;
		max-height: 60px;
	}

	.footer-link img
	{
		width: 215px;
	}

	.footer-link
	{
		margin-bottom: 15px;
	}

	.dropdown-menu
	{
		min-width: 100px !important;
		font-size: 12px !important;
	}

	.navbar li
	{
		min-width: 92px !important;
	}
	
	

}

/*bootstrap 3.2 lg - large desktop*/
@media only screen and (min-width:1200px)
{
    .header-contact-info > a {
		margin-left: -75px;
	}
}
