@charset "utf-8";
.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #333333;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #333333;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

.navbar-default {
    background-color: #000000;
    border-color: #333333;
}

.navbar-default .navbar-brand {
    color: #ecf0f1;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #b32c6f;
}

.navbar-default .navbar-text {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > li > a {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #b32c6f;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #000000;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #b32c6f;
    background-color: #333333;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #333333;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #b32c6f;
    background-color: #333333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #b32c6f;
    background-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #b32c6f;
    background-color: #333333;
}

.navbar-default .navbar-toggle {
    border-color: #333333;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #000000;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
}

.navbar-default .navbar-link {
    color: #ecf0f1;
}

.navbar-default .navbar-link:hover {
    color: #b32c6f;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #b32c6f;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #b32c6f;
        background-color: #333333;
    }
}

.text {
    font-size: 3em;
}

#images {
    text-align: center;
}

.image-fill {
    width: 100%;
}

#wrapper {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/*
	Home Styling
*/
.home-toprow {
	position: relative;
	min-height: 435px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/home-top-background.png);
	background-color: #fff;
	background-size: cover;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,.2);
	text-align: center;
	width: 100%;
}

.home-header{
	text-align: left;
	margin: 15px;
	font-weight: 900;
}

.home-store-button {
	bottom: 15%;
    margin-top: 100px;
}

.home-about-us {
	position: relative;
	height: auto;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #fff;
	background-size: cover;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,.2);
	text-align: justify;
	width: 100%;
}

.phone-image {
	width: auto;
	height: 500px;
	max-width: 300px;
	position: relative;
	margin-top: 10%;
	margin-bottom: 10px;
}

.about-us-header {
	font-weight: 900;
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
	
}

.top-margin{
	/* [disabled]margin-top: 40%; */
	/* [disabled]position: relative; */
	top: 50%;
}

.about-us-text {
	font-size: medium;
	font-weight: 400;
	
}

.col-md-5.text-section {
	/* [disabled]position: relative; */
	top: 40%;
	transform: scaley(-50%);
	height: auto;
	margin-top: 10%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/*
	Social Media & Subscribe Styling
*/

#contactus {
	text-align: center;
	background-color: #1E232A;
	height: auto;
	width: 100%;
}

.subscribe-container {
	height: 40px;
	margin-bottom: 20px;
}

.subscribe-header {
	font-weight: 900;
	margin: 10px 0;
	font-size: 35px;
}

.subscribe-text {
	font-weight: 400;
	font-size: large;
	color: #FFF;
}

.social-media-button {
	height: auto;
	margin: 5px 10px;
	width: 60px;
}

#enteryouremail {
	text-align: center;
	margin-right: -4px;
	border-radius: 10px 0px 0px 10px;
	height: 100%;
	color: black;
}

#subscribebutton {
	border-radius: 0px 10px 10px 0px;
	color: #FFFFFF;
	background-color: #B32C6F;
	height: 100%;
}

.subscribe {
    display: block;
    height: auto;
}

.socialmedia {
	list-style-type: none;
	position: relative;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
}

/*
	Sitemap & Footer Styling
*/

.sitemap {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.sitemapelement {
    color: #FFFFFF;
}

.sitemapheader {
	font-weight: 900;
	margin-bottom: 10px;
}

.sitemaplistelement {
    text-align: left;
}

.sitemaplist {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.footercolor {
    background-color: #5E646F;
}

.footer {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.footerlist {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

/*
	Privacy Policy Styling
*/

.subheading {
	padding-bottom: 5px;
    text-decoration: underline;
}

.listpoints {
	padding-bottom: 5px;
}
/*
	Adjustments for Screen Resolutions
*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.about-us-header {

	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {	
	.phone-image {
		height: 300px;
		
	}
	
	.carousel-inner {
	height: 625px;
	}
	
	.about-us-header {
		text-align: center;
	}
	
	.about-us-text {
		margin: -10px 0 30px 0;
		text-align: center;
		padding: 0 15px;
	}
	.col-md-5.text-section {
		/* [disabled]position: relative; */
		top: 40%;
		transform: scaley(-50%);
		height: auto;
		margin-top: 0%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.phone-image {
		height: 280px;
	}
	
	.carousel-inner {
		height: 600px;
	}
	
	.phone-image {
	width: auto;
	height: 40vh;
	max-width: 300px;
	position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
	}
	
	.home-header{
	font-weight: 700;
	font-size: 30px;
	margin: 25px;
	}
	
	.subscribe-container {
		height: 30px;
	}
	
	.subscribe-header {
		font-weight: 700;
		font-size: 25px;
	}
	
	.subscribe-text {
		font-weight: 700;
		font-size: 15px;
	}
	.social-media-button {
		margin: 5px 5px;
		width: 40px;
	}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.home-header{
		font-size: 25px;
	}
	
	.subscribe-text {
		font-weight: 700;
		font-size: 13px;
	}
}
