@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url('font-awesome.min.css');

/* css for carousel starts here */
#map-canvas img { max-width: none; }
.gmnoprint img {
	max-width: none;
}
.gm-style-iw div { 
 	overflow:hidden !important; 
}
.gmnoprint div img { display: block;} 
.gmnoprint img     { max-width: none;} 
.gmnoprint a img   { display: block;} 
.page-title {
	margin: 0px 0px 10px 0px;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-arrow-circle-left, .carousel-control .fa-arrow-circle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .fa-arrow-circle-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .fa-arrow-circle-right {
	right: 50%;
	margin-right: -10px;
}
/* css for carousel ends here */

.dropup, .dropdown {
	position: relative
}
.dropdown-toggle {
	*margin-bottom: -3px
}
.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: ""
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 9px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	white-space: nowrap
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	color: #fff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #999
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: default;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open {
	*z-index: 1000
}
.open > .dropdown-menu {
	display: block
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0
}
.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #ccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " "
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px
}
.dropdown .dropdown-menu .nav-header {
	padding-right: 20px;
	padding-left: 20px
}
.nav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none
}
.nav > li > a {
	display: block
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee
}
.nav > li > a > img {
	max-width: none
}
.nav > .pull-right {
	float: right
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase
}
.nav li+ .nav-header {
	margin-top: 9px
}
.nav-list {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0
}
.nav-list > li > a, .nav-list .nav-header {
	margin-right: -15px;
	margin-left: -15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5)
}
.nav-list > li > a {
	padding: 3px 15px
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #08c
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
	margin-right: 2px
}
.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 9px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff
}
.nav-tabs, .nav-pills {
	*zoom: 1
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	display: table;
	line-height: 0;
	content: ""
}
.nav-tabs:after, .nav-pills:after {
	clear: both
}
.nav-tabs > li, .nav-pills > li {
	float: left
}
.nav-tabs > li > a, .nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px
}
.nav-tabs {
	border-bottom: 1px solid #ddd
}
.nav-tabs > li {
	margin-bottom: -1px
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	color: #fff;
	background-color: #08c
}
.nav-stacked > li {
	float: none
}
.nav-stacked > li > a {
	margin-right: 0
}
.nav-tabs.nav-stacked {
	border-bottom: 0
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px
}
.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
	z-index: 2;
	border-color: #ddd
}
.nav-pills.nav-stacked > li > a {
	margin-bottom: 3px
}
.nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px
}
.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.nav .dropdown-toggle .caret {
	margin-top: 6px;
	border-top-color: #08c;
	border-bottom-color: #08c
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580
}
.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555
}
.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
	cursor: pointer
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #999;
	border-color: #999
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}
.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
	border-color: #999
}
.tabbable {
	*zoom: 1
}
.tabbable:before, .tabbable:after {
	display: table;
	line-height: 0;
	content: ""
}
.tabbable:after {
	clear: both
}
.nav > .disabled > a {
	color: #999
}
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
	text-decoration: none;
	cursor: default;
	background-color: transparent
}
.navbar {
	*position: relative;
	*z-index: 2;
	margin-bottom: 20px;
	overflow: visible
}
.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
	background-image: -o-linear-gradient(top,#fff,#f2f2f2);
	background-image: linear-gradient(to bottom,#fff,#f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0,0,0,0.065)
}
.navbar-inner:before, .navbar-inner:after {
	display: table;
	line-height: 0;
	content: ""
}
.navbar-inner:after {
	clear: both
}
.navbar .container {
	width: auto
}
.nav-collapse.collapse {
	height: auto;
	overflow: visible
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0
}
.navbar .nav.pull-right {
	float: right;
	margin-right: 0
}
.navbar .nav > li {
	float: left
}
.navbar .nav > li > a {
	float: none;
	padding: 10px 15px 10px;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #333;
	text-decoration: none;
	background-color: transparent
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #555;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.125)
}
.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ededed;
	*background-color: #e5e5e5;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
	background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
	background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
	background-repeat: repeat-x;
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075)
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color: #fff;
	background-color: #e5e5e5;
	*background-color: #d9d9d9
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
	background-color: #ccc \9
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25)
}
.btn-navbar .icon-bar+ .icon-bar {
	margin-top: 3px
}
.navbar .nav > li > .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: ''
}
.navbar .nav > li > .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: ''
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
	top: auto;
	bottom: -7px;
	border-top: 7px solid #ccc;
	border-bottom: 0;
	border-top-color: rgba(0,0,0,0.2)
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
	top: auto;
	bottom: -6px;
	border-top: 6px solid #fff;
	border-bottom: 0
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #555;
	background-color: #e5e5e5
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #777;
	border-bottom-color: #777
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
	right: 12px;
	left: auto
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
	right: 13px;
	left: auto
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
	right: 100%;
	left: auto;
	margin-right: -1px;
	margin-left: 0;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px
}
.navbar-inverse .navbar-inner {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top,#222,#111);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
	background-image: -webkit-linear-gradient(top,#222,#111);
	background-image: -o-linear-gradient(top,#222,#111);
	background-image: linear-gradient(to bottom,#222,#111);
	background-repeat: repeat-x;
	border-color: #252525;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #999;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}
.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
	color: #fff
}
.navbar-inverse .brand {
	color: #999
}
.navbar-inverse .navbar-text {
	color: #999
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	color: #fff;
	background-color: #111
}
.navbar-inverse .navbar-link {
	color: #999
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
	color: #fff
}
.navbar-inverse .divider-vertical {
	border-right-color: #222;
	border-left-color: #111
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
	background-color: #111
}
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #999;
	border-bottom-color: #999
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}
.navbar-inverse .navbar-search .search-query {
	color: #fff;
	background-color: #515151;
	border-color: #111;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.15);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
	color: #ccc
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
	color: #ccc
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
	color: #ccc
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
	padding: 5px 15px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background-color: #fff;
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15)
}
.navbar-inverse .btn-navbar {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e0e0e;
	*background-color: #040404;
	background-image: -moz-linear-gradient(top,#151515,#040404);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
	background-image: -webkit-linear-gradient(top,#151515,#040404);
	background-image: -o-linear-gradient(top,#151515,#040404);
	background-image: linear-gradient(to bottom,#151515,#040404);
	background-repeat: repeat-x;
	border-color: #040404 #040404 #000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
	color: #fff;
	background-color: #040404;
	*background-color: #000
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
	background-color: #000 \9
}

/* style.css */

/* #Custom Reset (on top of normalize in bootstrap)
 ================================================== */
body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1C1C1C;
	line-height: 18px;
}

h1 {
	font-size: 34.5px;
	line-height: 40px;
}
h1.xxlarge-text {
	font-size: 42px;
	line-height: 48px;
}
h2 {
	font-size: 32px;
	line-height: 38px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 18px;
	line-height: 30px;
}
h5 {
	font-size: 14px;
	line-height: 23px;
}
h6 {
	font-size: 12px;
	line-height: 22px;
}
hr {
	margin: 0px;
}
img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-60 {
	margin-top: 60px;
}
.padding-20 {
	padding-top: 20px;
}
.padding-30 {
	padding-top: 30px;
}
.padding-40 {
	padding-top: 40px;
}

a:hover, a:focus, a:visited {
	color: #1C1C1C;
	text-decoration: none;
}
a, a:hover {
	transition: color ease 0.3s;
	-ms-transition: color ease 0.3s;
	-moz-transition: color ease 0.3s;
	-webkit-transition: color ease 0.3s;
	-o-transition: color ease 0.3s;
}
p {
	text-align: justify;
}

/*
 .nav-tabs>li{
 margin-bottom:0;
 }
 .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
 color: #fff;
 cursor: default;
 background-color: #ed1c24;
 border: 1px solid #ed1c24;
 border-bottom-color: transparent;
 }*/

.tab-content {
	border: 1px solid #ddd;
	border-top-color: transparent;
	padding: 15px;
}

.button-page  a.btn {
	margin: 0 10px 10px 0;
}
.inner-page h1 {
	padding-top: 0px !important;
	margin-top: 0px !important;
}

/* ========================= Header ========================= */

header {
	background-color: #fffff;
	border-bottom: 1px solid #ed1c24 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .logo {
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 20px;
}

/*begin navbar custom*/
.navbar {
	background-color: #ffffff;
	margin-bottom: 0;
}

.navbar-inner {
	background-image: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fffff !important;
	border: none;
	min-height: 30px;
	filter: none !important;
}
.navbar-inner .container {
	position: relative;
}
.wrap .navbar-inner {
	padding-left: 0;
	padding-right: 0;
}
.navbar  .nav {
	width: 100%;
}
.navbar .nav > li > a {
	color: #000000;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 16px;
	margin-top: -5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 14px;
	border-bottom: 1px solid transparent;
	white-space: pre;
	line-height: 27px;
}

.navbar .nav > li:last-child > a {
	margin-right: 0;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li:hover a {
	color: #fff;
	text-decoration: none;
	background-color: #ed1b24 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dropdown-submenu a {
	color: #fff;
}
.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-image: none !important;
	color: #fff !important;
	background-color: #fff !important;
	border-bottom: 1px solid #ededed !important;
	filter: none;
}
.navbar .nav  li:hover a {
	background-color: #ed1b24 !important;
}

.dropdown-submenu .dropdown-menu li {
	padding: 0 10px;
}

.dropdown-submenu .dropdown-menu li a {
	background-image: none !important;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: none;
	color: #ffffff;
	border-bottom: 1px solid #ededed;
	padding: 5px 27px;
	margin: 0 3px;
}

.dropdown-submenu .dropdown-menu li:last-child a {
	border-bottom: none;
}

.dropdown-submenu .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: auto;
	left: 0;
}

.dropdown-submenu > a:after {
	border: none;
}

.navbar .nav > li > .dropdown-menu:before {
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.navbar .nav > li > .dropdown-menu:after {
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.dropdown-submenu > .dropdown-menu {
	margin-top: 0px;
	margin-left: 0px;
}

.dropdown-menu {
	border: none;
}
.dropdown-submenu:hover > a:after {
	border-left-color: transparent;
}
.dropdown-submenu  .dropdown-menu li:hover  a, .dropdown-submenu  .dropdown-menu li  a:hover, .dropdown-submenu  .dropdown-menu li  a:focus, .dropdown-submenu  .dropdown-menu li.active  a, .dropdown-submenu  .dropdown-menu li.active  a:hover {
	filter: none;
	background-image: none !important;
	color: #ed1b24 !important;
	background-color: #fff !important;
}

/* ========================= Main ========================= */

/* feature box*/
.locator-feature{
	text-align:right;
		background:url(../images/locate.jpg) no-repeat; background-color:#eeeeee;
		}
		.locator {
	padding-right: 30px;
	color: #0CF;
	font-size: 16px;
	font-weight: bold;
}
.feature-item {
	display: block;
	height: 100%;
	padding-top: 10px;
}

.feature-item i {
	float: left;
	padding: 0px;
	color: #20B2AA;
	text-align: center;
	margin-right: 5px;
}
.feature-item:hover i {
	color: #1C1C1C;
}

/*.feature-item:hover .btn {
 background:#B5B9BC !important;
 }
 */
.feature-item .desc ul {
	padding-left: 5px;
}
.feature-item .desc ul li {
	color: #FFF;
	list-style: none;
	font-size: 17px;
	line-height: 20px;
}
.feature-item .desc ul li a {
	color: #FFF;
}
.feature-item .desc h4 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	border-bottom: #FFF 1px solid;
}
.feature-item .desc .btn {
	float: right;
}
.feature-full-bg {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.feature-full-bg .feature-item {

}
.feature-full-bg .feature-item i {
	color: #fff;
	padding-top: 3px;
}

.feature-full-bg .feature-item:hover {
	transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
}
/*begin maincontain-404*/
/*begin intro-profilio*/
#subintro {
	background: #F3F3F3 url(../images/menu-bg.png) no-repeat center top;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}
#subintro .col-lg-12 {
	padding-left: 30px;
}
#subintro h4 {
	color: #1C1C1C;
	margin-bottom: 0;
}

#subintro h6 {
	color: #ed1c24;
	margin-top: 0;
}
/*end intro-profilio*/

#sequence-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	margin: 0;
	background: transparent url(../images/menu-bg.png) no-repeat center top;
}
#sequence-slider #sequence {
	background-color: transparent;
	background-image: none;
	margin: 0 auto;
	position: relative;
}
.red {
	background-color: #ed1c24;
	color: #FFF;
}

.btn-green {
	color: #fff !important;
	background-color: #0f9d63;
	border-color: #4cae4c;
	font-size: 14px;
}
.btn-green:hover,
{
color: #fff !important;
background-color: #449d44;
border-color: #398439;
}
.list-group {
	font-size: 16px;
}
.backToTop {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	right: 0;
}
.backToTop a {
	width: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 0;
	background: #222222;
}
.backToTop a:hover {
	background: #747474;
}
.lang {
	padding-top: 50px;
	color: #999;
	font-size: 16px;
}

.panel ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.news-item {
	padding: 4px 4px;
	margin: 0px;
	border-bottom: 1px dotted #555;
}
.main-news ul {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*begin footer*/
#footer {
	background-color: #e33139;
	border-top: 10px solid #e1e1e1;
}

#footer  h4 {
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

#footer a {
	color: #fff !important;
}

#footer  p {
	color: #fff;
	margin-bottom: 10px;
	line-height: 20px;
}

#footer  .footer-line {
	background-image: url('../images/index-footer-line.png');
	height: 13px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#footer .verybottom {
	background-color: #1C1C1C;
	color: #fff;
}

#footer .verybottom .footer-nav {
	padding: 0;
	margin: 0;
}

#footer .verybottom .footer-nav li {
	float: left;
	line-height: 20px;
	padding: 10px;
	margin-right: 15px;
	list-style: none;
}

#footer .verybottom .footer-nav li:first-child {
	padding-left: 0;
}

#footer .verybottom .footer-nav li a {
	color: #fff;
}

#footer .verybottom .copy-right {
	line-height: 20px;
	padding-top: 10px;
}

/*end footer*/
/*Responive*/
/* Portrait tablet to landscape and desktop */
@media (max-width: 1200px) {
	.locator-feature{
		text-align:right;
		background:url(../images/locate1.jpg) no-repeat; background-color:#eeeeee;
		}
		.locator {
	padding-right: 3px;
	color: #0CF;
	font-size: 16px;
	font-weight: bold;
}
}
@media (max-width: 979px) {
	header .logo {
		margin-left: 25px;
	}
	.navbar .btn-navbar {
		display: none;
	}
	.nav-collapse .nav {
		float: left;
		margin: 0 0 -2px 0;
	}
	.nav-collapse.collapse {
		height: auto;
		overflow: visible;
	}
	.navbar .nav > li {
		padding-left: 0;
		float: left;
	}
	.nav-collapse .dropdown-menu {
		position: absolute;
		background-color: #fff;
	}
	.dropdown-submenu .dropdown-menu {
		top: 40px;
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-webkit-border-radius: auto;
		background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
	}
	.dropdown-submenu .dropdown-menu li:first-child {
		margin-top: 2px;
	}

}

@media (max-width: 966px) {

	header .logo {
		margin-left: 20px;
	}

}
@media (max-width: 853px) {

	.navbar .btn-navbar {
		display: block;
	}
	.btn-navbar {
		float: left !important;
		margin-left: 0px !important;
		border: none !important;
		background-image: none !important;
		background: #fff !important;
		text-shadow: none !important;
		color: #ed1b24 !important;
		box-shadow: none !important;
		border-radius: 0;
		padding-top: 0 !important;
		height: 38px;
		margin-top: -5px !important;
		line-height: 50px;
		width: 120px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.btn-navbar i {
		font-size: 14px;
	}
	.nav-collapse, .nav-collapse.collapse {
		height: 0;
		overflow: hidden;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 10px;
		background: #fff;
	}
	.navbar .nav > li {
		padding-left: auto;
		float: none;
	}
	.navbar .nav > li > a {
		color: #ed1b24;
		text-transform: uppercase;
		text-shadow: none;
		margin-top: 0px;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 10px;
		border-bottom: 1px solid #ededed;
		white-space: pre;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		display: none;
		float: none;
		max-width: none;
		padding: 0;
		margin: 0 15px;
		background-color: transparent;
		border: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-submenu > .dropdown-menu {
		display: none;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	.locator-feature{
		text-align:left;
		background-image:none;
		background-color:#eeeeee;
		}
		
	.nav-collapse, .nav-collapse.collapse {
		height: 0;
		overflow: hidden;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 10px;
		background: #fff;
	}
	.navbar .nav > li {
		padding-left: auto;
		float: none;
	}
	.navbar .nav > li > a {
		color: #ed1b24;
		text-transform: uppercase;
		text-shadow: none;
		margin-top: 0px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #ededed;
		white-space: pre;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		display: none;
		float: none;
		max-width: none;
		padding: 0;
		margin: 0 15px;
		background-color: transparent;
		border: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-submenu > .dropdown-menu {
		display: none;
	}

}

@media (max-width: 640px) {

	.navbar-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

}
@media (max-width: 603px) {

	header .logo {
		width: 193px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {

	header .logo, header .social {
		width: 100%;
		text-align: center;
	}

}