* {
	box-sizing: border-box;
}
/* ==========================================================================
   services articles
   ========================================================================== */
.item-page {
  color: #494949;
}
.page-header h2 {
  margin: 0;
}
.gag {
  /*background: url(/images/menu_intro.png) no-repeat center;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;*/
}
.our-services .os_top-block {
  margin-top: 100px;
  background-color: #f3f3f3;
}
.os_top-block .wrap {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.welcome-page .wrap {
  display: flex;
  align-items: center;
  min-height: 400px;
}
.os_bottom-block {
  display: flex;
  align-items: center;
  height: 782px;
  position: relative;
}
.os_top-block_left h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin: 7px 0 0 0;
}
.os_bottom-block_left {
  position: relative;
  top: -15px;
  width: 50%;
}
.os_bottom-block_left.about-us img {
    float: right;
}
.os_top-block_left h2,
.os_bottom-block_right h2,
.welcome-page h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 100;
  text-align: justify;
}

.our-services .os_top-block_left h2, .os_bottom-block_right h2, .welcome-page h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 100;
    text-align: left;
}
.os_top-block_left {
  width: 65%;
}
.os_top-block_left p,
.os_bottom-block_right p,
.os_bottom-block_list,
.welcome-page {
  font-weight: 100;
  text-align: justify;
}
.os_top-block_right {
  width: 35%;
  margin-bottom: -16px;
  position: relative;
  top: -16px;
  z-index: 1;
}
.os_bottom-block_list li:before, .welcome-page li:before {
  	content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: -35px;
    top: 5px;
}
.os_bottom-block_list li {
  line-height: 1.2;
  margin-top: 20px;
  list-style: none;
  position: relative;
}
.welcome-page li {
  line-height: 2;
  list-style: none;
  position: relative;
}
.os_bottom-block_list > li:before, .welcome-page li:before {
  background: url(/images/check.png) no-repeat center;
  top: 0;
}
.os_bottom-block_list ul li:before {
  background: url(/images/check_light.png) no-repeat center;
  top: 0px;
}
.services {
  width: 50%;
}
.services-img {
  width: 50%;
  text-align: right;
}
.serv {
  padding: 50px 0;
}
.os_top-block_right.services-img.proofreading {
  margin-bottom: -66px;
  width: 30%;
}
.os_top-block_left.services.proofreading {
  width: 70%;
}
.wrap_2 {
	position: absolute;
    left: 50%;
    top: 70px;
    width: 600px;
}
.wrap_gag {
    position: relative;
    margin-bottom: -100px;
    width: 100%;  
    background: url(/images/menu_intro.png) no-repeat center;
    height: 100px;   
    top: 0;
    left: 0;
    z-index: -1;
}

/* ==========================================================================
   footer
   ========================================================================== */
.custom_footer {
	height: 80px;
	background-color: #ab0f63;
}
.custom_footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%;
}
.footer-left,
.footer-center,
.footer-right {
	/*float: left;
	width: 33%;*/
}
.custom_footer ul {
	list-style: none;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFFFFF;
}
.span-bold {
	font-weight: 700;
}
.footer-left img {
	float: left;
	margin-top: 10px;
}
.footer-left a {
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.footer-link {
	margin-top: 22px;
	font-size: 26px;
	line-height: 26px;
	display: block;
	padding-left: 74px;
}
.footer-link2 {
    font-size: 11px;
    padding-left: 75px;
    text-transform: uppercase;
    display: block;
    width: 325px;
    font-weight: 300;
    font-size: 10px !important;
}
.footer-center ul {
	text-align: center;
	margin-top: 22px;
	font-size: 13px;
}
.footer-center ul li:first-child {
	font-size: 16px;
	line-height: 16px;
}
.footer-right img {
	float: right;
	margin-top: 22px;
}
.footer-left, .footer-center, .footer-right {
    height: 100%;
}

/* ==========================================================================
   main bottom block
   ========================================================================== */
.bottom_block {
	height: 354px;
	background: url(/images/bot-block-bg.png) no-repeat center;
	background-size: cover;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 300;
	color: #af1266;
  	display: flex;
  	justify-content: center;
    align-items: center;
}
.bottom_block > div {
	margin: 0 auto;
	width: 790px;
	text-align: center;
	/*padding-top: 100px;*/
}
.custom_bottom-block a {
	width: 400px;
	height: 65px;
	background-color: #AF1266;
	color: #fff;
	display: block;
	border: 1px solid rgb(175, 18, 102);
	border-radius: 2px;
	margin: 50px auto 0 auto;
	cursor: pointer;
	text-decoration: none;
    outline: none;
}
.custom_bottom-block a:hover {
    background-color: #fff;
    color: #AF1266;
}
.bot-block-link {
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
}
div#foxcontainer_m97 {
    display: none;
}

/* ==========================================================================
   header
   ========================================================================== */
.header {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	position: fixed;
    top: 0;
	z-index: 1;
	width: 100%;
	transition: all .3s ease;
}

.header > .wrap {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.custom_header_right {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
}
.custom_header_right a:first-child {
	padding-right: 24px;
    text-decoration: none;
    color: #fff;
}
.custom_header_right a:first-child:after {
	content: "";
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	width: 6px;
	height: 6px;
	position: absolute;
	top: 47px;
	margin-left: 10px;
}
.header-logo {
	margin-left: 129px;
	background: url(/images/logo-river-top.png) no-repeat left center;
	margin-top: 15px;
	height: 69px;
}
.header-logo a {
	text-decoration: none;
	color: #fff;
}
.header-link {
	font-size: 30px;
	line-height: 30px;
	padding-top: 10px;
	display: block;
	padding-left: 86px;
	font-weight: 300;
}
.custom_header .footer-link2 {
	font-size: 13px;
	padding-left: 86px;
    width: 380px;
    padding-top: 0;
}
.custom_header_right p {
	margin-top: 40px;
	line-height: 17px;
	padding-left: 86px;
}
.header-fixed {
	z-index: 10;
	background-color: #fff;
	height: 64px;
	transition: all .3s ease;
	border-bottom: 1px solid #FDCFE8;
}
.header-fixed .main-menu_btn {
    margin: 10px auto;
}
.header-fixed .main-menu_btn {
	border-color: #e50076;
}
.header-fixed .main-menu_btn span {
	background-color: #e50076;
}
.header-fixed .header-logo {
  	background: url(/images/LR.png) no-repeat left center;
	margin-top: 0;
	height: 64px;
}
.header-fixed .header-logo a {
	text-decoration: none;
	color: #e50075;
}
.header-fixed .header-link {
	font-size: 28px;
	padding-left: 75px;
	line-height: 28px;
	padding-top: 8px;
}
.header-fixed .footer-link2 {
	font-size: 12px;
	padding-left: 75px;
}
.header-fixed .custom_header_right a {
    text-decoration: none;
    color: #e50076;
}
.header-fixed .custom_header_right p {
	margin-top: 21px;
	line-height: 18px;
	color: #e50076;
    font-weight: 100;
}
.header-fixed .custom_header_right a:first-child:after {
	background-color: #EB7FC0;
	top: 28px;
}

/* ==========================================================================
   welcome
   ========================================================================== */
.welcome-page {
  margin-top: 100px;
  background-color: #f3f3f3;
}
.welcome-page .os_top-block_left {
  padding-right: 20px;
}

.mid-slide{
	background: #fff;
	max-width: 375px;
	height: 490px;
	position: relative;
}

.mid-slide_wrap{
	height: 225px;
	overflow: hidden;
}

.mid-slide h3{
	color: #e50070;
	font-size: 20px;
	font-family: "Roboto Condensed",sans-serif;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0 15px;
}

.mid-slide h3 > span{
	font-weight: 700;
}

.mid-slide p{
	color: #7c0b48;
	font-family: "Roboto Condensed",sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 0 15px;
}

.mid-slide a {
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 3px;
	background-color: rgb(229, 0, 112);
	color: #fff;
	text-decoration: none;
	font-family: "Roboto Condensed",sans-serif;
	width: 170px;
	height: 45px;	
	font-size: 19px;
	margin: 0 auto;
	font-weight: 300;
	position: absolute;
	left: calc(50% - 85px);
	bottom: 30px;
  outline: none;
}

.mid-slide a:hover{
	background-color: #AF1266;
	color: #fff;
	border: 1px solid rgb(175, 18, 102);
}

.item-page_news-articles .news_images_22 {
  margin: 0 20px 20px 0;
}
/*home contact form*/
div#foxcontainer_m104 {
    display: none;
}
div#foxcontainer_m104 {
    max-width: 700px;
    margin: 0;
    font-family: "Roboto Condensed",sans-serif;
}
div#foxcontainer_m104 h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #e50070;
    font-family: "Roboto Condensed",sans-serif;
    margin-top: -10px;    
}
div#foxcontainer_m104 input, textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #7d306a;
    text-align: left;
    font-weight: 300;
    padding-left: 10px !important;
}
div#mid_104-customhtml0 {
    text-align: justify;
    font-weight: 300;
}
div#foxcontainer_m104 .fox_form input[type="text"]:hover, div#foxcontainer_m104 .fox_form textarea:hover, div#foxcontainer_m104 .fox_form input[type="text"]:focus, div#foxcontainer_m104 .fox_form textarea:focus {
    background-color: #fff;
}
div#foxcontainer_m104 textarea:focus, div#foxcontainer_m104 input[type="text"]:focus, div#foxcontainer_m104 input[type="password"]:focus {
    border-color: rgba(229, 0, 112, 0.7);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div#foxcontainer_m104 .btn {
    padding: 4px 12px;
    line-height: 20px;
    color: #333333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    margin-bottom: 2px;
}
/*end home contact form*/
@media (max-width: 992px){
	.mid-slide {
		max-width: 325px;
	}
}

@media (max-width: 768px){
	.mid-slide {
		max-width: 320px;
		height: 450px;
		margin: 0 auto;
	}
}