/*
.carousel-control.left{
	background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.carousel-control.right{
	background-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
}
*/
div.fb-page:hover{
	border: 2px dashed #000;
}
div.fb-page:focus{
	border: 2px dashed #000;
}

ul.traffic_sport_list > li {
	margin-bottom: 2em;
}

.container .row h3{
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #197dce;
	padding: 10px 0 10px;
	border-radius: 7px 7px 0 0;
	margin:40px 0 0 0;
}

section.centers .row h3 {
	margin-top: 30px;
	background: none;
	color: #ece045;
}

.news_box_title{
	color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #197dce;
    padding: 10px 0 10px;
    border-radius: 7px 7px 0 0;
    margin-top: 40px;
    font-size: 18px;
}
.news_box_title.h4-1{
	background-color: #28b1b6;
}
.place_box_title{
	margin-top: 30px;
	color: #ece045;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 0 10px;
    font-size: 18px;
}
.video_title{
	font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    color: #075f98;
}
.edit_area img{
	height: auto !important;
}

/* privacy */
.privacy_notice{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 15px;
	background-color: rgba(0,0,0,0.8);
	z-index: 1001;
	display: none;
}
.privacy_notice_text{
	max-width: 1000px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.privacy_notice_text a{
	color: #ffe72e;
}
.privacy_notice_text a:hover{
	color: #f2410a;
}
.privacy_btn{
	display: block;
	width: 200px;
	font-size: 16px;
	color: #197dce;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0;
	background-color: #ffe72e;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.privacy_btn:hover{
	color: #fff;
	background-color: #f2410a;
}
.privacy_text{
	font-size: 16px;
	line-height: 1.8em;
}
.privacy_text ul{
	list-style: disc;
	padding-left: 25px;
}
.privacy_text ul li{
	display: list-item;
	list-style: disc;
}
.paginationLsit .cityBtn li{
	margin-bottom: 2em;
}