@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:'ananta_body1';
    src: url(/sites/all/themes/professional_theme/artist_tabs/css/OpenSans-Regular.ttf);
}
@font-face {
    font-family:'ananta_body2';
    src: url(/sites/all/themes/professional_theme/artist_tabs/css/Helvetica.otf);
}

ul.tabs {
		margin:0 auto;
		padding: 0;
		float: left;
		list-style: none;
		height: 30px;
		width: 100%;
	}
	ul.tabs li {
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 13.5px;
		font-weight: bold;
		height: 28px;
		margin: 0 auto;
		padding: 0 35px;
		text-align: center;
		color:#5f5f5f;
		cursor:pointer;
	}
	ul.tabs li:hover {
		color:#d75f20;
		font-size:13.5px;
		font-family:Arial, Helvetica, sans-serif;
	}	
	ul.tabs li.active{
		color:#d75f20;
		font-size:13.5px;
		font-family:Arial, Helvetica, sans-serif;
		/*background:url(../../images/fown_arrow.gif) center bottom no-repeat;*/
	}
	.tab_container {
		clear: both;
		float: left; 
		width: 100%;
	}
	.tab_content {
		padding: 0 0;
		font-size: 1.2em;
		display: none;
	}
/*******************santanu*****************/
#tab1{
	background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    border-top: 0 none !important;
    /*box-shadow: 0 0 6px #999;*/
    display: inline;
    float: left;
    margin-bottom: 0.7%;
    margin-top: 0 !important;
    width:100%;
}
#tab2{
	background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    border-top: 0 none !important;
    box-shadow: 0 0 6px #999;
    display: inline;
    float: left;
    margin-bottom: 0.7%;
    margin-top: 0 !important;
    width:100%;
}
#tab3{
	background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    border-top: 0 none !important;
    box-shadow: 0 0 6px #999;
    display: inline;
    float: left;
    margin-bottom: 0.7%;
    margin-top: 0 !important;
    width:100%;
}

.artist_port_bg{
	margin:0 auto;
	float:left;
	width:100%;
}
.artist_port_img{
	margin:0;	
	float:left;
	width:100%;
}
.artist_port_img img{
	width:100%;
}
img.artist_port_img {
	width:100% !important;
}
.artist_port_txt {
    float: left;
    font: 14px/22px "ananta_body1", ananta_body2, Arial !important;
    margin: 0 7.25%;
    text-align: justify;
    width:85%;
	padding:3% 0 3% 0;
}
.artist_Awards_txt{
	margin:0 5% 0 10%;
	float:left;
	width:80%;
	font:14px/22px Arial,Helvetica,sans-serif;
	text-align:justify;
	line-height:30px;
}
.artist_Awards_txt p{
	margin:0 0 3.5% 0;
}
.artist_port_txt p h2{
	margin:0 auto;
	float:left;
	width:100%;
}
.artist_port_txt span {
    color: #a40337;
}
.artist_Awards_txt span {
    color: #d75f20;
}
.artist_Awards_txt h2{
	display:block !important;
	color:#393939 !important;
}
.download_Resume{
	width:85%;
	margin:0 7.25% 0;
	float:left;
	border-top:1px solid #dfdfdf;
	padding:1% 0 0 0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#D65A08;
}
.download_Resume_in{
	width:100%;
	margin:0 auto;
	float:left;
}
.download_Resume_in_txt{
	width:100%;
	margin:1% 0 2% 0;
	float:left;
	color:#D65A08;
}
.download_Resume_in_content{
	width:43.5%;
	margin:0 40px 0 0;
	float:left;
	height:auto;
	border:1px solid #dfdfdf;
	padding:7px 7px 3px 7px !important;
}
.download_Resume_in_content_right{
	width:43.5%;
	margin:0 auto;
	float:right;
	height:auto;
	border:1px solid #dfdfdf;
	padding:7px 7px 3px 7px !important;
}
.download_Resume_in_left{
	width:66px;
	margin:0 auto;
	float:left;
	height:auto;
	border-right:1px solid #dfdfdf;
}
.download_Resume_in_left a:hover{
	opacity: 0.7;
/*    filter: alpha(opacity=60);*/
}
.download_Resume_in_right{
	background: url("../../images/Download-Resume.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 5% -2px;
    float: left;
    margin:16px 2% 0 5%;
    padding: 0 0 1% 13%;
    width: 61.5%;
}
.download_Resume_in_right a{
	color:#2e741b;
	width:100%;
	margin:0 auto;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.download_Resume_in_right a:hover{
	font-weight:bold;
	transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, width 0.4s ease 0s, padding 0.4s ease 0s, box-shadow 0.4s ease 0s, margin 0.4s ease 0s, border 0.4s ease 0s;
}

@media only screen and (max-width : 980px){


.download_Resume_in_content {
    border: 1px solid #dfdfdf;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 7px 7px 3px !important;
    width: 35%;
}
@media only screen and (max-width : 768px){


.download_Resume_in_content {
    border: 1px solid #dfdfdf;
    float: left;
    height: auto;
    margin: 0 0 30px 0;
    padding: 7px 7px 3px !important;
    width:90%;
}

.download_Resume_in_content_right {
    border: 1px solid #dfdfdf;
    float:left;
    height: auto;
    margin: 0 auto;
    padding: 7px 7px 3px !important;
    width: 90%;
}
}