/*
Theme Name: essay4money 
*/

/*=========================//
    Global stylesheets
//=========================*/

html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "Open Sans",sans-serif;
    color: #777;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
}
h1 {
    color: #fff;
    font-family: "Lato",sans-serif;
    margin: 0;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
h2 {
    color: #2f363f;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 45px;
    text-align: center;
}
h2 span {
    display: inline-block !important;
    margin: 0 20px !important;
}
/* front title */
h2.front-title {
    text-align: center;
    position: relative;
    margin: 0 0 40px;
}
h2.front-title:before {
    content: '';
    position: absolute;
    background: url(../img/title-arrow-left.png);
    margin-left: -100px;
    width: 99px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h2.front-title:after {
    content: '';
    position: absolute;
    background: url(../img/title-arrow-right.png);
    margin-right: -100px;
    width: 99px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h3 {
    color: #2f363f;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
p {
    line-height: 24px;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
}
a {
    color: #2f363f;
    font-weight: 300;
    font-size: 16px;
    text-decoration: underline;
}
a:hover {
    color: #436782;
}
.content ul li {
    margin-bottom: 10px;
}
ul li {
    color: #2f363f;
    font-size: 16px;
    position: relative;
    list-style: none;
    -webkit-transition: all .1s;
        -moz-transition: all .1s;
         -ms-transition: all .1s;
          -o-transition: all .1s;
             transition: all .1s;
}
ul li:before {
    position: absolute;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    left: -20px;
    color: #8fc4d7;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul li a {
    font-weight: 400;
}
.btn {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 7px;
    box-shadow: inset 0 -2px 0 #678f33;
    position: relative;
    border: none;
    padding: 18px 50px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.btn:hover {
    box-shadow: inset 0 -2px 0 #678f33;
}
.btn:active {
    box-shadow: 0 0 #678f33;
    top: 2px;
}
.btn-primary {
    color: #fff;
    background: #82b441;
}
.btn-primary:hover {
    background: #9bc662;
}
.btn-primary:active {
    background: #678f33;
}
.btn-primary:focus {
    background: #82b441;
}
.btn-primary:active:hover,.btn-primary:active:focus {
    background: #82b441;
}
.container {
    max-width: 992px;
}
.content {
    padding: 60px 15px;
}

/*=========================//
    END Global stylesheets
//=========================*/

/*=========================//
    Helpfull classes
//=========================*/

.table-holder {
    display: table;
    width: 100%;
}
.table-holder .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.holder {
    padding: 60px 0;
}
.holder ul li {
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400;
}
.box {
    border-radius: 7px;
    background: #e9e9e9;
    padding: 40px;
    margin-bottom: 60px;
    overflow: hidden;
}
.box h2 {
    color: #2f363f;
    font-family: "Lato",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}
.box h2:before {
    content: '';
    position: absolute;
    background: url(../img/title-arrow-left.png);
    margin-left: -100px;
    width: 99px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box h2:after {
    content: '';
    position: absolute;
    background: url(../img/title-arrow-right.png);
    margin-right: -100px;
    width: 99px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box ul {
    margin-bottom: 0;
    padding-left: 20px;
}
.box ul li {
    margin-bottom: 15px;
}
.check-list li {
    color: #777;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.check-list li:before {
    color: #82b441;
    content: '\f00c';
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 20px;
}

/*=========================//
    END Helpfull classes
//=========================*/

/*=========================//
    Custome Styles
//=========================*/

header {
    background: url(../img/bg-hero.jpg) no-repeat;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
}

.navbar-header .navbar-brand {
    height: 67px;
    padding: 0 15px;
}

.navbar-collapse .navbar-nav {
    box-shadow: .5px 3px 0 rgba(122,122,122,0.17);
}

.navbar-collapse .navbar-nav li {
    background: #fff;
    border-left: 1px solid #e0e0e0;
    text-decoration: none;
}

.navbar-collapse .navbar-nav li:before {
    display: none;
}

.navbar-collapse .navbar-nav li:first-child {
    border-radius: 4px 0 0 4px;
    border-left: none;
}

.navbar-collapse .navbar-nav li:first-child:hover {
    border-radius: 4px 0 0 4px;
}

.navbar-collapse .navbar-nav li:last-child {
    border-radius: 0 4px 4px 0;
}

.navbar-collapse .navbar-nav li a {
    color: #777;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    padding: 15px 30px;
    text-decoration: none;
}

.navbar-collapse .navbar-nav li a:hover {
    color: #fff;
    background: #436782;
    border-left: none;
}

.navbar-collapse .navbar-nav li.active {
    background: #749ab7;
    color: #fff;
    border-left: none;
}

.navbar-collapse .navbar-nav li.active a {
    color: #fff;
}

.navbar-collapse .navbar-nav li.active a:hover {
    background: #749ab7;
}

.hero-list {
    margin-top: 40px;
}

.hero-list li {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    position: relative;
    list-style: none;
    text-decoration: none;
}

.hero-list li:before {
    color: #fff !important;
    content: '\f111';
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 10px;
    opacity: .5;
}

form.calc {
    background: #436782;
    border-radius: 7px;
    padding: 40px;
}

form.calc .title {
    color: #efefef;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

form.calc label.control-label {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding-left: 0;
    padding-right: 0;
}

form.calc .form-group {
    margin-right: 0;
    margin-left: 0;
}

form.calc .form-group:last-child {
    margin-top: 10px;
    margin-bottom: 0;
}

form.calc .form-group .select-wrapper {
    position: relative;
}

form.calc .form-group .select-wrapper:after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 15px;
    right: 12px;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.calc .form-group #number_of_pages {
    width: 60px;
    text-align: center;
}

form.calc .form-group .word-count {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

form.calc .form-group .preliminary_cost {
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    height: 48px;
    padding: 0;
}

form.calc .form-group .preliminary_cost #price_result {
    font-size: 43px;
    font-family: "Lato",sans-serif;
    line-height: 38px;
    text-transform: uppercase;
}

form.calc .form-group .calc-btn {
    padding: 15px 70px;
}

form.calc select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    border: none;
    height: auto;
    padding: 5px 12px;
    border: 1px solid #dedede;
}

aside .sidebar-calc {
    background-color: #5482a4;
    padding: 0;
    margin-bottom: 60px;
}

aside .sidebar-calc .title {
    color: #fff;
    font-family: "Lato",sans-serif;
    background-color: #436782;
    border-radius: 7px 7px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 20px;
}

aside .sidebar-calc label.control-label {
    padding: 0 0 10px 15px;
}

aside .sidebar-calc .form-group {
    padding: 0 10px;
}

aside .sidebar-calc .form-group .calc-btn {
    padding: 15px 30px;
}

aside .sidebar-calc .form-group:last-child {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.services {
    background: #e9e9e9;
}

.benefits {
    text-align: center;
    padding-bottom: 0;
}

.benefits .item {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.benefits .item span {
    display: block;
    color: #777;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 30px;
}

.benefits .item .img-responsive {
    margin: auto;
    width: 104px;
    height: 104px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.benefits .item:hover img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: scale(1.1);
}

.how-it-works {
    background: #e9e9e9;
}

.how-it-works .num {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: #8fc4d7;
    border-radius: 50%;
    width: 63px;
    height: 63px;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    margin-right: 10px;
}

.how-it-works .description {
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.how-it-works .item span {
    display: block;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
}

.owl-carousel .item .carousel-header,
.testim .header {
    margin: auto;
    text-align: center;
    margin-top: 0;
    padding-bottom: 20px;
}

.owl-carousel .item .carousel-header img,
.testim .header img,
.testim .header .default-user {
    margin-bottom: 20px;
    display: block;
    margin: auto;
}

.owl-carousel .item .carousel-header .name,
.testim .header .name {
    color: #2f363f;
    font-weight: 400;
    line-height: 27px;
    display: block;
}

.owl-carousel .item .carousel-header .rating .fa,
.testim .header .rating .fa {
    color: #f0ca67;
    margin: 0 4px;
}

.owl-carousel .item .carousel-caption {
    position: inherit;
    padding-bottom: 0;
    padding-top: 0;
    padding: 0 80px 10px;
}

.owl-carousel .item .carousel-caption em {
    color: #777;
    font-style: italic;
    text-shadow: none;
}

.owl-carousel .carousel-control.left,.owl-carousel .carousel-control.right {
    background-image: none;
}

.owl-carousel .carousel-control.left i,.owl-carousel .carousel-control.right i {
    font-size: 50px;
    color: #82b441;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 3px 10px;
    font-size: 12px;
    filter: Alpha(Opacity=50);
    opacity: .2;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.owl-controls .owl-buttons div i {
    font-size: 56px;
}

.owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.owl-controls .owl-buttons .owl-next {
    right: 0;
}

.owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls .owl-page span {
    display: block;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border-radius: 20px;
    background: #82b441;
}

.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

.owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-page {
    display: inline-block;
}

.owl-page.active {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-controls .owl-page.active span,.owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.default-user {
    font-size: 70px;
    border-radius: 50%;
    border: 1px solid #777;
    display: inline-block;
    width: 84px;
    height: 84px;
}

.cta-order {
    background: #436782;
    text-align: center;
}

.cta-order span {
    display: block;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 45px;
    position: relative;
}

.cta-order span:after {
    position: absolute;
    content: "";
    background: url(../img/arrow.png);
    width: 121px;
    height: 100px;
    right: 150px;
    top: 30px;
}

.footer {
    padding: 50px 0 0;
    background: #243745;
}

.footer .item span {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
}

.footer .item ul {
    padding: 0;
    margin: 30px 0;
}

.footer .item ul li a {
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    text-decoration: none;
    display: inline-block;
}

.footer .item ul li a:hover {
    color: #82b441;
}

.footer .item ul li a .fa {
    font-size: 24px;
    vertical-align: -3px;
    margin-right: 10px;
    color: #b6b6b6;
}

.footer .item ul li:before {
    display: none;
}

.footer .item .socials span {
    color: #b6b6b6;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: 5px;
}

.footer .item .socials a {
    margin-left: 10px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.footer .item .socials a .fa {
    font-size: 30px;
}

.footer .item .socials a:hover {
    color: #82b441;
}

.footer .copyrights {
    background: #20323f;
    padding: 10px 0;
    color: #b6b6b6;
}

.footer .copyrights .pull-right {
    line-height: 50px;
}

/*  Saples */
.samples-item {
    margin-bottom: 20px;
}
.samples-item .sub-title {
    font-weight: 600;
    font-size: 20px;
}
.samples-item .samples-text {
    margin: 10px 0;
}
.download-btn {
    color: #c6c3c1;
    font-size: 18px;
    line-height: 1;
    padding: 10px 0;
    width: 40px;
    height: 40px;
    border: 1px solid #f9a366;
    text-align: center;
    border-radius: 50%;
    display: block;
}
.download .format {
    text-transform: uppercase;
    color: #c6c3c1;
    font-size: 18px;
}
.download-btn:hover,
.download-btn:focus {
    color: rgb(74, 74, 84);
    border: 1px solid #6668F9;
    background: rgba(101, 115, 222, 0.33);
}
.download-wrapper {
    padding: 10px;
    border: 1px solid #c6c3c1;
    border-radius: 7px;
}
.download-wrapper > p {
    font-size: 14px;
}
/* End Saples */

/* 400 page */

.page-404 h1 {
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    font-size: 30vmin;
    line-height: 1;
    text-align: center;
    margin: 1vh 0 1vh 0;
    color: #436782;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);    
}
.page-404 h2 {
    font-family: 'Lato', sans-serif;
    color: #436782;
    text-align: center;
    line-height: 1.5em;
    font-size: 2.5vmin;
}
.page-404 .btn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    mix-blend-mode: screen;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #fff;
    background: #436782;
    color: #fff;
    padding: 15px 60px;
    font-size: 1.5vmin;
    letter-spacing: 0.25vmin;
    text-decoration: none;
    margin: 3vh 0;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
            
    opacity: 0.85;
}
.page-404 .btn:hover {
    background-color: #436782;
    color: #000;
}

/* end 400 page */

/*=========================//
    END Custome Styles
//=========================*/