@charset "utf-8";
/* CSS Document Created by Fayas@Joyalukkas */

@import url('fonts.css');

* {
	margin: 0;
	padding: 0;
}

body, html, form {
	margin: 0;
	padding: 0;
	height: 100%;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

H1, H2, H3, H4, H5, H6, UL, LI, FORM {
	margin: 0;
	padding: 0;
}

H1, H2, H3, H5, H6 {
	display: block;
}

H1 {
}

H2 {
}

H3 {
	font-family: 'Conv_trebuc_0', Sans-Serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 20px;
}

H4 {
}

H5 {
}

UL LI {
	list-style-type: none;
}

P {
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0;
}

.clear {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*=== Header Area Start Here ===*/
#headerimgs {
	height: 100%;
}

.headerimg {
	width: 100%;
	height: 100%;
	background: #000;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	display: block;
}

header {
	width: 100%;
	height: 74px;
	background: #2e2e2e;
	position: absolute;
	top: 0;
}

.logo {
	width: 186px;
	float: left;
	margin-top: 10px;
	margin-left: 10%;
}

/*=== Navigation Area Start ===*/
#NaviArea {
	float: left;
	padding-left: 50px;
}

nav {
	display: block;
	position: relative;
	padding-top: 0px;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav li {
	position: relative;
	float: left;
	list-style-type: none;
}

nav li a {
	font-family:'Conv_Swz721c',Sans-Serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 28px 27px 28px 0px;
	transition: all 0.3s ease-out;
}
nav li:last-child a {
	padding-right: 0px;
	padding-top: 15px;
}
#NaviArea ~ .icons {
	margin-top: 17px;
}
#NaviArea ~ .icons li{
	line-height: 22px;
}
@media screen and (min-width: 1200px){
.logo{
	margin-left: 8%;	
}
#NaviArea ~ .icons {
	margin-right: 2%;
}
}
nav li a:hover, nav li a.active {
	color: #faa831;
}

nav ul ul {
	display: none;
	position: absolute;
	z-index: 1;
}

nav ul ul li {
	list-style: none;
	float: none;
}

nav ul ul a {
	font-family:'Conv_Swz721c',Sans-Serif;
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 10px 30px;
	background: url(../images/subanvi_arrow.png) 15px center no-repeat;
	transition: all 0.3s ease-out;
}

nav ul ul a:hover {
	color: #FAA831;
	background: url(../images/subanvi_arrow_over.png) 20px center no-repeat;
}

.subnavi1 {
	width: 310px;
	height: 156px;
	background: url(../images/bannerlink_bg.png);
}

.subnavi1 li a {
	text-transform: none;
}

.subnavi1 ul li {
	list-style: none;
	text-transform: none;
}

/*Subnavi 2*/
.subnavi2 {
	width: 339px;
	height: 205px;
}

.subnavi2 li a {
	text-transform: none;
	padding: 0;
}

.subnavi2 ul li {
	list-style: none;
	text-transform: none;
}

/*Subnavi 3*/
.subnavi3 {
	width: 395px;
	height: 117px;
	background: url(../images/bannerlink_bg.png);
}

.subnavi3 li a {
	text-transform: none;
}

.subnavi3 ul li {
	list-style: none;
	text-transform: none;
}

.boxshadow.rgba nav ul ul {
	background: #963a80;
}

.rgba nav ul ul li {
	list-style: none;
}
/*=== Navigation Area End ===*/

.icons {
	float: right;
	margin-right: 2%;
	margin-top: 14px;
}

.icons li {
	font-family: 'robotolight';
	color: #e7e7e7;
	font-size: 12px;
	line-height: 24px;
}

.icons li.hdercall {
	background: url(../images/call-icon.png) left center no-repeat;
	padding-left: 24px;	
}

.icons li a {
	font-family: 'robotolight';
	color: #e7e7e7;
	display: block;
	background: url(../images/mail-icon.png) left center no-repeat;
	padding-left: 24px;	
}

.icons li a:hover {
	opacity:0.7;
}
/*=== Header Area End ===*/

/*=== Highlight Links ===*/
.bannerlinkarea {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.bannerlinks {
	width: 1003px;
	margin: 0 auto;
	background: url(../images/bannerlink_bg.png);
	border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-webkit-border-radius-topleft: 50px;
	border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-webkit-border-radius-topmright: 50px;
	padding: 10px 0;
}

.bannerlinks ul {
	margin: 0;
	padding: 0;
}

.bannerlinks ul {
	margin-left: 50px;	
}

.bannerlinks ul li {
	list-style: none;
	float: left;
	border-right: 2px dotted #c5c5c5;
	padding: 0 35px;
	line-height: 24px;
}

.bannerlinks ul li:last-child {
	border: none;
}

.bannerlinks ul li a {
	font-family:'Conv_FRADMCN_0',Sans-Serif;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-right: 25px;
	background: url(../images/arrow-white.png) right center no-repeat;
	transition: all 0.2s ease-out;
}

.bannerlinks ul li a:hover {
	color: #faa831;
	background: url(../images/arrow-orange.png) right center no-repeat;
}

/*=======Icon Links========*/
.iconlinkarea {
	width: 100%;
	background: #3c3c3c;
}

.linkbar {
	width: 1024px;
	margin: 0 auto;
}

.iconlink {
	float: left;
}

.iconlink ul li {
	list-style: none;
	padding: 12px 35px 12px 0;
	float: left;
}

.iconlink ul li a {
	font-family: 'Conv_trebuc_0', Sans-Serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease-out;
}

.iconlink ul li a.photogallery {
	height: 35px;
	background: url(../images/icon_gallery.png) no-repeat;
	padding-left: 52px;
}

.iconlink ul li a.dwnldbrchr {
	height: 43px;
	background: url(../images/icon_dwnld.png) no-repeat;
	padding-left: 50px;
}

.iconlink ul li a.helpdesk {
	height: 44px;
	background: url(../images/icon_helpdesk.png) no-repeat;
	padding-left: 50px;
}

.iconlink ul li a.hmloan {
	height: 38px;
	background: url(../images/icon_hmloan.png) no-repeat;
	padding-left: 55px;
}

.iconlink ul li a:hover {
	color: #faa831;
	background-position: left bottom;
}

/*=== Social Links ===*/
.socialicon {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

.socialicon ul li {
	list-style: none;
	float: left;
	margin: 0 5px;
}

.socialicon ul li a {
	display: block;
	transition: all 0.6s ease-out;
}

.socialicon ul li a.fb {
	width: 47px;
	height: 46px;
	background: url(../images/icon_fb.png) no-repeat;
}

.socialicon ul li a.fb:hover {
	background: url(../images/icon_fb_over.png) no-repeat;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.socialicon ul li a.twit {
	width: 46px;
	height: 46px;
	background: url(../images/icon_twtr.png) no-repeat;
}

.socialicon ul li a.twit:hover {
	background: url(../images/icon_twtr_over.png) no-repeat;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.socialicon ul li a.utub {
	width: 47px;
	height: 46px;
	background: url(../images/icon_utb.png) no-repeat;
}

.socialicon ul li a.utub:hover {
	background: url(../images/icon_utb_over.png) no-repeat;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/*=== Social Links End ===*/

.site-map {
	float: right;
	font-family:'Conv_Swz721c',Sans-Serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #4d4d4d;
	padding: 5px 73px 5px 33px;
	margin-top: 15px;
}

.site-map span {
	background: url(../images/sitemap-top.png) no-repeat;
	position: absolute;
	top: 26px;
	right: 20px;
	width: 21px;
	height: 12px;
}

.site-map.active span {
	background: url(../images/sitemap-bottom.png) no-repeat;
}

.site-map:hover, .site-map:focus {
	color: #e5e5e5;
	text-decoration: none;
}

/*=== Sitemap Links Area Start ===*/
.row-fluid {
	position: relative;
}

.subscribe-base {
	padding: 0;
}

.f-top {
	margin: 0;
	display: none;
	padding: 30px 0;
}

.bottomlinksarea {
	width: 1024px;
	margin: 0 auto;
}

.btmlinks {
	float: left;
	padding: 0px 30px;
}

.btmlinks ul li {
	list-style: none;
	line-height: 24px;
}

.btmlinks ul li a {
	font-family: 'Conv_trebuc_0', Sans-Serif;
	font-size: 12px;
	color: #838382;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease-out;
}

.btmlinks ul li a:hover {
	color: #b1b1b0;
}

.cntct_details {
	float: right;
	padding-top: 0px;
}

.cntct_details ul li {
	font-family: 'Conv_trebuc_0', Sans-Serif;
	font-size: 12px;
	color: #838382;
	list-style: none;
	line-height: 24px;
}

.cntct_details ul li a {
	color: #838382;
	text-decoration: none;
	display: block;
}

.cntct_details ul li a:hover {
	color: #b1b1b0
}

.cntct_details p {
	color: #838382;
	float: left;
	padding-top: 0;
	padding-left: 5px;
}
/*=== Sitemap Links Area End ===*/

/*=== Footer Area Start ===*/
footer {
	width: 100%;
	background: #2e2e2e;
	overflow: hidden;
}

.footer {
	width: 1024px;
	height: 63px;
	margin: 0 auto;
}

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
	padding-top: 20px;
}

/*mobile menu correction*/
@media screen and (max-width: 767px){
	.navbar-collapse.menubar{
		width: 100%;
		margin-top: 2px;
	}
	.navbar-collapse.menubar .navbar-nav{
		margin-top: 4px;
		background-color: #2e2e2e!important;
		padding-bottom: 5px;
	}
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
	background-color: #000!important;
}
/*THE END*/