@font-face {
    font-family: "Flaticon";
    src: url("icons/flaticon.eot");
    src: url("icons/flaticon.eot#iefix") format("embedded-opentype"), url("icons/flaticon.woff") format("woff"), url("icons/flaticon.ttf") format("truetype"), url("icons/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Roboto Condensed', sans-serif;
}

html, body {
    min-height: 100%;
    position: relative;
}

body {
    background-color: #e1d9ca;
    background-image: url(../images/bgr.jpg);
    padding-bottom: 200px;
}

.row {
    margin-left: -15px;
    margin-right: -30px;
}

/* navigation */

.nav-ctm {
    background-color: rgba(35, 35, 35, 0.4);
    border-left: none;
    border-right: none;
    border-top: 5px solid #f7931e;
    border-bottom: none;
}

.nav-expand {
    padding: 30px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
}

.brand-fix {
    font-size: 16px;
    color: #FFFFFF !important;
    font-weight: 300;
    text-transform: uppercase;
    margin: -15px 0 15px;
}

.brand-fix img {
    height: 50px;
}

.profile-options {
    width: 360px;
    min-height: 20px;
    float: right;
}

.profile-options ul {
    padding: 0;
}

.profile-options ul li {
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
}

.profile-options ul li.user {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.profile-options ul li a {
    color: #d2d2d2;
    text-decoration: none;
}

.profile-options ul li.user a {
    color: #fff;
}

.profile-options ul li a:hover {
    color: #ffffff;
}

.profile-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.profile-image img {
    width: 100%;
}

.navbar .nav-art {
    margin-top: 30px;
}

.navbar .nav-art li a {
    padding: 0 5px;
    color: #ffffff;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.navbar .nav-art li a:hover {
    background: none;
    color: #F7931E;
}

/* footer */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    border-top: 5px solid rgba(35, 35, 35, 0.4);
    background-color: #454545;
}

footer p {
    color: #898681;
}

footer .nav-art {
    margin-top: 35px;
}

footer .nav-art li a {
    padding: 0;
    color: #898681;
    margin: 0 5px;
    text-transform: none;
    font-size: 16px;
}

footer .nav-art li a:hover {
    background: none;
    color: #ffffff;
}

/* options box */

.border-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tab-container {
    width: 100%;
    min-height: 270px;
    background: #ebeae8;
    display: inline-block;
    padding: 0;
    margin: 15px 0 10px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box {
    width: 100%;
    min-height: 270px;
    background: #FFFFFF;
    padding: 20px 40px;
    margin: 0 0 10px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
}

.box.home-page {
    background-color: #ffffff;
    background-image: url(../images/home-box-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 140px;
    margin: 0 0 82px;
}

.box.home-page.no-bg {
    background-image: none;
}

.box.results {
    width: 100%;
    background: #ffffff;
    padding: 20px 40px;
    margin: 0 0 10px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box.hire-company {
    width: 100%;
    min-height: 70px;
    background: #534c41;
    padding: 20px 40px;
    margin: 10px 0 10px;
    float: left;
    color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box.hire-company h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 35px;
}

.box h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 32px;
}

.box label {
    text-transform: uppercase;
}



.box p {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #444444;
}

p.contact-error-text {
    text-transform: none;
    color:red;
    font-size: 20px;
    margin-left:50px;
}

.box.results h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
}

.box.results p {
    color: #444444;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    text-transform: none;
}

.box p span {
    font-weight: 700;
    color: #000;
}

.select-tab {
    float: left;
    width: 100%;
    min-height: 50px;
    padding: 10px 30px;
    margin: 0;
    font-size: 25px;
    line-height: normal;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    color: #fff;
    border-top: 5px solid #d3cfc7;
}

#floating-tabs.fixed .col-md-6.no-padding .select-tab {
    font-size: 16px;
}

.mc-container-floating {
    margin-top: 60px;
}

.selector {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.selector.active {
    background-color: #f7931e;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.select-company {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.select-company.active {
    background-color: #f7931e;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.box.option {
    width: 100%;
    min-height: 60px;
    background: #d3cfc7;
    padding: 0;
    margin: 0 0 2px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0);
}

.box.option .col-md-8,
.box.option .col-md-4 {
    padding: 0;
}

#company {
    background-color: #ebeae8;
    color: #333;
}

#diy {
    background-color: #fff;
    color: #85bc37;
    border-top: 5px solid #ebeae8;
}

.add,
.item {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
    padding: 20px 25px;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.carousel-inner .item {
    padding: 0;
}

.add span,
.item span {
    font-family: "Flaticon";
    font-weight: 300;
    margin-right: 10px;
}

.add span.right-icon,
.item span.right-icon {
    float: right;
}

span.price {
    float: right;
    font-weight: 700;
    font-family: inherit;
    margin-top: 8px;
}

.item {
    border: none;
    background: #dddddd;
}

.checkbox {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 10px;
    margin: 0 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.checkbox input[type="checkbox"] {
    margin-top: 8px;
}

.checkbox:last-child {
    border: none;
}

.checkbox label,
.checkbox p {
    font-weight: 300;
    text-transform: none !important;
    font-size: 16px;
}

.checkbox span {
    float: right;
    font-weight: 700;
    margin-right: 15px;
}

textarea.pieces {
    height: 27px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: none;
    margin: 0 0 -5px 0;
    resize: none;
    width: 80px;
    text-align: center;
    font-weight: 700;
}

.divider-line {
    float: left;
    width: 100%;
    height: 5px;
    margin: 30px 0;
    border-top: 3px dotted #d3cfc7;
}

.divider-line.full {
    border-top: 5px solid #d3cfc7;
}

.mc-container,
.diy-container {
    float: left;
    width: 100%;
    padding: 10px;
}

.diy-container {
    display: none;
}

.diy-container.ajax {
    display: block;
}

.options-holder {
    float: left;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.drop-options {
    background: #fff;
    padding: 10px;
    width: 100%;
    float: left;
    display: none;
    margin-bottom: 2px;
    font-size: 18px;
    color: #444444;
    position: relative;
}

.drop-options.opened {
    display: block;
}

.radio {
    margin-bottom: 20px;
    margin-top: 20px;
}

.tips {
    position: absolute;
    width: 70px;
    height: 50px;
    padding: 10px;
    right: -70px;
    top: 0;
    color: #FFFFFF;
    line-height: 54px;
    background: #f7931e;
    border: 1px solid #FFC120;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 3px 7px 9px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 3px 7px 9px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 3px 7px 9px 0px rgba(50, 50, 50, 0.4);
}

.tip-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 5px solid #f7931e;
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.tip-content.hovered {
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    border: 5px solid #f7931e;
    overflow: hidden;
    height: auto;
    opacity: 1;
    padding: 25px;
}

.tips-text {
    width: 100%;
    height: 100%;
    padding: 10px;
    float: left;
    background: #F5F5F5;
    border-left: 2px solid #ddd;
}

.tips h1,
.tips-text h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0;
}

.tips p,
.tips-text p {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: normal !important;
}

/* .box form inputs */

.box-form {
    border: 1px solid #e5e3e1;
    height: 50px;
    background-color: #f4f3f2;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0);
}

textarea.box-form {
    height: 150px;
    resize: vertical;
}

.box-form:focus {
    border: 1px solid #F7931E;
    background-color: #f4f3f2;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0);
}

.select-type {
    width: 100%;
    height: 50px;
    padding: 10px;
    line-height: 30px;
    float: left;
    background: #f4f3f2;
    border: 1px solid #e5e3e1;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.select-menu {
    display: none;
    width: 100%;
    margin-top: 10px;
    float: left;
    background: #f4f3f2;
}

.btn-next {
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #fff;
    padding: 10px;
    width: 150px;
    background: none repeat scroll 0 0 #8DC63F;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-next:hover {
    color: #fefefe;
    background: #616161;
}

/* Add Item Form */

.no-padding {
    padding: 0;
}

.add-form-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.add-form-items p {
    color: #444;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    line-height: 34px;
    display: block;
    border-top: 1px solid #e5e3e1;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
    background-image: url(../images/plus-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.add-form-items p:hover {
    background-color: #f7931e;
}

.add-form-holder {
    position: relative;
}

.left-items {
    border-right: 1px solid white;
}

.add-form {
    width: 100%;
    z-index: 20;
}

.add-form h4 {
    background-color: #D52436;
    line-height: 45px;
    margin: 0;
    padding-left: 50px;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: white;
}

.apartment-icon {
    background-image: url(../images/apartmant-icon.png)
}

.house-icon {
    background-image: url(../images/house-icon.png);
    background-color: blue;
}

.close-form {
    cursor: pointer;
}

/* ads */

.box.ads {
    width: 300px;
    height: 250px;
    background-color: #616161;
    color: #ffffff !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box.checklist {
    width: 300px;
    height: auto;
    min-height: 150px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box.checklist p {
    font-size: 18px;
}

.box.checklist button.btn {
    width: auto;
    font-size: 20px;

    font-weight: bold;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    border-left: none;
    border-right: none;
    border-top: none;
    background: #6F7DAE;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
}

/* tips page */

.tips-container h2 {
    margin: 30px 20px -10px;
    font-weight: 700;
}

.tip-box {
    width: 100%;
    min-height: 50px;
    position: relative;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 30px;
    border-bottom: 1px dashed #d3cfc7;
}

.tip-box h3 {
    margin: 20px 20px 10px;
    font-weight: 700;
}

.tip-box p {
    font-size: 16px;
    text-transform: none;
    margin: 0 20px 0;
}

.tip-number {
    background: none repeat scroll 0 0 #f7931e;
    color: #fff;
    font-family: inherit;
    font-size: 30px;
    font-weight: bold;
    height: 50px;
    left: 0;
    line-height: 40px;
    margin-left: -50px;
    margin-top: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 50px;
}

.tip-number-shade {
    background-image: url(../images/shade.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    margin: 5px 0 0 -5px;
    width: 10px;
}

/* resources page */

.resources-container h2 {
    margin: 30px 20px -10px;
    font-weight: 700;
}

.resources-container h4 {
    font-size: 24px;
    font-weight: 100;
}

.resources-container p {
    font-size: 16px;
    text-transform: none;
    margin-top: 25px;
}

p.sub-title-res {
    font-size: 18px;
    font-style: italic;
    margin: 25px 20px -10px;
    text-transform: none;
}

ul.side-menu {
    padding: 0;
    margin: 0;
}

ul.side-menu li {
    width: 100%;
    color: #8dc53e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    padding: 10px 20px;
    border-bottom: 1px solid #d3cfc7;
    list-style: none;
    cursor: pointer;
    float: right;
}

ul.side-menu li:hover,
ul.side-menu li.active {
    background-color: #8dc53e;
    color: #ffffff;
    width: 150%;
    border-bottom: 1px solid #8dc53e;
}

.side-tab-holder {
    width: 130px;
    float: right;
}

/* buttons */

.button-holder {
    float: left;
    width: 100%;
    text-align: center;
}

.next-step-button {
    width: 350px;
    background: #333;
    border-radius: 5px;
    border-bottom: 2px solid #585858;
    margin: 15px 0 0 calc(50% - 175px);
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

.back-step-button {
    width: 350px;
    background: #ddd;
    border-radius: 5px;
    border-bottom: 2px solid #585858;
    margin: 15px 0 0 calc(50% - 175px);
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

.skip-button,
.finish-button,
.hire-button {
    width: auto;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.skip-button,
a .skip-button {
    background: #AAA69F;
    color: #FFFFFF;
    font-size: 30px;
    width: 150px;
}

.finish-button,
a .finish-button {
    background: #8DC53E;
    color: #fff;
    font-size: 30px;
    width: 170px;
}

.finish-button:hover {
    color: rgba(255, 255, 255, 0.8);
}

.hire-button,
a .hire-button {
    background: #f7931e;
    color: #fff;
    float: right;
    margin-top: -75px;
    font-size: 30px;
}

.btn.middle {
    font-size: 30px;
    text-transform: uppercase;
}

/* results */

ul.results-list {
    width: 100%;
    border-top: 5px solid #D3CFC7;
    border-bottom: 5px solid #D3CFC7;
    padding: 15px 30px;
    margin-bottom: 50px;
}

ul.results-list li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bbb;
    list-style: none;
}

ul.results-list li:last-child {
    border-bottom: none;
}

ul.results-list li span {
    color: #333;
    font-weight: 400;
    text-align: center;
    padding: 2px 5px;
    float: right;
}

ul.results-list ul {
    margin: 0;
    padding: 0;
}

ul.results-list li.sub-list {
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    list-style: none;
    margin: 0;
}

ul.results-list li.total {
    font-size: 30px;
    padding-bottom: 0;
}

i.social-icons {
    float: right;
    height: 50px;
    width: 50px;
    font-size: 30px !important;
    font-weight: normal;
    cursor: pointer;
}

.fb {
    color: #3C599B;
}

.ggl {
    color: #DD4B39;
}

.twitter {
    color: #5EAADE;
}

.btn.form-button {
    background: none repeat scroll 0 0 #8DC63F;
    color: #fff;
    float: none;
    font-size: 22px;
    font-weight: 900;
    height: 50px;
    left: 0;
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

[class^="addthis_"] {
    float: left;
}

/* floating tabs */

#floating-tabs {
    width: 676px;
    position: static;
    top:-55px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#floating-tabs.fixed {
    position: fixed;
    height: 55px;
    top: 0;
    width: 676px;
    z-index: 999;
    border-bottom: 5px solid #333333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* packing supplies fix */

.packing-supplies {
    margin-left: 30px !important;
    margin-right: 5px !important;
}

.packing-supplies-holder {
    display: none;
}

.packing-supplies-holder.visible {
    display: block;
}

.surfer-iframe {
    position: fixed;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 115px);
    border: none !important;
}

/* modal window */

.cancel-btn {
    background: #f7931e;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.modal-dialog.big {
    width: 700px !important;
}

/**/

.resource-tab {
    display: none;
}

.resource-tab.opened {
    display: block;
}

/* widget */

.widget-box {
    float: left;
    width: 50%;
    text-align: center;
}

.widget-box.pods {
    border-right: 5px solid #A6CD88;
    color: #ffffff;
}

.widget-box.packrat {
    border-left: 5px solid #2a6496;
    color: #ffffff;
    height: 773px;
}

.widget-header {
    width: 100%;
    float: left;
}

.widget-logo img {
    width: 100%;
    margin: 10px 0;
}

.widget-track {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 22px;
}

.widget-track.pods {
    background: #A6CD88;
    color: #ffffff;
}

.widget-track.packrats {
    background: #2A6496;
    color: #ffffff;
}

.widget-box h4 {
    color: #444444;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.widget-label {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: none !important;
}

.rates-btn {
    background: none repeat scroll 0 0 #F7931E;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    margin: 10px 0;
    min-height: 40px;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.rates-btn.packrats {
    background: #74AE37;
}

/* tag navigation */

ul.tag-nav {
    width: 100%;
    background: #EEEEEE;
    float: left;
    text-align: center;
}

li.tag-link {
    display: inline-block;
    border-right: 1px solid #cccccc;
    margin: 0;
}

li.tag-link a {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

li.tag-link a:hover {
    background: #cccccc;
    text-decoration: none;
}

li.tag-link:last-child {
    border-right: none;
}

.contact-company-modal {
    width:658px;
}

.arrow {
    height: 50px;
    margin-top: -15px;
    width: 50px;
    content :"asd";
    position:absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    line-height: 1;
    border-left: 7px solid blue;
    border-top: 7px solid blue;

}
.arrow-left {
    transform: rotate(-45deg);
    margin-left: -15px;

}
.arrow-right {
    transform: rotate(135deg);
    right: 30px;

}