/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

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

body {
  padding-top: 54px;
  font-family: 'Open Sans', sans-serif;
}

header {
	margin-top: -60px;
}

h1 {
	font-weight: 700;
}

.white h1, .white h2, .white h3 {
	color: #ffffff;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
    font-family: 'Open Sans', sans-serif;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/* Navbar fade-in background on scroll past first section */

.navbar > ul > li > a {
	color: #ffffff;
}
.navbar.solid {
  background: rgba(12,28,50,0.8);
  transition: background 1s ease 0s;
}
.navbar.solid.custom {
  background: red;
  transition: background 1s ease 0s;
}
.logo-holder {
	width: 106px;
	height: 50px;
}
#animated-logo {
    position: absolute;
    top: 10px;
	left: 20px;
}
/* Navbar */

.navbar-dark {
    color: #FFFFFF;
    background: transparent;
	height: 70px;
}

.navbar-dark a {
    color: #FFFFFF;
    background: transparent;
}
.navbar-dark .nav-item {
	padding: 0 10px;
	color: #ffffff;
}

@media only screen and (max-width: 992px) {
    .navbar-dark .navbar-collapse {
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 22px;
		padding-bottom: 20px;
  		background: rgba(12,28,50,0.8);
     } 
 } 

/* Button navbar  */

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* Logo and text over slider */

.under-logo {
	position: relative;
	z-index: 10;
}
@media (min-width:1200px) {
	.logo-over {
		position: absolute;
		/* CODE CHANGES BEGIN */
		/*width: 99vw;*/
		width: 97vw;
		/* CODE CHANGES END */
		height: 30vh;
		top: 15vh;
		left: 0; 
		text-align: center;
		margin: 0 auto;
		z-index: 15;
	}
	.logo-over img {
		margin: 0 auto;
		overflow: hidden;
		align-items: center;
		justify-content: space-around;
		display: flex;
		float: none;
		width: 16%;
		height: auto;
	}
	.logo-over h1, .logo-over h3 {
		text-align: center;
		color: #ffffff;
	}
}
@media (min-width:993px) and (max-width: 1199px) {
	.logo-over {
		position: absolute;
		width: 97vw;
		height: 30vh;
		top: 15vh;
		left: 0; 
		text-align: center;
		margin: 0 auto;
		z-index: 15;
	}
	.logo-over img {
		margin: 0 auto;
		overflow: hidden;
		align-items: center;
		justify-content: space-around;
		display: flex;
		float: none;
		width: 20%;
		height: auto;
	}
	.logo-over h1 {
		text-align: center;
		color: #ffffff;
		font-size: 32px;
	}
	.logo-over h3 {
		text-align: center;
		color: #ffffff;
		font-size: 28px;
	}
}
@media (min-width:768px) and (max-width: 992px) {
	.logo-over {
		position: absolute;
		width: 95vw;
		height: 30vh;
		top: 15vh;
		left: 0; 
		text-align: center;
		margin: 0 auto;
		z-index: 15;
	}
	.logo-over img {
		margin: 0 auto;
		overflow: hidden;
		align-items: center;
		justify-content: space-around;
		display: flex;
		float: none;
		width: 20%;
		height: auto;
	}
	.logo-over h1 {
		text-align: center;
		color: #ffffff;
		font-size: 28px;
	}
	.logo-over h3 {
		text-align: center;
		color: #ffffff;
		font-size: 24px;
	}
}
@media (min-width:481px) and (max-width: 767px) {
	.logo-over {
		position: absolute;
		width: 93vw;
		height: 30vh;
		top: 15vh;
		left: 0; 
		text-align: center;
		margin: 0 auto;
		z-index: 15;
	}
	.logo-over img {
		margin: 0 auto;
		overflow: hidden;
		align-items: center;
		justify-content: space-around;
		display: flex;
		float: none;
		width: 28%;
		height: auto;
	}
	.logo-over h1 {
		text-align: center;
		color: #ffffff;
		font-size: 22px;
	}
	.logo-over h3 {
		text-align: center;
		color: #ffffff;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.logo-over {
		position: absolute;
		width: 90vw;
		height: 30vh;
		top: 15vh;
		left: 0; 
		text-align: center;
		margin: 0 auto;
		z-index: 15;
	}
	.logo-over img {
		margin: 0 auto;
		overflow: hidden;
		align-items: center;
		justify-content: space-around;
		display: flex;
		float: none;
		width: 28%;
		height: auto;
	}
	.logo-over h1 {
		text-align: center;
		color: #ffffff;
		font-size: 16px;
	}
	.logo-over h3 {
		text-align: center;
		color: #ffffff;
		font-size: 10px;
	}
}

/*  Footer Dark Custom  */

.footer-dark {
	background: #0C1C32;
	color: #ffffff;
	padding-top: 30px;
}
.footer-dark a, .footer-dark a:hover, .footer-dark a:visited  {
	color: #ffffff;
}
.footer-dark h5 {
	font-size: 10px;
	font-weight: 800;
}
.footer-dark h6 {
	font-size: 11px;
	text-align: center;
}

/* Apple Devices Image */

.apple-devices {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.apple-devices img {
	text-align: center;
	width: 100%;
	height: auto;
}

.cont-bottom-bg {
	background: #0E213B;
}

.gutter-15-rl {
	padding-left: 0;
	padding-right: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.cont-border-bottom {
	border-bottom: 1px solid #a9a9a9;
}

.cont-border-background {
	background-color: #f1efef;
}

.negative-top {
	margin-top: -26px;
}

.negative-top2 {
	margin-top: -46px;
}

/* Responsiveslides.js */

@media (min-width:769px) {
	.rslides li h1 {
		font-size: 42px;
		font-weight: 700;
		color: #000;
		text-align: center;
	  }

	.rslides li h2 {
		font-size: 16px;
		font-weight: 700;
		color: #888;
		text-align: center;
	  }
}

@media (max-width:768px) {
	.rslides li h1 {
		font-size: 28px;
		font-weight: 700;
		color: #000;
		text-align: center;
	  }

	.rslides li h2 {
		font-size: 12px;
		font-weight: 700;
		color: #888;
		text-align: center;
	  }
}

/* Results Carousel  */


.inside-owl {
	min-height: 160px;
}

.owl-prev {
  position: absolute;
  left: 0;
  margin: 0;
  height: 160px;
  text-align: center;
  line-height: 160px;
  transform: translateY(-128%);
}
.owl-next {
  position: absolute;
  right: 0;
  margin: 0;
  height: 160px;
  text-align: center;
  line-height: 160px;
  transform: translateY(-128%);
}

.heart-icons {
	color: #138496;
}

.offset:before { 
	display: block; 
 	content: " "; 
  	height: 70px;      /* Give height of your fixed element */
        margin-top: -70px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}

div.radio {
    float: left;
    margin-right: 20px;
}
.homecontactform input[type=radio]:checked, .homecontactform input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.homecontactform input[type=radio]:checked+label, .homecontactform input[type=radio]:not(:checked)+label {
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.homecontactform input[type=radio]+label:after, .homecontactform input[type=radio]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}
.homecontactform input[type=radio].with-gap:checked+label:after, .homecontactform input[type=radio].with-gap:checked+label:before, .homecontactform input[type=radio]:checked+label:after, .homecontactform input[type=radio]:checked+label:before, .homecontactform input[type=radio]:not(:checked)+label:after, .homecontactform input[type=radio]:not(:checked)+label:before {
    border-radius: 50%}
.homecontactform input[type=radio]:not(:checked)+label:after, .homecontactform input[type=radio]:not(:checked)+label:before {
    border: 2px solid #5a5a5a;
}
.homecontactform input[type=radio]:not(:checked)+label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.homecontactform input[type=radio]:checked+label:before {
    border: 2px solid transparent;
    -webkit-animation: ripple .2s linear forwards;
    animation: ripple .2s linear forwards;
}
.homecontactform input[type=radio].with-gap:checked+label:after, .homecontactform input[type=radio].with-gap:checked+label:before, .homecontactform input[type=radio]:checked+label:after {
    border: 2px solid #389af0;
}
.homecontactform input[type=radio].with-gap:checked+label:after, .homecontactform input[type=radio]:checked+label:after {
    background-color: #389af0;
    z-index: 0;
}
.homecontactform input[type=radio]:checked+label:after {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.homecontactform input[type=radio].with-gap:checked+label:after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
.homecontactform input[type=radio].tabbed:focus+label:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    -webkit-animation: ripple .2s linear forwards;
    animation: ripple .2s linear forwards;
}
.homecontactform input[type=radio].with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0, 0, 0, .26);
    -webkit-animation: ripple .2s linear forwards;
    animation: ripple .2s linear forwards;
}
.homecontactform input[type=radio].with-gap:disabled:checked+label:after {
    border: none;
    background-color: rgba(0, 0, 0, .26);
}
.homecontactform input[type=radio]:disabled:checked+label:before, .homecontactform input[type=radio]:disabled:not(:checked)+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .26);
    -webkit-animation: ripple .2s linear forwards;
    animation: ripple .2s linear forwards;
}
.homecontactform input[type=radio]:disabled+label {
    color: rgba(0, 0, 0, .26);
}
.homecontactform input[type=radio]:disabled:not(:checked)+label:before {
    border-color: rgba(0, 0, 0, .26);
}
.homecontactform input[type=radio]:disabled:checked+label:after {
    background-color: rgba(0, 0, 0, .26);
    border-color: #BDBDBD;
}