.main_cont{
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0px;
}
.main_cont #tabs{
	float:left;
	width:100%;
	padding:0;
}

.main_cont ul{
	float:left;
	width:100%;
	/*border-bottom:1px solid #39F;*/
	margin:0;
	padding-left:15%;
}
.main_cont ul li{
	float:left;
	margin-right:5px;
	list-style:none;
	line-height:45px;
	/*padding:0 40px;*/
	background:#ccc;
	color:#000;
	
}
.main_cont ul li.ui-state-active{
	background:#5581A8;
	color:#fff;
}
.main_cont ul li.ui-state-active a{
	color:#fff;
}
.main_cont ul li a{
	color:#000;
	text-decoration:none;
	padding: 0 40px;
}
.main_cont ul li a:hover{
	text-decoration:none;
}
.main_cont .photo_sec{
	padding:20px 8%;
	float:left;
	text-align:center;
	width:100%;
}
.main_cont .video_sec{
	padding:20px 8%;
	float:left;
	text-align:center;
	width:100%;
}
#tabs_main {
	margin: 0px 0px 40px 0px !important;
	overflow: hidden;
	padding-left: 40%;
	zoom: 1;
	position: relative;
	top: 2px;
	z-index: 1;
}

/* Large screens */
@media only screen and (min-width : 1680px) {}

@media only screen and (min-width: 1025px) and (max-width: 1679px) {}

/* Tablet Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {  }

/* Smaller than 960px */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
.main_cont ul {float: left;width: 100%;margin: 0px;text-align: center;padding-left: 2%;padding-right: 2%;}
.main_cont ul li {float: left;list-style: outside none none;line-height: 45px;background: #CCC none repeat scroll 0% 0%;color: #000;width: 100%;margin-right: 0px;margin-bottom: 2%;}
#tabs_main {margin: 0px 0px 40px !important; overflow: hidden;padding-left: 2%; position: relative; top: 2px; z-index: 1;}
}
 
/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {}
