body {
    background-color: #ffffff;
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
p {
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
}
a {
	color: #45a1eb;
	text-decoration: underline;
}
a:hover {
    color: #cc1313;
	text-decoration: underline;
}
a:visited {
	color: #45a1eb;
}
h1, h1 a {
	color: #384380;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h2, h2 a {
	color: #384380;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 29px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h3, h3 a {
	color: #45a1eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h4, h4 a {
	color: #384380;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h5, h5 a {
	color: #393939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.wrapper {
    width: 100%;
}
/* HEADER
----------------------------------------------------------------------------------------------------*/
#headerContainer {
    
}
#header {
	border-top: 16px solid #3a3a3a;
    padding: 7px 0px 0px 0px;
    position: relative;
}
#socialRow {
	text-align: center;
	padding: 20px 0px 5px 0px;
}
#infoRow {
    display: inline-block;
	padding: 10px 0px 10px 0px;
	text-align: left;
}
#socialRow-i {
	display: none;
}
#infoRow-i {
    display: none;
}
.se_siteBranding, .se_siteBranding-i  {
    padding: 15px 10px 15px 10px;
    text-align: center;
}
.se_siteBranding img {
    max-width: 150px;
}
.se_siteBranding-i img {
    max-width: 100px;
}
/* HomeTopHalf
----------------------------------------------------------------------------------------------------*/

/* Navigation
----------------------------------------------------------------------------------------------------*/
#navRow {
	background-color: #e2e2e2;
	padding: 0px 15px;	
	margin: 0px;
}
.navigation {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.navicon {
    position: relative;
    line-height: 45px;
    color: #393939;
}
.navicon:before {
    /*position: absolute;*/
    content: '\f0c9';
    font-family: 'FontAwesome';
    /*top: 0;
    right: 0;*/
    font-size: 30px;
    padding: 0px 10px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap {
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	color: #3a3a3a; 
	display: block;
	padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
    /*letter-spacing: 1px;*/
	line-height: 21px;
	text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	background-color: #384380;
	color: #ffffff;
}

/* FEATURE
----------------------------------------------------------------------------------------------------*/
#featureContainer {
	border-top: 2px solid #384380;
	/*background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roof1rbr/roof-1-rbr-inc-/feature-banner-images/feat-mississippi-gardens-2-1600x400.jpg');
	background-repeat: no-repeat;
	background-position: 50% 33%;
	background-size: cover;
	min-height: 350px;*/
	width: 100%;
}
#featureContainer-i {
    border-top: 2px solid #384380;
	min-height: 20px;
	width: 100%;
}
/* CTAs
----------------------------------------------------------------------------------------------------*/
#ctaContainer {
	
}
#quoteRow, #quoteRow-i {
	background-color: #384380;
	color: #ffffff;
	font-size: 16px;
	padding: 30px;
	text-align: center;
}
 #quoteRow-i {
	background-color: #384380;
	color: #ffffff;
	font-size: 16px;
	margin-top: 30px;
	padding: 30px;
	text-align: center;
}
#quoteRow p, #quoteRow-i p {
    color: #ffffff; 
    font-size: 16px;
}
#ctaRow {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roof1rbr/bkgrd-blue-runner-1x53.jpg');
    background-repeat: repeat-x;
    background-position: 0% 0%;
}
.cta {
    background-color: #3a3a3a;
	color: #ffffff;
	margin: 5px 10px 0px 10px;
	padding: 20px 15px;
	text-align: center;
}
.cta p {
	color: #ffffff;
}
.cta a {
	text-decoration: none;
}
.cta:hover {
    background-color: #45a1eb;
    color: #393939;
    cursor: pointer;
    text-decoration: none;
}
.cta h1 {
	color: #45a1eb;
    font-size: 25px;
	line-height: 28px;
    text-transform: capitalize;
}
.cta:hover h1, .cta:hover a {
    color: #393939;
}
/* BODY
----------------------------------------------------------------------------------------------------*/
#bodyContainer {
	border-bottom: 5px solid #384380;
	padding: 0px 0px 30px 0px;
	width: 100%;
}
#bodyContainer-i {
	border-bottom: 5px solid #384380;
	padding: 30px 0px 0px 0px;
	width: 100%;
}
#homeBody {
    padding: 30px 50px 0px 50px;
    text-align: center;
}
/*Teaser
---------------------------------------------------------------------------------------------------*/
#teaserContainer {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roof1rbr/roof-1-rbr-inc-/initial-design-files/bkgrd-image-teaser-1.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #393939;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding: 30px 0px;
	text-align: center;
	width: 100%;
}
#teaserContainer h3, #teaserContainer p {
	color: #ffffff;
}
#teaserContainer h4 {
    color: #45a1eb;
}
/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footerContainer {
    background-color: #dbdbdb;
	border-top: 5px solid #384380;
	color: #606060;
	padding: 20px 0px 30px 0px;
	text-align: center;
	width: 100%;
}
#footerContainer p, #footerContainer a {
    color: #606060;
}
.FooterMenu {
    display: block;
    text-align: center;
}
.FooterMenu ul {
    margin: 0;
    padding: 0;
}
.FooterMenu li {
    list-style: none;
}
.FooterMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
    text-align: center;
}
.FooterMenu li.le_menuitem_level_0 {
    display: block;
	padding: 0px;
}
.FooterMenu li.le_menuitem_level_0 a {
    color: #393939; 
    display: block;
    padding: 5px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    width: auto;
    /*word-break: break-word;*/
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
    color: #000000;
}
/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .se_siteBranding {
        margin: auto;
        text-align: center;
    }
    .se_siteBranding img {
        max-width: 100%;
    }
    .featureBanner1 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roof1rbr/roof-1-rbr-inc-/feature-banner-images/feat-mississippi-gardens-2-1600x400.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: -15px !important;
    min-height: 200px;
    padding-top: 0px !important;
}
    .featureBanner2 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roof1rbr/roof-1-rbr-inc-/feature-banner-images/feat-wells-concrete-1-1600x400.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: -15px !important;
    min-height: 200px;
    padding-top: 0px !important;
    }
}
@media (max-width: 450px) {

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .se_siteBranding, .se_siteBranding-i {
        margin: auto;
        text-align: center;
        padding: 15px 10px 15px 0px;
    }
    .se_siteBranding img, .se_siteBranding-i img {
        max-width: 100%;
    }
    #socialRow, #socialRow-i {
        display: block;
	    text-align: right;
	    padding: 0px 0px 15px 0px;
    }
    #infoRow, #infoRow-i {
        display: inline-block;
        font-size: 13px;
        text-align: left;
	    padding: 10px 0px 25px 0px;
	    width: 100%;
    }
    #infoRow p, #infoRow a {
        font-size: 13px;
    }
    #quoteRow {
        background-color: #384380;
	    padding: 30px;
	    margin-top: -40px;
    }
    #quoteRow-i {
        background-color: #384380;
        color: #ffffff;
	    padding: 30px;
	    margin-top: 30px;
    }
    .cta {
        margin-top: 5px;
    }
	.navRow {
		background-color: #e2e2e2;
		padding: 20px 15px;
		margin: 30px 0px 0px 0px;
	}
    .navigation {
        padding: 0px;
        margin: 0px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: center;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    	text-align: center;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 0px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        color: #393939; 
        display: block;
        padding: 15px 25px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 38px;
        width: auto;
        /*word-break: break-word;*/
        text-decoration: none;
        text-transform: capitalize;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #ffffff;
        background-color: #384380;
    }
    .FooterMenu {
        display: block;
        text-align: center;
    }
    .FooterMenu ul {
        margin: 0;
        padding: 0;
    }
    .FooterMenu li {
    	list-style: none;
    }
    .FooterMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    	text-align: center;
    }
    .FooterMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 0px;
    }
    .FooterMenu li.le_menuitem_level_0 a {
        color: #393939; 
        display: block;
        padding: 15px 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 18px;
        width: auto;
        /*word-break: break-word;*/
        text-decoration: none;
        text-transform: capitalize;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .FooterMenu li.le_menuitem_level_0 a:hover {
        color: #000000;
    }
    .featureBanner1 {
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roof1rbr/roof-1-rbr-inc-/feature-banner-images/feat-mississippi-gardens-2-1600x400.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        margin-top: -15px !important;
        min-height: 400px;
        padding-top: 0px !important;
}
    .featureBanner2 {
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roof1rbr/roof-1-rbr-inc-/feature-banner-images/feat-wells-concrete-1-1600x400.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        margin-top: -15px !important;
        min-height: 400px;
        padding-top: 0px !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

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

}
/*-------------------Special Add-Ons-------------------*/
.skyBox {
	background-color: #45a1eb;
	color: #ffffff;
	line-height: 38px;
	margin: 10px;
	padding: 10px 15px;	
	text-align: center;
	text-transform: uppercase;
}
a.whiteButton, .whiteButton a {
	background-color: #ffffff;
	color: #3a3a3a;
	display: inline-block;
	line-height: 38px;
	text-align: center;
	margin: 5px 5px;
	min-width: 100px;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
}
a.whiteButton:hover, .whiteButton a:hover {
	background-color: #cc1313;
	color: #ffffff;
}
.project {
    border-top: 1px dotted #c4c4c4;
    margin-top: 15px;
    padding: 10px 0px 0px 0px;
}
p.credits {
    color: #6a6a6a;
    font-size: 12px !important;
    text-align: center;
}
.padMe {
    padding: 13px 0px 3px 0px;
}
.nopad {
    margin: 0px;
    padding: 0px;
}
/*-----------------Clear Floated Elements-------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*-----------------Clear Floated Elements END-------------------*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
