.case-xopso {
	text-align: center;
	border: none !important;
}
.p-xopso {
	padding: 35px 0 0 0;
}
.screenshots-pattern {
	text-align: center;
	background-image: url(../../img2/caseBg.png);
	background-repeat: repeat;
	margin: 25px 0 0px;
	padding: 20px;
	border-radius: 4px;
}
.screenshot-container {
	display: inline-block;
	position: relative;
}
.screenshot-container span {
	border-radius: 5px;
}
.screenshot-container span p {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	font-family: 'helveticaneuecyrmedium';
	font-size: 13px;
	color: #2b2321;
	text-align: left;
	-moz-box-shadow: 0 0 9px -5px #000000;
	-webkit-box-shadow: 0 0 9px -5px #000000;
	box-shadow: 0 0 9px -5px #000000;
	background: url(../../img2/blue-corner.png) no-repeat right bottom #ffdb34;
	border-radius: 5px;
}
.screenshot-container span p a {
	color: #2b2321;
	text-decoration: underline;
}
.screenshot-container span p.width320 {
	width: 320px;
}
.screenshot-container span p.width160 {
	width: 160px;
}
.screenshot-container span p.width260 {
	width: 260px;
}
.screenshot-container span p span.right {
	background: url(../../img2/bubble-arrow.png) no-repeat;
	width: 16px;
	height: 27px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin: -13px 0 0 0;
}
.screenshot-container span p span.left {
	background: url(../../img2/bubble-arrow-left.png) no-repeat;
	width: 16px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: -16px;
	margin: -13px 0 0 0;
}
.screenshot-container span p span.top {
	background: url(../../img2/bubble-arrow-up.png) no-repeat;
	width: 27px;
	height: 16px;
	position: absolute;
	top: -16px;
	left: 10%;
}
.screenshot-container span p span.bottom {
	background: url(../../img2/bubble-arrow-down.png) no-repeat;
	width: 27px;
	height: 16px;
	position: absolute;
	bottom: -16px;
	left: 10%;
}
.screenshot-one-container {
	position: absolute;
	top: -1px;
	left: -140px;
}
.screenshot-two-container {
	position: absolute;
	top: 375px;
	left: 235px;
}
.screenshot-third-container {
	position: absolute;
	top: 590px;
	left: -102px;
}
.screenshot-fourth-container {
	position: absolute;
	top: 565px;
	left: 510px;
}
.screenshot-fifth-container {
	position: absolute;
	left: 490px;
	top: 36px;
}
.screenshot-sixth-container {
	left: 155px;
	position: absolute;
	top: 173px;
}
.screenshot-seven-container {
	left: -113px;
	position: absolute;
	top: 308px;
}
.screenshot-eight-container {
	position: absolute;
	top: 80px;
	left: -80px;
}
.screenshot-ninth-container {
	position: absolute;
	top: 100px;
	left: 495px;
}
.screenshot-tenth-container {
	position: absolute;
	top: 340px;
	left: -80px;
}
.screenshot-eleventh-container {
	position: absolute;
	top: 395px;
	left: 450px;
}
ul.case-milestones {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
ul.case-milestones li {
	border-bottom: 1px dashed #d0d0d0;
	padding: 0 0 11px 0;
	margin: 11px 0 0 0;
}
ul.case-milestones li:first-child {
	margin-top: 0;
}
ul.case-milestones li .container {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 25px;
	display: table;
	width: 100%;
	text-align: left;
}
ul.case-milestones li .container.diffBG {
	background: #f5f5f5;
}
ul.case-milestones li .container img.left {
	float: left;
	margin: 0 25px 0 0;
}
ul.case-milestones li .container img.right {
	float: right;
	margin: 0 0 0 25px;
}
ul.case-milestones li .container p {
	font-family: 'helveticaneuecyrmedium';
	color: #545454;
	font-size: 16px;
	line-height: 24px;
}
ul.case-milestones li .container p strong {
	font-family: 'helveticaneuecyrbold';
}
ul.case-circle {
	margin: 25px auto;
	padding: 0;
	text-align: center;
	display: block;
}
ul.case-circle li {
	display: inline-block;
	background: #fff;
	padding: 10px;
	border: 10px solid #373737;
	height: 220px;
	width: 220px;
	border-radius: 126px;
	margin: 0 0 0 -8px;
	color: #fff;
}
ul.case-circle li span {
	height: 180px;
	width: 180px;
	display: table-cell;
	border-radius: 126px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-family: 'helveticaneuecyrbold';
	font-size: 17px;
	line-height: 15px;
}
ul.case-circle li span strong {
	font-family: 'helveticaneuecyrbold';
	line-height: 25px;
	font-size: 20px;
	text-transform: uppercase;
}
ul.case-circle li span strong.a1 {
	font-size: 21px;
	line-height: 21px;
}
ul.case-circle li span strong.a3 {
	font-size: 33px;
	font-family: 'helveticaneuecyrbold';
	line-height: 31px;
}
ul.case-circle li span strong span.a4 {
	font-size: 37px;
	height: auto;
	width: auto;
	font-family: 'helveticaneuecyrbold';
	line-height: 31px;
}
ul.case-circle li span.red {
	background: #F24130;
}
ul.case-circle li span.yellow {
	background: #fc8f1b;
}
ul.case-circle li span.purple {
	background: #be95e0;
}
ul.case-circle li span.green {
	background: #7fc241;
}
.testimonial-bar {
	clear: left;
	background: #fdfae0;
	border-top: solid 1px #e9e5c0;
	border-bottom: solid 1px #e9e5c0;
	padding-bottom: 70px;
}
.testimonial-bar .from {
	width: 236px;
	display: table-cell;
	vertical-align: top;
}
.testimonial-bar .from .photo {
	margin: 0 auto;
	margin-top: 61px;
	width: 98px;
	height: 98px;
	overflow: hidden;
	border-radius: 50px;
	border: solid 2px #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.40);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.40);
}
.testimonial-bar .from p {
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	line-height: normal;
}
.testimonial-bar .from p span {
	color: #c42434;
	display: block;
}
.testimonial-bar .text {
	width: 84%;
	display: table-cell;
	vertical-align: top;
}
.testimonial-bar .text p {
	color: #4b4b4b;
	font-size: 15px;
	line-height: normal;
	padding: 20px 0px 0px 50px;
	margin: 56px 0 0 0;
	background: url(../../img2/quote-gray.png) no-repeat 0 0;
}
.clean-boxes {
	width: 100%;
	display: inline-block;
	border: solid 1px #CCCCCC;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
}
.clean-boxes .box {
	width: 33.2222%;
	border-left: solid 1px #CCCCCC;
	float: left;
	padding-bottom: 30px;
}
.clean-boxes .box:first-child {
	border: none;
}
.clean-boxes .box h3 {
	margin: 0 0 12px 0;
	padding: 0;
	color: #000000;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
	background: none;
}
.clean-boxes .box p {
	background: none;
	color: #5f5f5f;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 18px;
}
.clean-boxes .box a.more {
	border-color: #819093;
	color: #819093;
}
.clean-boxes .box .icn {
	background: url(../../img1/sprite.png) no-repeat 0 0;
	text-align: center;
	height: 160px;
	width: 200px;
	margin: 0 auto;
}
.clean-boxes .box .icn.custom-web-development {
	background-position: -39px -974px;
}
.clean-boxes .box .icn.bitdeals {
	background-position: -467px -965px;
}
.clean-boxes .box .icn.cms {
	background-position: -919px -960px;
}
.clean-boxes .box .icn.custom-ecommerce-solution {
	background-position: -43px -1207px;
}
.clean-boxes .box .icn.FATshoppe {
	background-position: -503px -1195px;
}
.clean-boxes .box .icn.bitFATshop {
	background-position: -918px -1195px;
}
.tbl-row {
	display: inline-block;
	vertical-align: top;
	margin: 25px 0 5px 0;
	width: 100%;
}
.tbl-row .tbl-cell {
	display: table-cell;
	vertical-align: top;
	border: solid 1px #D9E5E8;
	border-radius: 3px;
	padding: 20px;
	min-height: 122px;
	width:48%;
}
.tbl-row .tbl-cell.testimonial-text {
	display: inline-block;
	float: left;
}
.tbl-row .tbl-cell.testimonial-text p {
	background: url(../../img2/quote-left.png) no-repeat 0 0;
	padding: 0 0 0 45px;
	font-style: italic;
	font-size: 16px;
}
.tbl-row .tbl-cell.testimonial-text p span {
	font-style: normal;
}
.tbl-row .tbl-cell.testimonial-text p span strong {
	color: #C10E27;
}
.tbl-row .tbl-cell.linkbox {
	display: inline-block;
	float: right;
}
.tbl-row .tbl-cell.linkbox h4 {
	color: #000000;
	font-size: 20px;
	line-height: normal;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
}
.img-responsive > img {
	max-width: 100%;
}
/**/
.sticky-rfq.bot-cta {
	border:none;
}
.sticky-rfq.bot-cta .btn-theme {
	background: none repeat scroll 0 0 #7eab28;
	border: 1px solid #6a9519;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	margin: 7px auto 7px;
	outline: medium none;
	padding: 7px 20px;
	text-align: center;
	text-transform: uppercase;
}
.sticky-rfq.bot-cta .btn-theme:hover {
	background:#fff;
	color: #7eab28;
	border: 1px solid #7eab28;
}
/**/
 @media screen and (max-width: 800px) {
.case-xopso img {
 width: 100%;
 height: auto;
}
.testimonial-bar {
 padding-bottom: 28px;
}
.testimonial-bar .from {
 width: auto;
 display: block;
}
.testimonial-bar .from .photo {
 margin-top: 28px;
}
.testimonial-bar .text {
 width: auto;
 display: block;
}
.testimonial-bar .text p {
 padding: 10px 0px 0px 50px;
 margin: 15px 0 0 0;
}
.tbl-row .tbl-cell.testimonial-text, .tbl-row .tbl-cell.linkbox {
 width: auto;
 display: block;
 float: none;
 margin: 10px 0;
}
.screenshot-container span {
 position: relative !important;
 left: 0 !important;
 top: 0 !important;
 bottom: 0 !important;
 right: 0 !important;
 display: block;
 margin: 5px 0;
}
.screenshot-container span p {
 width: auto !important;
}
.screenshot-container span p span.right {
 display: none;
}
.img-responsive {
 margin: 0 auto !important;
}
.clean-boxes .box {
 border-left: medium none;
 border-top: 1px solid #D9E5E8;
 float: none;
 margin-bottom: 20px;
 padding-bottom: 30px;
 width: auto;
}
.screenshots-pattern {
 padding:10px;
}
.screenshot-container span p {
 margin: 0 auto;
 width: 94% !important;
}
}
 @media only screen and (min-width : 801px) and (max-width:992px) {
 .screenshot-container span {
 bottom: 0 !important;
 display: block;
 left: 0 !important;
 margin: 5px 0;
 position: relative !important;
 right: 0 !important;
 top: 0 !important;
}
.screenshot-container span p {
 margin: 0 auto;
 width: 94% !important;
}
.clean-boxes .box h3 {
 font-size:18px;
}
 .clean-boxes .box p {
 min-height: 115px;
}
}
 @media only screen and (min-width :993px) and (max-width:1100px) {
 .clean-boxes .box p {
 min-height: 115px;
}
.clean-boxes {
 margin: 10px;
 width: auto;
}
}
