/* natiivit tyylit */

html, body {
	margin: 0;
	padding: 0;
	text-align: justify;
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}


img {border: 0; padding:0; margin:0;}
hr {color: #8C8C8C; border: 1px dotted #8C8C8C; border-style: none none dotted;}

a{
	color: #006792;
	text-decoration: none;
}

a:focus {
	outline: none;
	border: 0;
}

h1{
	font-family: 'Fjalla One', sans-serif;
	color:#3d3d3d;
	font-size:32px;
	font-weight: normal;
	letter-spacing:0px;
	line-height:28px;
	margin: 0;
}

h2{
	font-family: 'Fjalla One', sans-serif;
	font-size:28px;
	font-weight: normal;
	letter-spacing:-1px;
	color: #006792;
}

h3{
	font-family: 'Fjalla One', sans-serif;
	color:#3d3d3d;
	font-size:18px;
	font-weight: normal;
	letter-spacing:0px;
	margin: 0px 0px 10px 0px;
}

.copyrighted_image { 
   position: relative; 
}

.copyrighted_image .copyright_text { 
   position: absolute; 
   bottom: 0px; 
   left: 0px; 
   width: 100%; 
   text-align: center;
   color: #ffffff;
   font-size: 10px;
   padding:5px;
}

.copyrighted_image .copyright_text a{
	color: #FF0084;
}

.first_container{
  padding: 20px 100px 20px 100px;
}


.second_container{
	background: #19ADCB;
}

.second_container h3{
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
    width: 100%;	
	color: #006792;
    text-transform: uppercase;
    text-align: center;	
}

.second_container .feature_wrapper{
	max-width: 500px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
    justify-content: center;
	-ms-flex-pack: center;
	border: solid 1px #006792;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 3px;
}

.second_container .feature_wrapper:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
	text-decoration:none;	
}

.second_container  a:hover{
	text-decoration:none;
}

.second_container .feature_wrapper h2{
	align-self: center;
	margin: 0;
}

.third_container{
	background: #006792;
	min-height: 500px;
	overflow:hidden;
}

.third_container .preview_photo_wrapper{
	margin: 0px;
	padding: 0px;
    height: 500px;	
	display: block;
}

.photo_copyright{
    position: relative;
	top: 96%;
	width: 100%;
	height: 500px;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

.photo_copyright a{
	color: #FF0084;
}

.recommendedsite_text > h3{
	margin: 0px;
	padding: 0px 0px 10px 0px;
    width: 100%;	
	color: #E0D0B8;
    text-transform: uppercase;
	
}

.third_container .preview_text_wrapper{
	padding: 0px 50px 0px 50px;
}

.second_container h2, .third_container h2{
	color: #ffffff;
}

.third_container{
	color: #ffffff;
}

.read_more_button_white{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px 50px 8px 50px;
    text-transform: uppercase;
	font-size: 14px;
	font-family: sans-serif;
	transition: all 0.2s ease-in-out 0s;	
}

.read_more_button_white:hover {
	background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0;
	color: #006792;
}

.read_more_button_dark{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #006792;
    border-radius: 3px;
    box-shadow: none;
    color: #006792;
    font-weight: bold;
    text-shadow: none;
	margin-top: 10px;
	padding: 8px 30px 8px 30px;
    text-transform: uppercase;
	font-size: 14px;
	font-family: sans-serif;
	transition: all 0.2s ease-in-out 0s;	
}

.read_more_button_dark:hover{
	background: rgba(0, 103, 146, 0.9) none repeat scroll 0 0;
	color: #fff;
}

.itembox_flex_wrapper{

}

.itembox_flex_container{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-align: start;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.itembox_flex_item{
	width: 250px;
	height: 180px;
	margin: 10px;
    transition: width 0.7s ease-out;	
	border: solid 1px #fff;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	display: flex;
	justify-content: center;

}

.itembox_flex_item:hover{
	background:#fff;
}

.itembox_flex_item .sitename {
    color: #ffffff;
	padding:0px 10px 0px 10px;
	font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
}

/* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.break {
  flex-basis: 100%;
  height: 0;
}


/* share buttons */

.sharebuttons{
	padding-top: 5px;
}

.sharebuttons a i {
	margin: 0px 2px 0px 2px;
	cursor:pointer;
}

.sharebuttons .facebook-button:hover{
	color: #3B5998;
}

.sharebuttons .pinterest-button:hover{
	color: #C92228;
}

.sharebuttons .twitter-button:hover{
	color: #4099FF;
}

.sharebuttons #addtoshortlist{
	cursor:pointer;
}

.sharebuttons #addtoshortlist:hover{
	cursor:pointer;
	color: #C92228;
}

/* members page */

.members_container{
	max-width: 1300px;
    margin: auto;
    position: relative;	
}

.members_icons{
	color: #19adcb;
}

/* about page*/

.about_container{
	max-width: 1000px;
    margin: auto;
    position: relative;
	margin-top: 20px;
}




/* city guides */

.cityguide_search{
	padding: 20px 0px 20px 0px;
	text-align:center;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;	
}


.cityguide_search .selection{
	border-color: black;
}

.cityguide_description{
	text-align: justify;
	
}

.page_numbers{
	margin-bottom: 10px;
}

.page_number{
	padding: 2px 4px 2px 4px;
}

.page_number_selected{
	padding: 2px 4px 2px 4px;
	background: #90b6be;
}

#common_map_canvas{
	min-height: 300px;
	margin-bottom: 20px;
}

.ads_description{
  margin: 0px 0px 25px 0px;
}
	
/* *************************
	footer
*/

.footer{
	padding:10px;
	background: #2d3e46;
	color: #fff;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;	
}

.footer_copyright{
	padding: 10px;
}

.footer .followus{
	padding-top: 20px;
}

.footer .followus i{
	padding: 0px 3px 0px 3px;
}

.footer .followus .fb-like{
	padding: 0px 3px 0px 3px;
}

.footer .sitelinks{
	padding: 20px 0px 10px 0px;
    text-transform: uppercase;	
}

.footer .sitelinks a{
	margin: 0px 5px 0px 5px;
	
}

.footer a {
	color: #ffffff;
}

.footer a:focus,
.footer a:hover {
	text-decoration: none;
	color: #fe9f5a;
}

.footer h2{
	color: #f1893d;
	font-size: 20px;
	padding-bottom: 2px;
	white-space:nowrap;
	overflow:hidden;
	
}

/* päälinkit */

.highlight{
	color: #f1893d;
}

.highlight:hover{
	color: #f1893d;
}


/* logo */

#logo{
	padding: 0px;
	font-size: 10px;
	cursor:pointer;
	color: #e1e1e1;
}

#logo:hover{
	opacity: 0.9; /* css standard */
    filter: alpha(opacity=100); /* internet explorer */
}

/*  *************************** 
	haku & kategorian valinta 
*/

/* haku */

#pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}


#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-size: 13px;
  font-weight: 300;
}



/* kategoriat */

#categories{	
	float: left;
	width: 150px;
	height: 33px;
	text-align:left;
	background: url(../images/select_category.png) right center no-repeat #1e6c7b;
	border: solid 1px #77b5c1;
	padding: 0px 5px 0px 5px;
	-moz-box-shadow: 0 0 3px #77b5c1;
	-webkit-box-shadow: 0 0 3px #77b5c1;
	box-shadow: 0 0 3px #77b5c1;
	cursor:pointer;
}

.categories_box_content{
	position:absolute; 
	height: 30px;
	top:29px;
}

#attraction_type{
	display:none;
	position:absolute;
	top: 54px;
	width: 150px;	
	background:#1e6c7b;
	text-align:left;
	z-index:999;
	border: solid 1px #77b5c1;
	padding: 0px 5px 0px 5px;
	-moz-box-shadow: 0 0 3px #77b5c1;
	-webkit-box-shadow: 0 0 3px #77b5c1;
	box-shadow: 0 0 3px #77b5c1;
	cursor:pointer;	
}

.attraction_type_maincategory{
	width: 150px;
	color:#F1893D; 
}
.attraction_type_subcategory{
	font-size: 12px;
}

.attraction_type_checkbox{
	float:right;
}

/* karttasivu */

#map_canvas{
	padding-right: 10px;
}

#map_canvas_loader{
	text-align:center;
	position: absolute;
	bottom: -100px;
	height: 200px;
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

.map{
	padding: 0px;
}

/* kohteen kuvaus */

#attraction_infowindow{
	display:none;
	margin-bottom: 20px;	
}
/*
#attraction_infowindow  .close_button{
	position: absolute;
    top: 10px;
    right: 10px;
}
*/
#infowindow_details_wrapper{
	text-align: justify;
}

#infowindow_description{
	overflow: auto;
	margin: 10px 0px 0px 0px;
	max-height: 150px;
}

#infowindow_photos_wrapper{
	margin-bottom: 20px;
}

#infowindow_address, #infowindow_built_time{
	font-size:12px;
}

#infowindow_photos img{
	padding: 4px;
}

.infowindow_zoom_map{
	float:left;
	font-size: 14px;
	padding-left: 50px;	
}




/* kohdelista */

#attractions_list{
	overflow:hidden;
	padding: 10px 10px 0px 10px;
}

#attraction_list_items{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;	
}

.attraction_list_item{
	text-align:left;
	background: #ffffff;
	padding:5px 0px 5px 0px;	
	cursor: pointer;
	overflow: hidden;
	width: 50%;
}

.attraction_list_item_name{
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.attraction_list_item_city{
	font-size:12px;
	color: #3d3d3d;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;	
}


.attraction_list_item:hover{
	background: #f2f6f7;
}


#edit_attraction_information_form{
	display:none;
}


.thumbnail{
	padding: 3px;
	float:left;
}


/* popup */

.advertisement_popup > .modal{
	z-index: 1;
}

.modal.fade.in .advertisement_popup_body {
    bottom: 0; 
    opacity: 1;
}
.advertisement_popup_body {
    width: 50%;
    height: 150px;
    background-color: #e5e5e5;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.modal-open {
    overflow: auto;
}

.advertisement_footer{
	position: fixed;
    bottom: 0;
    width: 100%;
	display:none;
    background-color: #fff;
	padding: 10px 10px 30px 20px;
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)), url(../images/footer_advertisement_bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 3px solid #006792;
}

.advertisement_footer h2 {
	margin: 0;
}

/*.advertisement_footer h2 > i {
	padding-bottom: 3px;
}*/

.advertisement_footer .button{
	border-radius: 5px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	padding:10px;
	margin: 0px 5px 10px 5px;
	width: 130px;
	font-family: 'Montserrat', sans-serif;
}

.advertisement_footer .upload_button{
	border-radius: 5px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	padding:10px;
	margin: 50px 5px 10px 5px;
	width: 250px;
	font-family: 'Montserrat', sans-serif;
	background: #006792;
	border-color: #7F1D60;	
}

.advertisement_footer .upload_button:active, .upload_button:hover {
	  background: #19adcb;
	  color: #fff;
}

#advertisement_footer_close{
	font-size: 26px;
}

.advertisement_footer .facebook_button{
	background: #3b5998;
	border-color: #263961;
}

.advertisement_footer .facebook_button:active, .facebook_button:hover {
	  background: #263961;
	  color: #fff;
}

.advertisement_footer .twitter_button{
	background: #00aced;
	border-color: #0B8DEA;
}

.advertisement_footer .twitter_button:active, .twitter_button:hover {
	  background: #0B8DEA;
	  color: #fff;
}

.advertisement_footer .instagram_button{
	background: #bc2a8d;
	border-color: #7F1D60;
}

.advertisement_footer .instagram_button:active, .instagram_button:hover {
	  background: #263961;
	  color: #fff;
}

.advertisement_footer .upload_button{

}

.twitter-follow-button{
	vertical-align:bottom;
}


/* tag-sivu */
#searchfeatured,
#searchtag{
	/*width: 50%;*/
}

.tagpage_photo{
	text-align:left;
	float:left;
	padding-left: 10px;
}

.tagpage_description{
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;	
	padding: 0px 10px 0px 10px;
}

.tagpage_details{
	font-size:12px;
}

.itembox_common{
	padding: 20px 10px 20px 20px;
    /*margin-bottom: -99999px;
    padding-bottom: 99999px;	*/
	min-height: 170px;
	max-height: 300px;
}

.itembox_container{
	overflow: hidden; 

}

/* view-sivu */

.viewpage_wrapper{
	margin-top: 20px;
	margin-bottom: 20px;
}

.viewpage_photo_section{
	margin-bottom: 10px;
}

#viewpage_main_photo{
	font-size:10px;
}

#viewpage_thumbnails{
	height:100px;
}

.viewpage_thumb{
	margin: 5px 5px 0px 0px;
	cursor: pointer;
	float:left;
}

.viewpage_description ul{
	margin: 0;
}



#viewpage_comments{	
	margin-top: 30px;
}

#viewpage_tags{
	margin-top: 30px;
}

#viewpage_tags ul{
    list-style:none;
    padding-left:0;	
	margin-top: 10px;
}

.viewpage_tag_item{
	background-color: #006792; 
    border: 0 none;
    float: left;
    margin: 0 5px 5px 0;
    max-width: 96%;
	padding: 3px 5px 3px 5px;	
    position: relative;
    transition: all 100ms ease-in-out 0s;
	list-style: outside none none;
	border-radius:2px;
}

.viewpage_tag_item a{
	color: #ffffff;
}

.viewpage_tag_item a:hover{
	text-decoration:none;
}

.viewpage_tag_item:hover{
	background-color: #158cba;
}

#viewpage_imageloader{
	background: url(../images/ajax-loader.gif) center no-repeat;
	width: 600px;
	height: 300px;
	text-align:center;
}

#show_new_comment_form{
	color: #1e6c7b;
	cursor:pointer;
}

#viewpage_mapbox{
	height: 400px;
}

#viewpage_new_comment_form{
	display: none;
}

.viewpage_location_container{
	background: #006792;
}

.viewpage_location_wrapper{
	margin: 30px;
	color: #fff;
	padding-top: 20px;	
	padding-bottom: 20px;	
}

.viewpage_location_wrapper a{
	color: #fff;
}

.viewpage_location_wrapper h3{
	margin: 0px;
	padding: 0px 0px 10px 0px;
    width: 100%;	
	color: #E0D0B8;
    text-transform: uppercase;
}

.viewpage_location_box{
	padding-bottom: 20px;
	text-align:left;
}

.viewpage_nearbysights{
	padding-left: 0px;
}

#googleplaces_reviews{
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; 
}

.googleplaces_reviews_item {
	margin: 0px 30px 20px 0px;
 	flex-grow: 1;
	flex-basis: 0; /* default value */ 
	min-width: 250px;
}

/*ads*/

.ads_container{
	margin: 20px 0px 20px 0px;
}

.ads_container h2{
	margin-bottom: 10px;
}

.native_ads_container{
	margin: 0 auto;
	max-width: 1200px;
}

.ads_container .flexbox_container{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0px 20px 0px 20px;
}

.ads_container .flexbox_description{
	width: 30%;
	min-width: 200px;
	max-width: 400px;
}

.ads_container .flexbox_ad {
	width: 200px;
	min-width: 112px;
}



/* historical period tyylit */

.historicalperiod_map_canvas{
}

#historicalperiod_select_country{
    background-color: transparent;	
	width: 40%;
	margin: 0 auto;
	margin-bottom: 10px;
}

#historicalperiod_select_country option {
	color: #000;
    background-color: transparent;	
}

#historicalperiods_select_period{
	display:none;
}

#historicalperiod_select_period{
	background-color: transparent;		
	width: 40%;
	margin: 0 auto;
	margin-bottom: 10px;
	min-width: 300px;	
}

/*
.historical_period_description{
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 10%;
	text-align:left;
}*/

.historicalperiods_img_left{
	float: left;
	margin: 20px 20px 6px 0px;
	font-size:12px;
	line-height:15px;	
}

.historicalperiods_img_right{
	float: right;
	margin: 0px 0px 10px 20px;
	font-size:12px;
	line-height:15px;
}


.first_container_jumbotron{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 103, 146, 0.6)), url(../images/bg3.webp) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  justify-content: center;
  /*min-height: 200px;*/
  padding-bottom: 20px;	  
}

.first_container_jumbotron .jumbotron_text{
	align-self: center;
	margin: 0;
	color: #ffffff;
	margin-bottom: 0px;	
}

.first_container_jumbotron .jumbotron_text h1{
   /* font-family: 'Fjalla One';*/
    font-family: 'Oswald', sans-serif;
	line-height: 120%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
	color: #ffffff;
	padding-top: 16px;
	padding-bottom: 16px;
}

.first_container_jumbotron .jumbotron_text h2{
	color: #ffffff;
}

.first_container_jumbotron .jumbotron_text a{
	color: #ffffff;
}

.first_container_jumbotron .jumbotron_text a:hover{
	text-decoration:none;
	color: #FF8223;
}

.first_container_jumbotron p{
	padding-bottom: 16px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Droid Serif', serif;
	/*font-family: 'Roboto Slab';*/
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
	text-align: center;
}

.first_container_jumbotron .jumbotron_input{
	background-color: transparent;
    border: 1px solid #fff;
    color: #ffffff;
    margin: 0 auto 10px;
    min-width: 300px;
    text-align: left;
    width: 40%;
}



/* featured tyylit */

.featured_item{
	padding-bottom: 30px;
	max-width: 1000px;
}

.featured_image{
	display:inline;
}

.featured_description{
	padding-top: 20px;
	text-align: justify;
}

.featured_item h2{

}

.featured_photo{
	padding: 0px 0px 0px 0px;
	height: 500px;
}

/* recommended site tyylit */

.recommendedsite_text {
  padding: 40px 0px 0px 0px;
  min-height: 200px;
  height: 350px;
  overflow: hidden;  
  
}


/* Jquery UI custom styles */

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
.ui-menu-item{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: left;
	-webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
	-moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
	border: 0 !important;  /*REMOVES BORDER*/
	background-color: #006792; 
	color: #fff;
	padding: 2px;
	width: 100%;
}

.ui-menu-item .ui-menu-item-wrapper:hover {
background: none !important;
background-color: #006792 !important;
border: none !important;
} 

/* bootstrap custom styles */

.container-fluid {
  padding: 0px;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}

/* centered columns styles */
/*.row-centered {
    text-align:center;
}*/
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
   /* text-align:left;*/
    /* inline-block space fix */
    margin-right:-4px;
}

.breadcrumb{
	margin-bottom: 0px;
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
}

blockquote{
	font-size: 1.0em !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fe9f5a;
}

/*.navbar{
	border-width: 0px;
	margin-bottom: 0px;
	background: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20));
	width: 100%;
}
*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	  color: #e1e1e1;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e1e1e1;
    background: transparent;
  }


.pagination > li > a
{
    background-color: white;
    color: #006792;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #006792;
}

.pagination > .active > a
{
    color: white;
    background-color: #006792 !Important;
    border: solid 1px #006792 !Important;
}

.pagination > .active > a:hover
{
    background-color: #5A4181 !Important;
    border: solid 1px #006792;
}



.navbar-right{
	margin-right: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: transparent;
}

.navbar-form .input-group > .form-control {
    background: rgba(0, 0, 0, 0);
	color: #fff;
	font-family: "Montserrat",sans-serif;
    font-size: 12px;	
	text-transform: uppercase;
	border-color: #49798B;
}

/* Bootstrap 5*/

.navbar {
	border-width: 0px;
	margin-bottom: 0px;
	background: linear-gradient(rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20));
	width: 100%;	
	padding-top: 0;
	padding-bottom: 0;	
}

nav .navbar-nav li a{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;		
	color: #ffffff !important;
	margin-right: 3px;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-collapse{
	padding-left: 0.75rem;
}


.custom-toggler .navbar-toggler-icon {
            background-image: url(
			"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(228, 146, 62, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }		
		

/* Carousel */

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-caption {
	position: relative;
	text-align:left;
	text-shadow: none;
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	text-align: center;
	color: #000;
	font-size: 10px;
	padding:5px;	
}

/* select2 */

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 28px;
}
  
/* custom modal */

.login_modal{
	background: #ffffff;
	text-align:center;		
}

.login_modal > .modal-header > h2.modal-title{
	color: #fff;
	font-size: 20px;
	padding-bottom: 2px;
	white-space:nowrap;
	border: none;
}

.login_modal > .modal-header{
	padding: 5px;
}

.login_modal > .modal-body {
	padding: 20px 0px 20px 0px;
}

.login_modal > .modal-body input[type=email],
.login_modal > .modal-body input[type=password]{
	width: 300px;
	margin: 2px;
	font-size: 20px;
	margin: 0 auto;
}

.login_footer{
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}

#viewpage_new_comment_form .btn,
#loginModal .btn{
	background: #006792 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100%;
}

/* sign up */

.signup_form{
	padding: 10px 0px 30px 0px;
}

.signup_form .btn{
	background: #19adcb none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40%;
}

/* Media queries */

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {
.first_container_jumbotron .jumbotron_text h1{
    font-size: 35px;	
}

.second_container .feature_wrapper{
	height: 180px;
}	

}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {

.first_container_jumbotron .jumbotron_text h1{
    font-size: 35px;	
}

.second_container .feature_wrapper{
	height: 230px;
}	

	
.viewpage_description{
	padding: 0px 10px 0px 10px;
}

#map_canvas{
	height: 300px;
}

#attractions_list{

}

#viewpage_mapbox{
	margin-bottom: 10px;
}

#mobiletag { display: none; }

	
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) /*and (max-device-width : 1223px) */ {

.first_container_jumbotron .jumbotron_text h1{
    font-size: 40px;	
}	

.second_container .feature_wrapper{
	height: 280px;
}	


.viewpage_description{
	padding: 0px 10px 0px 10px;
}

#attractions_list,
#map_canvas{
	height: 500px;
}

#attractions_list{
	
}

#viewpage_mapbox{
	margin-bottom: 10px;
} 

#mobiletag { display: none; }

 
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width: 1224px) {

.first_container_jumbotron .jumbotron_text{
	margin-top: 20px;
	padding-bottom: 20px;	
}

.first_container_jumbotron .jumbotron_text h1{
    font-size: 45px;	
}

.second_container .feature_wrapper{
	height: 330px;
}	

.viewpage_description{
	max-width: 900px;
	padding: 0px 30px 0px 30px;
}

#attractions_list,
#map_canvas{
	height: 600px;
}

}
  
/* Large screens ----------- */
@media only screen  and (min-width: 1824px) {

.first_container_jumbotron .jumbotron_text{
	margin-top: 20px;
	padding-bottom: 20px;
}

.first_container_jumbotron .jumbotron_text h1{
    font-size: 45px;	
}

.second_container .feature_wrapper{
	height: 330px;
}	

.cityguide_description{
	margin: 0 auto;
	padding: 0px 50px 0px 35px;
	
}
	
.viewpage_description{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0px 30px 0px 50px;
	}

#attractions_list,
#map_canvas{
	height: 700px;
}
	
}
  
 


