/* - - FONTS - - */

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-medium-webfont.woff2') format('woff2'), url('../fonts/lato-medium-webfont.woff') format('woff'), url('../fonts/lato-medium-webfont.ttf') format('truetype'), url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold-webfont.eot');
    src: url('../fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-semibold-webfont.woff2') format('woff2'), url('../fonts/lato-semibold-webfont.woff') format('woff'), url('../fonts/lato-semibold-webfont.ttf') format('truetype'), url('../fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* - - FUNDAMENT STYLES - - */

html,
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
}
body h1 {
    font-family: 'latolight', Arial, sans-serif;
    font-size: 38px;
    color: #fff;
    text-align: center;
}
body h2 {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
body main h2 {
    color: #000;
}
body h3 {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 22px;
    color: #000;
    text-align: center;
}
body h4 {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
}
body p {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}
body ul li, body ol li {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 5px 0;
}
/* - add class to <ul> to see list style circle - */

.list-style-circle li {
    position: relative;
    list-style: none;
}
.list-style-circle li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 10px;
    height: 10px;
    border: 2px solid #3d3373;
    border-radius: 10px;
}
.color-dark-blue {
    color: #3d3373;
}
.text-bold {
    font-weight: bold;
}
.padding-zero {
    padding-right: 0;
    padding-left: 0;
}
/* - - hamburger-menu - - */

.library-menu span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff669;
    margin-bottom: 5px;
    overflow: hidden;
}
.header-pages .library-menu span {
    background-color: #8b80eb;
}
.library-menu span:last-child {
    margin-bottom: 0;
}
.library-menu span.one,
.library-menu span.two,
.library-menu span.three {
    transform: rotate(0deg) translate3d(0, 0, 0);
    transition: transform 200ms;
}
.library-menu.active span.one {
    transform: rotate(60deg) translate3d(11px, -3px, 0);
}
.library-menu.active span.two {
    transform: rotate(75deg) translate3d(-1px, 1px, 0);
}
.library-menu.active span.three {
    transform: rotate(90deg) translate3d(-10px, 10px, 0);
}
/* #### HEADER #### */

.header-front {
    height: 85vh;
    min-height: 780px;
    background-image: url('../img/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}
.promo {
    max-width: 1170px;
    height: 615px;
    margin: 0 auto;
    background-color: rgba(130, 115, 220, .4)
}
.mainh{
color:#484747 !important;
font-weight:600;
}
.downbutton {
    text-align: center;
    padding: 10px 0 10px 0;
}
.downbutton .advertize-block__btn-to-order {
font-size:20px;
margin:0;
}
.promo__top-bl {
    background-color: #3b3a49;
    padding: 10px 0;
}
.promo-phone {
    vertical-align: baseline;
    margin-right: 15px;
}
.footertext {
color:#fff;
text-align:center;
width: 100%;
display: inline-block;
}
.promo__top-bl a {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0 15px;
}
.promo__top-bl a:hover,
.promo__top-bl a:hover {
    text-decoration: none;
}
.promo-title {
    text-align: center;
    width: 46%;
    margin: 0 auto;
    padding: 120px 0 220px;
}
.promo-title-light {
    font-family: 'latolight', Arial, sans-serif;
    font-size: 38px;
    color: #fff;
    display: block;
}
.promo-title-bottom {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 22px;
    color: #fff;
    display: block;
}
.promo-title-bold {
    font-family: 'latobold', Arial, sans-serif;
}
.navbar-brand {
    padding: 0 15px;
}
.logo-retina {
    max-width: 130px;
}
/*  NAV  */

nav.navbar {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 10px;
}
.navbar-toggle {
    margin-top: 0px;
    margin-right: 5px;
}
#navbar .nav li a {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
}
.header-pages #navbar .nav li a {
    color: #4a4855;
}
#navbar .nav li a:hover,
#navbar .nav li a:focus {
    background-color: transparent;
    color: #fff669;
}
#navbar .nav li:last-child a {
    border: 2px solid #fff669;
    color: #fff669;
}
/*#navbar .nav .nav-order-link a {
    border: 2px solid #fff669;
    color: #fff669;
}*/
.header-pages #navbar .nav li:last-child a {
    border: 2px solid #8b80eb;
    color: #8b80eb;
}
/*.header-pages #navbar .nav .nav-order-link a {
    border: 2px solid #8b80eb;
    color: #8b80eb;
}*/
.header-pages #navbar .nav li a:hover,
.header-pages #navbar .nav li a:focus {
    background-color: transparent;
    color: #8b80eb;
}
.header-pages #navbar .nav li.current_page_item a{
    background-color: transparent;
    color: #8b80eb;
}
/* - calc promo bl - */

.promo-calc-bl {
    background-color: #fff;
    height: 125px;
}
.promo-calc {
    max-width: 946px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    top: -120px;
}
.promo-calc-title {
    font-family: 'latobold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #3d3373;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px 0;
    margin-bottom: 3px;
}
form.calc_mini {
    background: #fff;
    width: 100%;
    max-width: 946px;
    padding: 40px 45px;
    box-shadow: 0 8px 20px 3px rgba(0, 0, 0, .3);
}
.calc_mini .form-group {
    max-width: 175px;
    width: 100%;
}
.calc_mini label {
    display: block;
    font-family: 'latolight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #474747;
    font-weight: normal;
}
.calc_mini .hr-line {
    display: block;
    height: 1px;
    width: 20px;
    background-color: #b3b3b3;
    margin: 10px 0 5px;
}
.calc_mini select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none!important;
    appearance: none;
    height: 40px;
    font-family: 'latobold', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    background: url('../img/select-carret.png') no-repeat;
    background-color: #fff;
    background-position: 100% 50%;
}
/* - - - - IE10+ browser CSS only - - - - - */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.calc_mini select{
		background: none;
		
	}
}
.calc_mini select.form-control{
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -ms-appearance: none!important;
    appearance: none!important;
}
.calc_mini select:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
}
#std_input_service_type {
    max-width: 150px;
    padding-right: 20px;
}
#std_input_academic_level {
    width: 82%;
    background-position: 100% 50%;
}
#std_input_deadline {
    width: 125px;

}
#form_pages {
    width: 71%;
    background-position: 100% 50%;
}
.bl-result {
    float: right;
}
.bl-result-name {
    display: table-cell;
    width: 45px;
    font-family: 'latolight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #474747;
}
.cal-price {
    color: #5b5b5b;
    font-family: 'latobold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    display: table-cell;
}
.calculate-order {
    display: inline-block;
    color: #fff;
    background-color: #8b80eb;
    font-family: 'latobold', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 10px;
    position: relative;
    border-radius: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.calculate-order:hover {
    background-color: #756cc7;
    text-decoration: none;
    color: #fff;
}
/* ####  WHY US  #### */

.why-us {
    padding: 55px 0;
}
.why-icon {
    display: block;
    background-image: url('../img/why-us-icons.png');
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    margin: 50px auto 25px;
}
.why-icon-yes {
    background-position: -43px 0;
    width: 41px;
}
.why-icon-service {
    background-position: -84px 0;
    width: 44px;
}
.why-title {
    display: block;
    font-family: 'latobold', Arial, sans-serif;
    font-size: 18px;
    color: #484747;
    text-align: center;
}
.why-text {
    display: block;
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 15px;
    color: #484747;
    text-align: center;
    max-width: 195px;
    margin: 20px auto 0;
}
/* ####  EXPERIENCE BLOCK  #### */

.experience {
    position: relative;
    padding: 55px 0;
}
.experience:before {
    content: '';
    position: absolute;
    background-image: url('../img/experience-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 57%;
    height: 100%;
    top: 0;
    left: 0;
}
.experience-title {
    display: block;
    font-family: 'latobold', Arial, sans-serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    margin: 70px 90px 30px 0;
}
.after-experience-title {
    display: block;
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: right;
    margin: 0 90px 0 0;
}
.exp-bl {
    margin-bottom: 60px;
    margin-left: 150px;
}
.exp-bl:last-child {
    margin-bottom: 0;
}
.exp-wrap {
    width: 60px;
    display: table-cell;
}
.exp-icon {
    display: inline-block;
    background-image: url('../img/experience-icons.png');
    background-repeat: no-repeat;
    width: 38px;
    height: 37px;
    margin: 20px auto;
    vertical-align: top;
    ;
}
.exp-icon-guarantees {
    background-position: -38px 0;
    width: 34px;
    height: 42px;
}
.exp-icon-prices {
    background-position: -72px 0;
    width: 44px;
    height: 36px;
}
.exp-right {
    display: table-cell;
}
.exp-title {
    display: block;
    font-family: 'latobold', Arial, sans-serif;
    font-size: 18px;
    color: #484747;
    padding-bottom: 10px;
}
.exp-text {
    display: block;
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 15px;
    color: #484747;
}
/* #### HOW IT WORKS #### */

.htw {
    padding: 55px 0;
    background-color: #f1f0fe;
}
.htw-icon {
    display: block;
    background-image: url('../img/htw-icons.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    margin: 50px auto 10px;
}
.htw-icon-pay {
    background-position: -90px 0;
}
.htw-icon-approve {
    background-position: -180px 0;
}
.htw-icon-download {
    background-position: -270px 0;
}
.htw-icon-hr-left,
.htw-icon-hr-right {
    position: relative;
}
.htw-icon-hr-left:before,
.htw-icon-hr-right:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    top: 50%;
    left: -11em;
    background-color: #8b80eb;
}
.htw-icon-hr-right:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    top: 50%;
    left: 10em;
    background-color: #8b80eb;
}
.htw-name {
    display: block;
    font-family: 'latobold', Arial, sans-serif;
    font-size: 18px;
    color: #484747;
    text-align: center;
}
/* #### ADV BLOCK #### */

.advertize-block {
    padding: 100px 0;
    background-image: url('../img/adv-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.advertize-block__text {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 25px;
    color: #484747;
    line-height: 1.8;
    display: inline-block;
    vertical-align: middle;
}
.advertize-block__btn-to-order {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #8b80eb;
    padding: 15px 40px;
    display: inline-block;
    margin: 0 0 0 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.advertize-block__btn-to-order:hover,
.advertize-block__btn-to-order:focus{
    background-color: #756cc7;
    text-decoration: none;
    color: #fff;
}
/* #### TESTIMONIALS #### */

.testimonials {
    padding: 60px 0;
    background-image: url('../img/testimonial-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-bl {
    background-color: #fff;
    text-align: center;
    max-width: 265px;
    margin: 60px auto;
    padding: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 4px solid #fff669;
}
.testimonial-img {
    margin: -70px auto 0;
    border-radius: 50%;
    max-width: 40%;
    border: 2px solid #ece8fb;
}
.testimonial-rating {
    background-image: url('../img/star-sprite.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100px;
    height: 20px;
    margin: 5px auto;
}
.testimonial-text {
    font-family: 'latoregular', Arial, sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #484747;
}
.testimonial-name {
    font-family: 'latobold', Arial, sans-serif;
    font-size: 15px;
    color: #484747;
}
.testimonilas__view-more {
    display: inline-block;
    font-family: 'latobold', Arial, sans-serif;
    font-size: 18px;
    color: #fff669;
    border: 2px solid #fff669;
    padding: 10px 25px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.testimonilas__view-more span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}
.testimonilas__view-more i {
    font-size: 22px;
    right: 10px;
    top: 11px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.testimonilas__view-more:before {
    content: '';
    top: 0;
    right: 0;
    width: 0;
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.testimonilas__view-more:hover span {
    -webkit-transform: translate3d(-20px, 0px, 0px);
    transform: translate3d(-20px, 0px, 0px);
    opacity: 1;
}
.testimonilas__view-more:hover i {
    opacity: 1;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.testimonilas__view-more:hover:before {
    width: 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.testimonilas__view-more:active:before {
    background: rgba(255, 255, 255, 0.3);
}
.testimonilas__view-more:hover,
.testimonilas__view-more:focus {
    color: #fff;
    background-color: rgba(255, 246, 105, 0.46);
}
/*IMAGES*/
main .attachment-large, main .aligncenter{display:block;max-width:100%;height:auto;margin:0 auto 15px;}
main .attachment-large{width:100%;}
main .alignnone{display:block;max-width:100%;height:auto;margin:0 0 15px;}
main .alignleft{float:left;max-width:100%;height:auto;margin:0 15px 15px 0;}
main .alignright{float:right;max-width:100%;height:auto;margin:0 0 15px 15px;}
/*IMAGES*/
/*BLOG LISTING*/
.articles-listing article{padding:10px;text-align:left;background:#f1f0fe;margin-bottom:20px;}
.articles-listing article h3{text-align:left;}
.articles-listing article .attachment-large{width:100%;}
.pagination ul{list-style:none;padding-left:0;}
.pagination li{display:inline-block;}
.pagination li a{display:block;background:#f1f0fe;padding:5px 10px;margin:0 5px 10px;}
.pagination li a:hover{text-decoration:none;background:#337ab7;color:#fff;}
.pagination li span{display:block;background:#f1f0fe;padding:5px 10px;margin:0 5px 10px;}
/*BLOG LISTING*/
/* #### FOOTER #### */

footer {
    padding: 55px 0;
    background-color: #1b1c27;
}
ul.footer-menu li {
    float: left;
    padding-right: 25px;
    display: inline-block;
}
.footer-menu {
    display: inline-block;
}
.col-sm-11 {
    text-align: center;
    float: left;
    width:100% !important;
}
.footer-menu li a {
    color: #fff;
    padding: 5px 0;
    transition: all 0.2s linear;
}
.footer-menu li.current_page_item a{
    color: #8b80eb;
}
.footer-menu li a:hover,
.footer-menu li a:focus {
    background-color: transparent;
    color: #8b80eb;
}
/* - - PAGES STYLES - - */

main {
    padding: 50px 0;
}
.title-page {
    padding: 30px 0 40px;
    background-image: url('../img/header-title.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.header-pages .navbar-right {
    margin-top: 3px;
}