/*
Pink: #e50b79
Purple: #9900fe;
*/

.nav .navbar-toggle {
    border-color: #333;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
.navbar-collapse.in{
    display: block;
}
.nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.av-list,
.sitemap-list {
    margin-bottom: 2rem;
    margin-left: 2rem;
    list-style: circle !important;
}
.sitemap-list ul{
    margin-left: 2rem;
}
.sitemap-list li{
    list-style: circle;
}
.color-primary{
    color: #e50b79;
}
*,
*::after
*::before {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #555;
    margin: 0;
    box-sizing: border-box;
}
.comment{
    color: #777;
    font-style: italic;
}
div{
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p{
    margin: 0 0 15px;
    line-height: 3rem;
}

h1, .h1 { font-size: 3rem; }
h2, .h2 { font-size: 2.4rem; }
h3, .h3 { font-size: 2.2rem }
h4, .h4 { font-size: 1.6rem; }
h5, .h5 { font-size: 1.6rem; }
h6, .h6 { font-size: 1.4rem; }

.font-xl {
    font-size: 10rem;
    font-weight: bold;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
    box-sizing: border-box;
}
.container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
    box-sizing: border-box;    
}
  
 .img-responsive {
    display: block;
    width: 100%;
    height: auto; 
}

.p20{
    padding: 20px 0;
}

.m20{
    margin: 20px 0;
}

.p50{
    padding: 50px 0;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
dd, dt{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.list-striped{
    display: flex;
    flex-wrap: wrap;
}
.list-striped dt,
.list-striped dd {
    border-top: 1px solid #ddd;
    padding: 5px 10px;
}
.list-striped dt{
    font-weight: 700;
}
.list-striped dt:nth-of-type(odd),
.list-striped dd:nth-of-type(odd) {
    background-color: #eee;
}
.list-striped i{
    margin-right: 1rem;
}
.title{
    text-align: center;
    font-size: 5rem;
    color: #e50b79;
    margin: 0 0 1rem 0;
    line-height: 8rem;
    border-bottom: 1px solid #eee;
}
.subtitle{
    text-align: center;
    font-size: 4rem;
    font-weight: 300;
    margin: 2rem 0;
}
.link{
    background-color: #e50b79;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    transition: all .2s;
    display: inline-block;
}
.link:hover, .link:active { 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.1); 
}
.promo {
    border-radius: 50% !important;
    margin-top: 3.5rem;
    width: 100%;
}

.header {
    height: 90vh;
    background-image: linear-gradient(
        to right bottom,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)),
        url("/img/limousineverhuur.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.header.small-header{
    height: 250px;
}
.breads{
	text-align: center;
    font-size: 1.3rem;
    letter-spacing: 1px;
    color:#fff;
}
.breads a{
    color:#e50b79;
    text-decoration: none;
}
@media (max-width:767px){
	.breads{
		float:none;
		margin-top:0px;
	}
}

.header h1{
    text-align: center;
    color: #fff;
    font-size: 6rem;
    font-weight: 300;
    margin: 4rem 0 0 0;
}
.scroll {
    background: #fff;
    height: 10vh;
    text-align: center;
}
.scroll a{
    color: #777;
    font-size: 5rem;
}
.scroll a:hover{
    color: #9900fe;
}
.scroll-animated{
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}
 
.logo {
    margin: 5px 0 0 2rem;
    display: inline-block;
}
.logo img{
    width: 275px;
}

.nav {
    position: absolute;
    top: 0;
    right: 4rem;
    width: 65vw;
    height: 120px;
}

.nav ul {
      list-style: none;
      float: right;
      margin: 0; 
}

.nav ul li {
    float: left;
    cursor: pointer;
    position: relative;
}
.nav ul li a{
    z-index: 10;
    padding: 3rem 1.4rem; 
    position: relative; 
    display: inline-block;   
}

.nav ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #e50b79;
    transform: scaleY(0);
    transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s, background-color 0.1s; 
}

.nav ul li:hover::before, .nav ul li.active::before {
    transform: scaleY(1);
    width: 101%; 
}

.nav a {
    color: #fff;
    text-decoration: none;
}

.owl-carousel{
    height: 90%;
    position: relative;
}
.owl-theme .owl-dots {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    bottom: 1rem;
}
.text-box img{
    width: 150px !important;
    float: left;
}
.text-box {
    position: relative;
    margin: 0 auto;
    width: 60%;
    margin-top: 10%;
    text-align: center;
}
.text-box .btn{
    margin-top: 2rem;
}

.heading-primary {
    color: #ffffff;
    text-transform: uppercase;

    backface-visibility: hidden;
    margin-bottom: 6rem;
}

.heading-primary-top {
    font-size: 4rem;
    font-weight: 400;

    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
}

.heading-primary-main {
    font-size: 6rem;
    font-weight: 700;

    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
}

.heading-primary-main span{
    color: #e50b79;
}

.heading-primary-sub {
    font-size: 4rem;
    font-weight: 400;
    
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
}

.heading-primary-sub span{
    color: #e50b79;
}


.btn {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.btn,
.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5rem 4rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
}

.btn-block{
    display: block;
    width: 100%;
}
.form-control.is-invalid {
    border-color: #dc3545;
}
.input-group.is-invalid .input-group-addon,
.input-group.is-invalid .form-control {
    color: #a94442;
    border-color: #a94442;
}
.input-group.is-invalid .input-group-addon{
    background-color: #f8d7da;
}


.alert-danger {
    color: #a94442;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
}

.btn-color {
    background-color: #e50b79;
    color: #fff !important;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-color::after {
    background-color: #e50b79;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards;
}
.clear{
    clear: both;
}


.eyecatchers{
    margin-top: 10rem;
    position: relative;
}
.eyecatchers .nopadding{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.eyecatchers .nopadding img{
    height: 100%;
}
.eyecatcher{
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 4rem;
    width: 100%;
}
.eyecatchers a{
    text-decoration: none;
    color: #333;
}
.eyecatcher h2{
    color: #e50b79;
    font-size: 8rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.eyecatcher h3{
    color: #333;
    font-size: 3rem;
    font-weight: 700;
    margin: 1rem 0;
    padding: 0;
}
.eyecatcher .fa{
    color: #e50b79;
}
.eyecatcher span{
    font-weight: 700;
}
.icon-list{
    margin-bottom: 2rem;
}
.icon-list .fa{
    color: #9900fe;

}
.home-link{
    text-decoration: none;
    color: #4a2099;
    font-size: 5rem;
}
a.home-link:focus,
a.home-link:hover{
    text-decoration: none;
    color: #4a2099;
    font-size: 5rem;
}
.collapse {
    display: none;
}
  
.collapse.show {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }

.callme{
    background-color: #381181;
    box-shadow: 1px 1px 6px #dee2e6;
    position: relative;
    padding: 2rem 1rem;
    border-radius: .5rem;
}
.callme .fa{
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    opacity: .3 !important;
    position: absolute;
    opacity: .5;
    top: 3%;
    right: 3%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    font-size: 10em !important;
    color: #fff;
}
.callme h4{
    color: #fff;
    font-size: 2.6rem;
    margin: 0 0 1rem 0;
}
.callme .form-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.callme input{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 70%;
    margin-bottom: 0;  
    float: left;  
    border-radius: 0;
}
.callme .btn{
    padding: 0rem 1rem;
    width: 25%;
    border-radius: 0;
    float: left;  
}
.callme .btn:hover{
    padding: 1rem;
    display: inline-block;
    border-radius: 0;
    transition: none;
}

.callme .btn::after {
    border-radius: 0;
}
.sr-only{
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checklist{
    font-size: 2rem;
    padding: 2rem 0;
}
.checklist li{
    line-height: 3rem;
}
.checklist .fa{
    color: green;
    padding-right: 1rem;
}

.testimonial{
    text-align: center;
    margin: 8rem 0;
}
.testimonial h4.title{
    font-size: 3rem;
}
.testimonial p {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 32px;
    opacity: 1;
    color: #777;
}
.testimonial .info .fa{
    color: gold;
}

.arrangements, 
.limousines{
    padding: 5rem 0;
}
.arrangements h2,
.limousines h2{
    font-weight: normal;
}
.intro{
    font-size: 1.4rem;
    text-align: center;
    padding: 0 25px;
}
.arrangements .item, 
.limousines .car{
    padding: 15px;
}
.arrangements .limo, 
.limousines .limo{
    position: relative;
    border: 1px solid #ddd;
    max-height: 380px;
    height: 380px;
    margin-bottom: 4rem;
}
.arrangements .time,
.limousines .quantity{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 3rem;
    color: #fff;
    background: #e50b79;
}
.arrangements .limo-image,
.limousines .limo-image{
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #fff;
    vertical-align: middle;
    min-height: 20rem;
    vertical-align: middle;
}
.arrangements .item img, 
.limousines .limo img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.arrangements .limo a, 
.limousines .limo a{
    text-decoration: none;
    color: #333;
}
.list-ul {
    left: 0;
    list-style: outside none none;
    padding: 0;
    margin: 0 0 3rem 0;
}
.list-ul li {
    position: relative;
    color: #666;
    font-weight: 500;
}
.list-ul i {
    color: #c5c5c5;
    font-size: 10px;
    left: 0;
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}
.list-ul li a, .list-ul li i, .list-ul a, .list-ul li i{
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.list-ul a {
    border-top: 1px solid #ddd;
    color: #2d3136;
    display: block;
    margin-top: -1px;
    padding: 9px 10px 9px 30px;
    outline: 0 none;
    text-decoration: none;
}
.list-ul li.active a {
    background: #eee;
}
.list-ul li.active i{
    color: #e50b79;
}
.sidebar h3{
    padding-bottom: 9px;
    font-weight: normal;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;    
}
.information{
    padding: 3rem 0;
    background: #381181;
    color: #fff;
}
.list{
    padding: 0 0 0 5px;
}
.list li{
    line-height: 2.5rem;

}
.gallery{
    margin: 0 0 7rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.gallery-linkitem{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.gallery-item{
    padding: 1px !important;
    cursor: pointer;
}
.hover-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    background: rgba(153,0,254,0.25);
    opacity: 0;
    transition: all 0.5s;
}
.hover-overlay i{
    color: #fff;
    font-size: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.hover-overlay:hover{
    opacity: 1;
}
.hover-overlay.top i{
    top: 25%;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    display: table-header-group;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;    
    display: table;
    background-color: #fff;
}
tr {
  page-break-inside: avoid;
}
td,
th {
    padding: 0;
}
.table td,
.table th {
  background-color: transparent;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.input-group{
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label.checkbox-inline {
    font-weight: normal;
    margin-right: 2rem;
    cursor: pointer;
}


.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.rental .form-group label {
    color: #fff;
    text-shadow: 1px 1px #000;
}
.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.footer {
    color: #fff;
    background-color: #e50b79;
    padding: 0;
}
.rental {
    background: linear-gradient(to right, rgba(255, 255, 255, .6), transparent),url("/img/excalibur.jpg");
    background-attachment: fixed !important;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    margin-top: 7rem;
    padding: 7rem 0;
}
.rental .fa{
    color: #e50b79;
    
}
.rental h2,
.rental h3{
    font-weight: 300;
    font-size: 2.4rem;
    color: #fff;
    margin: 1rem 0;
    text-shadow: 2px 2px #000;
}

.footer-box {
    color: #fff;
    background-color: #e50b79;
    height: 40rem;
    font-size: 1.5rem;
}
.footer-box h3{
    font-weight: 300;
}
.footer-box h4{
    margin: 0;
}
.footer-box p{
    margin: 0 0 15px 0;
}
.footer-box a{
    color: #fff;
    text-decoration: none;
}
.footer-box .list a{
    color: #fff;
    text-decoration: none;
}

.social{
    font-size: 3rem;
}
.social li{
    float: left;
    margin-right: 1.5rem;
}
.social a{
    color: rgba(255, 255, 255, .6);
}
.social a:hover{
    color: rgba(255, 255, 255, 1);
}

.instagram li{
    position: relative;
}
.instagram li a::before{
    z-index: 70;    
}
.instagram li:hover .info{
    display: inline;
}
.instagram li .info{
    z-index: 90;
    position: absolute;
    top: 30px;
    left: 0px;
    text-align: center;
    font-size: 12px;
    width: 8rem;
    height: 0px;
    display: none;
    color: #fff;
}

.instagram-widget {
    overflow: hidden;
}

.instagram {
    margin: 0 -8px;
}

.instagram li {
    display: inline-block;
    margin: 0 7.5px 20px;
}

.instagram li a {
    display: block;
}

.instagram li a img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.instagram li a {
    position: relative;
}

.instagram li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 70;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.instagram li a::before{
   background-color: rgba(153,0,254,0.5);
}

.footer-bottom{
    background: #111;
    color: #ccc;
    font-size: 1.4rem;
}
.footer-bottom a,
.footer-bottom a:visited{
    color: #ccc;
    text-decoration: none;
    transition: all .2s;
    display: inline-block;
}
.footer-bottom a:hover{
    color: #e50b79;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.1); 
}

.link:hover, .link:active { 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.1); 
}

.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 5rem;
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1005;
    display: none;
}
.scrollToTop i {
    line-height: 5rem;
    font-size: 2.4rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  

.offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 768px) { 
    .logo img{
        width: 60%;
        margin-top: 1rem;
    }    
    .nav ul li{
        background: rgba(0, 0, 0, 0.4);
        font-size: 1.6rem;
    }
    .nav ul li a{
        padding: 1rem 3rem !important;
        width: 100%;
    }
    .nav ul li:hover::before, .nav ul li.active::before {
        width: 100%;
    }
    .heading-primary-top{
        font-size: 2rem;
    }
    .nav {
        right: 1rem;
        width: 100%;
    }
    .nav ul{
        float: none;
    }    
    .nav ul li{
        float: none;
    }
    .nav ul.navbar-nav {
        margin: 100px -15px;
    } 
    .nav ul li a{
        padding: 1rem 3rem;
    }
    .header h1 {
        font-size: 4rem !important;
    } 
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    .header h1 {
        font-size: 5rem !important;
    }     
    .logo img{
        width: 60%;
        margin-top: 1rem;
    }
    .nav ul li a{
        padding: 3rem 0.8rem;
        font-size: 90%;
    }
    .title{
        font-size: 3rem;
    }
    .footer-box{
        font-size: 1.2rem;
    }
    .footer-box h3{
        font-size: 1.6rem;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

