/* CSS Document */
html {
    margin:0px;
    padding:0px;
	background-color: rgb(255, 255, 255);
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Kaushan Script', cursive;*/
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	line-height: 24px;
	color: rgb(133, 133, 133);
	background-color: rgb(66, 139, 202);
}
.clear { 
	clear: both; background: none; float:none;
}
a img{ 
	border:none;
}
img{ 
	border:none;
	padding:0px;
	margin:0px;
	max-width: 100%;
}
iframe.iframe-responsive{
	max-width: 100%;
}
div{
	border:none;
	padding:0px;
	margin:0px;
}
.header-intro-wrapper{
}
.navigation-wrapper{
	display: none;
	/*background-color: rgba(255, 255, 255, 0.01);
	background-color: #ffffff;*/
	background-color: transparent;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.navigation-wrapper.intro-nav{
	top: -200px;
}
.page-wrapper{
	z-index: 10;
	position: relative;
}
.content-wrapper{
	position: relative;
}
.frontpage-wrapper{
	background-color: transparent;
}
.article-heading-wrapper{
	background-color: rgba(0, 0, 0, 0.50);
	display: none;
}
.sitemap-wrapper{
}
.footer-wrapper{

}

.frontpage-carousel-wrapper .container{
	padding: 0;
}
.article-carousel-wrapper .container{
	padding: 0;
}

.box-frame{
	/*width:960px;
	margin-bottom: 15px;*/
	position: relative;
}

/***********************************

		NAVIGATION

***********************************/
/* LOGO */
.navbar{
	margin-bottom: 0px;
}
.navbar-default a.navbar-brand{
	height: 60px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	padding: 12px 0px 0px 0px;
	display:block;
	position:relative;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	text-shadow: 0 0 0 rgba(19, 99, 170, 0);
	margin: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 15px;
}
.navbar-default a.navbar-brand:hover,
.navbar-default a.navbar-brand:focus{
	color: rgb(133, 133, 133);
}
.navbar-default a.navbar-brand span{
	display: inline-block;
}
.navbar-default a.navbar-brand span.header-logo-line{
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 5px;
}
/***********************************

		HEADER

***********************************/
.navbar-default {
	background-color: transparent;
	border: none;
	min-height: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contact-info-box{
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-toggle {
	float: right;
	width: 40px;
	height: 40px;
	padding: 8px 8px;
	margin: 0;
	margin-top: 11px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
  	width: 40px;
  	height: 40px;
  	border: 0px solid rgb(174, 173, 173);
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	border-color: #00afec;
}
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: rgb(51, 159, 205);
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: rgb(51, 159, 205);
}
.navbar-collapse {
	border-top: 0px solid rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*********************************** 

			FOOTER 

***********************************/	

	
/***********************************

		MAIN CONBOX

***********************************/
.col-row{
	padding-top: 15px;
}
.col-block{
	padding-bottom: 15px;
}
.box-shadow{
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
/*.container {
	padding-left: 1px;
	padding-right: 1px;
}
.container.box-frame {
	padding: 1px;
}*/
.row.row-layout {
	margin-left: -1px;
	margin-right: -1px;
}
.col-layout{
	padding-left: 1px;
	padding-right: 1px;
}
/********************************************** 

		CONTENT LAYOUT

***********************************************/
/* VERTICAL LINES */
/* COMMON */
.row.vert-lines{
	position:relative;
}
.vert-line{
	width:1px; height:auto;
	position:absolute;
	top:15px;
	bottom:15px;
	background-color: rgba(0,0,0,0.1);
}
.dropdown-menu .vert-line{
	background-color: rgba(0,0,0,0.1);
	top:0px;
	bottom:0px;
}

/* HORIZONTAL LINE */
.hori-line-bottom{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

span.gc-cs-link {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
/********************************************** 

		RESPONSIVE STYLE

***********************************************/
@media (max-width: 479px) {
	.listing-item-block{
		width: 100%;
	}
}
@media (min-width: 480px) {
    .navbar-nav{
        padding-top: 20px;
        padding-bottom: 20px;
        height: 80px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
    }
}
@media (max-width: 767px) {
    .vert-line{
        display: none;
    }
    .sub-nav-box{
        display: none;
    }
}
@media (min-width: 768px) {
	.page-wrapper{

	}
	.normal-nav .navbar .navbar-brand{
		top: 10px;
		left: 0;
	}
    .navbar-collapse.collapse {
		float: right;
	}
	.intro-nav .navbar-frontpage .navbar-nav{
		top: -100px;
	}
	.normal-nav .navbar-frontpage .navbar-nav{
		top: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.navigation-wrapper .container{
		width: 100%;
	}
	.navbar-default a.navbar-brand{
		font-size: 26px;
		height: 60px;
		font-size: 22px;
		line-height: 28px;
		font-weight: 300;
		padding: 8px 0px 0px 0px;
	}
	.navbar-default a.navbar-brand span.header-logo-line{
		display: block;
		font-weight: 400;
		font-size: 15px;
		line-height: 15px;
	}

}
@media (min-width: 992px) {
	.navbar-default a.navbar-brand{
		font-size: 36px;
		line-height: 40px;
		font-weight: 300;
		padding: 0px 0px 0px 0px;
	}
	.navbar-default a.navbar-brand span.header-logo-line{
		display: block;
		font-weight: 400;
		font-size: 20px;
		line-height: 20px;
	}
}
@media (min-width: 1200px) {

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

}