/* ==========================================================================
   STRUCTURE
   ========================================================================== */

body {
    background-color: #f2f2f2;
    color: #14202C;
    font-size: 16px;
    line-height: 1.5;
    font-family: Lato, Helvetica, Verdana, sans-serif;
    font-weight: 300;
}
.home {
	font-size: 15px;
}
.side-images img {
	width: 100%;
}

.tile,
.tile.start-img img {
	border-radius: 5px;
	background: #fff;
}
.tile {
	margin-bottom: 30px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
}
.tile-plain-headline {
	padding: 10px 20px 38px 20px;
}
.tile .dotted-grey {
	height: 2px;
	background: url(../img/dotted-grey-line.png) repeat-x;
	border:none;
	margin: 5px 0 15px;
}
.home .tile.col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
.tile.col-md-6 .col-md-12 {
	width: 97.9%;
}
.tile.tile-left {
	margin-right: 15px;
}
.tile.tile-right {
	margin-left: 15px;
}
.tile .media {
	padding: 0 20px;
}

.nopad-left {
	padding-left: 0;
}

.nopad-right {
	padding-right: 0;
}

.main {
	margin-top: 30px;
}
.einbuchtung {
	position:absolute;
	margin-left: 18px;
	margin-top: -5px;
	z-index: 99;
	border:none;
}

img {
	border: 1px solid #efefef;
}

@media (max-width: 767px) {
	.einbuchtung {
		display: none;
	}
	.tile.tile-left {
		margin-right: 0;
	}
	.tile.tile-right {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.einbuchtung {
		display: none;
	}
	.home .tile.col-md-6 {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.home .tile.col-md-6 {
		width: 47.5%;
	}
	.einbuchtung {
		display: inline-block;
	}
}
@media (min-width: 1200px) {
	.home .tile.col-md-6 {
		width: 48.2%;
	}
}


/* ==========================================================================
   TYPOGRAPHY AND COLORS
   ========================================================================== */

p {
    font-weight: 300;
    line-height:1.5;
    margin-bottom: 20px;
}
h1 {
	margin: 28px 0 25px 0;
	font-size: 30px;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
.werbekalender-heading,
.sidebar-entry-heading {
	color: #335473;
	font-weight: 400;
}
h1,
h2  {
	font-family: Montserrat, Helvetica, Verdana, sans-serif;
}

h2 {
	font-size: 22px;
	line-height: 1.2;
}
.home .tile h2,
.map h3 {
	padding: 0 20px;
}
.home .tile h2 {
	padding: 20px 20px 10px 20px;
	margin: 0;
}
.map h3 {
	margin-top: 0;
}
h3,
.werbekalender-heading,
.sidebar-entry-heading {
    font-size: 18px;
}
h4 {
	font-size: 13px;
	line-height: 1.4;
}
a,
a:hover,
a:focus {
	color: #01509D;
	outline: 0;
}
.btn,
.btn:focus,
.btn:hover {
	color: #fff;
	font-size: 17px;
	margin: 0;
}
.btn {
	background: #01509D;
}
.btn:focus,
.btn:hover {
	background: #092851;
}
.tile .btn-block {
	margin-bottom: 5px;
	font-weight: 300;
}
.tile-orange {
	background: #F4B11C;
	color: #fff;
	font-weight: 400;
}
.tile-orange h2 {
	color: #fff;
}
aside,
.home aside {
	font-size: 15px;
}
aside h2 {
	padding: 0 20px;
}
.tile-grey {
	background: #fafafa;
}
.grey,
.img-caption {
	color: #999;
}
.img-caption {
	font-size: 14px;
}
ul {
	margin-bottom: 35px;
	list-style-type: none;
	padding-left: 15px;
}
ul li {
	background: url(../img/ul-pfeil.png) no-repeat 0 8px;
	padding: 0 0 0 13px;
	margin-bottom: 20px;
}


/* ==========================================================================
   HEADER
   ========================================================================== */

header {
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;
}
header img {
	border: none;
}
header {
	font-size: 17px;
	font-weight: 400;
}
header .btn,
header .btn:hover,
header .btn:focus {
	border-radius: 0;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
header i {
	margin-right: 3px;
}
header ul li {
	background: none;
	margin-bottom: 0;
}
header .btn-block {
	padding: 9px 12px 8px 20px;
	height: 42px;
}
header .btn-block:hover,
header .btn-block:focus {
	background: #092851;
}
@media (max-width: 767px) {
	header .col-lg-2 {
		margin-right: 0;
	}
	header .col-lg-7 {
		margin-right: 0;
	}
	.logo-big {
		display: none;
	}
	header {
		text-align: center;
	}
	header .btn-block,
	header .btn-block:hover,
	header .btn-block:focus {
		width: auto;
		display: inline-block;
		margin: 2px;
	}
	header .btn-block + .btn-block.btn-bottom {
		margin-top: 2px;
	}
	.logo a {
		display: block;
	}
	.logo-small {
		padding-top: 5px;
		margin: 0 auto 0 auto;
	}
}
@media (min-width: 768px) {
	header .col-lg-2 {
		margin-right: -50px;
	}
	header .col-lg-7 {
		margin-right: -13px;
	}
	.logo-big {
		display: none;
	}
	.logo-small {
		display: inline;
		padding-top: 5px;
	}
	header .btn-block,
	header .btn-block:hover,
	header .btn-block:focus {
		font-size: 14px;
		padding: 10px 12px 10px 20px;
	}

}
@media (min-width: 992px) {
	header .col-lg-2 {
		margin-right: -35px;
	}
	header .col-lg-7 {
		margin-right: -46px;
	}
	.logo-small {
		display: none;
	}
	.logo-big {
		display: inline;
	}
	.logo {
    	margin-bottom: -25px;
	}
	header .btn-block,
	header .btn-block:hover,
	header .btn-block:focus {
		font-size: 16px;
		padding: 8px 12px 9px 20px;
	}
}
@media (min-width: 1200px) {
	header .col-lg-2 {
		margin-right: -65px;
	}
	header .col-lg-7 {
		margin-right: 65px;
	}
}


/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar {
	border: 0;
	margin-bottom: 0;
}
.navbar .container {
	width: auto;
}
.navbar-custom ul li {
	display: inline-block;
}

.navbar-custom {
    margin-bottom: 0;
}
.navbar-custom .container-fluid {
	padding-left: 0;
}
.navbar-custom ul li a {
    color: #335473;
    font-weight: 400;
    margin-left: 2px;
}
.navbar-custom ul li a:hover,
.navbar-custom ul li a:focus,
.navbar-custom ul li.active a,
.navbar-custom ul li.active a:hover,
.navbar-custom ul li.active a:focus {
    color: #F4B11C;
}

.navbar-custom ul li a:hover,
.navbar-custom ul li a:focus,
.navbar-custom ul li.active a:hover,
.navbar-custom ul li.active a:focus,
.navbar-custom ul li.active a {
	background: #fff;
}

.navbar-custom .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.btn-block + .btn-block {
	margin-top: 0;
}
.btn-block + .btn-block.btn-bottom {
	margin-top: 1px;
}
li.menulogins-small {
		display:none !important;
}

@media (max-width: 767px) {
	.navbar-nav {
		margin: 5px 0 0 0;
	}
	header ul li {
		padding-left: 0;
	}
	li.menulogins-small {
		display:inline-block !important;
	}
	.menulogins-lg {
		display:none;
	}
	.navbar {
		min-height: 40px;
	}
	.navbar-custom {
		border-top: 1px solid
	}
	.logo-small {
		margin: 5px 0 10px 0;
	}
	.navbar-custom ul {
		margin-bottom: 1px;
	}
	.navbar-custom ul li {
		width: 100%;
		margin-top: 1px;
	}
	.navbar-custom ul li a, ul li.menulogins-small a {
		text-align: center;
		padding: 10px;
		color: #fff;
		background: #01509d;
		font-size: 16px;
		margin-left: 0;
	}
	.navbar-custom ul li a:hover,
	.navbar-custom ul li a:active,
	.navbar-custom ul li a:focus {
		color: #01509d;
		background: #fff;
	}

	.nav.navbar-nav {
		margin-top: 0;
	}
	.navbar-collapse {
		border-top: 0;
	}
	.navbar-toggle {
		margin: 0;
		color: #fff;
		background: #01509d;
		border-radius: 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
	}
	.navbar-custom .navbar-toggle {
    	border-color: #01509d;
	}
	#map-static {
		padding: 0 10px;
	}
	.map {min-height: auto;}
}

}
@media (min-width: 768px) {
	.navbar-custom ul li a {
		font-size: 15px;
		padding: 47px 0 18px 0;
	}
}

@media (min-width: 992px) {
	.navbar-custom ul li a {
		font-size: 17px;
		padding: 47px 5px 18px 0;
	}
}

@media (min-width: 1200px) {
	.navbar-custom ul li a {
		padding: 47px 20px 18px 0;
	}
}


/* ==========================================================================
   SIDEBAR
   ========================================================================== */

.sidebar-entry {
	padding: 5px 0;
}
.sidebar-entry img {
	border:none;
	margin: 5px 0 10px;
	display:block;
	width: 100%;
}
.sidebar-entry p {
	margin-bottom: 0;
}
.sidebar-entry a,.sidebar-entry .item {
	color: #14202c;
	text-decoration: none;
	display:block;
	padding: 10px 20px;
}
.tile-orange .sidebar-entry a,.tile-orange .sidebar-entry .item  {
	color: #fff;
}
.sidebar-entry a:hover,
.sidebar-entry a:focus,
.sidebar-entry a:hover .sidebar-entry-heading,
.sidebar-entry a:focus .sidebar-entry-heading
 {
	background: #092851;
	color: #fff;
}
.tile-orange .sidebar-entry a:hover,
.tile-orange .sidebar-entry a:focus,
.tile-orange .sidebar-entry a:hover .sidebar-entry-heading,
.tile-orange .sidebar-entry a:focus .sidebar-entry-heading {
	background: #7A590E;
	color: #fff;
}
.sidebar-entry-heading {
	margin-bottom: 5px;
	line-height: 1.2;
}


/* ==========================================================================
   START
   ========================================================================== */

.start-img {
	position:relative;
}
.start-img img {
	width: 100%;
}
.caption {
	color: #fff;
	font-family: Montserrat, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	position: absolute;
}
.caption hr,
.tile-orange hr {
	height: 2px;
	background: url(../img/dotted-white-line.png) repeat-x;
	border:none;
	margin: 5px 0 5px;
}
.caption-title {
	font-size: 20px;
}
.caption-text {
	line-height: 1.3;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.home .media p {
	margin-bottom: 0;
}
.media p a {
	color: #14202c;
	display: block;
}
.media p a:hover,
.media p a:focus {
	color: #fff;
	background: #092851;
	text-decoration: none;
}
@media (max-width: 767px) {
	.caption {
		left: 40px;
		top: 15px;
		width: 50%;
	}
	.caption-text,
	.caption-title {
		font-size: 15px;
		font-weight: 400;
		font-family: Lato, Verdana, sans-serif;
	}
}
@media (min-width: 768px) {
	.caption {
		left: 40px;
		top: 15px;
		width: 50%;
	}
	.caption-text {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.caption {
		left: 70px;
		top: 35px;
		width: 45%;
	}
	.caption-text {
		font-size: 25px;
	}
}

@media (min-width: 1200px) {
	.caption {
		left: 120px;
		top: 45px;
		width: 45%;
	}
	.caption-text {
		font-size: 33px;
	}
}

/* ==========================================================================
   WERBEKALENDER
   ========================================================================== */

.uneven {
	border-left: 8px solid #01509D;
}
.even {
	border-left: 8px solid #99B9D8;
}
.uneven,
.even {
	margin: 0 20px;
	padding: 11px 11px;
}
.werbekalender {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.werbekalender li {
	background: none;
	margin-bottom: 0;
}
.uneven p,
.even p {
	margin: 5px 0 0;
}
.uneven .werbekalender-heading,
.even .werbekalender-heading {
	margin: 0;
}
.werbekalender-kompakt li.even:last-child,
.werbekalender-kompakt li.uneven:last-child {
	padding: 0;
	border: none;
}
.werbekalender-kompakt li.even:last-child span {
	border-left: 8px solid #99B9D8;
	height: 8px;
	display: block;
	margin-top: 3px;
}
.werbekalender-kompakt li.uneven:last-child span {
	border-left: 8px solid #01509D;
	height: 8px;
	display: block;
	margin-top: 3px;
}
.flag {
	margin-left: 5px;
}
.flag img {
	margin: 0 2px 2px 0;
}
.werbekalender .flag img {
	opacity: 0.5;
}
.werbekalender-komplett .nocontent .werbekalender-heading {
	color: #bbb;
}

@media (max-width: 767px) {
	.werbekalender-komplett.first {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.werbekalender-komplett.first {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.werbekalender-komplett.first {
		margin-bottom: 30px;
	}
}


/* ==========================================================================
   LANDKARTE
   ========================================================================== */

.map h1 {
	margin-bottom: 10px;
}
.map {
	/*background: url(../img/map.png) 25px 26px no-repeat #fff;*/
	min-height: 377px;
}
.map-text {
	color: #999;
	float: right;
	background: rgba(255, 255, 255, 0.8);
	padding: 6px 25px 6px 10px;
	margin-top: 230px;
	text-align: right;
}
.map-text p {
	font-weight: 400;
	margin-bottom: 0;
}
.map-text-ort {
	font-weight: 300;
}
.map-text.map-text-einzel {
	margin-top: 215px;
}
.gruppenpin {
	background: url(../img/pin-lg.png) no-repeat;
	display: block;
	width: 29px;
	height: 44px;
	padding: 4px 0;
	font-size: 12px;
	font-family: Verdana;
	text-align: center
}
.gruppenpin:hover,
.gruppenpin:focus {
	text-decoration: none;
	background: url(../img/pin-lg-hover.png) no-repeat;
}
.einzelpin {
	background: url(../img/pin-sm.png) no-repeat;
	display: block;
	width: 9px;
	height: 13px;
}
.einzelpin:hover,
.einzelpin:focus {
	text-decoration: none;
	background: url(../img/pin-sm-hover.png) no-repeat;
}

.tile-plain-headline.map {
	padding: 10px 20px 20px 5px;
}
.tile-plain-headline.map h3 {
	padding-left: 0;
}
.map hr {
	margin: 0 -20px 30px -20px;
}
.nav-buchhandlungen h3 {
	font-family: Montserrat, Helvetica, Verdana, sans-serif;
	margin-bottom: 13px;
}
.nav-pills li {
	background: none;
	padding-left: 0;
}
.nav-pills li a {
	color: #335473;
}
.map .nav li a {
	padding: 5px 10px;
}
.map .dropdown {
	border: 1px solid #e0e0e0;
	background: #fafafa;
	width: 250px;
	margin-right: 21px;
	margin-left: 0;
}
.map .dropdown:last-child {
	margin-right: 0;
}
.map .dropdown i {
	float: right;
	margin-top: 4px;
}
.map .dropdown-menu {
	padding: 20px 30px 20px 20px;
	color: #335473;
	font-size: 16px;
	background: #f2f2f2;
	border-radius: 0;
	border: 1px solid #e0e0e0;
	box-shadow: none;
}
.map .dropdown-menu li {
	margin-bottom: 0;
}
.map .dropdown-menu li a {
	display: block;
	padding: 8px 10px;
}
.map .dropdown-menu li a:hover,
.map .dropdown-menu li a:focus {
	text-decoration: none;
	background: #fafafa;
	color: #335473;
}
.map .dropdown-menu .col-lg-4 {
	padding-left: 0;
}
.map .flag {
	margin-left: 0;
}
.map .dropdown-menu .country {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 5px;
}
h2 .flag {
	margin-left: 0;
}

@media (max-width: 767px) {
	.map .dropdown-menu {
		width: 249px;
	}
	.map {
		min-height:auto;	
	}
}
@media (min-width: 768px) {
	.map .dropdown-menu {
		width: 249px;
	}
}
@media (max-width: 1199px) {
	#map2, #mapimage, #mapheaderlg{
		display: none;
	}
	#mapheadersm,#map_static{
		display: block;
	}
}
@media (min-width: 1200px) {
	.map .dropdown-menu {
		width: 700px;
	}
	#map2, #mapimage, #mapheaderlg{
		display: block;
	}
	#mapheadersm,#map_static{
		display: none;
		
	}
}
#map_static {
	padding: 0 10px 1px 10px;
}

@media (min-width: 992px) {
	.map {min-height: 346px;}
}
@media (min-width: 768px) {
	.map {min-height:282px;}
}
/* ==========================================================================
   PARTNERBUCHHANDLUNGEN
   ========================================================================== */

.tile-dotted-headline h2 {
	padding-left: 20px;
}
.buchhandlung {
	margin: 20px 20px 22px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
}
.buchhandlung.last {
	border-bottom: none;
}
.buchhandlung h4 {
	font-size: 16px;
	font-family: Montserrat, Helvetica, Verdana, sans-serif;
	margin: 0;
}
.buchhandlung .col-lg-2 {
	padding-left: 0;
}
.buchhandlung img {
	border: none;
	width: 100%;
}
.buchhandlung .btn {
	margin: 8px 0;
	font-size: 15px;
	padding: 0 10px;
}
.partnerlogo {
	float: right;
	border: none;
}

@media (max-width: 767px) {
	.buchhandlung img {
		max-width: 130px;
		margin-bottom: 15px;
	}
	.partnerlogo {
		float:left;
		margin: 0 10px 10px 0;
	}
}
@media (min-width: 768px) {
	.col-sm-offset-4 p {
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.col-sm-offset-4 p {
		padding-left: 0;
	}
}



/* ==========================================================================
   BUCHWERBUNG
   ========================================================================== */

.marketing-list {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	margin-top: 30px;
}
.marketing-list li {
	float: left;
	text-align: center;
	background: none;
	margin-bottom: 0;
}
.marketing-list li a {
	display: block;
}
.marketing-list img {
	margin: 0 0 10px 0;
	display: block;
}
.marketing-list .col-lg-3 {
	/*padding: 0;*/
}
.noborder {
	border: none;
}
@media (max-width: 767px) {
	.marketing-list .col-lg-3 {
		margin-bottom: 40px;
	}
}
@media (min-width: 768px) {
	.marketing-list .col-lg-3 {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.marketing-list .col-lg-3 {
		margin-bottom: 0;
	}
}


/* ==========================================================================
   UEBER UNS
   ========================================================================== */

.lined-list-box {
	padding: 0;
	margin-right: 15px;
	position:relative;
}
.lined-list-box p {
	padding: 0 20px;
	margin: 15px 0;
}
.lined-list-box img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 100%;
}
.lined-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.lined-list li {
	border-top: 1px solid #e0e0e0;
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}
.lined-list li:last-child {
	border-bottom: 1px solid #e0e0e0;
}
.lined-list li a,
.lined-list .nolink {
	padding: 6px 20px;
	display: block;
}
.lined-list li a:hover,
.lined-list li a:focus {
	text-decoration: none;
	color: #fff;
	background: #092851;
}
.lined-list-headline h3 {
	text-align: center;
	padding: 8px 0;
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
}

.lined-list-headline {
		z-index: 99;
		position:absolute;
		width: 100%;
}
.tile.lined-list-box {
		min-height: 519px;
	}

@media (max-width: 767px) {
	.lined-list-headline {
		top: 10px;
	}
}
@media (min-width: 768px) {
	.lined-list-headline {
		top: 260px;
	}
}
@media (min-width: 960px) {
	.lined-list-headline {
		top: 60px;
	}
	.lined-list-box.col-lg-4 {
		width: 31.7%;
		margin-right: 15px;
	}
	.lined-list-box.last {
		margin-right: 0;
	}
}
@media (max-width: 959px) {
	.lined-list-box {
		margin-right:0;
	}
}
/*@media (min-width:960px) {
 .container {
  width:970px
 }
}*/
@media (min-width: 1200px) {
	.lined-list-headline {
		top: 110px;
	}
	.lined-list-box.col-lg-4 {
		width: 30.97%;
		margin-right: 30px;
	}
}

/* ==========================================================================
   BESTSELLER
   ========================================================================== */

.tile.no-headline {
	padding: 20px 5px;
}
.bestseller .tile{
	padding-bottom: 20px;
}
.bestseller h2 {
	margin: 20px 15px 10px 15px;
}
.list-number p {
	padding: 0 15px;
	float: left;
	color: #335473;
	font-family: Montserrat;
	font-weight: 400;
	width: 40px;
}
.bestseller .media p {
	margin-bottom: 0;
	font-size: 15px;
}
.bestseller .media {
	padding: 0 15px;
	border-left: 1px solid #e0e0e0;
}
.bestseller img {
	margin-top: 5px;
}

@media (max-width: 767px) {
	#bestseller-links {
		padding:0;
	}
	#bestseller-mitte {
		padding:0;
	}
	#bestseller-rechts {
		padding:0;
	}
}

@media (min-width: 768px) {
	#bestseller-links {
		padding:0;
	}
	#bestseller-mitte {
		padding:0;
	}
	#bestseller-rechts {
		padding:0;
	}
}
@media (min-width: 992px) {
	#bestseller-links {
		padding-left: 0;
		padding-right: 15px;
	}
	#bestseller-mitte {
		padding: 0 15px;
	}
	#bestseller-rechts {
		padding-right: 0;
		padding-left: 15px;
	}
}



/* ==========================================================================
   LOGIN
   ========================================================================== */

.tile .btn.btn-lg.btn-block {
	margin: 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
	font-size:14px;
	background: #01509D;
	color: #fff;
}

.copyright {
    padding: 10px 0;
    float: left;
    margin-bottom: 0;
}
.footer-nav {
    float: right;
}
.footer-nav .nav li {
    display: inline-block;
    margin-bottom: 0;
}
.footer-nav .nav li a {
    padding: 10px;
    color: #fff;
}
.footer-nav .nav li a:hover,
.footer-nav .nav li a:focus {
    background-color: #092851;
    text-decoration: none;
}

/* ==========================================================================
   Goolgemaps
   ========================================================================== */
   
.googlemapswrapper{
    padding:0;
}
.googlemapswrapper #map_canvas{
    height: 380px;
    width: 100%;
}

.googlemapswrapper #map_canvas .row{
    margin:0;
}

.googlemapswrapper #firstHeading {
    color: #333333;
    font-size: 14px;
    margin-bottom:5px;
    margin-top:0;
}
.googlemapswrapper #map_canvas .navigate {
	text-align:center;	
}
.googlemapswrapper #map_canvas .gm-style .navigate-icon {
    background-position: 0 0;
}
.googlemapswrapper #map_canvas .gm-style .navigate-icon {
    border: 0 none;
}
.googlemapswrapper #map_canvas .gm-style .navigate-icon {
    height: 22px;
    margin: 0 auto;
    overflow: hidden;
    width: 22px;
}
.googlemapswrapper #map_canvas .gm-style .icon {
    background-image: url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png");
    background-size: 70px 210px;
}

.mobile-nav-text .fa {
    margin: 0 0 0 5px;
}

/***Carousel***/

.carousel > .carousel-inner > .item > img,
.carousel-control {
	border-radius: 5px;
}

.carousel {
	margin-bottom: 30px;
}

.carousel-indicators {
	bottom: 0;
	opacity: 0.7;
}

.carousel-caption {
	font-size: 30px;
	font-family: Montserrat,Helvetica,Verdana,sans-serif;
	bottom: 20px;
	left: 10%;
	right: 10%;
	text-align: left;
}

#email2 {
	display:none;
}
