@charset "utf-8";
/* CSS Document */

.banner-internet-marketing-services {
	background: #adb226;
	text-align: center;
	display: block;
}
.white-row {
	background: #fdffff;
	display: block;
	padding: 40px 0;
}
.white-row:after {
	display: table;
	content: "";
	clear: both;
}
.white-row.alignment {
	text-align: center;
}
.white-row h2 {
	font-size: 35px;
	color: #282828;
	line-height: 36px;
	padding: 0 0 25px;
}
.white-row h2 span {
	display: block;
}
.white-row p {
	font-size: 17px;
	color: #555454;
	line-height: 23px;
}
.white-row.odd-bg {
	background: #f8f9d9;
	border-top: 1px solid #e5e7b0;
	border-bottom: 1px solid #e5e7b0;
}
.white-row .img-left {
	float: left;
	margin: 0 70px 0 0;
	max-width: 100%;
}
.white-row .img-right {
	float: right;
	margin: 0 0 0 35px;
	max-width: 100%;
}
.white-row h3 {
	color: #282828;
	font-size: 27px;
	font-family: 'helveticaneuecyrmedium';
	padding: 0 0 25px;
	font-weight: normal;
}
/*.divider-bar {
	width:100%;
	display:inline-block;
	margin:35px 0;
	position:relative;
	text-align:center;
}
.divider-bar:before {
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#b5b5b5;
	content:"";
	top:75px;
}
.divider-bar .cell {
	display:table;
	background:#f8f9d9;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}
.divider-bar .cell h5 {
	color:#282828;
	font-size:20px;
	margin: 0 0 15px;
}
.divider-bar .cell a.linking {
	font-size:28px;
	color:#fff;
	background:#c10e27;
	padding: 17px 77px;
	border-radius:3px;
	display:inline-block;
	transition:all 0.3s;
}
.divider-bar .cell a.linking:hover {
	background:#1f1f1f;
}
.divider-bar .cell a.linking.differ-bg {
	background:#1f1f1f;
}
.divider-bar .cell a.linking.differ-bg:hover {
	background:#c10e27;
}
.divider-bar.odd-cell .cell {
	background:#fdffff;
}
.divider-bar.odd-cell:before {
	top:32px;
}*/

.divider-bar {
	width: 61%;
	display: inline-block;
	margin: 25px 0;
	position: relative;
	text-align: center;
}
/*.divider-bar:before {
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#b5b5b5;
	content:"";
	top:75px;
}*/
.divider-bar .cell {
	display: table;
	background: #f8f9d9;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.divider-bar .cell h5 {
	color: #282828;
	font-size: 20px;
	margin: 0 0 15px;
}
.divider-bar .cell a.linking {
	font-size: 24px;
	color: #fff;
	background: #c10e27;
	padding: 17px 40px;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.3s;
}
.divider-bar .cell a.linking:hover {
	background: #1f1f1f;
}
.divider-bar .cell a.linking.differ-bg {
	background: #1f1f1f;
}
.divider-bar .cell a.linking.differ-bg:hover {
	background: #c10e27;
}
.divider-bar.odd-cell .cell {
	background: #fdffff;
}
.divider-bar.odd-cell:before {
	top: 32px;
}
.divider-line {
	height: 1px;
	background: #b5b5b5;
	width: 100%;
	margin: 0 0 25px 0;
	display: inline-block;
}
.yellow-box {
	background: #f8f9d9;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 1px solid #e5e7b0;
	padding: 40px 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}
.yellow-box h5 {
	font-size: 17px;
	color: #555454;
	font-weight: lighter;
}
.yellow-box h3 {
	font-size: 26px;
	color: #282828;
	font-family: 'helveticaneuecyrbold';
}
.yellow-box a.connect-link {
	font-size: 28px;
	color: #fff;
	background: #c10e27;
	padding: 17px 77px;
	border-radius: 3px;
	display: inline-block;
 transition: all .3s;
}
.yellow-box a.connect-link:hover {
	background: #1f1f1f;
}
 @media screen and (max-width: 800px) {
.banner-internet-marketing-services img, .white-row .img-left, .white-row .img-right {
 float: none;
 margin: 0 auto;
 max-width: 100%;
}
.white-row .img-right, .white-row .img-left {
 width: 200px;
}
.white-row h3, .white-row p {
 text-align: center;
}
.divider-bar .cell {
 padding: 0;
}
.divider-bar .cell a.linking, .yellow-box a.connect-link {
 padding: 15px 10px;
}
.yellow-box {
 padding: 20px 0;
}
.white-row h3 {
 margin-top: 25px;
}
.divider-bar {
 display: block;
 width: auto;
 margin: 25px auto;
}
}
 @media only screen and (min-width : 801px) and (max-width : 992px) {
.white-row .img-right, .white-row .img-left {
 width: 200px;
}
.banner-internet-marketing-services img, .white-row .img-left, .white-row .img-right {
 float: none;
 margin: 0 auto;
 max-width: 100%;
}
.white-row.odd-bg {
 text-align: center;
}
.divider-bar .cell a.linking {
 font-size: 22px;
 padding: 17px;
}
}
 @media only screen and (min-width :993px) and (max-width : 1024px) {
 .white-row .img-left {
 margin: 0 35px 40px 0;
}
.divider-bar .cell a.linking {
 font-size: 22px;
 padding: 17px;
}
}
