/* General */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700italic,700,500,100,300,400italic&subset=latin,cyrillic);

html,body {
	height:100%;
	margin:0;
	padding:0;
	border:0;
	font-size: 13px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #212121;
	background-color: #f3f5f9;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 26px;
	font-weight: 400;
	margin:0;
}
h2 {
	font-size: 32px;
	font-weight: 400;
	margin:0 0 35px;
}
.section-content h4 {
	font-size: 16px;
	margin: 0 0 10px;
}
a {
	color: #42ADF7;
	outline:none !important;
}
.link-text-color {
	color: #212121;
}
.text-light {
    color: #8A8E96;
}
.text-red {
    color: #ff3b61;
}
.text-blue {
	color:#42a5f5;
}
.text-success {
	color:#21bd80;
}
video {
    width: 100%;
    height: inherit;
}
.btn {
	font-weight: 500;
	text-transform:uppercase;
	border:1px solid;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) !important;
	outline:none !important;
	padding: 10px 25px;
}
.btn-default {
	color:#212121 !important;
	background: #e3e7ef;
	border-color: #e3e7ef !important;
	box-shadow:none !important;
}
.btn-default:hover, .btn-default:focus {
	background: #d8dce5;
	border-color: #d8dce5 !important;
}
.btn-primary {
	color:#fff !important;
	background: #42a5f5;
	border-color: #42a5f5;
}
.btn-primary:hover, .btn-primary:focus {
	background: #128ef2;
	border-color: #128ef2;
}
.btn-success {
	color:#fff !important;
	background: #21bd80;
	border-color: #21bd80;
}
.btn-success:hover, .btn-success:focus {
	background: #3fb486;
	border-color: #3fb486;
}
.btn-red {
	color:#fff !important;
	background:#ff3b61;
	border-color: #ff3b61;
}
.btn-red:hover, .btn-red:focus {
	background:#eb254b;
	border-color: #eb254b;
}
.btn-white-stroke {
	border-color:#fff;
	background:none;
	color:#fff;
}
.btn-white-stroke:hover, .btn-white-stroke:focus {
	color:#111;
	background:#fff;
}
.btn-dark-stroke {
	border-color:#212121;
	background:none;
	color:#212121;
}
.btn-dark-stroke:hover, .btn-dark-stroke:focus {
	color:#212121;
	background:#f3f5f9;
	border-color:#f3f5f9;
}
.btn-circle {
  border-radius: 50%;
}
.btn-circle.btn {
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.btn-remove {
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
	margin:5px 0 0 !important;
	text-align:right;
}
.btn-remove .fa {
	color:#ff3b61;
}

textarea {
	resize:vertical;
}
.form-control {
	box-shadow:none !important;
	border:1px solid #ddd;
}
.has-success .form-control {
    border-color: #a7d2bd;
}
.has-error .form-control {
    border-color: #f096b3;
}
.input-group .form-control {
    height: 42px;
}
.unreg-order-block .input-group .form-control, #makeAnOrder .input-group .form-control, .control-height-34 .form-control {
    height: 34px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f1f3f6;
}
.custom-checkbox label {
	display:block;
	position:relative;
	cursor:pointer;
	padding-left:25px;
	margin-bottom: 6px;
}
.custom-checkbox input[type=checkbox] {
	display:none;
}
.custom-checkbox label:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:18px;
	height:18px;
	border:1px solid #ddd;
	background:#f7f8f9;
	border-radius:2px;
}
.custom-checkbox label.checked:before {
	background:url(/img/checkbox-checked.png) no-repeat center;
}
.custom-checkbox label:hover:before {
	border-color:#bbb;
}
.select2-container {
	display:block;
	width: auto !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
	height: 34px;
}
.intro-order-form .select2-container--default .select2-selection--single {
    border-color: transparent;
	text-align:left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
	padding-left: 13px;
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #42a5f5;
}


.white-block {
	border-radius:4px;
	border:1px solid #eee;
	background:#fff;
	padding:25px;
}
.white-block + .white-block, .blue-block + .white-block, .section-content + .section-content {
	margin-top:20px;
}
.blue-block {
	border-radius:4px;
	background:#42a5f5;
	color:#fff;
	padding:25px;
}
.yellow-block {
	background:#fffbde;
}
.wrapper {
	padding-top:80px;
}


/* Header */
.header {
	position:fixed;
	z-index:10;
	top:0;
	left:0;
	right:0;
	height:80px;
	padding:25px 0;
	background: #fff;
	border-bottom:1px solid #ddd;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.mainpage-header {
	background: none;
	border-color:transparent;
}
.header-fixed {
	background: #fff !important;
	padding:15px 0;
	height:60px;
	border-color:#ddd !important;
}
.header .container {
	position:relative;
}
.logo {
	width:95px;
	height:30px;
	float:left;
}
.mainpage-header .logo {
    width: 155px;
    height: 50px;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.mainpage-header.header-fixed .logo {
	width:95px;
	height:30px;
}
.logo img {
	display:block;
	width:100%;
	height:auto;
}


/* Top navigation */
.nav-toggle {
	background:none !important;
	border: 1px solid #ddd !important;
	border-radius: 5px;
	width:40px;
	height:40px;
	z-index:2;
	padding:0 8px;
	margin-top: -5px;
	margin-right:10px;
	float:left;
	display:none;
}
.nav-toggle span {
	display:block;
	position:relative;
	top:0;
	height:3px;
	margin:6px 0;
	border-radius:2px;
	background:#111;
}
.opened span:nth-child(1) {
	top:10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.opened span:nth-child(2) {
	opacity:0;
}
.opened span:nth-child(3) {
	top: -8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.profile-nav {
	float:right;
	position:relative;
}
.top-nav a {
	display:inline-block;
	text-decoration:none !important;
	padding:8px 12px;
	font-size:16px;
	font-weight:400;
	line-height:1;
	color:#212121;
}
.top-nav a.active, .top-nav a:hover, .dropdown-wrapper .btn-link:hover {
    color: #42a5f5 !important;
}
.top-nav .add-order-link {
	position:relative;
	color:#21bd80 !important;
}
.top-nav .add-order-link.active, .top-nav .add-order-link:hover {
	color:#fff !important;
}
.add-order-link:after {
	display:block;
	content:'';
	position:absolute;
	z-index:0;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius:80px;
	border:1px solid #21bd80;
}
.top-nav .add-order-link.active:after, .top-nav .add-order-link:hover:after {
	background:#21bd80;
}
.add-order-link span {
	display:block;
	position:relative;
	z-index:1;
}
.dropdown-nav {
	position:relative;
}
.dropdown-wrapper {
	display:none;
	position: absolute;
	right: 0;
	background: #fff;
	top: 100%;
	border: 1px solid #ddd;
	border-bottom:none;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
}
.dropdown-nav:hover .dropdown-wrapper {
	display:block;
}
.dropdown-wrapper a, .dropdown-wrapper .btn-link {
	display:block !important;
	border-bottom:1px solid #ddd;
	color: #212121 !important;
	font-size:13px;
	font-weight:500 !important;
	line-height: 1.4;
	padding:8px 20px !important;
	text-decoration:none !important;
	width: 100%;
	text-align: right;
}

.navigation-wrapper {
	position:absolute;
	left:150px;
	top:0;
}



/* Intro */
.intro-wrapper {
	height:660px;
	position:relative;
	/*box-shadow:	inset 0 130px 100px rgba(255,255,255,0.9);*/
	background:url(/img/intro-bg.jpg) no-repeat center / cover;
}
.intro-block {
	position:relative;
	z-index:1;
	padding-top:150px;
	color:#fff;
	max-width:900px;
	margin:0 auto;
	text-align:center;
}
.intro-block h1 {
	font-size:36px;
	font-weight: 400;
	margin:0 0 35px;
}
.intro-block p {
	font-size: 17px;
	line-height:1.6;
}
.intro-order-form {
	margin:50px 0 0;
}
.intro-order-form .has-error .help-block {
	display:none !important;
}
.intro-order-form .form-control {
	border-color:transparent;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
.intro-order-form .has-error .form-control {
	background:#fcc0d3;
}
.intro-order-form .form-control:focus {
	border-color:#42a5f5;
}
.intro-btns {
	margin-top:15px;
	margin-bottom:30px;
}
.intro-btns p {
	min-height:42px;
	margin:0;
	font-size:14px;
	font-weight: 300;
	text-align:left;
	padding-left:55px;
	background:url(/img/time.png) no-repeat left top;
}
.intro-order-form .btn {
	padding: 10px;
	width: 100%;
	font-size: 17px;
}
.dashed-link {
	display:inline-block;
	font-size:16px;
	text-decoration:none !important;
	padding-bottom:4px;
	color:#fff !important;
	border-bottom:1px dashed;
}
.dashed-link:hover {
	border-bottom: 1px solid;
}





/* Featured Works */
.featured-works {
	background:#fff;
	padding:100px 0 70px;
	text-align:center;
}
.featured-works p, .featured-works li {
	font-size: 16px;
	font-weight: 300;
}
.featured-works a {
	font-weight: 400;
	text-decoration: none !important;
	padding-bottom: 4px;
	border-bottom: 1px solid;
}
.feat-work {
	margin:30px 0;
	text-align:left;
}
.feat-work a {
	color: #212121 !important;
}
.feat-work a:hover h3 {
	color: #42ADF7;
}
.feat-work img {
	width:60px;
	float:left;
	margin-right:35px;
}
.feat-work-info {
	overflow:hidden;
}
.feat-work-info h3 {
	margin:5px 0 20px;
}
.feat-work-info p {
	font-size: 16px;
	font-weight: 300;
}
.feat-work-info span {
	font-weight: 500;
}

#more-types .modal-dialog {
	width:900px;
}
.feat-work-modal {
	display:inline-block;
	vertical-align:top;
	width: 280px;
	padding: 0 10px 20px;
	margin:0;
}
.feat-work-modal a {
	color: #212121 !important;
	text-decoration:none !important;
}
.feat-work-modal h4 {
	font-size: 14px;
	color: #42ADF7;
	display: inline-block;
	margin:0 0 5px;
}
.feat-work-modal a:hover h4 {
	color: #212121;
}
.feat-work-modal p {
	margin-bottom: 0;
	font-size: 14px;
}
.feat-work-modal img {
    width: 32px !important;
    margin-right: 15px;
}



/* How it works */
.how-it-works {
	padding:100px 0;
	background:#fff;
	text-align:center;
}
.how-block {
	text-align:left;
	position:relative;
	overflow:hidden;
	margin-top: 60px;
	height:520px;
}
.how-blockt {
	text-align:left;
	position:relative;
	overflow:hidden;
	margin-top: 60px;
	height:350px;
}
.trust {
    padding:100px 0;
    background:#f3f5f9;
    text-align:center;
}
                                                                                                                  
.trust-bg {
    background:url(/img/trust.svg) no-repeat center top / contain;
    width:330px;
    height:350px;
    position:absolute;
    z-index:1;
    top:0;
    left:50%;
    margin-left:-165px;
    cursor:pointer;
}
.how-bg {
	background:url(/img/bg-tablet.jpg) no-repeat center top / contain;
	width:330px;
	height:470px;
	position:absolute;
	z-index:1;
	top:0;
	left:50%;
	margin-left:-165px;
	cursor:pointer;
}
.how-works {
	position:absolute;
	width:280px;
}
.how-works h3 {
	font-size: 22px;
    margin: 0 0 15px;
}
.how-works p {
	margin:0;
	font-size: 15px;
	font-weight: 300;
}
.how-works:before {
	display:inline-block;
	margin-bottom:15px;
	font-size:16px;
	font-weight: 600;
	line-height:35px;
	background:#42a5f5;
	color:#fff;
	width:35px;
	height:35px;
	border-radius:50%;
	text-align:center;
}
#how_1:before {
	content:'01';
}
#how_2:before {
	content:'02';
}
#how_3:before {
	content:'03';
}
#how_4:before {
	content:'04';
}
.how-works:after {
	content:'';
	display:block;
	width:80px;
	height:1px;
	background:#ccc;
	position:absolute;
	top:18px;
}
#how_1:after, #how_3:after {
	left:100%;
}
#how_2:after, #how_4:after {
	right:100%;
}
#how_1 {
	top:0;
	left:0;
	text-align:right;
}
#how_2 {
	top:0;
	right:0;
}
#how_3 {
	top:190px;
	left:0;
	text-align:right;
}
#how_4 {
	top:190px;
	right:0;
}




/* Call to order */
.call-to-order {
	padding:120px 0;
	background:url(/img/bg-time.jpg) no-repeat center / cover;
	color:#fff;
	text-align:center;
	position:relative;
}
.call-to-order > div {
	position:relative;
	z-index:1;
}
.call-to-order:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0E0923;
    opacity: .3;
}
.call-to-order h2 {
	font-size: 38px;
	line-height:1.3;
}
.call-to-order .btn {
	padding: 10px;
	width: 280px;
	display:block;
	margin:40px auto 0;
	font-size: 17px;	
} 
.intro-features {
	margin-top:70px;
	background:url(/img/dash.png) no-repeat center 25px;
}
.intro-feats > div {
	width:25%;
	float:left;
	position:relative;
	padding:70px 35px 0;
	font-size: 16px;
	font-weight: 300;
}
.intro-feats > div:before {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-25px;
	width:50px;
	height:50px;
	border-radius:50%;
	border:6px solid #42a5f5;
}
.intro-feats > div:nth-child(1):before {
	background:#42a5f5 url(/img/icon-author.svg) no-repeat center / contain;
}
.intro-feats > div:nth-child(2):before {
	background:#42a5f5 url(/img/icon-24.svg) no-repeat center / contain;
}
.intro-feats > div:nth-child(3):before {
	background:#42a5f5 url(/img/icon-chemistry.svg) no-repeat center / contain;
}
.intro-feats > div:nth-child(4):before {
	background:#42a5f5 url(/img/icon-edit.svg) no-repeat center / contain;
}




/* Page */
.section-header {
	position:relative;
}
.border-header {
	border-bottom:1px solid #ddd;
	margin-bottom:-21px;
	border-radius:4px 4px 0 0;
}
.border-header + .white-block {
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.section-header h1 + span {
	margin-top: 5px;
	display: block;
}
.page-section {
	padding: 25px 0;
}
.section-content-text {
	font-size:16px;
	font-weight: 300;
}
.error-page {
	text-align:center;
	padding:65px 0;
}
.error-404 {
	font-size: 130px;
	line-height:1;
	margin-bottom:45px;
}
.error-page h1 {
	margin:0 0 25px;
}
.error-page p {
	font-size: 16px;
	font-weight: 300;
}
.content-list {
	padding-left: 20px;
}
.content-list ul {
	margin-top:10px;
	padding-left: 15px;
}
.content-list ul li {
	margin-bottom:10px;
	list-style:none;
	position:relative;
}
.content-list ul li:before {
	content:'';
	display:block;
	position:absolute;
	top:9px;
	left:-15px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#42a5f5;
}
.team-block {
	display:table;
	margin: 0 -10px;
}
.team-person {
	width:33.33%;
	height:100%;
	display:table-cell;
	padding:10px;
}
.team-person > div {
	background:#fff;
	margin-top:10px;
	display:table;
	height:100%;
}
.team-person h4 {
	padding:15px 15px 0;
	margin:0;
}
.team-person p {
	padding:10px 15px;
	margin:0;
	font-size: 15px;
	font-weight: 300;
}
.faq-item {
	margin-top:20px;
	border-radius: 4px;
	border: 1px solid #eee;
	background: #fff;
	padding: 25px;
	position:relative;
}
.faq-item h4 {
	font-size: 22px;
	font-weight: 400;
	margin:0;
	padding-left:35px;
	padding-right:100px;
	position:relative;
	z-index:2;
	cursor:pointer;
}
.faq-item h4:before {
	font-family: FontAwesome;
	font-size: 16px;
	content:' \f129';
	display:block;
	position:absolute;
	left:0;
	top:2px;
	width:24px;
	height:24px;
	line-height:24px;
	border-radius:50%;
	text-align:center;
	color:#42a5f5;
	border:1px solid;
}
.collapse-status {
	display:block;
	position:absolute;
	font-size: 13px;
	font-weight: 400;
	right:25px;
	top:25px;
	border:1px solid #ddd;
	border-radius:4px;
	padding:5px 10px;
	width:80px;
}
.faq-item-text > p:first-child {
	padding-top:25px;
}


.section-content .nav-tabs {
	background:#f3f5f9;
    border: none;
    margin: -26px -25px 0;
}
.section-content .nav-tabs > li > a {
	font-weight: 600;
	text-transform:uppercase;
	padding: 10px 13px;
}
.section-content .nav-tabs > li > a {
	color: #333;
}
.section-content .nav-tabs > li > a:hover {
	background: #fff;
	border-color: transparent;
}
.section-content .nav-tabs > li.active > a,
.section-content .nav-tabs > li.active a:focus,
.section-content .nav-tabs > li.active a:hover {
	color: #42a5f5;
	border-color: transparent;
	border-bottom:1px solid #fff;
}
.section-content .tab-content {
	padding:25px 0 0;
}
.vertical-tabs {
	margin-top:15px;
	margin-bottom:15px;
}
.vertical-tabs .nav-tabs {
	background:none !important;
	margin:0 !important;
}
.vertical-tabs .nav-tabs > li {
	width:100%;
}
.vertical-tabs .nav-tabs > li > a {
	text-transform:none;
	font-size:14px;
	font-weight:500;
}
.vertical-tabs .tab-content {
	padding:0 !important;
}
.section-content .nav-tabs > li > a .fa {
	font-size: 16px;
	color: #9DA5B3;
	margin-right:7px;
	position: relative;
	top: 1px;
}
.select-image .fileinput {
	display:block;
}
.select-image .fileinput .thumbnail {
	width:220px !important;
	height:220px !important;
	margin-bottom:15px;
}
.select-image img {
	width:100% !important;
	height:100%;
}
.select-image .btn {
	width:220px;
	padding:10px 0;
	font-size: 13px;
}


.right-block {
	padding:0;
}
.right-block h4 {
	font-size: 16px;
	line-height: 1.3;
	margin:0;
	padding:10px 15px;
	background:#e3e7ef;
}
.right-block ul {
	margin:0;
	padding:0;
	list-style:none;
}
.right-block > ul li {
	display:block;
}
.right-block ul li a {
	display:block;
	padding: 10px 15px;
	text-decoration:none;
	border-bottom:1px solid #ddd;
	color: #212121;
}
.right-block ul li:last-child a {
	border-bottom:none;
}
.right-block ul li a:hover {
	color:#42ADF7;
}
.right-block ul li.active a {
	color:#fff !important;
	background:#42a5f5 !important;
}
.right-block ul li a div {
	color:#212121 !important;
	float:right;
	border-radius:3px;
	padding: 2px 4px;
	position:relative;
	top:-2px;
	min-width:22px;
	text-align:center;
	font-weight: 600;
	background: #e3e7ef;
}
.info-balance {
	background:#d5f5b3 !important;
}
.right-block ul li a div.info-msg {
	background: #ff3b61 !important;
	color: #fff !important;
}
.right-block ul li.active a div.info-msg {
	background: #fff !important;
	color: #212121 !important;
}
.btn-readyworks {
	display:block;
	margin:10px 15px;
}
.memo-block {
	display:block;
	padding:15px;
	text-decoration:none !important;
	color:#212121;
}
.memo-block:hover {
	color:#42a5f5;
}
.memo-block .fa {
	float:left;
	margin-right:15px;
	padding: 10px;
	background: #21bd80;
	color:#fff;
	border-radius: 50%;
	font-size: 20px;
	width: 40px;
	text-align: center;
}
.memo-block span {
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	font-weight: 600;
}
.special-block > div {
	border-bottom:1px solid #ddd;
	padding:10px 15px 10px 55px;
	position:relative;
}
.special-block > div p {
	margin:0;
	font-weight:500;
	font-size: 14px;
}
.special-block > div span {
	display:block;	
}
.special-block > div i {
	font-style:normal;
}
.special-block .small {
	margin:0;
	padding:10px 15px;
}
.special-block img {
	width:25px;
	position:absolute;
	left:15px;
	top:13px;
}

.authors-invited p {
	margin:0;
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	line-height:1.2;
}
.invited-item {
	display:block;
	color:#212121;
	text-decoration:none !important;
	border-bottom:1px solid #ddd;
	padding:6px 15px;
	position:relative;
}
.invited-item:hover {
	color:#42ADF7;
}
.order-authors-invited .invited-item {
	border:1px solid #ddd;
	border-radius:4px;
	display:inline-block;
	margin:3px 3px 0 0;
	width:255px;
}
.order-authors-invited .invited-item input {
	display:none;
}
.invited-img {
	width:40px;
	height:40px;
	float:left;
	margin-right:15px;
	display: block;
}
.invited-img img {
	width:40px;
}
.invited-name {
    overflow: hidden;
    display: table-cell;
    margin-right: 20px;
    height: 40px;
    vertical-align: middle;
}
.order-authors-invited .invited-name {
	max-width: 150px;
}
.remove-invite-icon {
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top: -9px;
	right:15px;
	color:#212121;
}
.add-author-invite {
	text-align:right;
	padding-top:28px;
}


.unreg-order-block {
	padding:15px 15px 0;
}
.btn-fullwidth {
	display:block;
	margin:10px 0;
	width:100%;
	padding:10px 5px;
}
.timepicker {
	background:#fff;
}
.timepicker .btn {
	border:none !important;
	background:#fff !important;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
	box-shadow:none !important;
}



/* Calendar */
.calendar-container {
	height: 538px;
	left: 50%;
	margin: -255px 0 0 -245px;
	position: absolute;
	top: 45%;
	width: 510px;
}
.calendar header {
	position: relative;
	height: 37px;
	margin-top: -37px;
}
.calendar table,
.calendar tr {
	width: 100%;
}
.calendar thead {
	font-weight: 600;
	text-transform: uppercase;
}
.calendar tbody {
	color: #212121;
}
.calendar tbody td:hover {
	border: 1px solid #42ADF7;
}
.calendar tbody td.active {
	border: 1px solid #42ADF7;
}
.calendar td {
	border: 1px solid transparent;
	border-radius: 50%;
	display: inline-block;
	width: 14%;
	height: 35px;
	line-height: 34px;
	text-align: center;
	cursor:default; 
}
.day.old,
.day.new {
	color: #C0BFBF;
}
.current-day {
	background: #42a5f5;
	color: #fff;
}
.event {
	cursor: pointer !important;
	border-color:#ff3b61 !important;
	color:#ff3b61 !important;
}
.event.current-day {
	background:#ff3b61 !important;
	border-color:#ff3b61 !important;
	color:#fff !important;
}
.btn-prev,
.btn-next {
	border-radius: 50%;
	color: #333;
	height: 32px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	top: 2px;
	width: 32px;
	text-decoration:none !important;
	cursor: pointer;
}
.btn-prev:hover,
.btn-next:hover {
	color:#42a5f5;
}
.btn-prev {
	left: 5px;
}
.btn-next {
	right: 5px;
}
.close {
	opacity: 1;
	margin-right: 10px;
	float: right;
}
.day-event {
	border-top: 1px solid #ddd;
	width: 100%;
	padding: 10px 10px 0px;    
	display:none;
}
.day-event .title {
	background:none;
	padding:0;
	margin:0 0 10px;
}
.day-event span {
	font-size: 12px;
}
.day-event button {
	position: relative;
	vertical-align: top;
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 18px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #c0392b;
	border: 0;
	border-bottom: 2px solid #b53224;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #b53224;
	box-shadow: inset 0 -2px #b53224;
}
.day-event-hint {
	padding: 10px 10px;
	border-top: 1px solid #ddd;
}
.day-event-hint span {
	border-bottom: 2px solid #42ADF7;
	width: 14px;
	height: 15px;
	display: inline-block;
}
.check-btn {
	width: 100%;
}
.print-btn {
	padding: 1px 14px 5px 14px;
}


.btn-subjects {
	padding:10px 5px;
	width:100%;
}
.subject-wrapper > div {
	padding-top:20px;
}




/* Authors */
.author-item {
	position:relative;
	padding:15px;
	-webkit-transition:box-shadow .2s;
	transition:box-shadow .2s;
}
.author-item:hover {
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2);
}
.white-block .author-item {
	/*padding: 15px 0 0;*/
	box-shadow:none !important;
}
.author-img {
	width:50px;
	min-height: 1px;
	float:left;
	margin-right:15px;
}
.author-img img {
	width:50px;
}
.big-img {
	width:80px;
	margin-right:20px;
}
.big-img img {
	width:100%;
}
.author-card {
	overflow:hidden;
	padding-right:150px;
}
.author-card p {
	margin:0;
}
.author-card p span {
	display:block;
	color:#8A8E96;
}
.author-name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px;
}
.user-status {
	color:#8A8E96;
	font-size: 12px;
	position:relative;
	top:-2px;
	margin-left:5px;
}
.user-status:before {
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	margin-right:5px;
	position:relative;
	top:2px;
}
.user-online:before {
	background:#21bd80;
}
.user-offline:before {
	background: #e3e7ef;
}
.author-info {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:150px;
	padding:15px;
	border-left:1px solid #eee;
	text-align:right;
	line-height:1;
}
.best-author {
	background: #d5f5b3;
	border-color: #d5f5b3;
}
.author-info .btn {
	font-size: 12px;
	padding:4px 6px;
	margin-top:15px;
	width:100%;
}
.rating-stars {
	margin-top:8px;
}
.rating-stars .fa {
	color: #f9a825;
}
.rating-total {
	background:#f9a825;
	display:inline-block;
	color:#fff;
	border-radius: 2px;
	padding:1px 4px;
	font-style:normal;
	line-height:1.4;
}
.bet-price {
	text-align:right;
	color:#8A8E96;
}
.bet-price span {
	font-size: 16px;
	font-weight: 500;
	display:block;
	margin: 8px 0 -5px;
	color:#212121;
}
.new-author {
	display: inline-block;
    padding: 2px 5px;
    border-radius: 10px;
    background: #5cb85c;
    color: #fff;
}




.best-authors {
	text-align:center;
	padding: 100px 0;
}
.best-authors p {
	font-size: 16px;
	font-weight: 300;
	max-width:720px;
	margin:0 auto;
}
.best-authors-slider {
	margin:45px -10px;
	position:relative;
}
.best-authors-slider .fa-angle-left {
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:-60px;
	font-size:45px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor:pointer;
	opacity:.4;
}
.best-authors-slider .fa-angle-right {
	position:absolute;
	top:50%;
	margin-top:-15px;
	right:-60px;
	font-size:45px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor:pointer;
	opacity:.4;
}
.best-authors-slider .fa-angle-left:hover, .best-authors-slider .fa-angle-right:hover {
	opacity:.8;
}
.all-authors-link {
	font-size: 16px;
	text-decoration: none !important;
	padding-bottom: 4px;
	border-bottom: 1px solid;	
}
.author-slide {
	padding:0 10px;
}
.author-slide > div {
	background:#fff;
	border: 1px solid #eee;
	border-radius:4px;
}
.author-slide-name {
	padding:20px 20px 0;
	display:block;
	text-decoration:none !important;
	min-height:115px;
}
.author-slide-name img {
	margin: 0 auto 15px;
	width:60px;
	height:60px;
}
.author-slide-name h4 {
	margin:0;
}
.author-rate {
	margin-bottom:10px;
	height:30px;
	padding-top:8px;
}
.author-rate .rating-stars {
    margin-top: 0;
	font-size: 15px;
}
.author-slide-info {
	padding:0 20px;
	margin-bottom:10px;
	height:74px;
	overflow:hidden;
	position:relative;
}
.author-slide-info:after {
	display:block;
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom: -2px;
	height:20px;
	background:url(/img/white-gradient.png) repeat-x bottom;
}
.author-slide-order {
	padding:20px;
	border-top:1px solid #ddd;
}
.author-slide-order span {
	display:block;
	width:70px;
	float:left;
	text-align:left;
	line-height:1.2;
}
.author-slide-order .btn {
	float:right;
	font-size: 12px;
	padding: 5px 6px;
}
.work-finish-date {
	display: block;
	font-weight:bold;
	font-size:16px;
	color:#ff3b61 !important;
}


/* Feedbacks work */
.feedbacks-work {
	background:#fff;
}
.feedbacks-work-item {
	padding: 15px 15px 25px;
	background: #f3f5f9;
	height:350px;
}
.feedbacks-work-item img {
	display:block;
	margin:20px auto;
}




.user-header {
	overflow:hidden;
	padding-right: 195px;
}
.section-header .make-order {
	position:absolute;
	top:25px;
	right:25px;
}
.section-table {
	margin-top:20px;
	display:table;
	width:100%;
}
.section-table > div {
	margin:0 !important;
	display:table-cell;
	width:50%;
	height:100%;
	vertical-align:top;
}
.section-table > div:nth-child(1) {
	border-right: 10px solid #f3f5f9;
}
.section-table > div:nth-child(2) {
	border-left: 10px solid #f3f5f9;
}
.table-readywork {
	margin-left: -10px;
}
.table-readywork td {
	padding: 4px 10px;
	vertical-align: top;
}
.table-readywork td:first-child {
	color:#8A8E96;
}
.author-progress {
	box-shadow: none;
	border-radius: 4px;
	height:10px;
    background-color: #ff3b61;
	margin-top:15px;
}
.progress-bar-success {
    background-color: #21bd80;
}
.feedback-icon, .time-icon {
	margin-bottom:0 !important;
}
.feedback-icon:before {
	display:inline-block;
	font-family: FontAwesome;
	font-size:18px;
	margin-right:10px;
}
.feedback-icon.success-icon:before {
    content: "\f087";
}
.feedback-icon.danger-icon:before {
    content: "\f088";
}
.time-icon:before {
	display:inline-block;
	font-family: FontAwesome;
	font-size:18px;
	margin-right:10px;
    content: "\f017";
}
.success-icon:before {
    color: #21bd80;
}
.danger-icon:before {
    color: #ff3b61;
}

.reviews-wrapper, .readyorders-wrapper {
	margin:0 -25px;
}
.review-item {
    position: relative;
    padding: 15px;
	border-bottom:1px solid #ddd;
}
.review-item .user-status:before {
	width:1px;
}
.review-item .author-info {
	width:160px;
	text-align:left;
	border-left:none;
}
.review-item .author-info span:first-child {
	display:inline-block;
	margin-bottom:8px !important;
}


.small-padding {
	padding:15px;
	position:relative;
}
.messages-status, .orders-status {
	padding-left:50px;
}
.messages-status:before {
	font-family:FontAwesome;
	font-size: 26px;
	line-height: 46px;
	content:'\f27b';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	text-align:center;
	width:50px;
	border-radius: 4px 0 0 4px;
	color:#212121;
	background: #e3e7ef;
}
.messages-status-new:before {
	background:#21bd80;
	color:#fff;
}
.orders-status:before {
	font-family:FontAwesome;
	font-size: 26px;
	line-height: 46px;
	content:'\f0f6';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	text-align:center;
	width:50px;
	border-radius: 4px 0 0 4px;
	color:#212121;
	background: #e3e7ef;
}
.author-orders-status:before {
	line-height: 68px;
}
.author-bet-status:before {
	content:'\f183';
}
.author-bet-status-success:before {
	color:#fff;
	background: #21bd80;
}
.orders-status .btn {
    font-size: 12px;
    padding: 4px 6px;
	margin-top: -4px;
}
.author-orders-status .btn {
	margin-top: -10px;
}
.order-status-label {
	text-transform:uppercase;
	font-size: 12px;
	padding: 4px 15px;
	background: #e3e7ef;
	display:inline-block;
	border-radius:4px;
	font-weight: 500;
	margin-top: 2px;
}
.read-message {
	font-size: 12px;
	padding: 5px 8px;
	background:#fff;
	border-color:#ddd;
	margin-top:5px;
}
.read-message .fa {
	color:#21bd80;
	font-size: 15px;
	margin-right: 8px;
}



/* Ready works */
.white-block + .list-view {
	margin-top: 20px;
}
.readyworks-items .summary {
	display:none;
}
.ready-num sup {
	font-weight: 600;
	font-size: 14px;
	color:#42a5f5;
}
.filter-block-pages {
	width:180px;
	float:left;
}
.filter-block-pages > div {
	width:72px;
	float:left;
}
.filter-block-pages > div:first-child {
	margin-right:30px;
}
.filter-block-pages label i {
	font-style:normal;
	display:none;
}
.filter-block-find {
	width:150px;
	float:left;
}
.filter-block-price {
	width:465px;
	float:left;
	padding:0 40px;
}
.filter-block-price p {
	margin:0 0 16px;
	text-align:center;
}
.filter-block-price p input {
	font-size: 13px;
	border:none !important;
	box-shadow:none !important;
	/*pointer-events:none;*/
	width:50px;
	color:#42a5f5;
	text-align:center;
}

.unto-time-block {
	width: 397px;
	padding: 0 30px 0 10px;
}
.orders-block-price {
	width: 397px;
	padding: 0 10px;
}
.order-block-find {
	text-align:right;
	padding-top:25px;
}
.guarantee-block {
	height:100px;
}

.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s;
}
.noUi-target {
	position: relative;
	direction: ltr;
	height: 8px;
}
.noUi-connect {
	background: #42a5f5;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}
.unto-time-block .noUi-connect {
	background: #c9d0de;
}
.noUi-background {
	background: #e9ebed;
}
.guarantee-block .noUi-background {
	background: #42a5f5;
	margin-top: 13px;
}
.noUi-handle {
	position: relative;
	z-index: 1;
	width: 22px;
	height: 34px;
	left: -11px;
	top: -13px;
	cursor:pointer;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-handle:before, .noUi-handle:after {
	content: '';
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #aaa;
	left:8px;
	top:9px;
}
.noUi-handle:after {
	left: 12px;
}
.noUi-draggable {
	cursor: w-resize;
}
.noUi-active {
	box-shadow: inset 0 1px 7px #DDD, 4px 4px 8px -5px #BBB;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left:0;
    width: 1px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 12px;
}
.noUi-marker-large {
    background: #ddd;
}
.noUi-pips {
    color: #8A8E96;
}
.noUi-value-horizontal {
    padding-top: 15px;
    font-size: 11px;
}


.work-item {
	position:relative;
	padding:15px;
	-webkit-transition:box-shadow .2s;
	transition:box-shadow .2s;
}
.work-item:hover {
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2);
}
.item-info-left {
	float:left;
	margin-right:15px;
}
.item-info-right {
	position:relative;
	overflow:hidden;
	text-align:right;
	color:#8A8E96;
}
.item-info span {
	border-right: 1px solid #ddd;
	padding-right: 8px;
}
.item-info span:nth-child(2n) {
	border-right: none;
	padding-right: 0;
	padding-left: 8px;
}
.work-item-title {
	display:block;
	padding:5px 0 10px;
	border-bottom:1px solid #ddd;
	font-size: 16px;
	font-weight: 500;
}
.item-buying {
	position:relative;
	min-height: 40px;
}
.work-item-author {
	padding:12px 190px 0 0;
}
.work-item-author img {
	float:left;
	width:35px;
	min-height: 1px;
	margin-right:15px;
}
.work-item-author span {
	display:block;
	overflow:hidden;
	font-size: 15px;	
	font-weight: 500;
}
.work-item-buy {
	position:absolute;
	right:0;
	top:12px;
}
.work-item-price {
	padding: 6px 12px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
}
.work-item-price .fa {
	font-size: 14px;
}
.work-item-buy .btn {
	font-size: 12px;
	padding: 4px 6px;
	width:auto;
}
.work-big-price {
	display:inline-block;
	margin-right:10px;
}
.work-big-price span {
	display: block;
	padding-top:7px;
	font-size: 20px;
	font-weight: 500;
	line-height:1;
}
.work-big-price .fa {
    font-size: 18px;
}
.item-bet-status {
	position: absolute;
	z-index:10;
	top: -14px;
	right: 0;
	padding:1px 5px;
	border-radius: 2px 2px 0 0;
	background: #21bd80;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
}
.premium-order {
	border-color: #ff3b61;
}
.premium-order .work-item-title {
	color:#ff3b61;
}

.field-readyworks-attachments, .field-order-attachments, .field-order-authorattachments, .field-betcomment-attachments {
	margin:0;
}
.field-readyworks-attachments p, .field-order-attachments p, .field-order-authorattachments p, .field-betcomment-attachments p {
	display:none;
}
.field-readyworks-attachments label, .field-order-attachments label, .field-order-authorattachments label, .field-betcomment-attachments label {
	margin-right:20px;
	width:140px;
	float:left;
}
.field-order-attachments .help-block {
	display:none;
}
.upload-kit {
	overflow:hidden;
}
.upload-kit .files {
	float:none;
}
.upload-kit .upload-kit-input, 
.upload-kit .upload-kit-item {
	margin:0 0 5px;
	color: #8A8E96;
	border: 1px dashed #bbb;
	border-radius: 4px;
	height:40px;
	width:630px !important;
	background:none !important;
	overflow:hidden;
}
.upload-kit .upload-kit-input:hover, 
.upload-kit .upload-kit-item:hover {
	border-color:#42a5f5;
}
.upload-kit .upload-kit-item.not-image .name {
	font-weight: 400;
    text-transform: initial;
    width: auto;
    border-radius: 0;
    background: none;
    color: #42a5f5;
    bottom: 4px;
    padding-left: 10px;
}
.upload-kit .upload-kit-input .add, 
.upload-kit .upload-kit-input .drag,
.upload-kit .upload-kit-item .remove {
	font-size: 25px;
	color: #42a5f5;
}
.upload-kit .upload-kit-item .remove {
    height: 35px;
    left: auto;
    right: 0;
    background: none;
    margin-top: -16px;
	display:block;
	color:#333;
}
.work-attachments {
	float:right;
	width: 250px;
}
.attachments {
	list-style: none;
	padding: 0;
	margin:7px 0 0;
}
.attachments li + li {
	margin-top:10px;
}
.attachments li .btn {
	float:left;
	margin-right: 10px;
	line-height: 30px;
}
.attachments li div {
	overflow:hidden;
}
.attachments li span {
	display:block;
}
.no-modal-title {
	font-size: 13px;
	font-weight: 400;
	margin:0;
}
.tooltip-inner {
	text-align:left !important;
}


.btn-edit-work {
	/*position:absolute;
	top:55px;
	right:25px;*/
	margin-top:10px;
}
.padding-for-btn h1 {
	/*padding-right:185px;*/
}




/* Feedback */
#feedback_block {
	margin: 20px 0;
}
.rating-container .filled-stars {
    color: #f9a825;
    text-shadow: none;
}
.rating-container .empty-stars {
    color: #bec2c8;
}
.rating-container .caption {
    margin-top:0;
}
.rating-container .caption .label {
	font-weight: 400;
}
.rating-container .clear-rating {
    color: #b6bac3;
    font-size: 17px;
	margin-top: 3px;
}
.label-default {
    background-color: #b6bac3;
}
.label-danger {
    background-color: #ff3b61;
}
.label-info {
    background-color: #42ADF7;
}
.label-success {
    background-color: #21bd80;
}




/* Articles */
.article-text-img {
	float: right;
	margin: 0 0 20px 30px;
	width: 200px;
}
#article-index .summary {
	display:none;
}
#article-index .section-header {
	display:none;
}
#article-index .list-view .summary + div .section-header {
	display:block;
}
.article-item {
	position:relative;
	padding-left:65px;
}
.article-item:before {
	font-family: FontAwesome;
	font-size: 22px;
	display: block;
	content: '\f15c';
	position: absolute;
	left: 0;
	top: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #42a5f5;
	border: 1px solid;
}
.article-item > a {
	font-size: 13px;
	font-weight: 400;
}
.article-item h4 a {
	font-size: 22px;
	font-weight: 400;
}
.article-item div {
	margin: 15px 0 0 -65px;
	position:relative;
}
.article-item div:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 20px;
    background: url(/img/white-gradient.png) repeat-x bottom;
}
.articles-nav {
	margin:20px 0;
}
.articles-nav .btn {
	border:1px solid #eee !important;
	background:#fff;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
.articles-nav .btn .badge {
	border-radius:3px;
	padding: 3px 5px;
	background:#21bd80;
	font-size: 10px;
}
.article-category {
	border-bottom:1px solid #ddd;
	margin:0 -25px;
	padding:0 25px 10px;
}
.article-category h4 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 20px;
}
.article-category-item {
	margin:0 -25px;
	padding:15px 25px 15px 90px;
	border-bottom:1px solid #ddd;
}
.article-category-item h4 a {
	font-size: 16px;
}
.article-category-item:before {
    left: 25px;
    top: 13px;
}
.article-item .btn {
    font-size: 12px;
    padding: 4px 6px;
	margin-left: -65px;
	float:right;
}




/* Balance */
.balance-wrapper {
	margin:-15px -25px;
}
.balance-item {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding:10px 135px 10px 15px;
	min-height: 70px;
}
.balance-wrapper .balance-item:last-child {
	border-bottom:none;
}
.balance-item h4 {
	margin-bottom: 5px;
}
.balance-right {
	position:absolute;
	right:0;
	top:15px;
	bottom:15px;
	border-left:1px solid #ddd;
    padding:0 15px;
	text-align:right;
	width:120px;
}
.balance-right .work-item-price {
	padding:3px 0 0;
}
.balance-status:before {
    content: '\f09d';
    background: #21bd80;
	color:#fff;
	line-height: 52px;
}
.balance-status .btn {
	float:right;
	margin-left:10px;
}
.balance-status .work-item-price, .hold-status .work-item-price {
	padding:0 0 0 5px;
	position: relative;
	top: -1px;
}
.hold-status:before {
    content: '\f069';
    background: #fff;
	color:#42a5f5;
	border-right:1px solid #ddd;
}
.pay-buttons .btn {
	margin-bottom:3px;
}
.radio {
	padding-left: 24px;
	margin-bottom:15px;
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.radio label:hover {
	color:#42a5f5;
}
.radio label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	top:2px;
	margin-left: -20px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
}
.radio label:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	left: 4px;
	top: 6px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #42a5f5;
	opacity:0;
}
.radio label:hover:before {
	border-color:#42a5f5;
}
.radio input[type="radio"] {
	opacity: 0;
}
.radio input[type="radio"]:checked + label:after {
	opacity:1;
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label:before {
	cursor: not-allowed;
}
.btn-withdraw {
	width:100%;
	margin-top: 23px;
	padding: 10px 5px;
}



/* Orders */
.orders-select {
	width:300px;
	margin-bottom:10px;
}



/* Footer */
.footer {
	background:#fff;
}
.sub-footer {
	padding:25px 0;
	border-top:1px solid #ddd;
}
.copyright {
    float: left;
    margin: 5px 30px 0 0;
    border-right: 1px solid #ddd;
    padding-right: 30px;
}
.payments-logo img {
	height: 45px;
	width: auto;
	display: inline-block;
	margin-right: 5px;
}
ul.payments-logo li {
	margin-bottom: 10px;
}
.payment-variants {
	float:left;
}
.payment-variants img {
	margin-left:8px;
}
.aface {
	float:right;
	margin-top:5px;
	width:210px;
}
.aface i {
	display:block;
	background:url(/img/logo-aface.svg) no-repeat center / contain;
	width:32px;
	height:32px;
	margin-right:10px;
	margin-top: -4px;
	float:left;
	opacity:.6;
}
.aface a {
	font-size:12px;
	text-decoration:none !important;
	border-bottom:1px solid;
}

.footer-blocks {
	padding:60px 0 40px;
	font-size: 14px;
}
.footer-about {
	font-size: 18px;
	margin-bottom:20px;
}
.footer-phone {
	font-size: 24px;
	font-weight: 500;
}
.footer-phone i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
	border:1px solid #ff3b61;
    color: #ff3b61;
    padding: 5px;
    font-size: 18px;
    text-align: center;
	margin-right:6px;
}
.footer-social {
	margin-top:20px;
}
.footer-social a {
	font-size: 13px;
	display:inline-block;
	margin-right:10px;
	border:1px solid #ddd;
	border-radius:6px;
	padding:8px 15px;
	color: #212121;
	text-decoration:none !important;
}
.footer-social a:hover {
	border-color: #42ADF7;
}
.footer-social i {
	margin-right:10px;
	color: #42ADF7;
}
.footer-nav {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-nav li {
	display:block;
	margin-bottom:18px;
}
.footer-nav li a {
	font-size:15px;
	font-weight:300;
	display:inline-block;
	color: #000;
	position:relative;
	padding-left:15px;
	text-decoration:none !important;
}
.footer-nav li a:hover {
	color: #42ADF7;
}
.footer-nav li a:before {
    font-family: FontAwesome;
    content: "\f105";
	color:#bbb;
	position:absolute;
	left:0;
	top:1px;
}
.social-share p {
	margin-bottom: 20px;
}



/* User */
.user-wrapper {
	padding:30px 0 40px;
	text-align:center;
}
.mainpage-link {
	display:inline-block;
	margin-bottom:30px;
	color:#212121;
	font-size: 14px;
	text-decoration:none !important;
}
.user-form {
	width:300px;
	margin:0 auto;
	padding:25px;
	border-radius:4px;
	border:1px solid #eee;
	background:#fff;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2);
}
.user-form h1 {
	margin:0 0 15px;
}
.user-img img {
	display:inline-block;
	max-width:100%;
	width:50px;
	height:50px;
}
.user-form form {
	margin-top:20px;
}
.user-form .form-control {
	border-radius:0;
	border:none;
	border-bottom:1px solid #ddd;
	box-shadow:none !important;
	font-size: 15px;
	text-align:center;
	color:#111;
}
.checkbox-remember {
	display:inline-block;
	width:110px;
	margin-left:20px;
}
.checkbox-remember label {
	font-size: 12px;
	padding-left:0;
}
.user-form .has-error .form-control {
    background: #fff;
	border-color:#ff3b61;
}
.user-form .has-success .form-control {
    background: #fff;
	border-color:#28b15a;
}
.user-form .btn {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	margin-bottom:15px;
}
.btn-reg {
	display:inline-block;
	margin-top:10px;
	color:#212121;
	font-size: 14px;
	text-decoration:none !important;
	border-bottom:1px solid;	
}
.user-footer {
	margin-top:30px;
	color:#999;
}
.user-agree {
	display:block;
	margin:-10px 0 20px;
}
.user-form .nav-tabs {
	border:none;
	background:#fff;
}
.user-form .nav-tabs > li {
	width:50%;
}
.user-form .nav-tabs > li > a {
	font-weight: 600;
	text-transform:uppercase;
	padding: 10px;
}
.user-form .nav-tabs > li > a {
	color: #666;
}
.user-form .nav-tabs > li > a:hover {
	background: transparent;
	border-color: transparent;
}
.user-form .nav-tabs > li.active > a,
.user-form .nav-tabs > li.active a:focus,
.user-form .nav-tabs > li.active a:hover {
	color: #42a5f5;
	border: 1px solid #ddd;
	border-bottom:1px solid #fff;
}
.user-form .tab-content {
	padding:0 25px;
	margin:0 -25px;
	border-top:1px solid #ddd;
}




/* Messages */
.messages-header {
	border: 1px solid #eee;
	padding: 10px 25px;
	background:#e3e7ef;
}
.messages-body {
	background:#fff;
	padding: 0 15px;
}
.messages + .white-block {
	margin-top: 20px;
}
.messages .dialog {
	max-height: 350px;
	overflow-y: auto;
	padding-top:10px;
}
.left-message,
.right-message {
	margin-bottom:10px;
}
.left-message div,
.right-message div {
	padding: 10px;
	border-color: #ddd;  
	border-radius: 4px;
	background: #f0f4f8; 
	margin:0 10px 0 0;
}
.right-message div {  
	margin:0 10px 0 50px;
}
.owner div {
	background: #e1f2fc;
}
.owner-admin div {
	background: #FFEBE9;
}
.messages .dialog img {
	width:30px;
}
.left-message span,
.right-message span {
	display:block;
	margin-bottom:5px;
}




/* Authors promo page */
.author-intro-wrapper {
	background:url(/img/intro-authors.jpg) no-repeat center top;
}
.author-intro-wrapper .intro-block {
	float:left;
	text-align:left;
	max-width: 580px;
	padding-top:180px;
}
.author-intro-wrapper .btn {
	padding: 10px;
	width: 280px;
	font-size: 17px;
	margin-top:35px;
}

.authors-start {
	background: #fff;
	padding: 100px 0 90px;
	text-align: center;
}
.authors-start h4 {
    font-weight: 400;
	line-height:1.6;
}
.authors-info-block {
	text-align:left;
	margin-top: 60px;
}
.authors-info-block p {
    font-size: 16px;
    font-weight: 300;
}
.authors-info-block .btn {
	display:block;
	padding: 10px;
	width: 280px;
	font-size: 17px;
	margin:40px auto 0;
}
.start-block {
	position:relative;
	float:left;
	width:33.33%;
	padding:0 30px;
	margin-top:30px;
}
.start-block:after {
	content:'';
	display:block;
	position:absolute;
	top:50px;
	right:-50px;
	width:102px;
	height:11px;
	background:url(/img/step-arrow.jpg) no-repeat;
}
.start-wrapper .start-block:last-child:after {
	display:none;
}
.start-block img {
	margin-bottom: 10px;
}
.start-block p {
    font-size: 16px;
    font-weight: 300;
	margin:15px 0 0;
}

.authors-features {
	padding:100px 0;
	text-align:center;
}
.authors-feature {
	width:33.33%;
	float:left;
	padding:0 20px;
	margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
}
.authors-feature img {
	width:90px;
	height:90px;
	display:block;
	margin:0 auto 15px;
}

.authors-support {
	padding:60px 0;
	text-align:center;
    font-size: 16px;
    font-weight: 300;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.comment-temlpate {
	margin:10px 0 0;
	border:1px solid #ddd;
	border-radius:4px;
	padding:8px 12px;
}



/* Testing */
.test-question p {
	font-size:20px;
	font-weight:500;
	margin:0 0 20px;
	color: #42ADF7;
}
#testing label {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 25px 10px 0;
}


.top-phone, .top-mail {
	float:right;
}
.top-phone {
	margin-right:25px;
	margin-top: -5px;
}
.top-mail {
	margin-top: -5px;
	padding-left:25px;
	border-left:1px solid #ddd;
}



.tab-content #content *,
.tab-content #intro *,
.tab-content #list-lit * {
	font-family: 'Roboto', sans-serif !important;
	font-size: 13px !important;
	line-height:1.42 !important;
}



/* Media queries */
@media (max-width:1280px) {
	.top-nav a {
		font-size:13px;
		padding:8px;
	}
	.intro-features {
		background: url(/img/dash-1280.png) no-repeat center 25px;
	}
	.intro-feats > div {
		padding: 70px 5px 0;
		font-size: 15px;
	}
	.featured-works {
		padding: 90px 0 70px;
	}	
	.feat-work img {
		width:50px;
		margin-right: 20px;
	}
	.feat-work-info h3 {
		margin: 5px 0 15px;
		font-size: 20px;
	}
	.payment-variants img {
		margin-left:0;
	}
	.footer-social a {
		font-size: 12px;
	}
	.copyright {
		margin: 5px 15px 0 0;
		padding-right: 15px;
	}
	.select-image .fileinput .thumbnail {
		width:180px !important;
		height:180px !important;
	}
	.select-image .btn {
		width: 180px;
	}
	.btn-readyworks {
		padding:10px;
	}
	.authors-invited .btn-readyworks {
		padding:10px 5px;
	}
	.calendar td {
		height: 27px;
		line-height: 27px;
	}
	.memo-block .fa {
		margin-right: 10px;
	}
	.memo-block span {
		font-size: 12px;
	}
	.btn-subjects {
		width: 150px;
		margin-left: -15px;
	}
	#author_filter .input-group .btn {
		padding: 10px;
	}
	.user-header {
		padding-right: 155px;
	}	
	.section-header .make-order {
		right: 15px;
		padding: 10px;
	}
	.big-img {
		width: 70px;
		margin-right: 15px;
	}
	.special-block > div {
		padding-left:15px;
	}
	.special-block img {
		display:none;
	}
	.best-authors {
		padding:90px 0;
		overflow: hidden;
	}
	.best-authors-slider .fa-angle-left {
		left:-45px;
	}
	.best-authors-slider .fa-angle-right {
		right:-45px;
	}
	.filter-block-pages label span {
		display:none;
	}
	.filter-block-pages label i {
		display:inline;
	}
	.filter-block-pages > div:first-child {
		margin-right: 20px;
	}
	.filter-block-pages {
		width: 110px;
	}
	.filter-block-pages > div {
		width: 45px;
	}
	.filter-block-price {
		width: 332px;
		padding: 0 35px;
	}
	.upload-kit .upload-kit-input, 
	.upload-kit .upload-kit-item {
		width:420px !important;
	}
	.work-attachments {
		width: 160px;
	}
	.unto-time-block {
		width: 295px;
		padding: 0 25px 0 10px;
	}
	.orders-block-price {
		width: 295px;
		padding: 0 10px;
	}
	.order-authors-invited .invited-item {
		margin: 3px 0 0 0;
		width: 100%;
	}
	.add-author-invite {
		padding-left: 0;
	}
	.add-author-invite .btn {
		padding: 10px;
	}
	.start-block, .authors-feature {
		padding: 0 14px;
	}
	.authors-feature br {
		display:none;
	}
}
@media (max-width:1199px) {
	.how-blockt {
		height: 400px;
	}
	.how-block {
		height: 560px;
	}
	.how-works {
		width: 230px;
	}
	.how-works h3 {
		font-size: 20px;
	}
	.how-works p {
		font-size: 14px;
	}
	#how_1, #how_2 {
		top: 10px;
	}
	.how-works:after {
		width: 30px;
	}
}
@media (max-width:1023px) {
	.mainpage-header .logo {
		margin-left:0;
	}
	.nav-toggle {
		display:block;
	}
	.navigation-wrapper {
		display:none;
		position:fixed;
		top:80px;
		left:0;
		right:0;
		background:#fff;
		box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
		-webkit-transition:top .2s;
		transition:top .2s;
	}
	.header-fixed .navigation-wrapper {
		top:60px;
	}
	.full-nav a {
		display:block;
		border-bottom:1px solid #ddd;
		padding:15px;
		font-size:14px;
	}
	.add-order-link:after {
		border-radius:0;
		border:none;
	}
	.intro-block {
		max-width: 720px;
	}
	.intro-order-form .btn {
		font-size: 15px;
	}
	.intro-btns p {
		font-size: 11px;
		padding-left: 47px;
	}
	.feat-work img {
		margin-right: 15px;
	}
	.feat-work-info h3 {
		margin: 0 0 5px;
		min-height: 44px;
	}
	.feat-work-info p {
		font-size: 13px;
	}
	.footer-blocks {
		font-size: 13px;
	}
	.footer-social a {
		margin-right: 2px;
		padding: 6px;
		font-size: 12px;
	}
	.footer-nav li a {
		font-size: 13px;
	}
	.ya-share2__item {
		margin-bottom: 5px !important;
	}
	.copyright {
		margin: 0 0 20px;
		padding-right: 0;
		border-right: none;
		float: none;
		text-align: center;
	}
	.payment-variants {
		float: none;
		text-align: center;
	}
	.aface {
		float: none;
		margin: 20px auto 0;
	}
	.best-authors-slider .fa-angle-left {
		left: 25px;
		top: 35px;
	}
	.best-authors-slider .fa-angle-right {
		right: 25px;
		top: 35px;
	}
	.how-blockt {
		height: auto;
	}
	.how-block {
		height: auto;
	}
	.trust-bg {
		position: static;
		margin: 0 auto 40px;
		width: 260px;
		height: 280px;
	}
	.how-bg {
		position: static;
		margin: 0 auto 40px;
		width: 260px;
		height: 370px;
	}
	.how-works {
		width: 100%;
		position: static;
		text-align: center !important;
		margin-bottom: 30px;
	}
}
@media (max-width:991px) {
	.right-wrapper {
		margin-top: 20px;
	}
	.calendar table {
		width:260px;
		margin:0 auto;
	}
	.calendar td {
		height: 35px;
		line-height: 34px;
	}
	.btn-subjects {
		margin: 15px 0 5px;
	}
	.special-block > div {
		padding-left:55px;
	}
	.special-block img {
		display:block;
	}
	.intro-features {
		background:none;
		margin-top: 40px;
	}
	.start-block p, .authors-feature {
		font-size: 14px;
	}
	.start-block h3, .authors-feature h3 {
		font-size: 18px;
	}
	#more-types .modal-dialog {
		width: 600px;
	}
}
@media (max-width:767px) {
	.mainpage-header .logo {
		width: 95px;
		height: 30px;
	}
	.intro-wrapper {
		height: 580px;
		background: url(/img/intro-bg-small.jpg) no-repeat center top;
	}
	.intro-block {
		max-width: 300px;
		padding-top: 110px;
	}
	.intro-block h1 {
		font-size: 22px;
		line-height: 1.4;
		margin: 0;
	}
	.intro-block h1 br,
	.intro-block p,
	.desktop-clearfix {
		display:none;
	}
	.intro-order-form {
		margin: 30px 0 0;
	}
	.intro-order-form .col-xs-4 {
		float:none;
		width:100%;
	}
	.intro-btns {
		margin-top:0;
		margin-bottom: 20px;
	}
	.intro-order-form .btn-red {
		margin-bottom:15px;
	}
	.call-to-order {
		padding: 60px 0 40px;
		background: url(/img/bg-time.jpg) no-repeat 76% center / cover;
	}
	.call-to-order h2 {
		font-size: 24px;
	}	
	.call-to-order .btn {
		margin: 30px auto 0;
	}	
	.intro-features {
		margin-top: 40px;
	}
	.intro-feats {
		margin:0 auto;
		max-width:300px;
	}
	.intro-feats > div {
		width:100%;
		margin-bottom:20px;
		padding: 60px 0 0;
	}
	.featured-works {
		padding: 50px 0 25px;
	}
	.feat-work {
		width:100%;
		float:none;
		margin: 0 auto 20px;
		max-width: 300px;
		padding: 0;
	}
	.feat-work img {
		width:35px;
	}
	.feat-work-info h3 {
		font-size: 18px;
		min-height: 0;
		margin: 0 0 10px;
	}
	.footer-blocks .col-xs-5, .footer-blocks .col-xs-3, .footer-blocks .col-xs-2 {
		width:100%;
		float:none;
		text-align:center;
	}
	.footer-social {
		margin-bottom: 40px;
	}
	.footer-nav {
		margin:0 -15px;
	}
	.footer-nav li {
		margin:0;
	}
	.footer-nav li a {
		font-size: 14px;
		display: block;
		padding:10px 15px;
		border-top:1px solid #ddd;
	}
	.footer-nav li a:before {
		display: none;
	}
	.social-share {
		margin:0 -15px;
		border-top:1px solid #ddd;
		padding-top:40px;
	}
	.payment-variants span {
		display:block;
		margin-bottom: 20px;
	}
	h1 {
		font-size: 20px;
	}
	.section-content .nav-tabs > li {
		float: none;
		width:100%;
	}
	.vertical-tabs .nav-tabs {
		margin-bottom: 30px !important;
	}
	.vertical-tabs .nav-tabs > li > a {
		font-size: 14px;
		padding: 6px 0;
	}
	.section-table > div {
		border:none !important;
		display: block;
		width: 100%;
		height: auto;	
	}
	.section-table > div:nth-child(2) {
		margin-top:20px !important;
	}
	.best-authors {
		padding: 50px 0;
	}
	.best-authors p {
		font-size: 14px;
	}
	.best-authors-slider {
		margin: 30px -10px;
	}	
	h2 {
		font-size: 22px;
	}
	.section-content-text {
		font-size:13px;
		font-weight: 400;
	}
	.content-list {
		padding-left: 0;
	}
	.content-list ul li::before {
		top: 7px;
	}
	.team-person p {
		font-size: 14px;
	}
	.filter-block-pages, .filter-block-price, .filter-block-find {
		width: 100%;
		float:none;
	}
	.filter-block-find .btn {
		display:block;
		width:100%;
	}
	.filter-block-pages > div {
		width: 50%;
		margin-bottom:15px;
	}
	.filter-block-pages > div:first-child {
		margin-right: 0;
		padding-right: 20px;
	}
	.filter-block-price {
		padding: 0;
	}
	.item-info-left {
		float:none;
		margin:0;
	}
	.item-info-right {
		text-align: left;
	}
	.work-item-author {
		padding: 12px 15px;
		border-bottom:1px solid #ddd;
	}
	.item-buying {
		margin: 0 -15px;
	}	
	.work-item-buy {
		position:static;
		text-align: right;
		padding: 10px 15px 0;
	}
	.work-item-title {
		padding: 5px 15px 10px;
		margin: 0 -15px;
	}
	.orders-status .btn {
		float:none !important;
		margin-top:10px;
		width:130px;
		display:block;
	}
	.balance-status .btn {
		width:140px;
		margin-left:0;
	}
	.btn-withdraw {
		margin-top: 0;
	}
	.unto-time-block {
		padding: 0 10px;
		margin-bottom: 55px;
	}
	.orders-block-price {
		padding: 0 10px;
	}
	.order-block-find .btn {
		width:100%;
	}
	.item-bet-status {
		position:static;
		display:inline-block;
		border-radius: 2px;
		margin-top: 6px;
	}
	.how-it-works {
		padding: 50px 0;
	}
	.articles-nav .btn {
		font-size: 12px;
	}
	.author-intro-wrapper {
		height: 520px;
		background: url(/img/intro-authors-small.jpg) no-repeat center top;
	}
	.author-intro-wrapper .intro-block {
		float:none;
		text-align:center;
		max-width: none;
		padding-top:80px;
	}
	.author-intro-wrapper .intro-block p {
		display:block;
		margin-top:30px;
	}
	.authors-start, .authors-features, .authors-support {
		padding: 50px 0;
	}
	.authors-info-block p {
		font-size: 14px;
	}
	.start-block, .authors-feature {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 25px;
	}
	.start-block img {
		margin-bottom: 0;
	}
	.start-block:after {
		display:none;
	}
	.authors-info-block {
		margin-top: 20px;
	}
	#more-types .modal-dialog {
		width: auto;
	}
}
@media (max-width:600px) {
	.author-card {
		padding-right:0;
	}
	.author-info {
		position:static;
		text-align:left;
		width:auto !important;
		border:none;
		border-top:1px solid #ddd;
		margin: 10px -15px -15px;
		padding: 15px;
	}
	.author-info .btn {
		margin-top: 2px;
		width: auto;
		float: right;
	}
	.author-info .rating-stars {
		float:left;
	}
	.user-header {
		padding-right: 0;
	}	
	.section-header .make-order {
		position:static;
		margin-top:15px;
		width:100%;
	}
	.big-img {
		width: 60px;
	}
	.user-header .user-status {
		display:block;
		margin:10px 0 0;
	}
	.review-item {
		border-bottom:6px solid #f3f5f9;
	}
	.collapse-status {
		display:none;
	}
	.faq-item h4 {
		font-size: 18px;
		padding-right: 0;
	}
	.faq-item h4:before {
		top:0;
	}
	.field-readyworks-attachments label, .field-order-attachments label, .field-order-authorattachments label, .field-betcomment-attachments label {
		display: block;
		float:none;
		margin-right: 0;
		width:auto;
	}
	.field-readyworks-attachments label br, .field-order-attachments label br, .field-order-authorattachments label br, .field-betcomment-attachments label br {
		display: none;
	}
	.upload-kit {
		display: block;
		margin-top:10px;
	}
	.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
		width: 100% !important;
	}
	#sendWork .btn-primary {
		width:100%;
	}
	.article-item h4 a {
		font-size: 18px;
	}
	.balance-item {
		padding: 10px 120px 10px 15px;
	}
	.balance-item h4 {
		font-size: 14px;
		margin-bottom:2px;
	}
	.balance-right {
		width: 110px;
	}
	.balance-right .work-item-price {
		font-size: 14px;
	}
	.btn-edit-work {
		position:static;
		margin-top: 10px;
	}
	.padding-for-btn h1 {
		padding-right:0;
	}
	.bet-price {
		text-align: left;
		float: left;
	}
}
@media (max-width:550px) {
	.team-block {
		display: block;
		margin: 10px -10px 0;
	}
	.team-person {
		width: 100%;
		height: auto;
		display: block;
	}
	.team-person > div {
		display: block;
		height: auto;
		max-width:330px;
		margin:0 auto;
	}
	.work-attachments {
		float:none;
		width: 100%;
		margin-top: 10px;
	}
	.article-text-img {
		float: none;
		margin: 0 auto 20px;
		width: auto;
	}
	.orders-select {
		width:100%;
	}
	.rating-xs {
		font-size: 22px;
	}
	.top-mail, .top-phone i {
		display:none;
	}
	.top-phone {
		font-size:21px;
		margin-right:0;
	}
}
@media (max-width:450px) {
	.ready-link {
		position: absolute;
		right: 38px;
		top: -20px;
		width: 120px;
	}
	.profile-nav {
		top: 9px;
	}
}

