

@media print {
footer, .shipment-links, .PDF, .header_inner_right, .destination-archive, .footer_top {
display: none !important;
}
.title_subtitle_holder {
    top: 25px;
}
.header_bottom {
    max-height: 100px;
}
nav.main_menu.right {
    visibility: hidden;
}
.container_inner {
    margin: 0 auto;
    width: 96%;
}
.shipment_archive .shipment_archive_row:nth-child(2n+1) {
    background: none repeat scroll 0 0 white;
}
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

.service_icons .icon:hover img {
    animation: smallToBig 300ms ease;
    -o-animation: smallToBig 300ms ease;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}

.service_icons .icon:hover {
	background: #EEEEEE;
}

.terms li strong {
    display: block;
    margin-top: 20px;
}

.terms > li {
    margin-bottom: 20px;
}

.shipment_container span {
    display: block;
}

.shipment_container strong {
    color: #303030;
    text-transform: uppercase;
}

.shipment_container {
    margin-bottom: 40px;
}

.shipment_archive_row {
    display: table-row;
}

.shipment_archive_row span {
    display: table-cell;
    padding: 0 5px;
}

.shipment_archive {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

.labels span {
    background: none repeat scroll 0 0 #ec505f;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.shipment_archive_row:hover {
    background: none repeat scroll 0 0 #dddddd;
}

.destination-archive {
    margin-bottom: 40px;
}

.destination-archive > a {
    background: #185672;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 0 5px;
    width: 20%;
}

.destination-archive {
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
}

.destination-archive > a:hover {
    background: #303030;
color: #fff;
}

.freight_icon {
    display: table-cell;
}

.row {
    display: table;
    width: 100%;
}

.freight_icon img {
    display: block;
}

body .header_bottom {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6) !important;
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

body .header_bottom:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1) !important;
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.menu-item span {
    color: #303030;
}

header.transparent:not(.sticky) .drop_down .second {
    top: 100%;
}

.drop_down .second .inner > ul, li.narrow .second .inner ul {
    background-color: #fff;
}

.menu-item:hover > a > span {
    color: #ec505f;
}

.menu-item .plus {
    display: none;
}

body header.light .q_logo img.light {
    opacity: 0;
}

body header.light .q_logo img.dark {
    opacity: 1;
}

body .search_button .fa.fa-search {
    color: #303030;
}

.freight_icon strong {
    font-size: 20px;
    text-transform: uppercase;
}

.freight_icon img {
border-radius: 100px;
    position: relative;
    top: 0px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.freight_icon:hover img {
    top: -10px;
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);

}

.left.carousel-control, .right.carousel-control {
    display: none;
}

.content {
    margin-bottom: 25px;
}

.center.wpb_text_column {
    text-align: center;
}

.center .row {
    margin: 0 auto;
    width: auto;
}

.products .freight_icon {
    padding: 0 30px !important;
}

.PDF {
    background: none repeat scroll 0 0 #ec505f;
    color: white;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: 400;
    padding: 10px !important;
    position: relative;
    text-transform: uppercase;
    z-index: 10000;
}

.PDF:hover {
    background: #185672;
    color: white;
}

.PDF:before {
    content: " ";
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    position: relative;
    top: 4px;
}
.contact-form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: white;
    display: block;
    overflow: hidden;
    padding: 20px 20px 0;
    position: absolute !important;
    right: 150px;
    top: 150px;
    width: 320px;
    z-index: 10000;
}

.contact-form .section_inner {
    width: 100% !important;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #fff;
    color: #fff;
}

.title.title_size_small h1, .title h1 {
    line-height: 48px;
}

.post_info {
    display: none !important;
}

.content_inner .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.comment_holder.clearfix {
    display: none;
}

.content {
    margin-bottom: 0;
}

li.home span {
    display: none;
}

.shipment-links {
    margin-bottom: 35px !important;
}

.four_columns div .column_inner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    margin: 0 10px !important;
    color: #303030
}

.four_columns div.column1 .column_inner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

.four_columns > .column1 > .column_inner, .four_columns > .column2 > .column_inner, .four_columns > .column3 > .column_inner, .four_columns > .column4 > .column_inner  {
    padding: 15px !important;
    min-height: 260px;
}

footer .column1 {
    top: 0;
}

.column1 .textwidget {
    color: #303030;
}

.footer_top .four_columns .column2 .column_inner > div, .footer_top .three_columns .column2 .column_inner > div, .footer_top .two_columns_50_50 .column2 .column_inner > div {
    margin: 0;
}

.footer_top .four_columns .column3 .column_inner > div, .footer_top .three_columns .column3 .column_inner > div {
    margin: 0;
}

.ui-accordion-header-active {
    background: none repeat scroll 0 0 #1c5672 !important;
    color: white !important;
}

.q_accordion_holder.accordion .ui-accordion-header {
    margin: 0 0 2px;
    min-height: 37px;
}

.q_accordion_holder.accordion h5.ui-accordion-header {
    font-size: 14px;
    padding-top: 5px;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    font-size: 20px !important;
}

input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background: none repeat scroll 0 0 #ed5160;
    border: 0 solid #fff !important;
    border-radius: 0;
    box-sizing: border-box;
    color: white;
    text-align: center;
    width: 100%;
}

.home .menu_icon.fa.fa-home {
    color: #303030;
}

.separator.small.center, .separator.small.left, .separator.small.right {
    opacity: 0;
}

p {
    margin-bottom: 25px;
}

nav.main_menu > ul > li.current_page_parent > a > span {
    color: #ec505f;
}

.current > span {
    color: #ec505f;
}

.footer_middle {
    padding: 20px;
    text-align: center;
}

.footer_middle {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
    text-align: center;
}

.footer_middle img {
    margin: 0 20px;
}

.single-post .title {
    background-image: url("../../uploads/2014/09/news-2.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 1920px auto;
    height: 500px !important;
}

.title_holder .container {
    padding-bottom: 0;
    padding-top: 20px;
}