html {
	height: 100%;
}

body {
	visibility: hidden;
	height: 100%;
	margin: 0 auto;
	border: 0;
	font-family: 'Gudea', sans-serif;
	color: #1A1A1A;
	background-color: #ECEFF1;
	overflow-y: scroll;
}

body#listsbydesign {
	visibility: hidden;
	height: 100%;
	margin: 0 auto;
	border: 0;
	font-family: 'Gudea', sans-serif;
	color: #1A1A1A;
	background-color: #ECEFF1;
	overflow-y: scroll;
}

a {
	text-decoration: none;
	color: inherit;
}

a.classic {
	color: #C2272D;
}

a#active li{
	background-color: #C2272F;
}

img#main-logo {
	display: block;
	/*width: 1400px;*/
	max-width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 20px;
	/*padding-top: 40px;
	padding-bottom: 40px;*/
	background-color: #FFFFFF;
}

img#main-banner {
	display: block;
	width: 1400px;
	max-width: 100%;
	height: auto;
	margin: auto;
}

@-webkit-keyframes fadein {
	0% {opacity: 0;}
	100%{opacity: 1.0;}
}


@keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1.0;}
}

@media screen and (max-width: 324px) {
	.free-quote {
		font-size: 20px;
	}
}

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

p.bold {
	font-weight: bold;
}

.heading-big {
	font-weight: bold;
	font-size: 25px;
}

.heading-medium {
	font-weight: bold;
	font-size: 20px;
}

.content-wrapper {
	width: auto;
	background-color: #FFFFFF;

	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -50px;
}

.content-wrapper#listsbydesign {
	color: #000000;
}

.navbar {
	position: relative;
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	background-color: #1A1A1A;
	margin-bottom: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 60px;
	z-index: 100;
}

.navbar i {
	margin-left: 5px;
	padding: 5px;
}

.navbar i:hover {
	cursor: pointer;
}

.navbar i#active-chevron {
	background-color: #C2272F;
}

.navbar#small-margin {
	margin-bottom: 10px;
}

.navbar-mobile {
	display: none;
}

.navbar-hidden {
	position: absolute;
	width: 250px;
	top: 50px;
	padding: 0;
	background-color: #1A1A1A;
	color: #FFFFFF;
	text-align: center;
	left: -100%;
	transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	z-index: 100;
}

.navbar-hidden ul {
	position: relative;
	list-style: none;
	left: -40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-hidden ul li {
	font-size: 15px;
	width: 250px;
	left: 0;
}

/*.navbar-hidden ul li a {
	position: relative;
}*/

.navbar-hidden ul a li {
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
}

.navbar-hidden ul a:hover li {
	background-color: #C2272F;
}

.navbar-hidden ul a li#active-mobile {
	background-color: #C2272F;
}

.navbar-hidden ul li#nav-heading {
	pointer-events: none;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
}

.navbar-soc-icons {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #FFFFFF;
}

.navbar-desktop {
	/*text-align: center;*/
	height: 50px;
}

.navbar-desktop ul {
	margin: 0;
	list-style: none;
	height: 50px;
	padding: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.navbar-desktop ul li {
	display: inline-block;
	font-size: 20px;
	padding: 0 20px 0 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	top: -4px;
}

.navbar-desktop ul a {
	line-height: 50px;
}

.navbar-desktop ul a li {
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
}

.navbar-desktop ul a:hover li {
	background-color: #C2272F;
}

.navbar-desktop ul li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 54px;
}

.navbar-desktop ul li {
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
}

.navbar-desktop ul li.dropdown:hover {
	background-color: #C2272F;
	cursor: pointer;
}

.navbar-desktop ul li ul li {
	display: block;
	width: 200px;
	height: auto;
	text-align: center;
	line-height: normal;
	background-color: #1A1A1A;
	padding: 10px 5px 10px 5px;
}

.navbar-desktop ul li.dropdown:hover ul {
	display: block;
	cursor: pointer;
}




@media screen and (max-width: 1024px) {
	.navbar-mobile {display: block;}
	.navbar-desktop {display: none;}
}

.section1 {
	padding-left: 10px;
	padding-right: 10px;
}

.section1#no-padding {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}

.section2 {
	margin: 0 auto;
	text-align: center;
	-webkit-animation: fadein 1.7s 0.5s;
}

.section3 {
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.content-box {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 10px;
	max-width: 300px;
	overflow-y: hidden;
	height: 200px;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	
	-webkit-transition: height 0.8s, background-color 0.8s, color 0.8s;
	transition: height 0.8s, background-color 0.8s, color 0.8s;
	
	background-color: #FFFFFF;
}

.content-box h2 {
    font-size: 25px;
}

.content-box p {
    font-size: 19px;
}

@media screen and (max-width: 1050px) {
	
	.content-box {
		margin: 0;
	}
	
	.content-box {
		margin-top: 10px;
	}
}

.content-box:hover {
	cursor: pointer;
}

.content-box h2 {
	display: inline-block;
}

.content-box#left .button {
	background-color: #1A1A1A;
}

.content-box#left .button:hover{
	background-color: #C2272D;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
}

.content-box#center .button {
	background-color: #C2272D;
	color: #FFFFFF;
}

.content-box#center .button:hover {
	background-color: #FFFFFF;
	color: #1A1A1A;
	transition: background-color 0.8s, color 0.8s;
	-webkit-transition: background-color 0.8s, color 0.8s;
}

.content-box#right .button {
	background-color: #FFFFFF;
	color: #1A1A1A;
}

.content-box#right .button:hover {
	background-color: #1A1A1A;
	color: #FFFFFF;
	transition: background-color 0.8s, color 0.8s;
	-webkit-transition: background-color 0.8s, color 0.8s;
}

#right-align {
	display: inline-block;
	float: right;
}

.button {
	padding: 10px;
	background-color: #C2272D;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
}

.button:hover {
	background-color: #1A1A1A;
}

.lists-description {
	display: inline-block;
	max-width: 50%;
	margin: 0 auto;
	text-align: left;
	vertical-align: text-top;
	padding: 10px;
	font-size: 20px;
}

.lists-features {
	display: inline-block;
	max-width: 50%;
	margin: 0 auto;
	text-align: left;
	vertical-align: text-top;
	padding: 10px;
	font-size: 20px;
}

@media screen and (max-width: 1137px) {
	
	.lists-description {
		max-width: 70%;
	}
	
	.lists-features {
		max-width: 70%;
	}
}

.lists-available-now img {
	display: block;
	width: 340px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.services-wrapper {
	text-align: center;
}

.services-banner {
	padding: 0px 10px 0px 10px;
}

.services-description {
	display: inline-block;
	max-width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: text-top;
	text-align: left;
}

.services-description a {
	color: #C2272D;
}

.services-fixedpricing {
	display: inline-block;
	max-width: 50%;
	vertical-align: text-top;
	text-align: left;
}
/**
*** Portfolio Page ***
**/
.portfolio {
	position: relative;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}

.portfolio h1 {
	/*text-align: left;*/
}

.portfolio-item {
	display: inline-block;
	max-width: 300px;
	padding: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	margin-top: 10px;
}

.portfolio-item img{
	max-width: 100%;
	height: auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/**
***
**/

/** 
*** About Us ***
**/
	.aboutus {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.aboutus hr {
		max-width: 1400px;
		min-width: 250px;
	}
	
	.bio {
		display: inline-block;
		min-width: 250px;
		max-width: 1400px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.bio img {
		display: block;
		border-radius: 448px;
	}
	
	.bio-text {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		margin-left: 10px;
		margin-right: 10px;
		max-width: 700px;
	}
	
	.bio-text i.fa-linkedin-square {
		color: #0177B5;
	}
	
	.bio-text i.fa-twitter {
		color: #5EA9DD;
	}

    .bio-text p {
        font-size: 20px;
    }
	
	.bio-img {
		display: inline-block;
		vertical-align: middle;
	}
	
	.bio-img-mobile {
		display: none;
		vertical-align: middle;
	}
	
	@media screen and (max-width: 970px) {
		.bio-img-mobile {
			display: inline-block;
		}
		.bio-img#mobile {
			display: none;
		}
	}
	
/**
***
**/


/**
*** Contact Us ***
**/
.contactus {
	margin: 0 auto;
	max-width: 1400px;
	text-align: center;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.contactus hr {
	width: 90%;
	max-width: 1400px;
}

.contact-method {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.contactus i.fa-google-plus-square {
	color: #DC493C;
}

.contactus i.fa-facebook-official {
	color: #3B5998;
}

.contactus i.fa-instagram {
	color: #A96E4C;
}
/**
***
**/
.footer-push {
	height: 80px; /* default 150px */
}

.footer {
	width: 100%;
	height: 50px;
	background-color: #C2272D;	
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
    box-shadow:  10px 0 20px rgba(0,0,0,0.19), 6px 0 6px rgba(0,0,0,0.23);
}

.footer#listsbydesign {
	background-color: #f83837;
}

.footer#clickstoriches {
	background-color: #aa0201;
}

.footer#multipleaccountsforoutlook {
	background-color: #0272C6;
}
