/**8-mar-22**/
/**barkers**/
/**#58595b**/
/**#c10c0f**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
.branchWrapper{
	width:1200px;
	margin:0 auto;
	margin-bottom:35px;
	display: table;
}

.branchWrapper a{
	text-decoration:none;
}

.branchTextOuter{
	width:600px;
	height:342px;
	padding:30px;
	box-sizing: border-box;
	background:#dcdcdc;
	float:left;
}

.branchTextInner{
	width:540px;
	text-align: center;
	font-size:30px;	
	color:black;
    display:table;
}

.branchImage{
	float:left;
}

.branchImage img{
	width:600px;
	height:342px;
	float:left;
}

/*****************************************************************************************************************************************************************************************************************************/
/***size1*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
.branchWrapper{
	width:1200px;
}

.branchTextOuter{
	width:600px;
	height:342px;
	padding:30px;
}

.branchTextInner{
	width:540px;
}

.branchImage img{
	width:600px;
	height:342px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size2*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
.branchWrapper{
	width:1100px;
}

.branchTextOuter{
	width:550px;
	height:314px;
	padding:30px;
}

.branchTextInner{
	width:490px;
}

.branchImage img{
	width:550px;
	height:314px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size3*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
.branchWrapper{
	width:1000px;
}

.branchTextOuter{
	width:500px;
	height:285px;
	padding:30px;
}

.branchTextInner{
	width:440px;
}

.branchImage img{
	width:500px;
	height:285px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size4*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
.branchWrapper{
	width:900px;
}

.branchTextOuter{
	width:450px;
	height:256px;
	padding:30px;
}

.branchTextInner{
	width:390px;
}

.branchImage img{
	width:450px;
	height:256px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size5*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
.branchWrapper{
	width:800px;
}

.branchTextOuter{
	width:400px;
	height:228px;
	padding:30px;
}

.branchTextInner{
	width:340px;
}

.branchImage img{
	width:400px;
	height:228px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size6*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
.branchWrapper{
	width:700px;
}

.branchTextOuter{
	width:350px;
	height:199px;
	padding:30px;
}

.branchTextInner{
	width:290px;
}

.branchImage img{
	width:350px;
	height:199px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***size7*********************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
.branchWrapper{
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}

.branchTextOuter{
	width:100%;
	height:auto;
	padding:7px;
	float:left;
}

.branchTextInner{
	width:100%;
	font-size:22px;	
	float:left;
}


.branchImage{
	width:100%;
}

.branchImage img{
	width:100%;
	height:auto;
	float:left;
}

}/**@media**/