
/*-------team--------*/
.teamSection {
    background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;
    padding: 45px 0 45px 0;
}
.teamPlace {
    
}
.teamInfo h2:after { 
	width: 300px;
    content: " ";
	background-image:url('/Contents/images/generalUi/after_line.png');
	background-repeat: no-repeat;
	background-position: left;
    position: absolute;
    right: -11.5em;
    top: 0.2em;
    height:20px;
}
.teamInfo h2:before { 
	width: 300px;
    content: " ";
	background-image:url('/Contents/images/generalUi/before_line.png');
	background-repeat: no-repeat;
	background-position: left;
    position: absolute;
    left: -11.5em;
    top: 0.2em;
    height:20px;
}
.teamPlace .section-text { margin: 33px 0 -30px 0; text-align: center; }

.team .tab-two { display: none; }

@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.teamSection h2:before { width: 0px; }
	.teamSection h2:after { width: 0px; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.teamSection h2:before { width: 0px; }
	.teamSection h2:after { width: 0px; }
	.teamSection .content { width: 95%; text-align: center; }
	.teamSection .content p { text-align: left; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}