/*
# additional styling
*/

@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');

html {
  font-size: 14px;
}

body {
    background: url(/assets/img/dots-left-2.png) repeat;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-md-1 {width: 8.33%;}
    .col-md-2 {width: 16.66%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33%;}
    .col-md-5 {width: 41.66%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.33%;}
    .col-md-8 {width: 66.66%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.33%;}
    .col-md-11 {width: 91.66%;}
    .col-md-12 {width: 100%;}
  }


  /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    }
    
    /* Smartphones (landscape) ----------- */
    @media only screen and (min-width : 321px) {
    /* Styles */
    }
    
    /* Smartphones (portrait) ----------- */
    @media only screen and (max-width : 320px) {
    /* Styles */
    }
    
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    }
    
    /* iPads (landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
    }
    
    /* iPads (portrait) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    }
    /**********
    iPad 3
    **********/
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    }
    /* Desktops and laptops ----------- */
    @media only screen  and (min-width : 1224px) {
    /* Styles */
    }
    
    /* Large screens ----------- */
    @media only screen  and (min-width : 1824px) {
    /* Styles */
    }
    
    /* iPhone 4 ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    }
    
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    }
    
    /* iPhone 5 ----------- */
    @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    /* iPhone 6, 7, 8 ----------- */
    @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    /* iPhone 6+, 7+, 8+ ----------- */
    @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    /* iPhone X ----------- */
    @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
    
    /* iPhone XS Max, XR ----------- */
    @media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
    
    /* Samsung Galaxy S3 ----------- */
    @media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    }
    
    /* Samsung Galaxy S4 ----------- */
    @media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
    
    /* Samsung Galaxy S5 ----------- */
    @media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
    
    @media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    }
  
    @media (min-width: 1200px) {
        .container{
            max-width: 1200px;
        }
    }

.main-body {
    background: url(/assets/img/dots-left-2.png) repeat;
}

main {
    margin:0 auto;
    margin-top: -20px;
}

p {
    font-family:'Comfortaa',sans-serif;
    font-size:16px;
}

label {
    font-family:'Comfortaa',sans-serif;
    font-size:14px;
}

a:link {
    color: #161f4a;
    text-decoration: none;
}

a:hover {
    border-bottom:2px solid #161f4a;
    color: #161f4a;

}

.x-font {
    font-family:'Open Sans',sans-serif;
    font-size:20px;
}

 

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.head-logo {
    max-width: 250px;
    max-height: 175px;
}

.container-max {
    width: 100%;
    left: 0;
    margin-top: 100px;
    margin-bottom: 50px;
}

.container-750 {
    height:750px;
}

.col-borderless {
 margin:0px
}

#video-bg {
    background: url(/assets/img/video-bg-pattern.png) repeat;
    left:0;
    width:100%;
    margin-bottom: 50px;
}

.h750 {
    height:750px;
}

.h365 {
    height:365px;
}



.statement {
    font-family:'Oswald',sans-serif;
    font-size: calc(32px + 1vw);
    font-weight: bold;
    color: #161f4a;
    margin-top:60px;
    margin-bottom:85px;
}

.statement-sub {
    font-size: 0.6em;
    font-weight: bold;
    color: rgb(192, 192, 192);
}


.statement-less {
    font-family:'Oswald',sans-serif;
    font-size: calc(32px + 1vw);
    font-weight: bold;
    color: black;
    margin-bottom:25px;
}

.header-reduced {
    font-family:'Oswald',sans-serif;
    font-size: calc(20px + 1vw);
    font-weight: bold;
    color: #161f4a;
    margin-bottom:25px;
    /*border-bottom: 1px solid #f19e27;*/
}


.header-reduced-white {
    font-family:'Oswald',sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-bottom:25px;
    /*border-bottom: 1px solid #fff7eb;*/
}


.small-statement {
    font-family:'Oswald',sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.small-icon {
    max-width: 50px;
}

.large-icon {
    max-width: 150px;
}

.large-icon-2 {
    max-width: 150px;
    height:-10px;
}

.yellow-line {
    border-bottom: 1px #fdb725 solid;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}

.grey-line {
    border-bottom: 1px #5d5d5d dotted;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}

.full-width {
    margin-top: 70px;
    margin-bottom: 70px;
    width:100%;
    left:0;
    text-align: center;
    background-color: #051e33;
    padding:20px;
}

.full-width-orange {
    margin-top: 70px;
    margin-bottom: 70px;
    width:100%;
    left:0;
    text-align: center;
    background-color: #051e33;
    padding:20px;
}

.full-width-orange p {
    color: white;
}

.testy {
    max-width:700px;
    margin:0 auto;
    text-align:center;
    margin-bottom:30px;
}


.strap-line-one {
    text-transform: uppercase;
    font-family:'Oswald',sans-serif;
    font-size: calc(32px + 1vw);
    font-weight: bold;
    color: white;
}

.orange {
    color: #fdb725;
}

.rounded {
    border-radius: 10px;
}

.btn-info {
    border-radius: 5px;
    background-color: #fdb725;
    font-size: 24px;
    border: 1px solid #fdb725;
    font-family:'Open Sans',sans-serif;
    font-weight: bold;
    color: black;
}

.btn-info:hover {
    border-radius: 5px;
    background-color: #161f4a;
    border: 1px solid #161f4a;
    color: white;
}


.btn-info-query {
    border-radius: 5px;
    background-color: #fdb725;
    font-size: 24px;
    border: 1px solid #fdb725;
    font-family:'Oswald',sans-serif;
    font-weight: bold;
}

.border-right {
    border-right:1px solid black;
}

.footer {
    width: 100%;
    left:0;
    background-color: #051e33;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.footer p {
    color: white;
    font-size: 14px;
}

.footer a:link {
    color: white;
}

.about {
    margin-bottom:75px;
    margin-bottom:75px;
}

.blue-bg-span {
    background-color: #051e33;
    padding: 10px;
    color:white;
    border-radius: 10px;
    font-family:'Oswald',sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.light-blue-bg-span {
    background-color: #d8edff;
    padding: 20px;
    color:white;
    font-family:'Oswald',sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.light-blue-bg-span:hover {
    text-decoration: none;
}

.company-strap {
    text-align: center;
    color: #051e33;
    font-family: 'Comfortaa', cursive;
    font-size:28px;
}

.active2 {
    background-color: #1e2c5c;
    border-left:5px solid #161f4a;
    color: white;
}

a.active2 {
    color: white;
    border-right:3px solid #fdb725;
}


.list-group-item {
    font-family: 'Comfortaa', cursive;
}

ul {
    font-family: 'Comfortaa', cursive;
}

a > .list-group-item {
    color: black;
}

#new-pallet-racking-accessories {
    left:0;
    width:100%;
    height: 300px;
    background: url(/assets/img/new-pallet-racking-accessories.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:50px;
    margin-bottom:70px;
    margin-top: -20px;
}

#pallet-racking-repair {
    left:0;
    width:100%;
    height: 300px;
    background: url(/assets/img/pallet-racking-repair.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:50px;
    margin-bottom:70px;
    margin-top: -20px;
}

#new-warehouse-solutions {
    left:0;
    width:100%;
    height: 300px;
    background: url(/assets/img/new-warehouse-solutions.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:50px;
    margin-bottom:70px;
    margin-top: -20px;
}

#pallet-racking-inspections {
    left:0;
    width:100%;
    height: 300px;
    background: url(/assets/img/pallet-racking-inspections.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:50px;
    margin-bottom:70px;
    margin-top: -20px;
}

#case-studies {
    left:0;
    width:100%;
    height: 300px;
    background: url(/assets/img/case-studies.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:50px;
    margin-bottom:70px;
    margin-top: -20px;
}

.orange-underline {
    color:white;
    bottom:10px;
    top:50%;
    border-bottom:5px solid #fdb725;
    background-color: black;
    padding:3px 3px;
    line-height:50px;
}

.service-img {
    max-width: 60px;
    margin-left:30px;
}

.white-box {
    background-color: white;
    padding:80px;
    text-align: left;
}

.dark-blue-box {
    background-color: #051e33;
    padding:80px;
    text-align: left;
    color: white;
}

.white {
    color: white;
}

.query {
    margin:0 auto;
    text-align: center;
    /*background: url(/logistor/assets/img/contact-bg.jpg) no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:-20px;
    margin-bottom:-50px;
    background-color: #fdb725;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hr-yellow {
    border-bottom: 1px solid #fdb725;
    margin-bottom: 30px;
}

.hr-grey {
    border-bottom: 1px dotted #7a7a7a;
    margin-bottom: 30px;
}

.push-right {
    padding-left:50px;
}

.service-desc {
    
    color: #051e33;
    font-size: 20px;
    margin-bottom:20px;
    font-family:'Oswald',sans-serif;
}

#updateConfirm {
    display: none;
    background-color: #000000;
    padding:10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.logistor-blue {
    color: #051e33;
}

.img-t-small {
    max-width: 100px;
}

p a:link {
    color: #fdb725;
}

.testy-image {
    max-width: 150px;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 5px;
}
.carousel-indicators li {	
	background: rgb(255, 255, 255);
}
.carousel-indicators li.active {	
	background: rgb(255, 255, 255);		
}