body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background: url(../img/divline1.jpg) repeat;
}
h1,h2,h3,h4,h5,.uvo_calculator_wrapper h2.title{
   font-family: 'Raleway', sans-serif;
}
h1{
  font-size: 28px !important;
  color: #5e4f4a
}
h2,.inside .title,.uvo_calculator_wrapper h2.title{
  font-size: 24px !important;
  color: #5e4f4a
}
h3{
  font-size: 18px !important
}
.wrap-c {
	margin: 0 auto;
	position: relative;
}

.divline1 {
	width: 100%;
	padding-top: 18px;
}

.divline2 {
	width: 100%;
	display: inline-block;
}

.divline1 .main, .divline2 .main {
	position: relative;
}

.header {
	position: relative;
	height: 55px;
}

.logo {
	float: left;
}

.manadge-box, .chat-box, .moneyback-box {
	background: url(../img/topdivbg.png) repeat;
	padding: 10px;
	float: right;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline;
}

.manadge-but,
.manadge-but-nav {
	/* background: url(../img/sprite.png) left top no-repeat;*/
	height: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #947e67;
	-webkit-box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	-moz-box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	border: solid 1px rgba(149, 127, 104, .62);
	background-image: -webkit-linear-gradient(bottom, #947e67, #cdb7a0);
	background-image: -moz-linear-gradient(bottom, #947e67, #cdb7a0);
	background-image: -o-linear-gradient(bottom, #947e67, #cdb7a0);
	background-image: -ms-linear-gradient(bottom, #947e67, #cdb7a0);
	background-image: linear-gradient(to top, #947e67, #cdb7a0);
	width: 182px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #87725b;
	line-height: 32px;
	padding-left: 15px;
	text-decoration: none;
}

.manadge-but:hover,
.manadge-but-nav:hover {
	/* background: url(../img/sprite.png) left top no-repeat;*/
	height: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #cdb7a0;
	-webkit-box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	-moz-box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	border: solid 1px rgba(149, 127, 104, .62);
	background-image: -webkit-linear-gradient(bottom, #cdb7a0, #cdb7a0);
	background-image: -moz-linear-gradient(bottom, #cdb7a0, #cdb7a0);
	background-image: -o-linear-gradient(bottom, #cdb7a0, #cdb7a0);
	background-image: -ms-linear-gradient(bottom, #cdb7a0, #cdb7a0);
	background-image: linear-gradient(to top, #cdb7a0, #cdb7a0);
	width: 182px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #87725b;
	line-height: 32px;
	padding-left: 15px;
	text-decoration: none;
}

.manadge-but:active,
.manadge-but-nav:active {
	/* background: url(../img/sprite.png) left top no-repeat;*/
	height: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f9ae48;
	-webkit-box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	-moz-box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	box-shadow: inset 0 1px rgba(227, 210, 191, .75);
	border: solid 1px rgba(149, 127, 104, .62);
	background-image: -webkit-linear-gradient(top, #947e67, #cdb7a0);
	background-image: -moz-linear-gradient(top, #947e67, #cdb7a0);
	background-image: -o-linear-gradient(top, #947e67, #cdb7a0);
	background-image: -ms-linear-gradient(top, #947e67, #cdb7a0);
	background-image: linear-gradient(to bottom, #947e67, #cdb7a0);
	width: 182px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #87725b;
	line-height: 32px;
	padding-left: 15px;
	text-decoration: none;
}

.manadge-but-nav {
	float: none;
	text-shadow: 0px 1px 0px #87725b;
	line-height: 32px;
	display: none;
}

.chat-box {
	margin: 0 10px 0 0;
	padding: 10px 10px 5px;
}

.chat-num {
	color: #de2d18;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0px 1px 1px #fff;
	float: left;
	line-height: 16px
}

.chat-num .numdiv1,
.chat-num b{
	color: #5e4f4a;
	font-size: 14px;
	font-weight: 700;
}

.chat-num .numdiv2 {
	color: #6a5b5b;
	font-size: 10px;
	font-weight: 400;
	width: 100%;
	float: left;
	line-height: 10px;
	text-shadow: none;
}

.chat-butbox {
	/*background: url(../img/sprite.png) left -34px no-repeat; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f7f4f4;
	border: solid 1px rgba(201, 200, 198, .62);
	background-image: -webkit-linear-gradient(bottom, #d0ceca, #f7f4f4);
	background-image: -moz-linear-gradient(bottom, #d0ceca, #f7f4f4);
	background-image: -o-linear-gradient(bottom, #d0ceca, #f7f4f4);
	background-image: -ms-linear-gradient(bottom, #d0ceca, #f7f4f4);
	background-image: linear-gradient(to top, #d0ceca, #f7f4f4);
	width: 163px;
	height: 34px;
	display: block;
	float: right;
	margin-left: 12px;
	overflow: hidden;
}

.chat-butbox:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ebe8e7;
	border: solid 1px rgba(201, 200, 198, .62);
	background-image: -webkit-linear-gradient(bottom, #ebe8e7, #ebe8e7);
	background-image: -moz-linear-gradient(bottom, #ebe8e7, #ebe8e7);
	background-image: -o-linear-gradient(bottom, #ebe8e7, #ebe8e7);
	background-image: -ms-linear-gradient(bottom, #ebe8e7, #ebe8e7);
	background-image: linear-gradient(to top, #ebe8e7, #ebe8e7);

}

.chat-butbox:active {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #E23618;
	border: solid 1px rgba(201, 200, 198, .62);
	background-image: -webkit-linear-gradient(bottom, #f7f4f4, #d0ceca);
	background-image: -moz-linear-gradient(bottom, #f7f4f4, #d0ceca);
	background-image: -o-linear-gradient(bottom, #f7f4f4, #d0ceca);
	background-image: -ms-linear-gradient(bottom, #f7f4f4, #d0ceca);
	background-image: linear-gradient(to top, #f7f4f4, #d0ceca);

}

/*.chat-but {
	background: url(../img/chat-but.png) center center no-repeat;
	width: 163px;
	height: 34px;
	display: block;
	float: right;
	margin-left: 12px;
}*/
#chatbut .lpchat-container .lpchat-label:first-child{
	font-family: "Open Sans", sans-serif !important;
	font-weight: 700;
	color: #342b2a;
	font-size: 12px;
	text-transform: uppercase;
	left: 36px !important;
	top: 7px !important;
	font-weight: 700 !important;
	text-shadow: 0px 1px 1px #fff;
}
#chatbut .lpchat-container .lpchat-label:first-child + .lpchat-label{
	left: 105px !important;
	top: 7px !important;
	text-shadow: 0px 1px 1px #fff;
}
.chat-but {
	background: url(../img/chat-but.png) left center no-repeat;
	width: 25px;
	height: 34px;
	display: block;
	float: left;
	margin-left: 12px;
}
.moneyback-box {
	color: #6a5b5b;
	font-size: 12px;
	padding: 10px 10px 10px 110px;
	position: relative;
	line-height: 12px;
	margin: 0 10px 0 0;
}
.moneyback-icon {
	width: 99px;
	height: 81px;
	background: url(../img/sprite.png) left -68px no-repeat;
	position: absolute;
	left: 10px;
	top: -10px;
}
.moneyback-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.topnav {
	background: rgba(255, 255, 255, 0.88);
	padding: 0;
	width: 100%;
}

.topnav-container {
	height: 37px;
	margin: 25px 0 15px;
	padding: 0;
	width: 100%;
	padding: 6px 0 6px 0;
	background: rgba(255, 255, 255, 0.39);
	background: #fff;

}

nav {
	background: #fff;
	position: relative;
	z-index: 888;

}

.fixed {
	background: #fff;
	height: auto;
	width: 100%;
	padding: 7px 0 6px 0;
	margin-top: -7px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 33333;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2)
}

.togmenu-block {
	width: 100%;
	float: left;
}

.topmenu {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 37px;
	margin-bottom: 0;
	border-bottom-width: 0;

}

.topmenu li {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

.topmenu li a {
	font-size: 13px;
	color: #595959;
	border-radius: 0;
	border: none;

}

.topmenu li a:hover, .topmenu li:hover > a, .topmenu li a.active {
	font-size: 13px;
	color: #595959;
	background: url(../img/topmenu-hover.png) repeat-x;
	border: none;

}

.topmenu li a .icon-drop {
	width: 7px;
	height: 6px;
	background: url(../img/sprite.png) left -149px no-repeat;
	display: inline-block;
	margin: 5px 0 0 4px;
}

.topmenu li.hovered ul {
	display: none;
}

.topmenu li.hovered:hover ul {
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 555;
	background: #fff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2)
}

.topmenu li ul {
	display: none;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	opacity: 1;
	z-index: 555;
	box-shadow: none;
	border-top: 1px solid #CFCAC8;
	border-bottom: 1px solid #CFCAC8;
	border-radius: 0;
}

.topmenu li ul li {
	display: block;
	padding: 0;
	margin: 0;
	float: none;
}

.topmenu li ul li a {
	position: relative;
	padding: 5px 12px !important;
	height: auto !important;
	display: block;
	line-height: normal !important;
	font-size: 13px;
	text-align: left;
	color: #595959;
	text-decoration: none;
	background: none;
}

.topmenu li ul li a:hover, .topmenu li ul li a.active {
	padding: 5px 12px;
	height: auto;
	display: block;
	line-height: normal;
	font-size: 13px;
	text-align: left;
	color: #595959;
	text-decoration: none;
	background: url(../img/topmenu-hover.png) left top repeat-x;
}

.topmenu-rightlinks {
	height: 37px;
	line-height: 37px;
	text-align: left;
	float: right;
}

.topmenu-rightlinks a {
	color: #5381ac;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
}

.topmenu-rightlinks a:hover {
	text-decoration: underline
}

.topmenu-rightlinks a.checker i {
	width: 14px;
	height: 14px;
	background: url(../img/sprite.png) -17px -155px no-repeat;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 6px;
	margin-left: 20px;
}

.topmenu-rightlinks a.inquiry i {
	width: 17px;
	height: 15px;
	background: url(../img/sprite.png) left -155px no-repeat;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 6px;
	margin-left: 20px;
}
.topmenu-rightlinks a.get-order{
	color: #e53c1e
}
.topmenu-rightlinks a.get-order i {
	width: 16px;
	height: 16px;
	background: url(../img/sprite.png) -35px -153px no-repeat;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.sliderblock {
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/slider-bg.png) repeat;
	padding: 10px 0;
}

.sliderbox-wrap {
	background: rgba(255, 255, 255, 0.39);
	padding: 6px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	display: block;
}

.sliderbox {
	background: #fff;
	padding: 13px;
}

.bx-wrapper {
	height: 310px;
}

.caption {
	margin-left: 38%;
	width: 57%;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 555;
	font-size: 14px;
	line-height: 24px;
	color: #696969;
}

.caption-title {
	color: #6A5B5B;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}

.orderform-wrapper {
	position: relative;
	display: block;
}

.orderform-wrapper-inside {
	position: relative;
	box-shadow: 0px 0px 1px rgba(199, 194, 188, .84);
	border-radius: 5px;
	margin-bottom: 35px;
}

.orderform-wrapper-full {
	position: relative;
	box-shadow: 0px 0px 1px rgba(199, 194, 188, .84);
	border-radius: 5px;
	margin-bottom: 35px;
}

.orderform-wrap {
	background: rgba(255, 255, 255, 0.39);
	padding: 6px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	z-index: 222;
	position: relative;
	z-index: 1;
}

.orderform {
	background: #f4f3f3;
	padding: 25px 20px 6px 25px;
	position: relative;
}

.orderform-wrapper-inside .orderform {
	background: #f4efeb;
	padding: 25px 25px 6px 25px;
	position: relative;
}

.orderform-wrapper-full .orderform {
	background: #f4efeb;
	padding: 25px 25px 6px 25px;
	position: relative;
}
.right-div,.mcAfee{
   display: none;
}
.right-div {
	background: url(../img/sprite.png) -99px -68px no-repeat;
	width: 12px;
	height: 60px;
	position: absolute;
	right: -4px;
	top: 24px;
	z-index: 0;
}

.mcAfee {
	background: url(../img/sprite.png) left -221px no-repeat;
	width: 108px;
	height: 60px;
	position: absolute;
	right: -16px;
	top: 20px;
	z-index: 22;
}

.mcAfee > a {
	position: absolute;
	width: 95px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.orderform form {
	margin: 0;
}

.orderform-m {
	width: 100%;
}

.orderform-m .orderform-title {
	font-size: 24px;
	color: #dc291e;
	line-height: 18px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
	text-align:  center;
}

.orderform-m .orderform-descr {
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #6e6e6e;
	line-height: 14px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
	margin-top: 10px;
	text-align:  center;
}

.orderform-m td.orderform-titlecell {
	font-size: 14px;
	line-height: 14px;
	padding: 8px 0;
	height: 30px;
	vertical-align: middle;
	text-align: left;
}

.orderform-m td {
	font-size: 14px;
	line-height: 14px;
	padding: 8px 0;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	color: #6a5b5b;
}

.orderform-m th {
	color: #6a5b5b;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 0;
	height: 30px;
	vertical-align: middle;
	font-weight: 400;
	text-align: right;
	padding-right: 25px;
}

.sbHolder {

	height: 27px;
	background: #fff;
	border: 1px solid #c9c6c4;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	border-radius: 3px;
	text-align: left;
}

.sbHolder:focus .sbSelector {
}

.sbSelector {
	display: block;
	height: 27px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #6e6e6e;
	outline: none;
	text-decoration: none;
}

.sbToggle {
	background: url(../img/sprite.png) 0 -192px no-repeat;
	display: block;
	height: 27px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
}

.sbToggle:hover {
	color: #6e6e6e;
}

.sbHolderDisabled .sbHolder {
}

.sbHolderDisabled .sbToggle {
}

.sbOptions {
	background: #fff;
	border: 1px solid #c9c6c4;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: auto;
	min-width: 100%;
	z-index: 1;
	overflow-y: auto;
	text-align: left;
	color: #6e6e6e;
}

.sbOptions li {
	padding: 0 7px;
}

.sbOptions a {
	display: block;
	outline: none;
	padding: 3px 0 3px 3px;
	color: #6e6e6e;
}

.sbOptions a:link, .sbOptions a:visited {
	text-decoration: none;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
}

.pageskol {
	background: #fff;
	border: 1px solid #c9c6c4;
	float: left;
	border-radius: 3px;
	height: 27px;
}

.pageskol input {
	width: 43px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	float: left;
	background: #fff;
	border: none !important;
	color: #6e6e6e;
	padding: 0 !important;
}
.pageskol-right,
.pageskol-left{
	cursor: pointer;
	width: 28px;
	height: 27px;
}
.pageskol-right {
	background: url(../img/sprite.png) -31px -192px no-repeat;
	float: right;
	display: block;
}

.pageskol-left {
	background: url(../img/sprite.png) -62px -192px no-repeat;
	float: left;
}

.pageskol-title {
	float: right;
	text-align: left;
	color: #6a5b5b;
	font-size: 12px;
	line-height: 12px;
	/*  margin-left: 22px; */
}

.pageskol-title span {
	color: #6a5b5b;
	font-size: 18px;
	line-height: 12px;
	display: table;
}

.orderform-m .orderform-titlecell {
	margin-bottom: 15px;
	border-bottom: 1px solid #b6aca7;
	box-shadow: 0 1px 0px #fff;
	padding-right: 0
}

.orderform-titlecell .span9 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #de5c4b;
}

.orderform-wrapper-full .form-box {
	position: relative;
	margin-bottom: 15px;
}

.orderform-wrapper-full .pageskol-title {
	float: left;
	text-align: left;
	color: #6a5b5b;
	font-size: 12px;
	line-height: 12px;
	margin-left: 22px;
}

.orderform-wrapper-full label {
	font-size: 13px;
	color: #6a5b5b;
}

.orderform-wrapper-full .pagescol-title {
	color: #6a5b5b
}

.view-link a {
	padding-left: 25px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/fullprice-pic.png) left center no-repeat;
}

.btn-calculatebox {
	margin-top: 25px;
}

.btn-calculate {
	background: none;
	color: #FFFFFF;
	display: inline-block;

	font-weight: 700;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #DE2D18;
	width: 97px;
	border: none
}

.submit-but {
	position: relative;
}

.submit-but,#plag-check-sbm-btn,#calculator_sbm_btn,#password_reminder .login-submit,.login-submit #trackOrder,#fieldset_s3 #customer_login,.boxIn.prices .btn.full-price,.box-orderNow .to_step2_container,.box-orderNow .to_step3_container,.box-orderNow .to_billing_container ,#plagcheck-ord-btn-1,#plagcheck-back-btn{
	position: relative;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #E23618;
	-webkit-box-shadow: inset 0 1px #ff8d75;
	-moz-box-shadow: inset 0 1px #ff8d75;
	box-shadow: inset 0 1px #ff8d75;
	background-image: -webkit-linear-gradient(bottom, #e23618, #fe7051);
	background-image: -moz-linear-gradient(bottom, #e23618, #fe7051);
	background-image: -o-linear-gradient(bottom, #e23618, #fe7051);
	background-image: -ms-linear-gradient(bottom, #e23618, #fe7051);
	background-image: linear-gradient(to top, #e23618, #fe7051);
	border: 1px solid #BF3E28
}

.submit-but:hover,#plag-check-sbm-btn:hover,#calculator_sbm_btn:hover,#password_reminder .login-submit:hover,.login-submit #trackOrder:hover,#fieldset_s3 #customer_login:hover,.boxIn.prices .btn.full-price:hover, .box-orderNow .to_step2_container:hover,.box-orderNow .to_step3_container:hover,.box-orderNow .to_billing_container:hover,#plagcheck-ord-btn-1:hover,#plagcheck-back-btn:hover{
	position: relative;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f05335;
	-webkit-box-shadow: inset 0 1px #f05335;
	-moz-box-shadow: inset 0 1px #ff8d75;
	box-shadow: inset 0 1px #f05335;
	background-image: -webkit-linear-gradient(bottom, #f05335, #f05335);
	background-image: -moz-linear-gradient(bottom, #f05335, #f05335);
	background-image: -o-linear-gradient(bottom, #f05335, #f05335);
	background-image: -ms-linear-gradient(bottom, #f05335, #f05335);
	background-image: linear-gradient(to top, #f05335, #f05335);
}

.submit-but:active,#plag-check-sbm-btn:active,#calculator_sbm_btn:active,#password_reminder .login-submit:active,.login-submit #trackOrder:active,.boxIn.prices .btn.full-price:active,.box-orderNow .to_step2_container:active,.box-orderNow .to_step3_container:active,.box-orderNow .to_billing_container:active,#plagcheck-ord-btn-1:active,#plagcheck-back-btn:active {
	position: relative;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e23618;
	-webkit-box-shadow: inset 0 1px #ff8d75;
	-moz-box-shadow: inset 0 1px #ff8d75;
	box-shadow: inset 0 1px #ff8d75;
	background-image: -webkit-linear-gradient(bottom, #fe7051, #e23618);
	background-image: -moz-linear-gradient(bottom, #fe7051, #e23618);
	background-image: -o-linear-gradient(bottom, #fe7051, #e23618);
	background-image: -ms-linear-gradient(bottom, #fe7051, #e23618);
	background-image: linear-gradient(to top, #fe7051, #e23618);

}

#plagcheck-ord-btn-1,#plagcheck-ord-btn-1:hover,#plagcheck-ord-btn-1:active{
	color: #fff;
	float: none;
	text-shadow: none;
}
.plagcheckc  #plagcheck-back-btn{
	font-weight: normal;
	float: left;
	margin: 0 0 20px 20px;
}

.submit-but .submitform {
	width: 195px;
	height: 44px;
	/*background: url(../img/sprite.png) left -281px no-repeat; */
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAbCAYAAABiFp9rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODBGNkI4NEY3NTExMTFFMjlBOUVFQzM2QUY1Qzk0RjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGNkI4NTA3NTExMTFFMjlBOUVFQzM2QUY1Qzk0RjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MEY2Qjg0RDc1MTExMUUyOUE5RUVDMzZBRjVDOTRGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MEY2Qjg0RTc1MTExMUUyOUE5RUVDMzZBRjVDOTRGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiymzXYAAANJSURBVHjarJZrSBRRFMfPvTO7q2nurmvuqmsaUZAUSIH2FCrIiPoWRI+PIQWV9aUoK4zs8aGHPUwqqKgPEVGBmJC0gtlL6oP0wgqRfOejXHVddXdnOnd2dtu12Zk198Bvd2bu43/PmTPnXtKWZ4Mpmk7+97CfzMbuqAaR9vw0rT75yGZkFZKDzJSfDyPNyAvkkf1t1xt1oWUZkdpWI2dkoWjsHXLY/rrDoSjUsdw++VkcUo4UsXaYut1AijNetY+FCXWunB16b0SqkAKYnr1ENqY3/HAGhboKsgPXHFKLrIHYWB1SmFbf6mU3POFooOF4DEVAnusEUiJ51LN2Hvufj3wKSd2giT4BBEQURH8IKAGKiwtZoJoxb3Ktz7995gmVBhxVEgGcWxAF8Lo94B3zSIKU50CfYAA+Xo/XmmK87NE20rc+x4QXPYhBsWuyFRKPXACSkASiKIIwPAT9h3YBN9QLuhkGSVjDJpB0iiFYhxiIHI5/cPaBu+IkUKMRdJlZYMhZBNabD0Ew2SQvmXjEsX70SCEllFuBgBpiRwuMHNsteSPFw5YOqdcfgGC0SmHF6ILGHEsp5bhsBLQgnS0wWopiQ86g2CwUA7MNRK8A7F2rjJ+DoePMhE2kBa5MaP0OzoM7QXAO+sWsaWC5dh+4jGyt8Sb2Hbk1k5Rln9cLHvcYhs+FN76/pYXngU/EquXi1ArWBI9u9UQj4nWNg5iSCZbLd4GaLVKT8HsAxk/tA9qPU6hnXzd+R9wHtR6CBz0ZGQchxQ7J5XfCRCZOFwNhIpxmin9koXNE9sZfDbisuZBUVgnUlOx/zETOHgAywDyJqkI4WOia5PKzUKkHTbVD/P4yrBs6EF241yGeSyXA/fqpFa6AfY275XgfKEHnkduK3QZ7wVdaFC4uuUmjLa7n/NWbSqu6h+xBlkBsrSngQGCbYPm6Q96OE2MkMops11XW+GSPgiFolg8hbIfVT1OEFdKtfEX1l2AZDxFi9gzZgGBtAct/irCysYW7UlUb9l4JITAJB7IYearQpkUNkjtZxL8xUcXsaWOHC/kstxfZJJ+OlIyddqqRq7T8SX3EHZCtRMUaZJhIHrIAMYeEiL3XRnLxsWa9/CPAAEER/H/x19lcAAAAAElFTkSuQmCC') 155px center no-repeat;
	border: none;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 0px -1px 1px rgba(225, 53, 43, 0.75);
	text-align: left;
	line-height: 44px;
}

.infoblock {
	background: url(../img/infoblock.png) repeat;
	padding: 30px 0px;
	width: 100%;
	position: relative;
}

.testimonblock, .content-block {
	background: url(../img/infoblock.png) repeat;
	padding: 40px 0px 25px 0;
	width: 100%;
	position: relative;
}

.testimon-left .all-testimon:hover {
	background: #efefef;
}

.infoblock-title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #342b2a;
	height: 40px;
	line-height: 30px;
}

.infoblock-title {

	color: #353535;
}

.icon1 {
	padding-left: 45px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/icon1.png) no-repeat;
}

.icon2 {
	padding-left: 54px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/icon2.png) no-repeat;
}

.icon3 {
	padding-left: 50px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/icon3.png) no-repeat;
}

.icon4 {
	padding-left: 50px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/icon4.png) no-repeat;
}

.numbersayblock {
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/numbersay.png) repeat;
	padding: 12px 0px;
	width: 100%;
	position: relative;
}

.numbersay-left {
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/numbersay.png) repeat;
	border-radius: 3px;
	padding: 15px 0px;
}

.numbersay-right {
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/numbersay-right.png) repeat;
	border-radius: 3px;
	padding: 15px 0px;
}

.numbersay-right-inside {
	background: url(../img/numbersay-right-inside.png) repeat;
	border-radius: 3px;
	padding: 15px 0px;
}

.numbersay-left .say1, .numbersay-left .say2, .numbersay-left .say3, .numbersay-left .say4 {
	color: #fff;
	padding: 0 0 0 20px;
	vertical-align: middle;
	display: table-cell;
	float: none;
	min-height: 50px;
	height: auto;
}

.numbersay-left .say1 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.numbersay-left .say2, .numbersay-left .say3, .numbersay-left .say4 {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	border-left: 1px solid #cec9c6;
}

.numbersay-left .say2 span, .numbersay-left .say3 span, .numbersay-left .say4 span {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}

.numbersay-righttitle {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .75);
	color: #5e4f4a;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	padding-left: 20px;
}

.socialsicon {
	width: 100%;
	text-align: center;
	padding: 0 0 0 20px;
	vertical-align: middle;
	display: table-cell;
	float: none;
	min-height: 50px;
	height: auto;
}

.socialsicon a {
	margin: 8px 10px;
}

.facebook {
	width: 26px;
	height: 25px;
	display: inline-block;
	background: url(../img/sprite.png) -119px -253px no-repeat;
}

.twitter {
	width: 27px;
	height: 25px;
	display: inline-block;
	background: url(../img/sprite.png) -145px -253px no-repeat;
}

.twitter2 {
	width: 26px;
	height: 25px;
	display: inline-block;
	background: url(../img/sprite.png) -172px -253px no-repeat;
}

.title {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #5e4f4a;
}
.contenttitle{
display: inline-block;
width: 100%;
}
.contenttitle h1 {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #5e4f4a;
	text-shadow: 2px 0 2px rgba(0, 0, 0, 0.21) inset;
	padding-bottom: 10px;
	border-bottom: 1px solid #b5b7b4;
	box-shadow: 0px 1px 0px #fff;
	display: block;
	position: relative;
	line-height: 36px;
	margin-bottom: 25px;
}

.contenttitle h2 {
	font-size: 26px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #5e4f4a;
	text-shadow: 2px 0 2px rgba(0, 0, 0, 0.21) inset;
	padding-bottom: 10px;
	border-bottom: 1px solid #b5b7b4;
	box-shadow: 0px 1px 0px #fff;
	display: block;
	position: relative;
	line-height: 36px;
	margin-bottom: 0px;
}

.testimonblock {
	border-bottom: 1px solid #bbb8b6;
}

.inside-text {
	font-size: 14px;
	line-height: 24px;
	color: #3c3c3c;
}

.inside-text a {
	color: #5381ac
}

.inside-text h3 {
	font-size: 20px;
	color: #6a5b5b;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

.caruselblock {
	overflow: hidden;
}

.rightblock .carusel {
	margin: 0;
	width: 100%;
	margin: 0;
	padding-top: 0px;
	border-top: 0px solid #cfcac8;
}

.carusel {
	margin: 0;
	width: 100%;
	margin: 25px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid #cfcac8;
}

.carusel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: auto;
}

.carusel .carusel-item {
	background: url("http://writemypapercheap.net/wp-content/themes/worldessays/img/quote.png") no-repeat scroll left 5px transparent;
	display: inline-block;
	float: left;
	list-style: none outside none;
	margin-right: 2%;
	padding-left: 10%;
	width: 38%;
}

.rightblock .caruselblock {
	margin-top: -35px;
	overflow: hidden;
	position: relative;
}

.rightblock #slides {
	padding-top: 35px;
}

.rightblock .pag-carusel {
	float: left;
	position: absolute;
	text-align: center;
	top: 0;
	margin-top: 0;
	right: 0;
}

.rightblock .carusel .carusel-item {
	background: url("http://writemypapercheap.net/wp-content/themes/worldessays/img/quote.png") no-repeat scroll left 5px transparent;
	display: inline-block;
	float: left;
	list-style: none outside none;
	margin-right: 2%;
	padding-left: 10%;
	width: 88%;
}

.slideitem {
	padding-top: 15px;
}

.slides_container {
	width: 100%;
}

.slides_control {
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
}

.carusel.responsive {
	width: auto;
	margin-left: 0;
}

.pag-carusel {
	float: left;

	text-align: center;
	margin-top: 35px;
}

.pag-carusel a {
	margin: 0 5px;
	text-decoration: none;
	width: 10px;
	height: 10px;
	background: #e0e0e0;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
}

.pag-carusel {
	list-style: none
}

.pag-carusel li {
	list-style: none;
	display: inline-block;
}

.pag-carusel li.current a {
	background: #e53c1e;
}
.pag-carusel a:active,.pag-carusel a:focus{
	outline: none;
	border: none
}

.item-top,
.item-id {
	color: #6a5b5b;
	font-size: 12px;
	line-break: 16px;
}

.item-id {
	text-align: right;
}

.item-text {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-break: 24px;
	color: #6a5b5b;
	margin: 10px 0;
}

.but, .but:hover {
	height: 26px;
	padding: 0 17px;
	background: #e0e0e0;
	border-radius: 3px;
	font-size: 13px;
	color: #333;
	line-height: 26px;
	display: block;
	float: right;
	margin-top: 25px;
	text-decoration: none
}

.testimon-right {
	float: right;
}
.testimon-right .box_user_panel .box_user_panel_btn_logout{
	top: 7px;
}
.testimon-right .box_user_panel{
	margin-bottom: 30px
}
.testimon-right.inside {
	float: right;
	margin-bottom: 30px;
}

.testimon-right ul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

.testimon-right li {
	padding-left: 30px;
	background: url(../img/li.png) left 5px no-repeat;
	font-size: 13px;
	line-height: 16px;
	color: #6a5b5b;
	margin-bottom: 15px;
}

.stepsblock {
	border-top: 1px solid #d7d4cf;
	border-bottom: 1px solid #afaca9;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/stepbg.png) repeat;
	padding: 20px 0
}

.steptop {
	border-bottom: 1px solid #aa9f99;
	padding-bottom: 15px;
}

.steps-title {
	color: #333333;
	font-size: 30px;
	line-height: 92px;
	font-family: 'Raleway', sans-serif;
	float: left;
}

.steps {
	width: 900px;
	float: right;
}

.step {
	/*display: table-cell;
	  position: relative;
	 height: 92px;
	 vertical-align: middle;
	 width: 33%;*/
	display: inline-block;
	position: relative;
	vertical-align: middle !important;
	width: 32%;
}

.step-box {
	height: 92px;
	display: table-cell;
	vertical-align: middle;
}

.stepitem1 {
	width: 92px;
	height: 92px;
	display: table-cell;
	padding-right: 10px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/step1.png) left center no-repeat;
}

.stepitem2 {
	width: 92px;
	height: 92px;
	display: table-cell;
	padding-right: 10px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/step2.png) left center no-repeat;
}

.stepitem3 {
	width: 92px;
	height: 92px;
	display: table-cell;
	padding-right: 10px;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/step3.png) left center no-repeat;
}

.step-maintitle {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	color: #de574e;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .75);
}

.step-title {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}

.step-minititle {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333;
}

.step-arrow {
	width: 50px;
	display: table-cell;
	position: relative;
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/step-arrow.png) center center no-repeat;
	height: 92px;
}

.step-bottom {
	padding-top: 15px;
	border-top: 1px solid #e9e8e7;
	text-align: center;
}

.step-bot-text {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.startnow, .startnow:hover {
	/*background: url("../img/sprite.png") no-repeat scroll left -281px transparent;*/
	color: #FFFFFF;
	margin: 10px auto 0;
	font-size: 24px;
	height: 44px;
	padding: 0;
	text-align: left;
	text-shadow: 0 -1px 1px rgba(225, 53, 43, 0.75);
	text-transform: uppercase;
	width: 210px;
	float: none;
}

.textblock {
	background: url(../img/infoblock.png) repeat;
	padding: 40px 0px 25px 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #afabab;
}

.blocks {
	/*border-bottom: 1px solid #919191;
	box-shadow: 0px 1px 0px #fff;
	margin-bottom: 30px;*/
	padding-bottom: 30px;
}

.block-choose .boxtitle,
.block-support .boxtitle {
	color: #6a5b5b;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	padding-bottom: 15px;
	line-height: 30px;
}
.services-links .block-choose .boxtitle{
	max-width: 110px
}
.block-choose-text,
.block-support-text {
	font-size: 12px;
	line-height: 18px;
	color: #2e2e2e;
}
.block-choose-text h2,
.block-support-text h2{
	margin: 0 0 5px;
	line-height: 26px;
	font-size: 20px !important;
}
.block-choose-text p,
.block-support-text p{
	margin: 0 0 15px;
}
.block-choose-text strong,
.block-support-text strong {
	font-size: 14px;
	line-height: 18px;
	color: #2e2e2e;
	font-weight: 600;
}

.services-links {
	width: 100%;
}

.services-links td {
	width: 20%;
	text-align: left;
	padding-right: 15px
}

.linklist {
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

.linklist li,
.linklist li a {
	font-size: 14px;
	line-height: 14px;
	color: #44687d;
	text-decoration: none;
	margin-bottom: 10px;
}

.linklist li a:hover {
	text-decoration: underline
}

.fplaceorder {
	background: url(http://writemypapercheap.net/wp-content/themes/worldessays/img/fplaceorder.png) repeat;
	padding: 17px 0px 15px 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #afabab;
	box-shadow: 0px 1px 0px #fff;
}

.paceorder-but .btn-order a,
.btn-order a:hover,#password_reminder .login-b2 {
	width: 273px;
	height: 42px;
	background: none;
	display: inline-block;
	float: right;
	line-height: 42px;
	text-align: center;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 1px 0px #de2d18;
	text-decoration: none;
	font-size: 18px;
	padding: 0
}

.topnav .btn-ordertop {
	display: none;
}

.topnav .btn-ordertop a,
.topnav .btn-ordertop a:hover {
	width: 273px;
	height: 33px;
	background: none;
	display: inline-block;
	float: right;
	line-height: 33px;
	text-align: center;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 1px 0px #de2d18;
	text-decoration: none;
	font-size: 18px;
	margin-top: 2px;

}

.footmenu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footmenu li {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	white-space: nowrap;
	padding-right: 25px;
}

.footmenu li a {
	text-decoration: none;
	display: inline;
	font-size: 14px;
	color: #fff;
}

.footmenu li a:hover {
	text-decoration: underline
}

.footer {
	padding: 30px 0 40px 0;

}

.footer-links {
	width: 100%;
}

.footer-links td {
	width: 25%;
	text-align: left;
	vertical-align: top;
}

.footerlist {
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

.footerlist li,
.footerlist li a {
	font-size: 12px;
	line-height: normal;
	color: #6a5b5b;
	text-decoration: none;
	margin-bottom: 5px;
}

.footerlist li a:hover {
	text-decoration: underline
}

.cards-block {
	background: url(../img/cards-bg-opacity.png) repeat;
	display: inline-block;
	overflow: hidden;
	border-radius: 7px;
	padding: 6px;
}

.cards-box {
	background: url(../img/cards-bg.png) repeat;
	display: inline-block;
	overflow: hidden;
	border-radius: 7px;
	padding: 20px 35px;
}

.cards-box span {
	width: 100%;
	color: #5e4f4a;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 30px;
	font-weight: 700;
	display: block;
}

.footerblock {
	padding-bottom: 30px;
	border-bottom: 1px solid #b6aca7;
}

.copyright-block {
	padding-top: 30px;
	border-top: 1px solid #f9f9f9;
}

.copyright {
	font-size: 12px;
	color: #6a5b5b;
	line-height: 20px;
}

.copymenu {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #6a5b5b;
}

.copymenu li {
	display: inline-block;
}

.copymenu li a {
	display: inline;
	font-size: 12px;
	color: #6a5b5b;
	line-height: 20px;
}

.totop-link,
.totop-link:focus {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #C5C5C5;
	border-radius: 4px 4px 4px 4px;
	bottom: 20px;
	box-shadow: 0 0 3px #C2C2C2;
	display: block;
	font-size: 18px;
	height: 40px;
	padding: 15px;
	position: fixed;
	right: 20px;
	text-align: center;
	vertical-align: 40px;
	width: 40px;
	color: #333;
	outline: none;
	display: none;
}

.totop-link:hover {
	color: #333;
	text-decoration: none;
	box-shadow: 0 0 3px #C2C2C2, inset 0 0 3px #C2C2C2;
	background: none repeat scroll 0 0 #F1F1F1;
}
#box_academic_level > input[name="academic_level"]{
	z-index: -1
}

#uvocalculator #box_academic_level label {
	margin-bottom: 0
}
.level-content .dynamicPart {
    border: 1px solid #CCCCCC;
    border-radius: 0 5px 5px 5px;
}
.box-orderNow .side_tip, .box-orderNow .field_tooltip{
    overflow: hidden;
}
.box-orderNow #country_code {
    height: 17px;
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 4px;
    text-align: center;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	margin-bottom: 0
}
.box-orderNow #mobile_phone_a, .box-orderNow #mobile_phone_t{
	margin-bottom: auto;
}
.prices-accord .money-back-guarantee li.hide{
	display: block;
}
.price_table_default.price_table_business_writing{
	border-top: 1px solid #ddd
}
.price_table_default.price_table_business_writing .deadline_cell_header{
	display: none
}
.pricing-page .price_table_business_writing tr:last-child td:last-child{
	border-top: none;
	padding-top: 15px
}
.box-orderNow .logged-order-now .step_header.first{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.uvoform_container #fieldset_services h1,
.box-orderNowIn .formtitle{
	color: #5e4f4a;
	font-size: 28px;
	line-height: 18px;
	font-family: 'Raleway', sans-serif;
	display: inline-block;

}
#fieldset_s2 h3.title{
	font-size: 24px;	font-family: 'Raleway', sans-serif;
}
.box-orderNow .f_sz_full, .box-orderNow .f_sz_400, .box-orderNow .f_sz_300, .box-orderNow .f_sz_220{
	width: 90%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#box_customer_phone{
	display: inline-block;
	height: auto !important;
}
#content .inquiry-page h1{
	margin-bottom:5px;
	padding-left:5px
}
#frm #ajax-loader{
	display:none;
	top:48px;
	position:absolute;
	right:5px;
	z-index:9
}
#lang{
	width:50%
}
.plagcheckc  .boxIn{
	width: 100%;
	display: inline-block;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.plagcheckc.donepage{
	margin: 0
}
.plagcheckc .little_form{
	margin: 0
}
.plagcheckc.full_inner .box_user_panel_body{
	padding: 10px;
}
.plagcheckc.full_inner #rightplagpanel_2 {
    display: none;
}
.plagcheckc.full_inner #rightplagpanel {
    display: inline-block;
	padding-top: 0;
	width: 27%;
	margin: 0;
	background: none
}
.plagcheckc.full_inner .info_block ul{
	padding: 10px 0 0 20px;
	margin: 0;
}
.plagcheckc.full_inner .info_block li{
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 15px
}
.plagcheckc.full_inner .plagcheck-ord{
	text-align: center;
}
.plagcheckc.full_inner .left_inner {
    width: 70%;
}

.plagcheckc.donepage .view_original {
    width: 65%;
	float: left;
	height: auto !important;
}
.plagcheckc.donepage .box_results {
    margin-left: 0 !important;
    width: 30%;
	display: inline-block;
	float: right;
	top: auto !important;
	position: relative;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.plagcheckc #div_status{
	font-weight:bold;
	position:absolute;
	right:20px;
	top:41px;
	width:180px
}
.plagcheckc #msg-container{
	line-height:13px;
	font-size: 12px;
	font-weight: normal;
}
#msg-container{
	position:relative;
	margin:3px 0;
	color:#ff0000
}
.box_results > div[id*="plag_"] {
    background: #FFF;
    border-top: medium none;
}
#text_to_check{
	height:317px;
	width:100% !important;
	max-width: none !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.box-orderNow .f_sz_full, .box-orderNow .f_sz_400, .box-orderNow .f_sz_300, .box-orderNow .f_sz_220 {
    -moz-box-sizing: border-box;
    width: 90%;
}
.box-orderNow #box_pagesreq .validation_img.hidden.ok-err-show{top: 7px; position: relative}
.profilePage div .contentspin{
	margin-top: 0
}
.logged-order-now .horisontal_spacing{
	width: 100%
}

div.ui-dialog .ui-dialog-titlebar{position: relative;}
div.ui-dialog .ui-dialog-titlebar-close {right: 0;height: 27px;margin-top: -12px;position: absolute;top: 50%;width: 19px;padding: 0;}
div.ui-dialog .ui-dialog-titlebar-close .ui-icon, div.ui-dialog .ui-state-hover .ui-icon, div.ui-dialog .ui-state-focus .ui-icon {background-image: url("http://writemypapercheap.net/css/common/img/ui-icons_ef8c08_256x240.png")}
.ui-icon-closethick {background-position: -96px -128px;}
.ui-icon,.ui-icon:hover {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;width: 16px;height: 16px;}

#order_form .form-box-pay .ui-button {
	padding-top: 0
}
.logged-order-now .box_payment_system_logged {
    float: right
}

/*Money Back Page */
.money-back-guarantee,.faq ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.money-back-guarantee li.hide,.money-back-guarantee li h3,.faq li.hidden,.faq li > h3{
	display: inline-block;
	width: 100%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.money-back-guarantee li.hide > p,.money-back-guarantee li.hide > div,.faq li.hidden > div{
	display: none;
}
.money-back-guarantee li > div,.faq li > div{
    background: #FFF;
    border: 1px solid #BBB;
    display: block;
    margin-top: -1px;
    padding: 15px;
}
.money-back-guarantee li h3,.faq li h3 {
    background: url("http://writemypapercheap.net/img/divline1.jpg") repeat scroll 0 0 transparent;
    border: 1px solid #BBB;
    border-radius: 3px 3px 0px 0px;
    color: #595959;
    font-size: 16px !important;
    line-height: 22px;
    margin: 15px 0 0;
    padding: 10px;
	cursor: pointer;
}
.money-back-guarantee li.hide h3,.faq li.hidden h3{
   border-radius: 3px;
}
.money-back-guarantee li.hide h3:hover,.faq li.hidden h3:hover{
    background: #B6DAF1;
}
/*PASS recovery*/
#spry_pr_email{
	width: 100%; display: inline-block;
}
#password_reminder{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#password_reminder #email{
	width: 275px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#password_reminder #user_code{
	width: 115px !important;
}
#password_reminder #captablecont{
	width: auto;
}
#password_reminder #user_code{
	top: 0;
	margin-left: 5px
}
.boxIn label.error {
	display: inline-block;
	width: 100%;
	color: #E53C1E;
	font-size: 12px;
}
#captablecont label.error{
	left: 150px;
	position: absolute;
	top: 35px;
}
#password_reminder .login-submit,#password_reminder .login-submit:hover,#password_reminder .login-submit:active{
	float: left;
	margin-top: 15px;
	position: relative;

}
#password_reminder #doRemind{
	border: medium none;
	font-size: 14px;
	height: 25px;
	padding: 0 10px;
	display: inline-block;
	width: auto;
}
/*LOGIN popup*/
#login .login-submit{
	display: inline-block;
	width: 100%;
	margin: 10px  0 0
}
#login .login-submit #trackOrder{
	padding: 2px 10px;
	color: #fff
}
div.ui-dialog form#login label.error{
	color: #E53C1E;
	font-size: 12px;
}
.box-orderNow .wrap-fp{
	width: 90%;
	margin-top: 10px
}
.box-orderNow div.field_tip{
	line-height: 14px;

}
.box-orderNow #customer_login{
	color: #fff !important;
	text-shadow: 0 -1px 1px rgba(225, 53, 43, 0.75) !important;
}
#fieldset_s3 .submit_cell.submit_cell_info{
	margin-top: 10px
}
#fieldset_s3 .payment_btn_row ,#fieldset_s3 .wrap_box_total_price{
	display: inline-block; float: none; margin-top: 0; vertical-align: top
}
.box-orderNow #fieldset_s3  .div_invoice{
	margin-top: 0
}
.bable_messages_title_span.messages_status_new{
	font-weight: bold;
}


/*MEDIA*/
@media (max-width:550px){
.blocks .numbersay-righttitle,.socialsicon{line-height:20px}
.blocks .socialsicon a{margin:8px 0}
.togmenu-block .manadge-but-nav,.togmenu-block .manadge-but-nav:hover{display:block;margin:10px auto;float: none !important}
.topnav .togmenu-block{box-shadow:none}
.topnav-container{height: auto !important; margin: 0}
#uvoform_tabs .ui-widget-content a.to_step2_btn, #uvoform_tabs .ui-widget-content a.to_step3_btn {font-size: 14px; line-height: 16px; padding: 7px; display: block; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.box-orderNowIn {padding: 0 10px 15px;}
.box-orderNow .to_step2_container, .box-orderNow .to_step3_container, .box-orderNow .to_billing_container,
form.f dl, form.f .f_submit_box,.box-orderNow .to_step2_arrow, .box-orderNow .to_step3_arrow{margin: 0; width: 100%}
form.f #tab_services .f_submit_box{padding: 10px 18px; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.box-orderNow{padding: 0}
.invoice_item_description{width: auto;}
.box-orderNow form.f .box_total_price {padding: 0;margin: 15px 0 0 5%;width: 90%;}
.box-orderNow div.invoice_item, .box-orderNow div.total_price_container, .box-orderNow .discount_info_container,.box-orderNow .invoice_item_description{width: 100%}
.box-orderNow .grand_total_price_title{display: inline-block;width: 100%;margin: 10px 0;}
.box-orderNow .bottom_previous_step_link{display: inline-block;width: 100%; margin-right: 0}
.box-orderNow .service_type_info_side_header {display: block;font-weight: bold;margin: 0 0 3px;padding: 0;text-align: left;width: 100%;}
.f_submit_box .order_form_repeat_step2{margin-right: 0 !important;}
.box-orderNow div.submit_cell_info{margin: 0}
.submit_table{padding: 0 20px;}
.service_type_info_row{margin-bottom: 5px; display: inline-block; width: 100%}
.box-orderNow .to_billing_arrow{margin: 15px 0 0; width: 100%}
#order_form .total_price{margin-top: auto !important;}
.box_total_price_logged .grand_total_price_title, .box-orderNow .grand_total_price_title_step3, .box-orderNow .grand_total_price_title_step2 {margin-right: 0;}
h1{font-size: 22px !important;}
h2,.inside .title,.uvo_calculator_wrapper h2.title{font-size: 20px !important;}
h3{font-size: 14px !important}
body{font-size: 12px;}
.uvoform_container #fieldset_services h1, .box-orderNowIn .formtitle{line-height: 18px}
}
@media (max-width:358px){
.topnav-container .topnav .btn-ordertop{margin:10px 0 0}
#password_reminder #email{
	width: 100%
}
#password_reminder #user_code{
	width: 50px !important;
}
#captablecont label.error{
    left:  auto;
    position:  relative; top:  auto;
}
}
@media (max-width:400px){
.topnav{height:auto;}
.topnav-container .topnav .btn-ordertop{float:none}
.topnav .topmenu-rightlinks{float:none;width:100%;text-align:center;padding:15px 0}
.topnav .togmenu-block.show{float:none;position:relative;text-align:left;left:0}
nav{text-align:center}
.orderform .form-box .span4,.orderform .orderform-titlecell .span3,.orderform .form-box .span3:first-child,.orderform .form-box .span3,.orderform .form-box .span2{float: left !important;width: 100% !important;margin-left: 0 !important}
.uvoform_container form.f .ui-button-text,.uvoform_container form.f .ui-state-active .ui-button-text{padding: 5px 0 !important}
.uvoform_container .form_box_content > div {position: relative;}
.feedback-page-form-container .jquery-ratings-star{background-position: 0 -678px !important;height: 17px !important;width: 15px !important;}
.feedback-page-form-container .jquery-ratings-full {background-position: -15px -678px !important ;}
#your-orders .feedback-page-form-container .result_rate{margin: 0 !important}
}
@media (max-width:490px){
.blocks .numbersay-righttitle,.socialsicon{line-height:20px}
.divline1 .moneyback-box{right:0;top:-5px}
.divline1 .moneyback-box span,.divline1 .manadge-box{display:none}
.divline1 .logo{float:left}
.manadge-but-nav,.manadge-but-nav:hover{display:inline-block;margin:10px;float:none}
#lang,.plagcheckc #div_status{width:100%;position:relative;right:auto;top:auto}
#frm #ajax-loader{top:36px}
form.f .check-wrap:last-child,form.f  .check-wrap.last, form.f .check-wrap{width: 100%; margin-bottom: 15px}
#order_form #fieldset_services  #box_paperformat.ui-buttonset .ui-button,#order_form #fieldset_services  #box_pagesreq.ui-buttonset .ui-button{width:100%}
.divline1 .chat-butbox{margin-top: 10px !important;}
.manadge-but-nav, .manadge-but-nav:hover{
	vertical-align: top !important
}
}
@media (max-width:580px){
.divline1 .moneyback-box span{display:none}
.divline1 .moneyback-box{height:35px}
.divline1 .logo{float:left}
.divline1 header{overflow:hidden}
.divline1 .chat-num{color:#DE2D18;display:inline-block;float:none;font-size:18px;font-weight:400;text-shadow:0 1px 1px #FFFFFF;vertical-align:top}
.divline1 .chat-box{text-align:center;position:relative;width:100%;top:auto;margin-top:25px;padding:10px 0}
.divline1 .chat-butbox{display:inline-block;float:none;height:34px;margin-left:12px;width:163px}
.box-orderNow input[type="text"], .box-orderNow input[type="password"], .box-orderNow select{height: 35px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.boxIn label.dynamicPart-in,.boxIn label.dynamicPart-in:first-child{width: 100%; min-height: 0; display: inline-block; vertical-align: middle; padding-left: 0}
.boxIn .dynamicPart-in .dynamic-calc{display: inline-block; min-height: 0; width: 100%;}
.calc-price, .calc-input, .calc-time, .calc-date, .calc-price span, .calc-input span, .calc-time span, .calc-date span{display: inline; padding-left: 0}
.calc-input input[type="radio"]{margin: 0; vertical-align: top}
.calculateBlock form{padding: 0}
}
@media (max-width:620px){
.check-wrap:last-child,.check-wrap.last,.check-wrap{width:49%}
.prices-level, .prices-level:hover, .prices-level:visited,.prices-level:first-child{
    width: 100% !important;
}
}
@media (max-width:660px){
.box-orderNow #country_code{
	height: 32px !important;
}
}
@media (max-width:550px){
.toggleMenu,.toggleMenu:hover{margin: 0 !important; vertical-align: top}
.sliderblock .sliderbox-wrap{display:none}
.sliderblock .orderform-wrapper{margin-top:0}
.services-links,.block-support.service-list{width:auto}
.divline1 .header{height:auto}
.linklist li,.linklist li a{white-space:nowrap}
.testimon-right .numbersay-righttitle{padding-left:0;height:auto;width: 100% !important}
.numbersay-righttitle{font-size:16px}
.numbersay-right{float:none;height: auto !important}
.numbersay-right .numbersay-righttitle,.numbersay-right .socialsicon{float: none !important;width: 100% !important;height:45px;margin:0;line-height:45px;padding: 0 !important}
.testimon-right li{text-align:left}
.topmenu-rightlinks a{height:auto;line-height:15px;display:block}
.topmenu-rightlinks a.checker i{margin-left:0}
.orderform{padding:10px 25px 6px}
.orderform-m .orderform-title{line-height:22px;text-align:center}
.orderform-m th{padding:8px 10px 8px 0}
.orderform-m td .sbHolder,.orderform-m td .sbOptions{width:170px}
.orderform-m td.bottonbox{text-align:center}
.numbersay-left .say1,.numbersay-left .say2,.numbersay-left .say3,.numbersay-left .say4{display:block;width: 94% !important;padding: 0 3% !important;text-align:center}
.step-arrow{height:40px;width:100%;display:block;background:url("http://writemypapercheap.net/wp-content/themes/worldessays/img/step-arrow-down.png") no-repeat scroll center top transparent}
.step .step-box{width:100%;text-align:center;display:block}
.step{vertical-align:top;display:block;width:100%;height:auto;text-align:center}
.textblock .numbersay-righttitle ul{width: 100% !important;text-align:left}
.textblock .orderform-wrapper-inside,.textblock .testimon-right.inside,.textblock .testimon-left.inside,.textblock .numbersay-right-inside{float:left;width:100%}
.box-orderNow .f_submit_box>div+div, .back_to_step2 {padding: 0 18px;margin:20px 0 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;background: url(http://writemypapercheap.net/css/common/img/sprite2.png) -206px -1159px no-repeat;display: inline-block;width: 100%;}
.box-orderNow form.f .to_billing_arrow{width: 100%}
.box-orderNow form.f div.submit_cell_info,form.f .f_submit_box .order_form_repeat_step2,.box-orderNow form.f .submit_agreement{margin: 0; text-align: center;}
.box-orderNow form.f .submit_cell > .f_submit_box{padding: 0;}
.box-orderNow div.submit_cell_info .payment_btn_row{text-align: center;}
.box-orderNow .box_total_price.box_total_price_step3 {display: inline-block;text-align: right;width: 100%;}
.box-orderNow .to_step2_container, .box-orderNow .to_step3_container, .box-orderNow .to_billing_container{margin-right: 0}
div .box-orderNow .to_step2_container a, div .box-orderNow .to_step3_container a, .box-orderNow .to_billing_container a, .box-orderNow #uvoform_tabs a.to_billing_btn, div .ui-widget-content a.to_billing_btn{background: none; font-family: "Open Sans", sans-serif; position: relative;}
div .box-orderNow .to_step2_container a:after, div .box-orderNow .to_step3_container a:after {background: url("http://writemypapercheap.net/css/common/img/sprite2.png") no-repeat scroll 100% -1194px transparent;content: " ";display: inline-block;height: 12px;margin: -5px 0 0;position: absolute;right: -3px;top: 50%;width: 6px;}
#uvocalculator label.level, #uvocalculator label.level.ui-button,#uvocalculator label.level:nth-of-type(1), #uvocalculator label.level.ui-button:nth-of-type(1){width: 100%;border-radius: 0;border: 1px solid #bbb; margin-left: 0}
.form_clr .level-content,.level-content .dynamicPart{border-radius: 0}
.form_box_content .f_sz_180{width: auto}
.box-orderNow #uvoform_tabs #tabs_customer_type ul li, .box-orderNow #tabs_customer_type ul li, .box-orderNow #tabs_customer_type ul li:hover, .box-orderNow #tabs_customer_type ul li.ui-state-default, .box-orderNow #tabs_customer_type ul li.ui-state-default:hover{border-radius: 0 0 0 0;margin: 0;top: 0;width: 100%;}
}
@media (min-width:550px) and (max-width:767px){
.textblock .orderform-wrapper-inside,.textblock .testimon-right.inside,.textblock .testimon-left.inside,.textblock .numbersay-right-inside{float:left;width:100%}
.textblock .numbersay-righttitle ul{width: 100% !important;text-align:left}
}
@media (max-width:767px){
.bx-wrapper,.infoblock-title{height:auto}
.testimon-right li{text-align:left}
.numbersay-righttitle,.socialsicon{float: left !important;width: 50% !important;height:45px;margin:0;line-height:45px;padding: 0 !important;text-align:center}
.caption-title,.title{font-size:24px}
.header{height:115px}
.numbersay-left,.nav-tabs .dropdown-menu{border-radius:0}
.numbersay-left .say1,.numbersay-left .say2,.numbersay-left .say3,.numbersay-left .say4{width:25%}
.numbersay-right{padding:0;height:45px;margin:10px 0 0 0;border-radius:0}
.numbersay-right .socialsicon{margin:3px 0 0 0}
.moneyback-box{position:absolute;right:227px}
.chat-box{margin:0;padding:10px 20px;position:absolute;right:0;top:76px}
.topnav-container .btn-ordertop,.btn-ordertop:hover,.step .stepitem1,.step .stepitem2,.step .stepitem3{display:inline-block}
.toggleMenu,.toggleMenu:hover{background:url("../img/topmenu-hover.png") repeat-x scroll 0 0 transparent;color:#595959;display:inline-block;height:37px;line-height:37px;margin-left:20px;padding:0 15px;text-transform:uppercase;outline:none}
.togmenu-block{width:100%;float:left;display:none;box-shadow:0px 0 3px #808080}
.togmenu-block.show{background:none repeat scroll 0 0 #FFFFFF;display:block;height:auto;position:absolute;z-index:555;left:20px;width:auto;float:none}
.togmenu-block.show ul{float:none;height:auto}
.togmenu-block.show li{display:block;float:none}
.togmenu-block.show li a{margin-right:0}
.topmenu-rightlinks{display:inline-block;line-height:45px;padding:15px;text-align:left}
.sliderbox-wrap,.footmenublock{width: 100% !important}
.divline2 .orderform-wrapper,.orderform-wrapper-inside{display:none}
.infoblock .span3{margin-bottom:15px}
.socialsicon a{margin:8px 15px}
.testimonblock,.textblock,.stepsblock,.infoblock .row-fluid.main,.fplaceorder,footer{padding:3%;width:94%}
.testimon-right{margin-top:15px;padding-top:15px;border-top:1px solid #CFCAC8}
.testimon-right .numbersay-righttitle{padding-left:0;height:auto}
.step-box{display:table-cell;height:92px;padding-top:15px;vertical-align:top}
.steps-title{text-align:center;padding:10px 0}
.step-bottom{padding-bottom:15px}
.steps{width:100%;float:right}
.services-links td{vertical-align:top}
.footmenu li{padding-right:0;padding:0 10px}
.footmenu li a,.linklist li,.linklist li a{font-size:12px}
.paceorder-but{margin-left: 0 !important;width: 100% !important;text-align:center}
.btn-order,.btn-order:hover{margin:10px auto;float:none; display: inline-block;}
.blocks .block-choose,.blocks .block-support{margin:15px 0}
.cards-box{width:150px}
.footerblock .span3{margin:25px auto 0;width:257px}
.mcAfee{width:97px;right:0}
.right-div{right:0}
.rightblock .carusel .carusel-item{padding-left:8%;width:90%}
.rightblock .carusel .carusel-item{padding-left:18%;width:80%}
.form-box .span3:first-child{float: left !important;margin-left: 0 !important;margin-right:2%;width: 49% !important}
.form-box .span3{float: left !important;margin-left: 0 !important;margin-right:0;width: 49% !important}
.form-box .span4,.orderform-titlecell .span3{float: left !important;width: 100% !important;margin-left: 0 !important}
.form-box .span4{width: 200px !important;float:left}
.form-box .span2{width: 97px !important;float:right}
.boxIn .box_results{margin-left: auto;position: relative;width: 100%;top: auto !important;display: inline-block;margin-bottom: 50px;}
.calc-price{font-size: 18px;}
.prices-level:first-child,.prices-level,.prices-level:hover,.prices-level:visited{width: 100%; margin-left: 0}
.boxIn.prices .prices-level > strong{padding: 5px 0; height: auto;}
.prices-level.level-1 > strong > span,.prices-level > strong > span {display: inline}
.prices-level > strong:first-child,.prices-level > strong{font-size: 18px}
.ui-dialog .box_user_panel_nopade{margin: 0}
.services-links .block-choose .boxtitle{max-width: none}
.steptop .steps-title {line-height: 45px}

.plagcheckc.full_inner #rightplagpanel{
	display: none;
}
.plagcheckc.full_inner #rightplagpanel_2{
	display: inline-block;
}
.plagcheckc.full_inner .left_inner{
	width: 100%
}
}
@media (min-width:768px) and (max-width:979px){
.orderform-wrapper-inside,.divline2 .orderform-wrapper{display:none}
.check-wrap:last-child,.check-wrap.last,.check-wrap{width:49%}
.bx-wrapper,.infoblock-title{height:auto}
.topnav-container .btn-ordertop,.btn-ordertop:hover,.step .stepitem1,.step .stepitem2,.step .stepitem3{display:inline-block}
.toggleMenu,.toggleMenu:hover{background:url("../img/topmenu-hover.png") repeat-x scroll 0 0 transparent;color:#595959;display:inline-block;height:37px;line-height:37px;margin-left:20px;padding:0 15px;text-transform:uppercase;outline:none}
.togmenu-block{width:100%;float:left;display:none;box-shadow:0px 0 3px #808080}
.togmenu-block.show{background:none repeat scroll 0 0 #FFFFFF;display:block;height:auto;position:absolute;z-index:555;left:20px;width:auto;float:none}
.togmenu-block.show ul{float:none;height:auto}
.togmenu-block.show li{display:block;float:none}
.togmenu-block.show li a{margin-right:0}
.topmenu-rightlinks{display:inline-block;line-height:45px;padding:15px;text-align:left}
.nav-tabs .dropdown-menu{border-radius:0}
.header{height:115px}
.moneyback-box{position:absolute;right:227px}
.chat-box{margin:0;padding:10px 20px;position:absolute;right:0;top:76px}
.topmenu-rightlinks a{height:auto;line-height:15px;display:block}
.topmenu-rightlinks a.checker i{margin-left:0}
.sliderbox-wrap,.footmenublock{width: 100% !important}
.numbersay-right{padding:31px 0}
.title{font-size:24px}
.socialsicon{margin:10px 0 0 0;padding:0}
.socialsicon a{margin:8px 0}
.testimon-right .numbersay-righttitle{padding-left:0}
.step-box{display:table-cell;height:92px;padding-top:15px;vertical-align:top}
.steps{width:600px;float:right}
.services-links td{vertical-align:top}
.footmenu li{padding-right:0;padding:0 10px}
.footmenu li a{font-size:12px}
.paceorder-but{margin-left: 0 !important;width: 100% !important;text-align:center}
.btn-order,.btn-order:hover{margin:10px auto;display:inline-block;float:none}
nav{display:block}
.rightblock .carusel .carusel-item{padding-left:18%;width:80%}
.form-box .span3:first-child{float: left !important;margin-left: 0 !important;margin-right:2%;width: 49% !important}
.form-box .span3{float: left !important;margin-left: 0 !important;margin-right:0;width: 49% !important}
.form-box .span4,.orderform-titlecell .span3{float: left !important;width: 100% !important;margin-left: 0 !important}
.form-box .span4{width: 200px !important;float:left}
.form-box .span2{width: 97px !important;float:right}
.block-choose .boxtitle,.block-support .boxtitle{font-size:26px}
.box-orderNow .f_submit_box>div+div, .back_to_step2 {padding: 0 18px;margin:20px 0 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;background: url(http://writemypapercheap.net/css/common/img/sprite2.png) -206px -1159px no-repeat;display: inline-block;width: 100%;}
#box_features_shown .check-wrap{height: 110px;}
.boxIn label.dynamicPart-in,.boxIn label.dynamicPart-in:first-child{width: 100%; min-height: 0; display: inline-block; vertical-align: middle; padding-left: 0}
.boxIn .dynamicPart-in .dynamic-calc{display: inline-block; min-height: 0; width: 100%;}
.calc-price, .calc-input, .calc-time, .calc-date, .calc-price span, .calc-input span, .calc-time span, .calc-date span{display: inline; padding-left: 0}
.calc-input input[type="radio"]{margin: 0; vertical-align: top}
.steps-title {line-height: 45px}
}
@media (max-width:979px){
#order_form #fieldset_services .ui-buttonset .ui-button,
#order_form #fieldset_s2 .ui-buttonset .ui-button
{margin-right: 0;width: 50%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; margin-bottom: -1px; border-radius: 0; float: left; }
#order_form #box_category_of_writer_rad.ui-buttonset .ui-button, #order_form #box_payment_system.ui-buttonset .ui-button
{margin-right: 0;width:100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.box-orderNow form.f .ui-state-active .ui-button-text,.box-orderNow #tabs_customer_type .ui-state-active .ui-button-text,form.f .ui-state-active .ui-button-text{margin: 0; padding: 0;}
#uvoform_tabs div.field_tip, .box-orderNow .submit_agreement{margin: 10px 0; display: inline-block;}
.plagcheckc.donepage .box_results ,.plagcheckc.donepage .view_original{
	width: 100%;
	position: relative;
	margin: 0 0 20px;
	display: inline-block;
	top: auto !important;
	}
}
@media (min-width:979px) and (max-width:1199px){
.topnav-container .btn-ordertop,.moneyback-box span{display:none}
.orderform,.orderform-wrapper-inside .orderform{padding:10px 25px 6px}
.orderform-m .orderform-title{line-height:22px;text-align:center}
.orderform-m th{padding:8px 10px 8px 0}
.orderform-m td .sbHolder,.orderform-m td .sbOptions{width:170px}
.orderform-m td.bottonbox{text-align:center}
.pageskol-title{margin-left:0}
.steps{width:600px;float:right}
.bx-wrapper{height:322px}
.bx-wrapper img{height:100%;max-width:none;width:auto}
.bx-wrapper .bx-viewport{height:314px;overflow: visible !important}
.infoblock-title{height:auto}
.socialsicon a{margin:18px 6px}
.step-box{width:85px}
.footmenu li{padding-right:15px}
.footmenu li a{font-size:12px}
.moneyback-box{height:35px}
.rightblock .carusel .carusel-item{padding-left:13%;width:85%}
.orderform-wrapper-full .pageskol-title{margin-left:5px}
.orderform-wrapper-full .pageskol-title span{color:#6A5B5B;font-size:15px;line-height:12px}
.orderform-wrapper-full label{color:#6A5B5B;font-size:12px}
.btn-calculatebox{margin:25px 0 0 -12px;position:relative}
.step{vertical-align:top}
.block-choose .boxtitle,.block-support .boxtitle{font-size:26px}
.pageskol-title span{font-size:16px;font-weight:600}
.calc-price{font-size: 18px;}
.steps-title {line-height: 120px}
.topmenu li a,.topmenu li a:hover, .topmenu li:hover > a, .topmenu li a.active,.topmenu-rightlinks a{
	font-size: 12px
}
.topmenu-rightlinks a.inquiry i,
.topmenu-rightlinks a.checker i{
	margin-left: 5px; margin-right: 2px
}

}
@media (min-width:768px) and (max-width:1199px){
.box_results{right:10px}
}
@media (min-width:1200px){
.wrap-c{margin:0 auto;position:relative;width:1200px}

}
@media (max-width:1200px){
.box-orderNow #uvoform_tabs .ui-tabs-nav a .step_title,.box-orderNow .side_tip,.box-orderNow .field_tooltip,.box-orderNow .box-orderNowIn .side_tip,.box-orderNow .box-orderNowIn .field_tooltip{display:none}
.box-orderNow form.f .form_box>div{float:none;display:block;text-align:left;margin:0}
.box-orderNow .f_sz_full,.box-orderNow .f_sz_400,.box-orderNow .f_sz_300,.box-orderNow .f_sz_220,.box-orderNow #box_old_password .wrap-fp{width:97%}
.prices-level > strong:first-child,.prices-level > strong{font-size: 14px}
.nav-tabs > li > a, .nav-pills > li > a{padding: 8px;margin: 0}

}
.caruselblock .pagination {
	list-style: none;
	text-indent: -99999px;
}

body .hidden {
	display: none;
}

#rightplagpanel_2 {
	display: block;
}

#rightplagpanel {
	display: none;
}

.full_inner .left_inner {
	width: auto;
}


#uvocalculator label.level,
#uvocalculator label.level.ui-button,
.box.box-pattern .title  {
	color: #595959;
	background: url(http://writemypapercheap.net/img/divline1.jpg) repeat
}
#plag-check-sbm-btn,#calculator_sbm_btn{
	cursor: pointer;
	padding: 7px 20px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}
#plag-check-sbm-btn em,#calculator_sbm_btn em{
    font-style: normal;
}
.boxIn .only,.boxIn .view_original{
	width: 100%
}
.box_results{
	background: url(http://writemypapercheap.net/img/numbersay-right.png) repeat;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 4px;
	z-index: 5
}
.box_results > div[class*='plag_']{
	border-top: none;
	background: #fff;
}
.box_results .result_line{
	list-style: none
}
.fb_block iframe{
	width: 100% !important;
}
.box-orderNow #uvoform_tabs .ui-tabs-nav a, .box-orderNow #uvoform_tabs ul a, .box-orderNow .logged-order-now .step_header{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.box-orderNow #uvoform_tabs ul li{
	padding-right: 15px;
}

.orderform-wrapper-inside {
	margin-bottom: 5px;
}
.boxIn.prices{
	padding-bottom: 10px
}
.boxIn.prices .btn.full-price{
	color: #fff;
	margin-top: 10px;
	text-shadow: none;
	font-weight: normal
}
.boxIn.prices .btn.full-price,.box-orderNow .to_step2_container,.box-orderNow .to_step3_container,.box-orderNow .to_billing_container{
	text-shadow: none;
}
div .box-orderNow  .to_step2_container a,div .box-orderNow .to_step3_container a,div .box-orderNow .to_billing_container a,.box-orderNow #uvoform_tabs a.to_billing_btn{
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAbCAYAAABiFp9rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODBGNkI4NEY3NTExMTFFMjlBOUVFQzM2QUY1Qzk0RjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGNkI4NTA3NTExMTFFMjlBOUVFQzM2QUY1Qzk0RjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MEY2Qjg0RDc1MTExMUUyOUE5RUVDMzZBRjVDOTRGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MEY2Qjg0RTc1MTExMUUyOUE5RUVDMzZBRjVDOTRGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiymzXYAAANJSURBVHjarJZrSBRRFMfPvTO7q2nurmvuqmsaUZAUSIH2FCrIiPoWRI+PIQWV9aUoK4zs8aGHPUwqqKgPEVGBmJC0gtlL6oP0wgqRfOejXHVddXdnOnd2dtu12Zk198Bvd2bu43/PmTPnXtKWZ4Mpmk7+97CfzMbuqAaR9vw0rT75yGZkFZKDzJSfDyPNyAvkkf1t1xt1oWUZkdpWI2dkoWjsHXLY/rrDoSjUsdw++VkcUo4UsXaYut1AijNetY+FCXWunB16b0SqkAKYnr1ENqY3/HAGhboKsgPXHFKLrIHYWB1SmFbf6mU3POFooOF4DEVAnusEUiJ51LN2Hvufj3wKSd2giT4BBEQURH8IKAGKiwtZoJoxb3Ktz7995gmVBhxVEgGcWxAF8Lo94B3zSIKU50CfYAA+Xo/XmmK87NE20rc+x4QXPYhBsWuyFRKPXACSkASiKIIwPAT9h3YBN9QLuhkGSVjDJpB0iiFYhxiIHI5/cPaBu+IkUKMRdJlZYMhZBNabD0Ew2SQvmXjEsX70SCEllFuBgBpiRwuMHNsteSPFw5YOqdcfgGC0SmHF6ILGHEsp5bhsBLQgnS0wWopiQ86g2CwUA7MNRK8A7F2rjJ+DoePMhE2kBa5MaP0OzoM7QXAO+sWsaWC5dh+4jGyt8Sb2Hbk1k5Rln9cLHvcYhs+FN76/pYXngU/EquXi1ArWBI9u9UQj4nWNg5iSCZbLd4GaLVKT8HsAxk/tA9qPU6hnXzd+R9wHtR6CBz0ZGQchxQ7J5XfCRCZOFwNhIpxmin9koXNE9sZfDbisuZBUVgnUlOx/zETOHgAywDyJqkI4WOia5PKzUKkHTbVD/P4yrBs6EF241yGeSyXA/fqpFa6AfY275XgfKEHnkduK3QZ7wVdaFC4uuUmjLa7n/NWbSqu6h+xBlkBsrSngQGCbYPm6Q96OE2MkMops11XW+GSPgiFolg8hbIfVT1OEFdKtfEX1l2AZDxFi9gzZgGBtAct/irCysYW7UlUb9l4JITAJB7IYearQpkUNkjtZxL8xUcXsaWOHC/kstxfZJJ+OlIyddqqRq7T8SX3EHZCtRMUaZJhIHrIAMYeEiL3XRnLxsWa9/CPAAEER/H/x19lcAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;
padding: 0 35px 0 10px
}

div .calculateBlock .total_price, .calculateBlock .total_price,.box-orderNow .total_price_box {
    color: #DC291E !important;
}
.prices-level, .prices-level:hover, .prices-level:visited,.prices-level:first-child{
    width: 19.2%;
	padding: 0 0 5px;
}
.prices-level > strong{
	height: auto !important;
	padding: 10px 5px !important;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.security-text{
	text-align: left;
	color: #6A5B5B;
	font-size: 13px
}
.errorBar span{
	display: block;
	font-size: 26px;
	color: #6A5B5B;
	margin-bottom: 15px
}
.bxslider{
	padding:0;
	margin:0;
	list-style: none
}
.bxslider li{
	position: relative
}
.page-error {
	background: url("http://writemypapercheap.net/img/infoblock.png");
}
.page-error .topnav {
	background: #fff;
	border-bottom:6px solid #fbfaf9;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 0;
}
.page-error .error-logo {
	background:url(../img/logo.png);
	display:block;
	height:48px;
	margin: 0 auto;
	width:117px;
}
.error-chat,
.error-chat:hover {
	background: #9f918d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmOTE4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDU3NTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9f918d 0%, #645753 100%);
	background: -webkit-linear-gradient(top, #9f918d 0%,#645753 100%);
	background: -ms-linear-gradient(top, #9f918d 0%,#645753 100%);
	background: linear-gradient(to bottom, #9f918d 0%,#645753 100%);
	box-shadow:none;
}
.error-chat:hover {
	background: #645753;
	background: -moz-linear-gradient(top, #645753 0%, #9f918d 100%);
	background: -webkit-linear-gradient(top, #645753 0%,#9f918d 100%);
	background: -ms-linear-gradient(top, #645753 0%,#9f918d 100%);
	background: linear-gradient(to bottom, #645753 0%,#9f918d 100%);	
}
.error-chat .lpchat-container:after {
	font-weight:normal;
}