@font-face {
    font-family: BebasNeue ;
    src: url('../fonts/BebasNeue.otf');
}
@font-face { 
    font-weight: normal;
    font-style: normal;
    font-family: 'FRADMCN';
    src: url('../fonts/FRADMCN.otf');
    src: url('../fonts/FRADMCN.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FRADMCN.ttf') format('truetype');
}
@font-face { 
    font-weight: normal;
    font-style: normal;
    font-family: 'OSL';
    src: url('../fonts/OpenSans-Light.otf');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face { 
    font-weight: normal;
    font-style: normal;
    font-family: 'OSR';
    src: url('../fonts/OpenSans-Regular.otf');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
/****generic styling****/
ul li{ 	list-style: none; }
.big_container ul li {list-style-type:disc;}
a{	text-decoration: none; }
a:hover{ text-decoration: none; }
a:hover, a:focus {
color: inherit;
text-decoration: none;
}
body{ font-family: arial; }
.clear{ clear:both; }
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

/****generic styling ends****/

.main_container{ 
	margin:0px 20px;
}
header{	
	margin-top: 50px; 
}
.header_img img{
	margin:0 auto;
	display:block;
}
header p{
	font-family: BebasNeue;
	font-size: 40px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 40px;
}






/**SECOND CARD STYLING**/
.right_side_border{
	position:relative;
	right:-1px;
	padding-right: 35px;
	border-right: 1px solid #CCCCCC;	
}
.left_side_border{	
	border-left: 1px solid #CCCCCC;
}


@media screen and (max-width: 768px) {
	.right_side_border{
		position:relative;
		right:0px;
		padding-right: 35px;
		border-right: 0px solid #CCCCCC;	
	}
	.left_side_border{	
		border-left: 0px solid #CCCCCC;
	}
	.left_side_padding {
	padding-left: 50px !important;
	padding-right: 50px;
	}
}

.section1_container{
	display:block;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	padding:50px 50px 50px 10px;
	margin-bottom: 50px;
}
#section1_trigger1{
	margin-bottom: 0px;
}
#section1_trigger1 li{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor:pointer;
}
#section1_trigger1 li a{
	font-family: FRADMCN;
	font-size: 12px;
	color: #000000;	
}
#section1_trigger1 li.active a{
	color: #ffffff;
}
#section1_trigger1 li:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}
#section1_trigger1 li.active{
	background: #FF9933;	
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.05) inset,0px 0px 10px 0px rgba(0,0,0,0.15);			
}
.left_side_padding{
	padding-left: 30px;
}
#orange1{ 
	color:#F7931E;
	font-size: 48px;
	font-family: BebasNeue;
	text-transform: uppercase;
}
#section1_data1_trigger{
	margin-top:100px;
	padding-left: 0px;
}
#section1_data1_trigger li{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	padding: 10px;
	border-radius: 3px;
	text-transform: uppercase;
	float:left;
	width:100px;
	margin-right: 15px;	
	cursor: pointer;
}
#section1_data1_trigger li a{color:#000000;}
#section1_data1_trigger li.active{
	background: #4D4D4D;	
}
#section1_data1_trigger li.active a{
	color:#ffffff !important;
}
#section1_data1_trigger li:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}
.inner_data1{
	margin-top: 20px;
}
.data2 img{
	display:block;
	margin: 0px auto;
}
.data2 ul li{
/* 	list-style: disc;
font-size:30px; */
}
.data2 ul li p{
	font-size: 14px;
}
.data3 img{
	display:block;
	margin: 0px auto;
}

.data3 th{text-align:center;}
.data3 th{text-align:center;}

.data4 ul li{
/* 	list-style: disc;
font-size:30px; */
}
.data4 ul li p{
	font-size: 14px;
}
.data5 ul{
	padding-left: 0px;
}
.data5 ul.section1_data5_trigger_trigger, .data3 ul.section1_data5_trigger,.section1_data5_trigger{
	margin-top: 50px;
	margin-bottom: 20px;
}
.data3 ul.section1_data5_trigger{
	margin-top: 10px;
	margin-bottom: 20px;
}
.data5 ul.section1_data5_trigger_trigger li, .data3 ul.section1_data5_trigger li{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	padding: 10px;
	border-radius: 3px;
	text-transform: uppercase;
	float:left;
	width:120px;
	margin-right: 15px;
	cursor: pointer;
}
.section1_data5_trigger11_1 li,.section1_data5_trigger11_2 li,.section1_data5_trigger11_3 li,.section1_data5_trigger11_4 li{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	padding:2px 2px;
	border-radius: 8px;
	text-transform: uppercase;
	float:left;
	width:96px;
	margin-right: 15px;
	cursor: pointer;
	font-size: 11px;
	
}
.data5 ul.section1_data5_trigger_trigger li a, .data3 ul.section1_data5_trigger li a{
	color:#000000;
	font-family: OSL;
}
.section1_data5_trigger11_1 li a,.section1_data5_trigger11_2 li a,.section1_data5_trigger11_3 li a,.section1_data5_trigger11_4 li a{
	color:#000000;
	font-family: OSL;
}
 .data3 ul.section1_data5_trigger li.active{
	background:#4D4D4D;
}
.data5 ul.section1_data5_trigger_trigger li.active{
	background:#FF9933;
}
.section1_data5_trigger11_1 li.active,.section1_data5_trigger11_2 li.active,.section1_data5_trigger11_3 li.active,.section1_data5_trigger11_4 li.active{
	background:#4D4D4D;
}
.data5 ul.section1_data5_trigger_trigger li.active a ,.data3 ul.section1_data5_trigger li.active a{
	color:#ffffff;
}
.section1_data5_trigger11_1 li.active a,.section1_data5_trigger11_2 li.active a,.section1_data5_trigger11_3 li.active a,.section1_data5_trigger11_4 li.active a{
	color:#ffffff;
}
.data5 ul.section1_data5_trigger_trigger li:hover, .data3 ul.section1_data5_trigger li:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}
.section1_data5_trigger11_1 li:hover,.section1_data5_trigger11_2 li:hover,.section1_data5_trigger11_3 li:hover,.section1_data5_trigger11_4 li:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}
 .section1_data5_category_1 li, .section1_data5_category_2 li, .section1_data5_category_3 li, .section1_data5_category_4 li{
    text-transform:capitalize;
}
.section1_data5_category_1 span,.section1_data5_category_2 span,.section1_data5_category_3 span,.section1_data5_category_4 span{
	font-size: 28px; 
	font-weight: bolder;
}
th{
	color:white !important;
	font-size: 1.2em;
	vertical-align: top;
}



/**MAP STYLING**/

.img-responsive{
max-width:100%;
min-width:100%;
}

#section1_map1_layer1_trigger1{
	position:absolute;
	z-index:10;
	top:160px;
	left:50px;
}
#section1_map1_layer1_trigger1 li{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 3px;
	background: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
#section1_map1_layer1_trigger1 li.active{
	background: #FF9933;	
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.05) inset,0px 0px 10px 0px rgba(0,0,0,0.15);	
}
#section1_map1_layer1_trigger1 li a{
	font-family: FRADMCN;
	font-size: 10px;
	color: #989898;
}
#section1_map1_layer1_trigger1 li.active a{
	color: #ffffff;
}
#section1_map1_layer1_trigger1 li:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}

@media screen and (max-width: 768px) {
	#map_section_trigger1,#section1_map1_layer1_trigger1,#map_section_trigger3_1,#map_section_trigger3_2,#abcdefgh,#abcdefgh2{
		margin-top: 50px;
		position:static !important;
		z-index:10;
		padding: 0px 50px;
		
	}
	.links{
		position: static !important;	
	}
	.labels {
		position: static !important;		
	}
}

.map_container{
	display:block;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	padding:0px 0px 0px 0px;
	margin-bottom: 50px;
}
#map_section_trigger1{
	position:absolute ;
	z-index:10;
	top:50px;
}
#map_section_trigger1 li{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 3px;
	background: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}

#map_section_trigger1 li.active{
	background: #FF9933;	
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.05) inset,0px 0px 10px 0px rgba(0,0,0,0.15);	
}
#map_section_trigger1 li a{
	font-family: FRADMCN;
	font-size: 12px;
	color: #989898;
}
#map_section_trigger1 li.active a{
	color: #ffffff;
}
#map_section_trigger1 li:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}



#map_section_trigger3_1,#map_section_trigger3_2,#abcdefgh2{
	position:absolute ;
	z-index:10;
	top:50px;
}
#map_section_trigger3_1 div,#map_section_trigger3_2 div,#abcdefgh2 div{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 3px;
	background: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
#map_section_trigger3_1 div,#map_section_trigger3_2 div,#abcdefgh2 div{
		margin:0 5px;
	}
#map_section_trigger3_1 div.active,#map_section_trigger3_2 div.active,#abcdefgh2 div.active{
	background: #4D4D4D;	
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.05) inset,0px 0px 10px 0px rgba(0,0,0,0.15);	
}
#map_section_trigger3_1 div a,#map_section_trigger3_2 div a,#abcdefgh2 div a{
	font-family: FRADMCN;
	font-size: 12px;
	color: #989898;
}
#map_section_trigger3_1 div.active a,#map_section_trigger3_2 div.active a,#abcdefgh2 div.active a{
	color: #ffffff;
}
#map_section_trigger3_1 div:hover,#map_section_trigger3_2 div:hover,#abcdefgh2 div:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}
/* .container1_1,.container1_2 ,.container1_3{
	position:absolute;
	top:0;
} 
.container1_0{
position:relative;
	top:0;
}   */
.container2_0{
	position:relative;
	top:0;
}
.container2_1{
	position:absolute;
	top:0;
} 
.container2_0_123{
	position:relative;
	top:0;
}
.container2_1_123{
	position:absolute;
	top:0;
} 
.buttons{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.buttons a{
	float:left;
}
.btn1{
	background: url(../images/icons/zoom-01.png)no-repeat;
	width:48px;height:48px;display:block;margin-right: 10px;opacity: 0.85;
}
.btn2{
	background: url(../images/icons/zoom-02.png)no-repeat;
	width:48px;height:48px;display:block;margin-right: 10px;opacity: 0.85;
}
.btn3{
	background: url(../images/icons/zoom-03.png)no-repeat;
	width:48px;height:48px;display:block;margin-right: 10px;opacity: 0.85;
}
.btn1:hover,.btn2:hover,.btn3:hover{
	opacity: 1;
}

.map_section_ViewArea_buttons{
	position: absolute;
	right: 40px;
	bottom: 120px;
}
.map_section_ViewArea_buttons a{
	padding:10px 15px;
	background: #ffffff;
	color:#000000;
	display:block;
	text-align: center ;
	width: 162px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.map_section_ViewArea_buttons a.active{
	background: #FF9933;
	color:#ffffff;
}

.map_section_AllMarker_buttons{
	position: absolute;
	right: 150px;
	top: 160px;
}
.map_section_AllMarker_buttons a{
	padding:10px 15px;
	background: #ffffff;
	color:#000000;
	display:block;
	text-align: center ;
	width: 120px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.map_section_AllMarker_buttons a.active{
	background: #FF9933;
	color:#ffffff;
}





.links{
	position: absolute;
	right: 150px;
	top: 20px;
}
.labels {
	position: absolute;
	right: 40px;
	top: 30px;
}
.labels div{
	margin-bottom: 35px;
	margin-top: 15px;
}
.labels div span{
	color:#000000;
	font-size: :1.1em;
}

.links a{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	
}
.links a div{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	background: white;
	margin: 5px;
	top:5px;	
}
.links a div div{
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;	
	padding: 5px;
}



.links a.active div{
 	width:50px;
 	height:50px; 
 	padding:0px;
 	margin:0px;
 	top:0px;	   
}
 .links a.active div div{
 	width:30px;
 	height:30px;
 	margin: 10px;
	top: 10px; 
 }
/*  .x1 div div{background:#F7F739;}.x2 div div{background:#945A39;}.x3 div div{background:#5ABD39;}.x4 div div{background:#EF5A39;}.x5 div div{background:#8CB5D6;}.x6 div div{background:#1a1a1a;}
.y1 div div{background:#FFC400;}.y2 div div{background:#FCE0A4;}.y3 div div{background:#FF6D00;}.y4 div div{background:#1a1a1a;}
.z1 div div{background:#FFC738;}.z2 div div{background:#ffffff;}.z3 div div{background:#1a1a1a;}
.a1 div div{background:#FF6D00;}.a2 div div{background:#ffffff;}.a3 div div{background:#1a1a1a;}
.b1 div div{background:#FFAA00;}.b2 div div{background:#FF5500;}.b3 div div{background:#1a1a1a;}
.c1 div div{background:#A0330D;}.c2 div div{background:#FF6D00;}.c3 div div{background:#FFA364;}.c4 div div{background:#FFDD15;}.c5 div div{background:#1a1a1a;}
 */
 .a3 div div{background:#1a1a1a;}

.c1_zulu1_1 div div{background:#FABEB8;}.c2_zulu1_1 div div{background:#F8A27F;}.c3_zulu1_1 div div{background:#F37065;}.c4_zulu1_1 div div{background:#F59087;}.c5_zulu1_1 div div{background:#1a1a1a;}
.y1_zulu1_2 div div{background:#ff8585;}.y2_zulu1_2 div div{background:#d25959;}.y3_zulu1_2 div div{background:#a42c2c;}.y4_zulu1_2 div div{background:#770000;}.y5_zulu1_2 div div{background:#1a1a1a;}
.z1_zulu1_3 div div{background:#2276BB;}.z2_zulu1_3 div div{background:transparent;}.z3_zulu1_3 div div{background:#1a1a1a;}
.b1_zulu1_5 div div{background:#86C664;}.b2_zulu1_5 div div{background:#ECAA90;}.b3_zulu1_5 div div{background:#1a1a1a;}

.c1_zulu2_1 div div{background:#FBCFB7;}.c2_zulu2_1 div div{background:#FCB280;}.c3_zulu2_1 div div{background:#FDA986;}.c4_zulu2_1 div div{background:#FE755E;}.c5_zulu2_1 div div{background:#1a1a1a;}
.y1_zulu2_2 div div{background:#ff8585;}.y2_zulu2_2 div div{background:#d25959;}.y3_zulu2_2 div div{background:#a42c2c;}.y4_zulu2_2 div div{background:#770000;}.y5_zulu2_2 div div{background:#1a1a1a;}
.z1_zulu2_3 div div{background:#0076B9;}.z2_zulu2_3 div div{background:transparent;}.z3_zulu2_3 div div{background:#1a1a1a;}
.b1_zulu2_5 div div{background:#86C664;}.b2_zulu2_5 div div{background:#DFA188;}.b3_zulu2_5 div div{background:#1a1a1a;}

.c1_zulu3_1 div div{background:#FAD1B8;}.c2_zulu3_1 div div{background:#F8A57B;}.c3_zulu3_1 div div{background:#FD9685;}.c4_zulu3_1 div div{background:#FF5955;}.c5_zulu3_1 div div{background:#1a1a1a;}
.y1_zulu3_2 div div{background:#ff8585;}.y2_zulu3_2 div div{background:#d25959;}.y3_zulu3_2 div div{background:#a42c2c;}.y4_zulu3_2 div div{background:#770000;}.y5_zulu3_2 div div{background:#1a1a1a;}
.z1_zulu3_3 div div{background:#2B76C0;}.z2_zulu3_3 div div{background:transparent;}.z3_zulu3_3 div div{background:#1a1a1a;}
.b1_zulu3_5 div div{background:#EE9D90;}.b2_zulu3_5 div div{background:#74EA66;}.b3_zulu3_5 div div{background:#1a1a1a;}


.c1_zulu4_1 div div{background:#FAD1B8;}.c2_zulu4_1 div div{background:#F8A57B;}.c3_zulu4_1 div div{background:#FD9685;}.c4_zulu4_1 div div{background:#FF5955;}.c5_zulu4_1 div div{background:#1a1a1a;}
.y1_zulu4_2 div div{background:#ff8585;}.y2_zulu4_2 div div{background:#d25959;}.y3_zulu4_2 div div{background:#a42c2c;}.y4_zulu4_2 div div{background:#770000;}.y5_zulu4_2 div div{background:#1a1a1a;}
.z1_zulu4_3 div div{background:#2B72BA;}.z2_zulu4_3 div div{background:transparent;}.z3_zulu4_3 div div{background:#1a1a1a;}
.b1_zulu4_5 div div{background:#F69A90;}.b2_zulu4_5 div div{background:#2EEC71;}.b3_zulu4_5 div div{background:#1a1a1a;}





.map_section_content .section1,
.map_section_content .section2,
.map_section_content .section3,
.map_section_content .section4,
.map_section_content .section5,
.map_section_content .section6,
.map_section_content .section7,
.map_section_content .section8{
	padding: 50px;
	text-align: left;
}
.map_section_content .section1 ul li,
.map_section_content .section2 ul li,
.map_section_content .section3 ul li,
.map_section_content .section4 ul li,
.map_section_content .section5 ul li,
.map_section_content .section6 ul li,
.map_section_content .section7 ul li,
.map_section_content .section8 ul li{
	padding:10px;
}
.map_section_content .section1 ul,
.map_section_content .section2 ul,
.map_section_content .section3 ul,
.map_section_content .section4 ul,
.map_section_content .section5 ul,
.map_section_content .section6 ul,
.map_section_content .section7 ul,
.map_section_content .section8 ul{
	padding-left:0px;
}



.epic ul{
	padding-left:0px;
}
.epic ul li{
	padding:10px;
}

.epic .section3_1,
.epic .section3_2,
.epic .section3_3,
.epic .section3_4,
.epic .section3_5,
.epic .section3_6{
	padding: 50px;
	text-align: left;
}

/*section3 styling*/


#map_section3_trigger1{
	position:absolute;
	z-index:10;
	top:50px;
}
#map_section3_trigger1 li{
	display:block;
	text-align: center ;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 3px;
	background: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
#map_section3_trigger1 li.active{
	background: #FF9933;	
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.05) inset,0px 0px 10px 0px rgba(0,0,0,0.15);	
}
#map_section3_trigger1 li a{
	font-family: FRADMCN;
	font-size: 12px;
	color: #989898;
}
#map_section3_trigger1 li.active a{
	color: #ffffff;
}
#map_section3_trigger1 li:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}


@media screen and (max-width: 768px) {
	#map_section3_trigger1{
		margin-top: 50px;
		position:static;
		z-index:10;
		padding: 0px 50px;
		
	}
}
.section3_container{
	display:block;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 50px;
}
.section3_header_trigger div{
	display:block;
	text-align: center ;
	padding:15px 0px;
	background: -webkit-linear-gradient(#FDFDFD, #F2F2F2);
    background: -o-linear-gradient(#FDFDFD, #F2F2F2); 
    background: -moz-linear-gradient(#FDFDFD, #F2F2F2); 
    background: linear-gradient(#FDFDFD, #F2F2F2); 
}
.section3_header_trigger div.active{
	background: #FF9933;	
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.05) inset;	
	color:#ffffff;	
}
.section3_header_left_trigger{
	border-top-left-radius: 8px;
	text-transform: uppercase;
	font-family: FRADMCN;
	font-size: 16px;
}
.section3_header_right_trigger{
	border-top-right-radius: 8px;
	text-transform: uppercase;
	font-family: FRADMCN;
	font-size: 16px;
}

.section3_places ul li{	
	font-weight:bold;
	font-size: 1.4em;
	padding:8px;
	border-bottom: 1px solid black;
}
.section3_places ul li:nth-child(10){
	border-bottom: 0px solid transparent;
}
.section3_rental_data{
	padding-right:20px;
}














.section4_container{
	display:block;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 50px;
}
.section4_container  .row {
margin-left:0px;
margin-right:0px;
padding-left:0px;

}
.section4_container .increase_padding{
	padding-left: 0px;
	padding-right: 0px;
}
.section4_container h1{
	color:#FF9933;
	font-size:3.5em;
	margin-left:50px;
}
.section4_places{
padding-left:50px;
}
.section4_container p{
padding-left:50px;
}
.section4_container h4{
 font-weight:bold;
 padding-left:50px;
}
.section4_container ul{
padding-left:0px;
}
.section4_remove_padding{
	padding:0px;
}
.section4_places ul li{	
	font-weight:bold;
	font-size: 12px;
	padding:8px;
	border-bottom: 1px solid black;
}
.section4_places ul li:nth-child(5){
	border:0px solid transparent;
}








#section4_tabs div{
	display:block;
	float:left;
	text-align: center ;
	background: -webkit-linear-gradient(#FDFDFD, #F2F2F2);
    background: -o-linear-gradient(#FDFDFD, #F2F2F2); 
    background: -moz-linear-gradient(#FDFDFD, #F2F2F2); 
    background: linear-gradient(#FDFDFD, #F2F2F2); 	
	padding: 10px;
	/* border-radius: 3px; */
	
	text-transform: uppercase;
	cursor: pointer;
}
#section4_tabs div{
		
	}
#section4_tabs div.active{
	background: #FF9933;	
	box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.05) inset,0px 0px 10px 0px rgba(0,0,0,0.15);	
}
#section4_tabs div a{
	font-family: FRADMCN;
	font-size: 12px;
	color: #989898;
}
#section4_tabs div.active a{
	color: #ffffff;
}
#section4_tabs div:hover{
	transition: 0.3s linear;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
}




.section2_subsection2_table tr td:nth-child(1),.section2_subsection2_table tr th:nth-child(1) {
	width:15%;
}