@import url('../../css/font-awesome/css/font-awesome.min.css');

/*login-wrap*/

div#login-wrap {
    width: 100%;
    height: 100%;
    min-height: 4000px;
    position: absolute;
    background: #fff;
    z-index: 9999;
}

form#login {
    margin: 200px auto;
    width: 270px;
}

div#login-wrap input {
    background: #fff;
}

.db {
    display: block;
}


/*end of login-wrap*/


/* Browser Support */

#browser-support {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.browser-wrap {
    background-color: #fff;
    position: absolute;
    left: 30%;
    right: 30%;
    padding: 30px;
    top: 30%;
}

a.browser-close {
    position: absolute;
    top: -25px;
    right: -25px;
}

#browser-support h1 {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 10px;
}

#browser-support p {
    font-size: 23px;
}

.browsers {
    margin-top: 50px;
}

.browsers img {
    width: 16%;
    margin-right: 40px;
}


/* BS end*/

/*Hari wrap*/
.hari-holder {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999;
}
.hari-wrap {
    position: relative;
    margin: 2% auto;
    height: 92%;
    height: calc(100% - 8%);
}

.hari-wrap img {
    height: 100%;
    width: auto;
}

.hari-close {
    position: absolute;
    top: -25px;
    right: -25px;
}
.hari-close img {
    width: 50px;
    height: 50px;
}
.smallest {
    font-size: 10px;
}


/* Search page */

ul.search-results-box {
    padding: 0;
}

p.green-font {
    color: #65bc50;
}

section.results-box a,
#search-page h2 {
    color: #FA6400;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination ul li {
    float: left;
    margin-right: 10px;
}

.pagination ul li a {
    color: #FA6400;
}

.pagination ul li.active a {
    color: #58595B;
}


/* end of search page */

.mb30 {
    margin-bottom: 30px;
}

.sakrij {
    display: none;
}

.hidden-till-small {
    display: none;
}

table th {
    text-align: center;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

body {
    font-family: 'Ubuntu', sans-serif;
    color: rgb(89, 89, 92);
    overflow-x: hidden;
}

a:hover,
a:visited,
a:active a:focus {
    text-decoration: none;
    color: #FA6400;
}

ul {
    list-style: none;
}

#back-to-top-min {
    visibility: hidden;
}

.dont-display {
    display: none;
}

.border-left {
    border-left: 2px dotted rgb(180, 180, 180);
}

.border-right {
    border-right: 2px dotted rgb(180, 180, 180);
}

.border-bottom {
    border-bottom: 2px dotted rgb(180, 180, 180);
}

.border-top {
    border-top: 2px dotted rgb(180, 180, 180);
}

.tal {
    text-align: left;
}

.dark-back {
    background: rgb(89, 89, 92);
    color: #fff;
}

.orange {
    color: #FA6400;
}

.orange-back {
    background: #FA6400;
    color: #fff;
}

.light-back {
    background: rgb(230, 230, 230) !important;
    color: rgb(88, 89, 92) !important;
}

.blue {
    color: rgb(54, 147, 208);
}

.blue-back {
    background: rgb(54, 147, 208);
    color: #fff;
}

.backtotop {
    position: absolute;
    bottom: 25px;
    left: 22%;
    font-size: 18px !important;
}

.mtop {
    margin-top: 20px;
}

.mtop1 {
    margin-top: 20px !important;
}

.mbot30 {
    margin-bottom: 30px;
}

.mb20px {
    margin-bottom: 20px;
}

.no-pad-bot {
    padding-bottom: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.pad-top {
    padding-top: 30px;
}

.pad-bot {
    padding-bottom: 30px;
}

.pad-bot-11 {
    padding-bottom: 11px;
}

.pad-bot-small {
    padding-bottom: 20px;
}

.pad-left {
    padding-left: 30px;
}

.pad-right {
    padding-right: 30px;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    margin-top: 5px;
}

textarea {
    font-size: 18px;
    line-height: 30px;
    padding-left: 10px;
    border: 3px solid rgb(230, 230, 230);
    height: 235px;
    width: 100%;
}

textarea:focus,
input:focus {
    outline: 2px solid rgba(241, 102, 50, .5);
}

.pad-left-15 {
    padding-left: 15px;
}

.pad-kill-left {
    padding-left: 0;
}

.display-when-small {
    display: none;
}


/*.col-md-4 {position: initial;}*/

.ship-content .backtotop i {
    float: none;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 16px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.small-locations,
.small-locations.active {
    display: none;
}


/*modal (terms and conditions)*/

div.modal-dialog {
    max-width: 1170px;
    width: 100%;
}

div.modal-content {
    padding-right: 100px;
    border-radius: 0;
}

div.modal-body h4 {
    font-weight: normal;
    margin-top: -5px;
}

div.modal-body h5 {
    font-weight: bold;
    margin-top: 40px;
}

button.close {
    position: relative;
    right: -115px;
    top: -27px;
    opacity: .6;
    filter: alpha(opacity=60);
}

button.close:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

button.close span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgba(241, 102, 50, 1);
    color: rgba(255, 255, 255, 0);
    border-radius: 100%;
    font-size: 40px;
    line-height: 25px;
}

#faq {
    margin-top: 30px;
}

p.question,
p.answer,
#service7 table {
    margin-top: 0px !important;
}

p.question {
    padding: 5px;
    font-weight: 500;
    background: rgb(230, 230, 230);
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #fff;
}

p.question:hover {
    background: rgba(241, 101, 50, .8);
    color: #fff;
}

p.answer {
    display: none;
    padding: 5px;
}

p.answer.acive {
    display: block;
}


/*small modal*/

.modal-dialog.modal-sm {
    width: 500px;
    margin: 35% auto;
    text-align: center;
}

.modal-dialog.modal-sm .modal-content button.close {
    right: -15px;
}

.modal-dialog.modal-sm .modal-content {
    padding: 0;
}


/*counter*/

.slider {
    margin: 10px 0;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 54.5%;
}

.slider li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}


/*header*/

.form-holder {
    background: rgb(230, 231, 232);
    height: 29px;
}

form.search {
    float: right;
    margin-right: 10px;
}

input:focus,
button:focus {
    outline: none;
}

form.search input[type="search"] {
    height: 29px;
    border: none;
    border-bottom: 1px solid rgb(230, 231, 232);
    width: 250px;
    padding: 0 10px;
    font-size: 15px;
    position: relative;
    top: -3px;
}

form.search button[type="submit"] {
    background: rgb(88, 89, 91);
    border: none;
    height: 30px;
    width: 30px;
    margin-left: -2px;
    margin-top: 0;
    color: white;
    position: relative;
    top: -1px;
}

button img {
    width: 16px;
    position: relative;
    top: -1px;
}

img#facebook {
    width: 75px;
    margin: 21px 5px 0 70px;
}

.lang-switcher ul {
    float: right;
    padding: 0;
}

.navbar {
    border-bottom: 7px solid #FA6400;
    margin-bottom: 0px;
}

.navbar-brand {
    margin-right: 40px;
}

.container>.navbar-header,
.container>.navbar-collapse {
    float: left;
}

ul.nav {
    padding: 25px 0 0;
    font-size: 18px;
    font-weight: normal;
    margin-left: -30px;
}

ul.nav li {
    border-right: 2px solid #808080;
    padding: 1px 0px;
}

ul.nav > li > a {
    color: rgb(88, 89, 91);
    padding: 0 10px 5px;
    z-index: 100;
}

ul.nav li a:hover,
ul.nav li a.active,
ul.nav li a:active {
    color: #FA6400;
    background: #fff;
}

ul.nav > li:last-child {
    border-right: 0;
}


/*ul.nav > li:nth-child(3) {    position: relative;    padding: 10px 10px 0 7px;}.nav > li:nth-child(3) > a {    z-index: 12;    background: #fff;    padding: 0 25px 10px;}*/

ul.sub-menu {
    display: none;
}

ul.nav li:hover ul {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 11;
    font-size: 17px;
    padding: 10px;
    width: 320px;
    -webkit-box-shadow: 1px 1px 15px 4px rgba(129, 129, 129, .5);
    box-shadow: 1px 1px 15px 4px rgba(129, 129, 129, .5);
    font-weight: normal;
}

ul.sub-menu li {
    padding: 15px 0;
    border-bottom: 2px dotted rgb(88, 89, 91);
    border-right: none;
}

ul.sub-menu li:last-child {
    border-bottom: none;
}

ul.sub-menu > li > a {
    padding: 5px !important;
    color: rgb(88, 89, 91);
}

ul.sub-menu > li > a:hover {
    color: #FA6400;
}

.navbar-brand img {
    width: 180px;
}

div.lang-switcher {
    float: right;
    margin-top: 18px;
}

div.lang-switcher ul li {
    padding: 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

div.lang-switcher ul li:first-child {
    border-right: 2px solid rgb(88, 89, 91);
}

div.lang-switcher ul li span {
    color: #FA6400;
    text-transform: uppercase;
}

div.lang-switcher ul li:nth-child(2) {
    padding-right: 0;
    padding-left: 6px;
}

div.lang-switcher ul li a span {
    color: rgb(88, 89, 91);
    font-weight: normal;
}

.about-us {
    background: rgb(88, 89, 91);
}

.pos-nav {
    margin-bottom: 30px;
}

.pos-nav ul {
    padding: 0;
}

.pos-nav .col-md-2 {
    height: 40px;
    width: 19.72%;
    padding: 0;
    margin-right: 0.35224%;
    background: rgb(230, 231, 232);
}

.pos-nav li.col-md-2:last-child {
    margin: 0;
}

.pos-nav img {
    width: 100%;
    padding-top: 10px;
}

.pos-nav ul li:nth-child(2) {
    text-align: center;
}

.pos-nav ul li:nth-child(2) img {
    width: 83%;
    position: relative;
    top: -1px;
}

.breadcrumbs ul {
    padding: 0;
}

.breadcrumbs ul li {
    float: left;
}

.breadcrumbs ul li:after {
    content: '>';
    padding: 0 5px;
}

.breadcrumbs ul li:last-child:after {
    content: none;
}


/*quick access widget*/

.pos-rel {
    position: relative;
}

#quick-access {
    background: #FA6400;
    width: 31%;
    color: #fff;
    position: absolute;
    right: 1.5%;
    top: 45px;
    z-index: 1;
}

#quick-access p {
    margin: 0;
    padding: 12px 15px 6px;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
}

#quick-access p:nth-child(7) {
    border-bottom: none;
}

div#price p {
    border-bottom: none;
}

div#quick-access h4 {
    border-bottom: 2px solid #fff;
    padding: 6px 15px;
    font-size: 28px;
    font-weight: 100;
}

div#quick-access h4 span {
    float: right;
    position: relative;
    top: -2px;
    cursor: pointer;
}

div#quick-access img {
    width: 9%;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}

div#quick-access p:nth-child(3) img {
    width: 7%;
    margin-left: 2px;
    margin-right: 15px;
}


/*div#shipment div {    height: 200px !important;*/


}
#quick-access div.login {
    background: #fff;
    color: rgb(89, 89, 92);
    padding: 10px 10px 12px;
}
#quick-access div.login ul {
    margin: 0;
    padding: 0 3px 10px;
}
#quick-access div.login ul li,
#quick-access a.login-a {
    display: inline;
    font-weight: 100;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
#quick-access div.login ul li {
    float: left;
    width: 50%;
    padding: 15px 0;
}
#quick-access div.login ul li:first-child {
    border-right: 1px solid #808080;
}
#quick-access a.login-a {
    background: #FA6400;
}
#quick-access .login form {
    margin-bottom: 5px;
}
#quick-access .login input[type="text"],
#quick-access .login input[type="password"] {
    text-align: left;
}
#quick-access input[type="text"],
#quick-access input[type="password"] {
    border: none;
    margin: 0;
    background-color: rgb(230, 230, 230) !important;
    width: 100%;
    padding: 2px 10px;
    font-size: 20px;
    text-align: center;
}
#quick-access input[type="password"] {
    width: 90%;
}
#quick-access button {
    font-size: 20px;
    padding: 2px 8px;
    background: #FA6400;
    margin-left: -4px;
    width: 10%;
}
#quick-access a {
    color: #FA6400;
    text-decoration: underline;
    font-size: 16px;
    line-height: 17px;
}
.jumbo-holder {
    position: relative;
    overflow: hidden;
}
.jumbo-holder1 {
    position: relative;
    z-index: 100;
}
#callout {
    display: inline-block;
    height: 171px;
    width: 93px;
    border-right: 1px solid #fff;
}
#quick-access-widget ul,
#callout {
    float: left;
}
#quick-access-widget ul {
    background: #FA6400;
}
.arrow-left {
    position: absolute;
    width: 149px;
    height: 162px;
    left: 41px;
    background: #FA6400;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 30px;
    color: white;
}
.arrow-left p {
    z-index: 9999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    left: -37px;
    top: 105px;
    font-size: 18px;
    line-height: 1;
}
.cover {
    position: absolute;
    height: 171px;
    width: 92px;
    overflow: hidden;
}
#quick-access-widget {
    position: absolute;
    right: 0;
    top: 6%;
    text-align: center;
    margin-right: -3px;
    z-index: 1;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#quick-access-widget img {
    width: 70%;
    padding: 7px;
}
div#widgetContent ul li:first-child img {
    width: 80%;
}
div#quick-access-widget ul li {
    border-bottom: 1px solid #fff;
}
div#quick-access-widget ul li:last-child {
    border-bottom: none;
}
div#callout span {
    width: 1px;
    background: #fff;
    display: inline-block;
    height: 75px;
    margin-top: 21px;
    margin-left: 1px;
}
div.hold-it {
    position: relative;
    width: 172px;
    right: -77px;
}
#quick-access-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#quick-track form {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}
#quick-track textarea {
    height: 120px;
}
#shipment div {
    background: #fff;
    padding: 10px 5px 5px;
    height: 184px;
}
#quick-volume form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#quick-volume form input[type="text"] {
    margin: 5px 0;
}
div.final-volumetric {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(88, 89, 92, .7) !important;
    text-align: center;
    display: none;
}
div.final-volumetric.active {
    display: block;
}
#shipment .shipment1 {
    padding: 30px 10px;
    text-align: center;
}
div#quick-volume {
    position: relative;
    padding-top: 4px;
}
a.big-a {
    font-size: 22px !important;
    position: relative;
    top: 17%;
    text-decoration: none !important;
    color: #fff !important;
}
/*home page*/
#myCarousel .container {
    position: relative;
}
.carousel {
    max-height: 780px;
}
.carousel .item {
    max-height: 780px;
}
.carousel-caption {
    left: 1.8%;
    top: 0;
    text-shadow: none;
    color: #FA6400;
    width: 50%;
    padding-top: 50px;
}
.carousel-caption h1 {
    font-size: 48px;
    text-align: left;
}
div.carousel-caption p {
    text-align: left;
    color: rgb(88, 89, 91);
    font-size: 24px;
    width: 84%;
}
div.about-us {
    width: 32.168%;
    margin-right: 1.75%;
    margin-top: -32px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
div.about-us.last {
    margin-right: 0;
}
div.about-us p {
    margin: 0;
    padding: 7px 0;
}
div.about-us.col-md-4 img {
    width: 10%;
    float: right;
    margin-top: 1px;
}
.about-us p i {
    margin-top: -2px;
    font-size: 37px;
}
.about-us i {
    float: right;
    margin-top: 10px;
}
div.about-us-drop {
    margin: 0 -15px;
    background: rgb(232, 233, 234);
    color: rgb(88, 89, 91);
}
div.about-us-drop ul {
    padding: 0 15px;
    margin-bottom: 0;
}
div.about-us-drop > ul > li > span {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
div.about-us-drop > ul > li > span > a {
    color: rgb(88, 89, 91);
}
div.about-us-drop ul li i {
    font-size: 18px;
}
div.about-us-drop ul li ul {
    margin: 0 -15px;
    background: #fff;
    display: none;
}
div.about-us-drop ul li ul li {
    background: #FA6400;
    padding: 0;
    text-align: center;
}
div.about-us-drop ul li ul li span {
    border-bottom: 2px dotted #fff;
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    font-weight: 100;
}
div.about-us-drop ul li ul li:last-child span {
    border-bottom: none;
}
.app-holder,
.sponsored {
    background: #E8E9EA;
    color: #58595B;
    height: 263px;
}
.box-title {
    background: #FA6400;
    color: #fff;
    font-weight: 500;
    padding: 7px 15px;
    font-size: 18px;
}
.sponsored ul {
    padding: 0 15px;
}
.sponsored a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}
.sponsored li:hover,
.sponsored a:hover {
    color: #fa6400;
}
.e-pos-laju {
    margin-top: 30px;
}
.e-pos-laju > div:first-child {
    padding: 0;
    padding-right: 5px;
}
.e-pos-laju > div:last-child {
    padding-right: 0;
}
div.stripe {
    background: #FA6400;
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
div.stripe p {
    padding: 15px;
}
div.stripe p span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    color: #FA6400;
    border-radius: 100%;
    line-height: 37px;
    font-size: 38px;
}
div.stripe input[type="text"] {
    border: none;
    font-size: 18px;
    padding: 6px 25px;
    width: 360px;
    margin-left: 30px;
    position: relative;
    top: -3px;
}
div.stripe input[type="submit"] {
    border: none;
    color: #fff;
    background: rgb(89, 89, 92);
    text-transform: uppercase;
    font-size: 18px;
    padding: 6px 10px;
    margin-left: 10px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    top: -3px;
}
div.col-md-7 img {
    width: 100%;
}
div.adspace {
    width: 48%;
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
}

div.adspace img {
    \\width: 100%;
}

.container .adspace:first-child {
    margin-right: 4%;
}

.col-md-5 ul {
    padding: 0;
    margin-top: 95px;
}

div.col-md-5 ul li,
div.col-md-5 ul li a {
    font-size: 30px;
    padding: 3px 0;
    color: rgb(89, 89, 92);
}

div.col-md-5 ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #FA6400;
    border-radius: 100%;
    padding-left: 8px;
    line-height: 30px;
    font-size: 26px;
}

div.col-md-7 img {
    width: 100%;
    margin-top: 35px;
}

div.col-md-7 p {
    text-align: center;
    padding: 9px 0;
    font-size: 18px;
    color: rgb(89, 89, 92);
}

.home-swap .col-md-5 i {
    display: none;
}

h2 {
    margin-top: 0px;
    font-size: 36px;
}

.row {
    margin-right: 0px;
}


/*about us page*/

.breadcrumbs {
    border-bottom: 3px solid #FA6400;
    padding-bottom: 6px;
    margin-bottom: 18px;
}

.breadcrumbs ul {
    font-size: 18px;
    margin-top: -6px;
}

#about-img {
    width: 100%;
    margin-top: 5px;
}

div.about-memu img {
    width: 49%;
}

div.about-memu img.classHide {
    margin-left: 35px;
}

div.about-memu ul {
    margin: 0;
    padding: 0;
}

div.about-menu-wrapper {
    background: rgb(230, 230, 230);
}

div.about-memu ul li {
    text-align: center;
    color: #FA6400;
    padding: 19px;
    cursor: pointer;
    font-size: 24px;
}

div.about-memu ul li:first-child {
    text-align: right;
    padding-right: 10%;
}

div.about-memu ul li:last-child {
    text-align: left;
    padding-left: 10%;
}

li.col-sm-6.active,
div.about-menu-wrapper ul li.col-sm-6:hover {
    background: #FA6400;
    color: #fff;
}

div.about-menu-wrapper ul li.col-sm-6:hover {
    opacity: .8;
}

div.about-menu-wrapper ul li.col-sm-6.active:hover {
    opacity: 1;
}

li.fronttab {
    display: block;
    position: relative;
}

li.fronttab.active::after {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FA6400;
    position: absolute;
    bottom: -20px;
    left: 30%;
}

li.fronttab.active:first-child::after {
    left: 70%;
}

li.fronttab.active:nth-child(3)::after {
    left: 30%;
}

div.triangle.active {
    width: 20px;
    margin: 0 auto;
    height: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FA6400;
}

div.about-content {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

div.about-content.active {
    display: block;
}

div.about-content h2 {
    color: #FA6400;
}

div.about-content p {
    width: 90%;
    font-size: 18px;
    line-height: 35px;
    color: rgb(89, 89, 92);
}

#dots li {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    margin: 1px;
    cursor: pointer;
    background: rgb(230, 230, 230);
    padding: 0;
}

ul#dots {
    width: 40px;
    margin: 0 auto 30px;
}

ul#dots li.active {
    background: #FA6400;
}


/*ship with us*/

div.ship-content {
    border-bottom: 2px dotted rgb(180, 180, 180);
    padding: 30px 0;
    position: relative;
}

div.ship-content.clearfix.terms-conditions,
#services div.ship-content,
#login div.ship-content {
    border-bottom: none;
}

div.ship-content ul {
    margin: 0;
    padding: 0;
}

div.ship-content ul li {
    border-bottom: 2px dotted rgb(180, 180, 180);
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}

.terms-conditions a {
    display: block;
    font-size: 16px;
    color: #FA6400;
}

#services .ship-content .col-md-4 > ul > li:first-child {
    padding: 2px 10px;
    font-weight: 500;
    cursor: default;
}

#services div.ship-content .col-md-8 ul li span {
    float: left;
    margin-bottom: 5px;
}

#services .ship-content #service-4 p.orange.padding-top-zero.display-inline.note {
    margin-top: 0;
    position: relative;
    top: 1px;
}

div.ship-content ul li ul li:last-child {
    border: none;
}

div.ship-content ul li a {
    color: rgb(88, 89, 91);
    font-size: 18px;
}

div.ship-content .col-md-4 > ul > li:first-child {
    border-top: 2px dotted rgb(180, 180, 180);
}

#services h3.orange.display-inline.allign-top {
    margin-left: -5px;
}

#services div.ship-content #service-6.col-md-8 ul,
#services div.ship-content #service-14.col-md-8 ul {
    padding-left: 26px;
    padding-bottom: 30px;
}

#services div.ship-content #service-6.col-md-8 ul li span,
#services div.ship-content #service-14.col-md-8 ul li span {
    position: relative;
    left: -20px;
    margin-left: -6px;
}

#service-6 ol li,
#service-14 ol li {
    display: inline-block;
    text-align: center;
    width: 18%;
    font-size: 20px;
    color: #FA6400;
    padding: 10px 0;
}

#service11 table {
    margin-top: 0;
}

#service11 table span {
    padding-right: 5px;
}

#service11 table tr:nth-child(2) td {
    border: 2px solid rgb(230, 230, 230);
}

.location-list:hover {
    background: rgb(230, 230, 230);
}

.nearest-location,
.nearest-agent {
    display: none;
}

.nearest-location.active,
.nearest-agent.active {
    display: block;
}

#contact-us span {
    color: #FA6400;
    font-weight: 500;
}

#contact-us .col-md-4 span {
    text-transform: uppercase;
}

.nearest-location span.orange {
    font-weight: normal;
    text-transform: capitalize;
}

.ship-list.active,
.home,
.location-list.active,
.log-link.active {
    background: #FA6400;
    border: none !important;
    color: #fff;
}

.ship-list.active a,
div.ship-content ul li.home a,
div.ship-content ul li.location-list a,
.log-link.active a {
    color: #fff;
}

div.ship-content ul li ul li a {
    color: #FA6400;
    padding-left: 15px;
}

#services div.ship-content ul li ul li a {
    padding-left: 0;
}

div.ship-content .col-md-6 h3 {
    padding-bottom: 15px;
}

div.col-md-6.col-md-offset-4.border-left h3 {
    padding-top: 15px;
}

div.col-md-4.border-left {
    padding-left: 15px;
}

div.ship-content .col-md-4.border-right {
    padding-left: 0;
}

.ship-content .col-md-4 .backtotop {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 18px;
}

div.ship-content h2,
div.ship-content h3 {
    margin: 0;
}

div.ship-content input[type="text"],
div.ship-content input[type="password"],
div.ship-content select {
    width: 100%;
    border: none;
    margin-bottom: 11px;
    background: rgb(230, 230, 230);
    padding-left: 5px;
    font-size: 18px;
    padding: 5px 10px;
    color: rgb(89, 89, 92);
}

div.half-input {
    margin-bottom: -10px;
}

#login div.half-input {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div.half-input input[type="text"],
div.half-input input[type="button"],
div.half-input select {
    width: 49%;
    margin-right: 1.4%;
}

div.half-input input[type="text"]:nth-child(2n),
div.half-input select {
    margin-right: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    border: none;
    background: rgb(89, 89, 92);
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
}

div.half-input button {
    padding: 5px 25px;
}

button.display-all-areas {
    padding: 5px 15px;
    float: right;
}

div.ship-content p {
    font-size: 18px;
    line-height: 30px;
}

div.ship-content .pad-top p.big-p {
    font-size: 22px;
}

p.orange.big-p {
    margin-bottom: 0;
}

div.ship-content p.orange:nth-child(4) {
    line-height: 24px;
    position: relative;
    top: -1px;
}

.ship-content .prohibited-images {
    margin-top: 50px;
}

.ship-content img {
    width: 18%;
    margin-right: 2.23%;
    margin-bottom: 40px;
}

.ship-content .important-notice img {
    width: 100%;
}

.ship-content #service-19 img,
.ship-content #service-16 img,
.ship-content #service-8 img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.ship-content img:nth-child(5n) {
    margin-right: 0;
}

svg {
    width: 100%;
    height: 365px;
    margin-top: -20px;
}

.orange-input {
    fill: #FA6400 !important;
}

.ship-content .col-md-4 i {
    float: right;
    padding-top: 4px;
}

.ship-content .col-md-4 > ul > li > ul {
    display: none;
}

div.volumetric-weight-head {
    padding-bottom: 10px;
}

div.prohibited-head {
    padding-top: 10px;
}

.terms-head {
    margin-bottom: 20px;
}

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

.note {
    width: 82%;
    padding-top: 5px;
}

p.orange.big-p.display-inline {
    vertical-align: top;
}


/*track n trace*/

a.tnt-modal-trigger {
    border: none;
    background: rgb(89, 89, 92);
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    float: left;
    padding: 5px 30px;
    color: #fff !important;
    text-decoration: none !important;
}

.modal-content button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    padding: 0 10px;
    margin-top: 0;
    background: #FA6400;
    z-index: 1050;
}

div#tnt-error img {
    width: 100%;
}

div#tnt-error .modal-content {
    padding-right: 0;
}

div#tnt-error .modal-dialog {
    max-width: 800px;
}

input.track {
    padding: 5px 30px;
    float: left;
}

textarea {
    resize: none;
}

div.col-md-4.pad-kill-left.display-table-footer-group p.orange.padding-top-zero {
    line-height: 24px;
}

div#track-trace {
    margin-bottom: 40px;
}

div#track-trace .note {
    width: 75%;
    margin-top: -2px;
    margin-left: 5px;
}

h3.orange.display-inline.allign-top {
    vertical-align: top;
}

a#backLink p,
a#backLink i {
    float: left;
    line-height: 1;
    font-size: 14px;
    margin: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a#backLink i {
    margin-right: 5px;
}

a#backLink:hover {
    opacity: .7;
}

a#backLink {
    background: #FA6400;
    color: #fff;
    padding: 0px 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div#container {
    padding-top: 20px;
}

.location-toggle {
    display: none;
    padding-top: 30px;
}


/*services*/

.accordion {
    display: none;
}

#services .ship-content p {
    text-align: justify;
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

#services .ship-content #service-16 p,
#services .ship-content #service-8 p {
    margin-top: 0;
}

#services .ship-content #service-16 a,
#services .ship-content #service-8 a {
    font-size: 18px;
    color: #FA6400;
}

#services .col-md-8 h4 {
    font-weight: 500;
    padding-bottom: 20px;
}

#services div.ship-content .col-md-8 ul {
    padding-top: 10px;
}

#services div.ship-content .col-md-8 ul li {
    border-bottom: none;
    cursor: default;
    padding: 4px 0;
    line-height: 22px;
}

ul#accordion > li {
    background: #fff;
    padding: 7px !important;
}

ul#accordion > li > a,
ul#accordion > li {
    color: #FA6400;
    font-weight: normal;
}

ul#accordion > li i {
    color: rgb(88, 89, 91);
}

#services .ship-content div#faq p {
    padding: 2px 10px;
}

table {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: rgb(89, 89, 92);
    margin-top: 20px;
    margin-bottom: 15px;
}

table .white {
    background: #fff;
}

table thead {
    border-bottom: 4px solid #fff;
}

table thead th {
    color: #fff;
    font-weight: normal;
}

table th,
table td,
table.zones tbody tr:nth-child(2n) td {
    border: 2px solid #fff;
    padding: 7px;
}

table tbody tr:nth-child(2n) td {
    \\border: 1px solid #e6e6e6;
}

table thead tr:first-child {
    text-align: left;
    background: #FA6400;
    border-bottom: 1px solid #fff;
}

table thead tr:nth-child(2) th {
    background: rgb(89, 89, 92);
    text-align: center !important;
}

table tbody tr {
    background: rgb(230, 230, 230);
}

table tbody tr:nth-child(2n) {
    background: #fff;
}

table tr td:first-child {
    border-right: none;
}

table.zones {
    margin-top: 0;
}

table.zones tr td:first-child {
    background: rgb(231, 101, 50);
    color: #fff;
    width: 11%;
    border: 2px solid #fff;
}

table.zones tr td:nth-child(2) {
    text-align: center;
}

table.zones tr:first-child td,
table.zones tr:last-child td {
    border-top: none;
}

#same-day-delivery table thead th:first-child {
    background: rgb(89, 89, 92);
    text-align: center;
}

table.first-day-table thead th,
table.first-day-table tbody td {
    width: 14.28%;
}

#same-day-delivery table thead th,
#same-day-delivery table tbody td {
    border: 2px solid #fff;
}

#same-day-delivery table tbody td:first-child {
    padding: 15px 0;
}

#same-day-delivery table thead th,
#same-day-delivery table thead tr:first-child {
    text-align: center;
}

#same-day-delivery table.zones .white {
    background: #fff;
}

#same-day-delivery table.zones tbody td {
    background: rgb(230, 230, 230);
    color: rgb(89, 89, 92);
    text-align: center;
}

#services .expand span {
    display: inline-block;
    margin-bottom: 0 !important;
    float: right !important;
}

a.plus-minus.area,
.drop-down-area ul li.expand {
    border: 3px solid rgb(230, 230, 230) !important;
    position: relative;
    padding: 13px !important;
    display: block;
    cursor: pointer !important;
}

.drop-down-area ul li.expand span {
    font-size: 24px;
    color: #FA6400;
    font-weight: 500;
}

#services .expand span {
    display: inline-block;
    margin-bottom: 0 !important;
    width: 100%;
}

a.plus-minus.area i,
.drop-down-area ul li.expand i {
    float: right;
    color: rgb(89, 89, 92);
    font-size: 22px;
}

div.panel-collapse ul li {
    padding: 10px 0;
    border-bottom: none;
}

a.plus-minus.clearfix {
    padding: 10px;
}

#services div.ship-content .col-md-4 > ul > li {
    padding: 0;
}

.pos-service {
    display: none;
}

.pos-service.active {
    display: block;
}

div#accordion1,
div.drop-down-area {
    position: relative;
}

ul.abs {
    display: none;
    position: absolute;
    height: 300px;
    overflow-y: scroll;
    background: #fff;
    width: 100.9%;
    z-index: 1;
    left: -3px;
    border: 3px solid rgb(230, 230, 230);
    top: 45px;
    border-top: none;
}

#services div.ship-content .col-md-8 ul.abs li {
    padding-left: 10px;
}

ul.abs li:hover,
ul.abs li.active {
    background: rgb(230, 230, 230);
}

table.areas thead th {
    background: rgb(89, 89, 92);
}

table.areas tbody td {
    background: rgb(230, 230, 230);
}

table.areas tbody tr td[rowspan] {
    vertical-align: top;
}

tbody.chosen-area,
tbody.time-list,
tbody.pickitup {
    display: none;
}

tbody.chosen-area.active,
tbody.time-list.active,
tbody.pickitup.active {
    display: table-row-group;
}

div.clearfix.packs.border-bottom {
    text-align: center;
    padding: 20px 0 0px;
}

#services .packs .col-md-4 {
    padding-right: 0;
    letter-spacing: -0.5px;
}

#services .packs p {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
}

#service-5 ul {
    padding-top: 0 !important;
}

#service-5 p.orange {
    padding-top: 0;
    margin-top: 0;
}

#service-5 table,
#service8 table {
    margin-top: 0;
}

#service-5 p.pad-top i {
    position: relative;
    top: 10px;
}

li.location-list,
li.ship-list,
li.log-link {
    padding: 4px 10px !important;
}


/*Contact Us page*/

div.ship-content ul li {
    padding: 4px 0;
}

div.ship-content ul li a.loc {
    color: rgb(89, 89, 92);
}

.ship-content .expand ul li {
    border-bottom: none;
}

#contact-us .drop-down-area ul li.expand {
    padding: 7px !important;
}

#contact-us li.expand span {
    font-size: 24px;
}

#contact-us .drop-down-area ul li.expand i {
    padding: 7px 5px 0;
}

.nearest-location .col-md-4 {
    width: 32%;
    margin-right: 2%;
    padding-right: 0;
}

#contact-us button.display-all-areas {
    padding: 5px 40px;
}

.nearest-location .col-md-4:nth-child(3n) {
    margin-right: 0;
}

.nearest-location .row-location {
    border-bottom: 2px dotted rgb(180, 180, 180);
}

.nearest-location .row-location:last-child {
    border-bottom: none;
}

.nearest-location .row-location span {
    text-transform: uppercase;
    color: #FA6400;
    font-weight: 500;
}

.nearest-location p {
    line-height: 24px;
}

.locations-div {
    display: none;
}

.locations-div.active {
    display: block;
    padding-left: 10px;
}

#locations-4 a {
    color: #FA6400;
    font-size: 18px;
}

#service-19 ol {
    font-size: 18px;
}


/*login & signup*/

#login1 {
    margin-bottom: 100px;
}

#login input {
    font-size: 18px;
}

#login .login-form input[type="text"] {
    width: 70%;
    padding: 2px;
    margin-bottom: 10px;
    padding-left: 10px;
}

#login input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    color: #fff;
    background: #FA6400;
    padding: 4px 10px 3px;
    font-size: 16px;
    margin-left: -3px;
    font-weight: 800;
}

div.head-group,
div.foot-group {
    display: inline;
}

div.caption a,
div.caption p {
    text-align: left;
    font-size: 18px;
    padding: 0;
    color: rgb(89, 89, 92);
    margin: 0;
}

div.caption {
    border: 3px solid rgb(230, 230, 230);
    padding: 10px;
    margin: 5px 0;
}

#login button {
    background: #FA6400;
    padding: 5px 25px;
}

#login .login-form a {
    font-size: 16px;
    color: #FA6400;
    text-decoration: underline;
    line-height: 17px;
    margin: ;
}

.log {
    display: none;
}

.log.active {
    display: block;
}

div.password {
    padding-top: 10px;
}


/*services accordion*/

.bussiness-accordion,
.personal-accordion,
.value-accordion {
    display: none;
}


/*footer*/

.col-md-5 ul {
    padding: 0;
}


/*.col-md-5 ul li {    border-bottom: 2px dotted rgb(30,31,32);    padding: 5px 0;*/


}
.col-md-5 ul li a {
    color: rgb(54, 147, 208);
    font-size: 18px;
}
.bottom-navigation {
    background: rgb(230, 231, 232);
}
.bottom-navigation ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.bottom-navigation ul li a {
    color: rgb(64, 64, 65);
}
.bottom-navigation ul li,
.bottom-navigation ul:first-child {
    float: left;
}
.bottom-navigation .hidden-xs li:last-child {
    padding-right: none;
}
.bottom-navigation ul:last-child {
    float: right;
    padding-top: 22px;
    margin-right: -20px;
}
.bottom-navigation ul:first-child li {
    padding: 22px 0;
}
.bottom-navigation ul:first-child li a {
    padding: 1px 10px;
    border-right: 1px solid #000;
}
.bottom-navigation ul:first-child li:first-child a {
    padding-left: 0;
}
.bottom-navigation ul:first-child li:last-child a {
    border-right: none;
}
.bottom-navigation ul li img {
    width: 70%;
}
.bottom-navigation ul li:nth-child(2) img {
    width: 72%;
    position: relative;
    top: -2px;
}
.bottom-navigation ul li:nth-child(4) img {
    margin-top: 3px;
}
div.container.footer2.hidden-xs.clearfix {
    padding-bottom: 45px;
}
.footer2 .col-md-3 p {
    color: #FA6400;
    font-size: 18px;
    margin-top: 60px;
    /*font-weight: 500;*/
    
    margin-bottom: 0;
}
.footer2 .footer-kolona p {
    color: #FA6400;
    font-size: 18px;
    margin-top: 60px;
    /*font-weight: 500;*/
    
    margin-bottom: 0;
}
.footer2 div:nth-child(3) {}
ul.footer-col {
    padding-left: 0;
}
ul.footer-col li a {
    font-size: 14px;
    color: rgb(64, 64, 65);
    /*font-weight: 800;*/
    
    line-height: 24px;
}
ul.footer-col.contact-footer li {
    line-height: 24px;
}
ul.footer-col.contact-footer li:first-child {
    font-weight: 800;
}
.cont-foot-1 {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 14px;
    margin-right: 53px;
}
div.copyright {
    border-top: 1px solid rgb(230, 230, 230);
    position: relative;
}
.copyright ul li a {
    color: rgb(146, 148, 151);
    margin-right: 20px;
}
.copyright ul li:last-child a {
    margin-left: 20px;
}
.copyright ul {
    margin-top: 25px;
    padding-left: 0;
    margin-bottom: 50px;
}
.copyright ul,
.copyright ul li {
    float: left;
}
.copyright img {
    float: right;
    margin-top: 15px;
}
.bottom-navigation ul.hidden-xs li {
    text-align: center;
    border-right: 1px solid #929497;
}
.bottom-navigation ul.hidden-xs li:last-child {
    border-right: none;
}
ul#accordion li:hover {
    background: rgb(230, 230, 230);
    cursor: pointer;
}
div.panel-body {
    background: #fff;
    margin-right: -10px;
    margin-left: -10px;
    padding: 15px 25px;
}
div.stripe a {
    color: #fff;
}
div.stripe a:hover {
    color: #fff;
    text-decoration: underline;
}
/*404 page*/
div#error-page p {
    font-size: 28px;
}
div#error-page p#error {
    font-size: 200px;
    font-weight: 500;
    text-align: center;
    color: #FA6400;
}
#error-page .border-bottom {
    border-bottom: 2px dotted rgb(88, 89, 92);
    padding-bottom: 10px;
}
#error-page p.pad-top {
    padding-top: 15px;
}
#error-page .buttons {
    background: #FA6400;
    color: #fff;
    display: block;
    float: left;
    width: 31.3%;
    padding: 5px;
    font-size: 24px;
    margin-right: 3%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}
#error-page .buttons:last-child {
    margin-right: 0;
}
span.buttons {
    cursor: pointer;
}
span.buttons:hover {
    text-decoration: underline;
}
/*sitemap*/
#sitemap a {
    color: rgb(88, 89, 92);
}
#sitemap ul {
    padding: 10px 0;
    border-bottom: 1px solid rgb(230, 230, 230);
    width: 260px;
}
#sitemap ul:last-child {
    border-bottom: none;
}
#sitemap .col-sm-4 {
    padding: 0;
}
#sitemap .headings {
    font-size: 18px;
    color: #FA6400;
}
.bold {
    font-weight: 500;
}
@media screen and (max-width: 1440px) {
    form.search input[type="search"] {
        top: -2px;
    }
    
    button img {
        top: 1px;
    }
    
    .carousel {
        max-height: 450px;
    }
    
    .carousel .item {
        max-height: 450px;
    }
    
    div#quick-access {
        right: 14.5%;
    }
    
    div#quick-access h4 {
        padding: 0px 15px 4px;
        font-size: 26px;
    }
    
    #quick-access p {
        font-size: 18px;
        padding: 5px 15px;
    }
    
    #shipment div#quick-track {
        padding-top: 8px;
    }
    
    #shipment div {
        height: 155px;
        padding: 5px;
    }
    
    div#quick-access img {
        width: 8%;
        bottom: 0px;
    }
    
    div#quick-access p:nth-child(3) img {
        width: 6%;
        margin-left: 3px;
        margin-right: 16px;
    }
    
    #quick-access div.login ul {
        padding: 0 3px 6px;
    }
    
    #quick-access div.login ul li {
        font-size: 18px;
    }
    
    #quick-access .shipment1 p {
        font-size: 12px;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    #quick-access .login form {
        margin-bottom: 5px;
    }
    
    #quick-access input[type="text"],
    #quick-access input[type="password"] {
        margin-bottom: 2px;
        padding: 3px 10px;
        font-size: 18px;
        text-align: left;
    }
    
    #quick-track textarea {
        height: 100px;
    }
    
    #quick-access button {
        font-size: 18px;
        padding: 3px 6px;
    }
    
    #quick-access a {
        font-size: 14px;
    }
    
    #quick-access input[type="button"],
    #quick-access input[type="submit"],
    button {
        font-size: 16px;
        padding: 3px;
        font-weight: 100;
    }
    
    #quick-volume form {
        text-align: center;
    }
    
    div.about-us {
        font-size: 18px;
        margin-top: -23px;
    }
    
    div.about-us p {
        margin: 0;
        padding: 5px 0 7px;
    }
    
    div.about-us.col-md-4 img {
        width: 7.5%;
        position: relative;
        right: -7px;
    }
    
    #quick-volume form input[type="text"] {
        margin: 2px 0;
    }
}
@media screen and (max-width: 1200px) {
    .hari-wrap {
        margin: 5% auto;
    }
    
    div.modal-dialog {
        width: 95%;
    }
    
    .pad-top {
        padding-top: 10px;
    }
    
    form.search input[type="search"] {
        top: -1px;
    }
    
    form.search button img {
        top: -1px;
    }
    
    ul.nav {
        font-size: 18px;
    }
    
    ul.nav li:hover ul {
        font-size: 14px;
        width: 247px;
        padding: 10px 0;
    }
    
    .navbar-brand img {
        width: 158px;
    }
    
    img#facebook {
        margin-left: 27px;
        margin-top: 25px;
    }
    
    div.lang-switcher {
        margin-right: 10px;
        margin-top: 25px;
    }
    
    div.lang-switcher ul li {
        padding: 0 5px 0;
        font-size: 16px;
    }
    
    #quick-access {
        top: 35px;
    }
    
    div.lang-switcher ul li:nth-child(2) {
        padding-left: 3px;
    }
    
    .carousel-caption h1 {
        font-size: 40px;
    }
    
    .carousel-caption {
        top: -15px;
    }
    
    div.carousel-caption p {
        font-size: 20px;
    }
    
    div.col-md-7.pad-bot.border-left {
        border: none;
    }
    
    div.about-us.col-md-4 img {
        width: 10.5%;
    }
    
    div.about-us p {
        padding: 8px 0;
        font-size: 20px;
    }
    
    .about-us p i {
        margin-top: -2px;
        font-size: 32px;
    }
    
    .about-us i {
        margin-top: 6px;
    }
    
    div.stripe {
        font-size: 28px;
        margin-top: 20px;
    }
    
    div.stripe p {
        padding: 12px;
    }
    
    div.stripe p span {
        display: inline-block;
        width: 36px;
        height: 36px;
        background: rgb(255, 255, 255);
        color: #FA6400;
        border-radius: 100%;
        line-height: 32px;
        font-size: 36px;
    }
    
    div.col-md-5 ul li,
    div.col-md-5 ul li a {
        font-size: 26px;
        padding: 0;
    }
    
    div.col-md-7 p {
        font-size: 16px;
    }
    
    div.stripe input[type="text"] {
        font-size: 16px;
        padding: 3px 25px;
        width: 340px;
    }
    
    div.stripe input[type="submit"] {
        font-size: 16px;
        padding: 3px 10px;
        margin-left: 8px;
    }
    
    h2,
    .h2 {
        font-size: 34px;
    }
    
    div#track-trace .note {
        margin-top: -4px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    div.about-memu ul li {
        padding: 15px;
        font-size: 22px;
    }
    
    div.about-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    div.about-content p {
        width: 98%;
        font-size: 16px;
        line-height: 28px;
    }
    
    div.ship-content ul li {
        padding: 6px;
        font-size: 16px;
    }
    
    div.ship-content ul li a {
        font-size: 16px;
    }
    
    div.ship-content input[type="text"] {
        margin-bottom: 9px;
        font-size: 16px;
        padding: 6px 10px;
    }
    
    div.half-input input[type="text"],
    div.half-input input[type="button"] {
        margin-right: 1%;
    }
    
    div.half-input input[type="button"],
    button {
        font-size: 14px;
    }
    
    .ship-content .backtotop {
        bottom: 23px;
        left: 175px;
        font-size: 16px;
    }
    
    div.ship-content p {
        font-size: 18px;
        line-height: 26px;
    }
    
    svg {
        height: 340px;
    }
    
    .note {
        width: 75%;
        padding-top: 5px;
        line-height: 20px;
    }
    
    .bottom-navigation ul:first-child li a {
        font-size: 14px;
        padding: 1px 7px;
    }
    
    .bottom-navigation ul li img {
        width: 70%;
    }
    
    .bottom-navigation ul.hidden-xs li:first-child {
        width: 133px;
    }
    
    .bottom-navigation ul.hidden-xs li:nth-child(2) {
        width: 118px;
    }
    
    .bottom-navigation ul.hidden-xs li:nth-child(3) {
        width: 86px;
    }
    
    .bottom-navigation ul.hidden-xs li:nth-child(4) {
        width: 113px;
    }
    
    .bottom-navigation ul.hidden-xs li:nth-child(5) {
        width: 102px;
    }
    
    .cont-foot-1 {
        margin-right: 0px;
    }
}
@media screen and (max-width: 992px) {
    #back-to-top-min {
        visibility: visible;
        font-size: 45px;
        color: #FA6400;
    }
    
    form.search button[type="submit"] {
        top: 0;
    }
    
    .backtotop {
        visibility: hidden;
    }
    
    img#facebook {
        width: 60px;
        margin: 25px 5px 0 12px;
    }
    /*div.lang-switcher {        float: none;        margin-top: 24px;    }*/
    
    li.fronttab.active::after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #FA6400;
        bottom: -15px;
    }
    
    div.lang-switcher ul li {
        padding: 0 1px 0;
        font-size: 14px;
    }
    
    div.lang-switcher ul li:first-child {
        border-right: 1px solid rgb(88, 89, 91);
        padding-right: 4px;
    }
    
    div.lang-switcher ul li:nth-child(2) {
        padding-left: 1px;
    }
    
    .form-holder {
        height: 30px;
    }
    
    form.search input[type="search"] {
        height: 30px;
        width: 200px;
        top: 0px;
    }
    
    form.search button[type="submit"] {
        height: 30px;
        width: 30px;
    }
    
    .navbar-brand img {
        width: 137px;
    }
    
    ul.nav li {
        border-right: 1px solid #808080;
        padding: 2px 0px;
    }
    
    ul.nav li a {
        padding: 0 6px;
    }
    
    ul.nav {
        font-size: 14px;
        padding: 22px 0 0;
    }
    
    .nav>li>a:hover,
    .nav>li>a:focus {
        background-color: rgb(88, 89, 91);
        outline: none;
    }
    
    ul.sub-menu li {
        padding: 4px 5px;
        font-size: 13px;
    }
    
    #quick-access {
        top: 4px;
    }
    
    div#quick-access h4 {
        font-size: 20px;
    }
    
    #quick-access p {
        font-size: 16px;
        padding: 2px 0 3px 15px;
    }
    
    div#quick-access img {
        width: 9%;
    }
    
    #quick-access div.login ul li {
        padding: 0px;
        font-size: 14px;
    }
    
    #quick-access div.login ul li:first-child {
        padding-right: 12px;
    }
    
    #quick-access a.login-a {
        font-size: 16px;
    }
    
    #quick-access input[type="text"],
    #quick-access input[type="password"] {
        font-size: 16px;
    }
    
    #quick-access button {
        font-size: 16px;
        padding: 3px 5px;
    }
    
    #shipment div {
        height: 145px;
    }
    
    #quick-track textarea {
        height: 90px;
        font-size: 16px;
    }
    
    .about-us i {
        margin-top: 4px;
    }
    
    div.about-us-drop > ul > li > span {
        padding: 7px 0;
    }
    
    div.about-us-drop span {
        font-size: 14px;
        font-weight: 100;
    }
    
    div.about-us-drop ul li i {
        font-size: 14px;
    }
    
    .hidden-xs,
    .about-us i,
    .about-us img {
        display: none !important;
    }
    
    div.stripe {
        font-size: 26px;
        margin-top: 0px;
    }
    
    div.stripe p {
        padding: 8px;
    }
    
    div.stripe p span {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 30px;
    }
    
    .col-md-5 ul {
        margin-top: 30px;
    }
    
    div.col-md-5 ul li,
    div.col-md-5 ul li a {
        font-size: 24px;
        line-height: 45px;
    }
    
    div.stripe input[type="text"] {
        font-size: 14px;
        width: 280px;
        position: relative;
        top: -5px;
    }
    
    div.stripe input[type="submit"] {
        font-size: 14px;
        margin-left: 4px;
        position: relative;
        top: -5px;
    }
    
    div.about-memu ul li {
        padding: 10px;
        font-size: 18px;
        display: inline-block;
    }
    
    .col-md-4 {
        position: initial;
        display: inline-block;
    }
    
    div.about-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .ship-content .col-md-4 {
        display: block;
    }
    
    .ship-content .col-md-6 {
        border-left: none;
    }
    
    .ship-content .col-md-4 {
        border-right: none;
    }
    
    .cube {
        width: 100%;
        margin: 0 auto;
    }
    
    div.col-md-4.cube svg {
        width: 35% !important;
        margin: 0 26%;
    }
    
    .pos-nav {
        margin-bottom: 0px;
    }
    
    .icon-bar {
        background: rgb(88, 89, 91);
    }
    
    .navbar-toggle {
        padding: 18px 12px;
        background-color: rgb(230, 231, 232);
        border-radius: 0;
        float: left;
        margin: 0;
    }
    
    .navbar-toggle .icon-bar {
        background: rgb(88, 89, 91);
    }
    
    .about-us {
        float: left;
        text-align: center;
        width: 32.167% !important;
        margin-top: -1px !important;
    }
    
    div.about-us-drop ul li ul li {
        padding: 0 10px;
    }
    
    div.about-us-drop > ul > li > span {
        text-align: left;
    }
    
    div.about-us-drop > ul > li > span i {
        display: inline-block !important;
    }
    
    .carousel-caption h1 {
        font-size: 36px;
    }
    
    div.carousel-caption p {
        font-size: 14px;
    }
    
    .list-left,
    .list-right {
        width: 48%;
        float: left;
    }
    
    .list-left {
        margin-right: 2%;
    }
    
    div.col-md-5 ul li,
    div.col-md-5 ul li a {
        font-size: 22px;
        line-height: 42px;
    }
    
    div.col-md-5 ul li span {
        line-height: 29px;
        font-size: 26px;
        padding-left: 8px;
    }
    
    .bottom-navigation {
        text-align: center;
        padding: 20px 0;
    }
    
    .bottom-navigation ul li,
    .bottom-navigation ul:first-child {
        float: none;
        display: inline;
    }
    
    .row {
        margin-right: -15px;
    }
    
    .breadcrumbs ul {
        font-size: 14px;
        margin-top: 5px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    h4 {
        font-size: 22px;
    }
    
    .pad-bot {
        padding-bottom: 30px;
    }
    
    #contact-us .drop-down-area ul li.expand {
        padding: 5px !important;
    }
    
    #contact-us li.expand span {
        font-size: 20px;
    }
    
    a.plus-minus.area i,
    .drop-down-area ul li.expand i {
        font-size: 18px;
    }
    
    #location-holder .row-location {
        width: 50%;
        float: left;
        padding-top: 0;
        border: none;
    }
    
    .display-table-footer-group {
        display: table-footer-group !important;
    }
    
    .display-table-header-group {
        display: table-header-group !important;
    }
    
    .copyright ul li:last-child a {
        margin-left: 0;
        position: absolute;
        bottom: 20px;
        right: 16%;
        left: 16%;
        text-align: center;
    }
    
    #services .ship-content p {
        margin-top: 0;
    }
    
    input.track {
        float: none;
    }
    
    #login1,
    #login2 {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .e-pos-laju > div:first-child,
    .e-pos-laju > div:last-child {
        padding: 0 15px;
    }
    
    .e-pos-laju > div:last-child {
        margin: 30px 0;
    }
}
@media screen and (min-width: 768px) {
    .navbar-collapse.in {
        min-height: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .hari-wrap {
        width: 90%;
    }
    
    .hari-close {
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
    }
    
    .display-when-small {
        display: block;
    }
    
    ul.sub-menu li {
        padding: 7px 5px;
    }
    
    ul.nav li:hover ul {
        display: none;
    }
    
    .navbar-brand img {
        display: inline-block;
        width: 80px;
        padding: 0;
    }
    
    .search-icon-small {
        float: right;
        display: inline-block;
        position: absolute;
        right: 84px;
        background: rgb(230, 230, 230);
        width: 43px;
        height: 43px;
        padding: 7px;
        top: -1px;
    }
    
    .search-icon-small img {
        width: 30px;
        height: auto;
    }
    
    div.small-search-bar {
        background: rgb(65, 65, 65);
        text-align: center;
    }
    
    form.search {
        float: none;
        margin-right: 0;
    }
    
    form.search input[type="search"] {
        height: auto;
        font-size: 12px;
        padding: 5px 0 5px 15px;
        width: 50%;
        top: -5px;
    }
    
    form.search input[type="submit"] {
        background: #FA6400;
        text-transform: capitalize;
        font-size: 12px;
        margin-top: 10px;
        position: relative;
        top: -5px;
        left: -3px;
        padding: 5.5px 22px;
    }
    
    ::-webkit-input-placeholder,
    :-moz-placeholder,
    ::-moz-placeholder,
    :-ms-input-placeholder {
        color: rgb(251, 101, 50);
        opacity: 1;
    }
    
    .navbar {
        border-bottom: 4px solid #FA6400;
        min-height: 47px;
    }
    
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin: 0;
    }
    
    .navbar-toggle {
        padding: 13px 9px;
    }
    
    .navbar-brand {
        padding: 9px 11px;
        font-size: 18px;
        line-height: 20px;
    }
    
    .row {
        margin: 0px;
    }
    
    .home-swap .col-md-5 i {
        float: left;
        margin-bottom: 10px;
    }
    
    ul.nav > li:first-child > a {
        background: none;
        height: auto;
    }
    
    ul.nav > li:first-child > a > span {
        visibility: visible;
    }
    
    .container>.navbar-collapse {
        clear: both;
    }
    
    ul.nav.navbar-nav {
        padding: 0px 10px;
        margin-top: 0;
    }
    
    .nav > li:nth-child(3) > a {
        padding: 5px 0;
    }
    
    .navbar ul li,
    ul.nav li:first-child {
        border-bottom: 2px dotted rgb(88, 89, 91);
        border-right: none;
    }
    
    .lang-switcher ul li {
        border: none !important;
        background: rgb(230, 230, 230);
        display: inline-block !important;
        padding: 11px 9px !important;
        font-size: 15px !important;
        font-weight: normal !important;
    }
    
    .navbar ul li a {
        padding: 5px 0 5px;
    }
    
    .carousel-caption {
        left: 6.8%;
        margin-top: -25px;
    }
    
    .carousel-caption h1 {
        font-size: 40px;
    }
    
    .subheader {
        font-size: 44px;
    }
    
    .container {
        padding: 0;
    }
    
    .video-container {
        margin: 0 0px 30px;
    }
    
    div.lang-switcher {
        float: right;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    div.lang-switcher ul {
        margin: -1px -11px;
    }
    
    div.copyright {
        border: none;
    }
    /*uros*/
    
    #quick-access input[type="text"] {
        width: 70%;
    }
    
    #quick-access .login input[type="password"] {
        width: 60%;
    }
    
    #quick-access a.login-a {
        font-size: 18px;
    }
    
    #quick-access input[type="button"],
    #quick-access input[type="submit"],
    button {
        font-size: 10px;
    }
    
    #quick-track textarea {
        font-size: 12px;
    }
    
    display-when-small {
        display: initial;
    }
    
    .pad-left45 {
        padding-left: 45px;
    }
    
    h2 {
        font-size: 18px;
    }
    
    .breadcrumbs {
        display: none;
    }
    
    div#quick-access-widget {
        display: none;
    }
    
    ol.carousel-indicators,
    .carousel-inner {
        display: none;
    }
    
    div#myCarousel {
        height: 300px;
        background: rgb(88, 89, 91);
    }
    
    div#myCarousel.about-us-slider {
        height: auto;
    }
    
    div#myCarousel.about-us-slider .carousel-inner {
        display: block;
    }
    
    div#quick-access {
        right: 11%;
        left: 13%;
        top: 10px;
        width: 75%;
    }
    
    div#quick-access h4 {
        font-size: 16px;
        border-bottom: 1px solid #fff;
        padding: 1px 13px;
        position: relative;
        padding-bottom: 5px;
        top: -2px;
    }
    
    div#quick-access img,
    div#quick-access p:nth-child(3) img {
        width: 19px;
        margin-bottom: 1px;
    }
    
    div#quick-access p:nth-child(3) img {
        margin-left: 0;
        margin-right: 10px;
    }
    
    div#shipment div {
        height: 135px;
    }
    
    #quick-volume form input[type="text"] {
        width: 100%;
        font-size: 10px;
    }
    
    #quick-volume form {
        width: 40%;
        text-align: center;
    }
    
    #quick-volume input#Button1 {
        margin: 0 auto;
    }
    
    #quick-track textarea {
        height: 80px;
        margin: 0;
    }
    
    #shipment #quick-track input[type="submit"] {
        width: 40%;
        margin-bottom: 10px;
        padding: 2px 10px;
        font-size: 12px;
    }
    
    #quick-access p {
        padding: 2px 15px;
        font-size: 14px;
        border-bottom: 1px solid #fff;
    }
    
    #quick-access div.login {
        padding: 35px 0px;
    }
    
    #shipment div#quick-track {
        padding-top: 11px;
    }
    
    #shipment div#quick-volume {
        padding-top: 17px !important;
    }
    
    #quick-access div.login ul {
        margin: 0;
        padding: 0 2px 5px;
    }
    
    #quick-access div.login ul li {
        font-size: 12px;
        padding: 0px 2px;
    }
    
    div.login.active.shipment1.slide-ship span {
        width: 80%;
        display: inline-block;
    }
    
    #quick-access input[type="text"],
    #quick-access input[type="password"] {
        font-size: 14px;
        padding: 1px 6px;
    }
    
    #quick-access button {
        font-size: 14px;
        padding: 1px 6px;
        position: relative;
        top: 0px;
    }
    
    #quick-access a {
        font-size: 9px;
        line-height: 12px;
    }
    
    #quick-access .login form {
        margin-bottom: 3px;
    }
    
    div.about-us {
        width: 75% !important;
        margin: 7px 13% 0 !important;
        font-size: 12px;
    }
    
    div.about-us p {
        /*float: left;width: 30%;*/
        font-size: 13px;
        /*position: relative;top: 7px;*/
        padding: 3px 0;
    }
    
    div.about-us-drop {
        /*float: right;width: 70%;*/
        padding: 0 20px;
    }
    
    div.about-us-drop ul {
        padding: 0 3px;
    }
    
    div.about-us-drop > ul > li:first-child {
        border-bottom: 2px dotted rgb(88, 89, 91);
    }
    
    div.about-us-drop > ul > li > span {
        padding: 6px 2px;
        font-size: 12px;
    }
    
    div.about-us-drop > ul > li > span i {
        font-size: 8px;
    }
    
    div.about-us:first-child {
        margin-top: 12px !important;
    }
    
    div.about-us:last-child {
        margin-bottom: 12px !important;
    }
    
    div.about-us-drop ul li ul {
        margin: 0 -23px;
        padding: 0;
    }
    
    div.about-us-drop ul li ul li {
        padding: 0 5px;
    }
    
    div.about-us-drop ul li ul li span {
        font-size: 12px;
        padding: 7px 0;
    }
    
    li.col-sm-6.active,
    div.about-menu-wrapper ul li.col-sm-6:hover {
        width: 100% !important;
        text-align: center !important;
        padding: 7px 0 !important;
        display: block !important;
    }
    
    div.about-memu ul li,
    div.triangle.active {
        display: none;
    }
    
    div.about-content.active {
        margin-top: -20px;
    }
    
    .head-padding {
        padding: 10px 45px 0;
        margin: 0;
    }
    
    .hidden-till-small {
        display: initial;
    }
    
    p.hidden-till-small {
        margin: 0;
        padding-left: 45px;
    }
    
    #about-img {
        margin-top: 15px;
    }
    
    div.ship-content .col-md-6 h3 {
        margin: 0 -15px;
        padding: 5px 15px;
    }
    
    .ship-content .col-md-6 {
        border: none;
    }
    
    div.col-md-6.col-md-offset-4.border-left h3 {
        padding: 5px 15px;
    }
    
    div.half-input input[type="button"] {
        width: 65% !important;
        margin-left: 7%;
    }
    
    div.half-input input[type="button"],
    button {
        font-size: 12px;
    }
    
    button.reset-button-width.reset-button-padding {
        padding: 5px 8px!important;
    }
    
    div.half-input input[type="button"] {
        font-size: 12px;
        width: 65% !important;
        margin-left: 7%;
    }
    
    input[type="button"],
    button {
        font-size: 12px;
    }
    
    button.reset-button-width.reset-button-padding {
        padding: 5px 8px!important;
    }
    
    div.volumetric-weight-body div.col-md-4:first-child {
        display: table-footer-group;
    }
    
    div.volumetric-weight-body div.col-md-4:first-child .big-p {
        font-size: 12px !important;
        margin: 0;
    }
    
    div.volumetric-weight-body div.col-md-4.border-right p {
        padding: 0;
    }
    
    div.volumetric-weight-body div.col-md-4:nth-child(2) {
        display: table-header-group;
        background: rgb(89, 89, 92);
        text-align: center;
        color: rgb(230, 230, 230);
    }
    
    div.volumetric-weight-head {
        padding: 20px 9% 0;
    }
    
    .volumetric-weight-head h4 {
        font-size: 12px;
    }
    
    div.col-md-4.cube {
        display: none;
    }
    
    div.col-md-4.cube {
        display: none;
    }
    
    .modal-sm div.modal-content {
        width: 60%;
        left: 2%;
        right: 2%;
    }
    
    div.volumetric-weight-body div.col-md-4 {}
    
    div.volumetric-weight-body div.col-md-4:nth-child(2) p {
        font-size: 15px;
    }
    
    div.ship-content .volumetric-weight-body input[type="text"] {}
    
    div.ship-content .volumetric-weight-body input[type="button"] {
        background: #FA6400;
        padding: 5px 20px;
        margin: 0 0 13px;
    }
    
    .volumetric-weight-body form {
        width: 70%;
        margin: 0 auto;
    }
    
    div.volumetric-weight-body div.col-md-4:first-child p {
        padding: 0 10%;
    }
    
    div.volumetric-weight-body div.col-md-4:first-child p:first-child {
        padding-top: 10px;
    }
    
    div.volumetric-weight-body div.col-md-4:first-child p:nth-child(3) {
        width: 20%;
        vertical-align: top;
    }
    
    div.volumetric-weight-body div.col-md-4:first-child p:nth-child(4) {
        width: 75%;
        padding-left: 3px;
        top: 1px;
        line-height: 16px;
    }
    
    div.ship-content {
        padding: 15px 0;
    }
    
    div.col-md-4.pad-kill-left {
        display: none;
    }
    
    div.prohibited-head {
        background: #FA6400;
        color: #fff;
        text-align: center;
        padding: 5px;
    }
    
    div.prohibited-head .orange {
        color: #fff;
    }
    
    .prohibited-head h4 {
        font-size: 10px;
        margin-top: 2px;
    }
    
    div.prohibited-images.clearfix {
        margin-top: 7px;
        padding: 0 15px;
    }
    
    img.fl.prohibited {
        width: 32%;
        margin-bottom: 7px;
    }
    
    .prohibited-images img.fl.prohibited:nth-child(3n) {
        margin-right: 0;
    }
    
    .prohibited-images img.fl.prohibited,
    .prohibited-images img.fl.prohibited:nth-child(5n) {
        margin-right: 2%;
    }
    
    .hide-when-small {
        display: none;
    }
    
    #services .col-md-8 h4 {
        display: block;
        background: #FA6400;
        color: #fff;
        margin: 0 -15px 10px;
        padding: 3px 0 3px 40px;
        font-size: 20px;
    }
    
    #services .ship-content p {
        text-align: left;
        padding: 4px 0 0 10px;
        line-height: 15px;
    }
    
    #services div.ship-content .col-md-8 ul {
        padding: 10px 0 0 25px;
    }
    
    #services div.ship-content .col-md-8 ul li {
        font-size: 12px;
        line-height: 14px;
    }
    
    table {
        margin: 2px 0 15px;
        font-size: 10px;
    }
    
    tr.orange-bck {
        background: #FA6400;
        color: #fff;
        text-align: left;
        line-height: 6px;
    }
    
    tr.orange-bck td:first-child,
    tr td:nth-child(2) {
        border-right: 5px solid #fff;
    }
    
    tr.dark-bck {
        background: rgb(88, 89, 91) !important;
        color: #fff;
        font-size: 10px;
        line-height: 6px;
    }
    
    td {
        border: 1px solid #fff;
    }
    
    tr.light-bck {
        line-height: 6px;
    }
    
    div.zone-small.display-when-small h2 {
        padding-left: 7px;
    }
    
    table.zones tr td:nth-child(2) {
        padding-left: 10px;
    }
    
    table.zones tr td:first-child {
        width: 19%;
    }
    
    table.zones {
        font-size: 12px;
        line-height: 5px;
    }
    
    table.zones tbody tr:nth-child(2n) td {
        background: #fff;
        color: rgb(88, 89, 91);
        line-height: 12px;
    }
    
    #services .col-md-8 h4.orange.pad-top {
        background: #fff;
        color: #FA6400;
        margin: 10px 0 5px;
        padding: 0 10px;
        clear: both;
    }
    
    .border-bottom {
        border-bottom: 2px dotted rgb(230, 230, 230);
    }
    
    div.table-holder {
        margin: 0 -15px;
        padding: 10px 15px;
    }
    
    #small-branches li {
        border-bottom: 2px dotted rgb(230, 230, 230);
        margin: 0 15px 0 5px;
        font-weight: 500;
    }
    
    #small-branches li a {
        font-size: 12px;
        display: block;
        padding-left: 10px;
    }
    
    #small-branches li i {
        float: right;
        position: relative;
        top: 5px;
    }
    
    #locations-1.active,
    #locations-3.active,
    #locations-2.active {
        display: none;
    }
    
    .small-locations {
        display: none;
    }
    
    .small-locations.active {
        display: block;
        padding-left: 10px;
    }
    
    .modal {
        padding: 3% 4% 0 0;
        -webkit-overflow-scrolling: touch;
    }
    
    div.modal-body h5 {
        color: #FA6400;
    }
    
    div.modal-content {
        padding: 0;
    }
    
    button.close {
        right: -15px;
    }
    
    div.modal-backdrop {
        display: none;
    }
    
    div.col-md-7.padding-blur-part {
        padding: 0;
    }
    
    div.col-md-7 img {
        margin-top: 0;
    }
    
    .padding-ship-content {
        padding: 0 1em 1em 3em !important;
    }
    /*div.head-group, div.foot-group {display: block;}div.head-group {display:table-header-group;}div.body-group {display:table-row-group;}div.foot-group {display:table-footer-group; text-align: center;}*/
    
    .about-text h2 {
        margin-top: 30px;
    }
    
    #login .login-form form {
        margin-left: 40px;
        width: 80%;
    }
    
    #login .login-form a {
        float: left;
    }
    
    input#login-trigger {
        clear: left;
        margin-top: 15px;
        background: #FA6400;
        margin-left: 40px;
        margin: 20px auto;
    }
    
    #login .login-form {
        text-align: center;
    }
    
    div#track-trace .note {
        margin-top: -12.5px;
    }
    
    div#track-trace h2 {
        margin-top: 10px;
    }
    /*uros*/
    /* mk code*/
    /*.padding-bottom-sm {padding-bottom: 1em;}    .padding-blur-part {padding: 0 0 1em 0}        .padding-top-zero {padding-top: 0 !important;}    .create-button-width {width: 71% !important;}    /*.reset-button-width {width: 25% !important;}    .reset-button-padding {padding: 5px 17px !important;}*/
    
    .text-center {
        text-align: center;
    }
    
    .classHide {
        display: none;
    }
    
    div.col-md-5 ul li,
    div.col-md-5 ul li a {
        font-size: 12px;
        line-height: 28px;
    }
    
    div.stripe {
        font-size: 14px;
    }
    
    div.stripe p span {
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 18px;
    }
    
    div.col-md-5 ul li span {
        line-height: 18px;
        font-size: 12px;
        padding-left: 6px;
        width: 18px;
        height: 18px;
    }
    
    div.stripe input[type="text"] {
        font-size: 13px;
        width: 157px;
        top: 0px;
        margin-left: 6px;
    }
    
    div.stripe input[type="submit"] {
        font-size: 13px;
        margin-left: 4px;
        top: 0px;
        padding: 4px 10px;
    }
    
    .col-md-5 ul {
        width: 58%;
        margin: 10px auto;
    }
    /*.copyright ul li:last-child {float:right;}    .bottom-navigation ul {float: left !important; padding-left:1em;}*/
    
    h3 {
        font-size: 18px;
    }
    
    h4 {
        font-size: 14px;
    }
    
    div.about-content p {
        font-size: 14px;
        line-height: 21px;
    }
    
    textarea {
        font-size: 13px;
        height: 120px;
    }
    
    div.ship-content {
        border: none;
        border-bottom: 2px dotted rgb(230, 230, 230);
    }
    
    div.ship-content p {
        font-size: 12px;
        line-height: 18px;
        padding-top: 1em;
    }
    
    div.ship-content .col-md-6 h3 {
        background-color: #FA6400;
        color: white;
    }
    
    div.half-input input[type="text"] {
        margin-right: 2%;
    }
    
    div.half-input input[type="text"] {
        width: 48.4%;
    }
    
    div.half-input input[type="button"] {
        margin-right: 2%;
    }
    /*#location-holder-small p {background-color: rgb(230,231,232); padding: 0.5em; margin: 0 2px; line-height:16px}*/
    
    .padding-lr-lg {
        padding: 0 40px;
    }
    
    div.ship-content .locations-div p {
        padding-top: 0;
    }
    
    #locations-4 a {
        font-size: 14px;
    }
    
    .pad-left-25 {
        padding-left: 10px;
    }
    
    .mbot {
        margin-bottom: 20px !important;
    }
    /* end */
    
    .show-menu .navbar {
        display: block;
        height: 40px !important;
    }
    
    .show-menu .container > .navbar-collapse {
        position: relative;
    }
    
    .show-menu #wrapper {
        position: fixed;
        left: 270px;
        top: 47px;
    }
    
    .show-menu .navbar-toggle {
        position: relative;
        left: 220px;
    }
    
    .show-menu .lang-switcher,
    .show-menu .search,
    .show-menu .bottom-navigation,
    .show-menu .copyright,
    .show-menu .search-icon-small {
        display: none;
    }
    
    div.navbar-collapse.in > ul > li {
        border-bottom: 2px dotted #fff;
        margin-left: 11px;
    }
    
    ul.nav li a:hover,
    ul.nav li a.active,
    ul.nav li a:active {
        background: rgb(88, 89, 91);
        color: rgb(230, 230, 230);
    }
    
    ul.nav > li > a,
    ul.nav > li:first-child > a,
    ul.nav > li:nth-child(3) > a {
        color: rgb(230, 230, 230);
        font-size: 14px;
        padding-left: 12px;
        background: rgb(89, 89, 91);
    }
    
    .show-menu .container > .navbar-collapse {
        top: 4px;
        left: -1px;
        width: 220px;
        background: rgb(88, 89, 91);
    }
    
    .show-menu .navbar-brand {
        margin-left: -43px;
    }
    
    .navbar-collapse > ul.nav > li i {
        float: right;
        margin-top: -21px;
        color: rgb(230, 230, 230);
        font-size: 12px;
        margin-right: 5px;
        z-index: 1000;
    }
    
    ul.nav li a {
        width: 150px;
    }
    
    div.navbar-collapse.collapsing {
        display: none;
    }
    
    ul.nav li:hover ul,
    ul.sub-menu {
        background: rgb(230, 230, 230);
        position: initial;
        padding: 0 11px;
        width: 230px;
        margin-left: -10px;
        display: none;
    }
    
    ul.nav ul.sub-menu li a {
        color: rgb(88, 89, 91);
        background: rgb(230, 230, 230);
        font-size: 10px;
        font-weight: 800;
    }
    
    h2.orange.padding-lr-lg {
        padding-top: 10px;
    }
    
    tr.light-bck {
        background: rgb(230, 230, 230) !important;
    }
    
    tr.white-bck {
        background: #fff;
    }
    
    .zone-small-local td {
        width: 25% !important;
        padding: 6px 4px;
        line-height: 11px;
    }
    
    div.zone-small-local.display-when-small tr {
        border: 1px solid #fff !important;
    }
    
    .zone-small-local td:nth-child(2n) {
        border-right: 1px solid #fff !important;
    }
    
    div.zone-small-local.display-when-small h2 {
        padding: 10px 0 0;
    }
    
    .latest h4.orange.pad-top {
        padding: 0 !important;
    }
    
    button#small-area-button {
        width: 100%;
        background: #FA6400;
        text-transform: initial;
        font-size: 15px;
        padding: 3px;
    }
    
    table.small-areas.display-when-small {
        display: none;
    }
    
    table.small-areas.display-when-small.active {
        display: initial;
    }
    
    .small-locations h2.orange.display-when-small {
        margin-top: 10px !important;
        margin-left: 8px;
    }
    
    ul#small-branches {
        padding-left: 5px;
    }
    
    #small-branches .col-xs-6 p {
        background: rgb(230, 230, 230);
        margin-top: 8px;
        line-height: 14px;
        padding: 5px;
        height: 280px;
    }
    
    #small-branches .col-md-4 p span {
        color: #FA6400;
    }
    
    #small-branches .col-md-4:nth-child(3n) {
        margin-right: 0;
    }
    
    .location-holder-small {
        display: none;
    }
    
    #login .ship-content {
        margin: 10px 0;
    }
    
    #login .ship-content .login-form {
        padding: 0;
    }
    
    .login-form input {
        font-size: 12px;
    }
    
    #login .login-form input {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    input[type="submit"] {}
    
    #login .login-form a {
        font-size: 12px;
        margin-left: 40px;
    }
    
    #login .login-form input[type="text"] {
        padding: 7px 10px;
    }
    
    #login .login-form input[type="text"],
    #login .login-form input[type="password"] {
        width: 100%;
    }
    
    div.col-md-7.pad-bot.border-left.log.register-form.active {
        padding: 0;
        border: none;
    }
    
    #login input {
        font-size: 12px;
        padding: 7px 10px;
    }
    
    div.input-small {
        margin-left: 40px;
        margin-right: 15%;
    }
    
    div.password.pad-top {
        padding-left: 40px;
        padding-right: 15%;
        background: rgb(89, 89, 92);
        margin-top: 20px;
    }
    
    div.half-input input[type="text"] {
        width: 48.7%;
    }
    
    #login h2.orange.editable-content {
        margin-left: 45px;
    }
    
    #login h3.orange {
        margin-left: 40px;
    }
    
    div.caption {
        margin: 5px 15% 5px 40px;
    }
    
    #login .button-wrap button {
        background: #FA6400;
        padding: 5px;
        width: 100%;
    }
    
    #login .button-wrap {
        margin: 10px 15% 10px 40px;
    }
    /*#login .login-form a, #login .login-form input[type="text"],  #login .login-form input[type="password"], #login .login-form input {    margin-left: 40px;}*/
    
    .copyright ul {
        margin-top: 20px;
        font-size: 12px;
    }
    
    zero.display-inline.note {
        top: -6px;
    }
    
    li.fronttab.active::after {
        display: none;
    }
    
    div#locations-4 h4 {
        padding-left: 10px;
        padding-bottom: 10px;
    }
    
    div#locations-4 h4.orange.pad-top.pad-bot.pad-left-15 {
        padding-left: 15px;
    }
    
    div.ship-content ul li {
        padding: 6px 0;
    }
    
    .location-holder-small.clearfix .col-xs-6:nth-child(odd) {
        padding-left: 0;
        padding-right: 5px;
    }
    
    .location-holder-small.clearfix .col-xs-6:nth-child(even) {
        padding-right: 0;
        padding-left: 5px;
    }
    
    #login1,
    #login2 {
        margin-top: 0px;
    }
    
    table.small-areas.display-when-small.active {
        display: table;
        width: 95%;
        margin: 5px auto;
    }
    
    table.small-areas.display-when-small.active thead tr th {
        background: rgb(89, 89, 92);
    }
    
    table.small-areas.display-when-small.active tbody:nth-child(even) tr td {
        background: rgb(230, 230, 230);
    }
    
    table.small-areas.display-when-small.active tbody:nth-child(odd) tr td {
        background: #fff;
    }
    
    table.small-areas.display-when-small.active td,
    table.small-areas.display-when-small.active th {
        border: 1px solid #fff;
    }
    
    table.small-areas.display-when-small.active tbody:nth-child(odd) tr td {
        border-color: rgb(230, 230, 230);
    }
    
    input.faq {
        margin-left: 25px;
    }
    
    #service6 ol li {
        font-size: 18px;
    }
    
    #services .col-md-8 .coverage .drop-down-area ul {
        padding-left: 0;
    }
    
    ul.nav > li {
        padding: 2px 0 0;
    }
}
@media screen and (max-width: 640px) {
    .carousel-caption {
        left: 12.8%;
    }
    
    .carousel-caption h1 {
        font-size: 25px;
    }
    
    .video-container {
        margin: 0 0px 15px;
    }
    
    .subheader {
        font-size: 18px;
        padding: 0px;
        margin-top: 30px;
    }
    
    .home-swap .col-md-5 h2 {
        font-size: 12px;
        padding: 0 20px;
        margin: 0;
        line-height: 14px;
    }
    
    .home-swap .col-md-5 ul {
        width: 85%;
    }
    
    .list-left {
        margin-right: 6%;
    }
    
    .list-left,
    .list-right {
        width: 47%;
    }
    
    .home-swap .col-md-5 ul li {
        padding: 3px 0;
        line-height: 9px;
    }
    
    .home-swap .col-md-5 ul li a {
        font-size: 10px;
    }
    
    .home-swap .col-md-5 i {
        font-size: 10px;
        margin-right: 3px;
        top: 0;
    }
    
    .home-swap .col-md-5 ul li i {
        margin-bottom: 4px;
    }
    
    .video-container {
        margin: 0 0px 15px;
    }
    
    .col-md-5 ul {
        width: 70%;
    }
    
    .bottom-navigation {
        text-align: center;
        padding: 6px 0;
        margin-top: 15px;
    }
    
    .bottom-navigation ul {
        font-size: 10px;
    }
    
    div.copyright {
        margin-bottom: 10px;
    }
    
    .copyright ul {
        margin-top: 2px;
        padding-left: 5px;
        margin-bottom: 10px;
    }
    
    .copyright ul li a {
        margin-right: 5px;
        font-size: 5px;
    }
    
    .copyright ul li:last-child a {
        bottom: 0px;
    }
    
    .copyright img {
        margin: 9px 5px 0 0;
        width: 70px;
    }
    
    div.half-input input[type="text"] {
        margin-right: 1.7%;
        width: 48.5%;
    }
    
    .prohibited-head h2 {
        font-size: 16px;
    }
    
    #service6 ol li {
        display: block;
        text-align: center;
    }
    
    #service6 ol {
        margin: 0 auto;
        width: 50%;
        padding: 0;
    }
}
@media screen and (max-width: 460px) {
    div.half-input input[type="text"] {
        margin-right: 1.3%;
    }
    
    .col-md-5 ul {
        width: 80%;
    }
    
    .bottom-navigation ul:first-child li a {
        font-size: 10px;
        padding: 0px 5px;
    }
    
    #quick-access .login input[type="text"] {
        width: 80%;
    }
    
    div.login.active.shipment1.slide-ship span {
        width: 80%;
        display: inline-block;
    }
    
    #quick-access input[type="text"],
    #quick-access input[type="password"] {
        font-size: 14px;
        padding: 1px 6px;
    }
    
    #quick-access button {
        font-size: 14px;
        padding: 1px 6px;
        position: relative;
        top: -1px;
    }
    
    #quick-access .login input[type="password"] {
        width: 70%;
    }
    
    #small-branches .col-xs-6 p {
        font-size: 10px;
        line-height: 11px;
    }
    
    #service7 table {
        font-size: 8px;
    }
    
    #service7 table th,
    table td {
        border: 1px solid #fff;
    }
}
@media screen and (max-width: 390px) {
    .col-md-5 ul {
        width: 94%;
    }
    
    .list-left {
        margin-right: 2%;
    }
    
    .list-left,
    .list-right {
        width: 50%;
    }
    
    .list-right {
        width: 48%;
    }
    
    div.col-md-5 ul li,
    div.col-md-5 ul li a {
        font-size: 9px;
        line-height: 24px;
    }
    
    div.stripe input[type="text"] {
        font-size: 11px;
        padding: 6px 25px 3px;
    }
}
/*fixins*/
div.ship-content.padfix.clearfix {
    padding-top: 0;
}
.fn {
    float: none !important;
}
@media screen and (max-width: 320px) {
    #quick-access a {
        font-size: 8px;
    }