html {
    box-sizing: border-box;
    min-height: 100%;
}
body {
    background-color: #ffffff;
	color: #2e2e32;
	font-family: 'Assistant', helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
p {
	color: #2e2e32;
	font-family: 'Assistant', helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
}
a {
	color: #373758;
	text-decoration: underline;
}
a:hover {
    color: #4b4b6b;
	text-decoration: underline;
}
a:visited {
	color: #373758;
}
h1, h1 a {
	color: #3a3d44;
    font-family: 'Assistant', helvetica, sans-serif;
	font-size: 27px;
	font-weight: 200 !important;
	line-height: 39px;
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
	text-decoration: none;
}
h2, h2 a {
	color: #3a3d44;
	font-family: 'Assistant', helvetica, sans-serif;
	font-size: 22px;
	font-weight: 200;
	line-height: 29px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h3, h3 a {
	color: #3a3d44;
	font-family: 'Assistant', helvetica, sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h4, h4 a {
	color: #3a3d44;
	font-family: 'Assistant', helvetica, sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h5, h5 a {
	color: #3a3d44;
	font-family: 'Assistant', helvetica, sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.wrapper {

}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* HEADER
----------------------------------------------------------------------------------------------------*/
#headerContainer {
    border-top: 13px solid #444449;
    width: 100%;
}
#header {
    padding: 20px 0px 0px 0px;
	text-align: center;
    width: 100%;
}
/* HomeTopHalf
----------------------------------------------------------------------------------------------------*/

/* Navigation
----------------------------------------------------------------------------------------------------*/
.navigation {
    background-color: #000000;
    margin-top: 10px;
    text-align: center;
    position: relative;
}
.navicon {
    position: relative;
    line-height: 45px;
    color: #ffffff;
}
.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 {
    background-color: #000000;
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0px auto;
	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 {
    border-bottom: 1px solid #ffffff;
	color: #ffffff; 
	display: block;
	padding: 7px 10px;
    font-family: 'Assistant', helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	background-color: #ffffff;
	color: #4c4c4c;
}
/*.MainMenu li.le_menuitem_level_0 a:last-of-type {
    border-bottom: none;
}*/
.MainMenu ul.le_menu_level_1 {
    display: none;
}
#footer2 ul.le_menu_level_1 {
    display: none;
}
.dropdown ul {
    display: none;
}
/* FEATURE
----------------------------------------------------------------------------------------------------*/
#featureContainer {
    /*background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/afgconstruction/afg-2017/homepage-slider/afg-construction-and-luxury-design-feature-image-1.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;*/
	width: 100%;
}
#feature {
    color: #e0e0e0;
	width: 100%;
}
#feature p, #feature h1 {
    color: #e0e0e0;
    line-height: 30px;
}
#featureContent {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/afgconstruction/afg-2017/initial-design-files/bkgrd-slate-trans-92-2017.png');
    background-repeat: repeat;
    padding: 30px;
}
#ifeatureContainer {
    min-height: 300px;
    width: 100%;
}
/* CONTENT
----------------------------------------------------------------------------------------------------*/
#contentContainer {
	width: 100%;
}
#content {
    padding: 40px 0px 40px 0px;
	width: 100%;
}

/* Contact
----------------------------------------------------------------------------------------------------*/
#contactContainer {
    background-color: #444449;
    width: 100%;
}
#contact {
    color: #999999;
    padding: 40px 0px;
    width: 100%;
}
#contact p {
    color: #999999;
}
#contact a {
    color: #999999;
}
#contact a:hover {
    color: #c0c0c0;
}
#contact img {
    margin: -7px 5px 0px 5px;
}

/* Teaser
----------------------------------------------------------------------------------------------------*/


/* Testimonials
----------------------------------------------------------------------------------------------------*/


/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footerContainer {
    background-color: #b4b4b4;
	width: 100%;
}
#footer {
    color: #4c4c4c;
    padding: 15px 0px 15px 0px;
	width: 100%;
}
#footer p, #footer a {
    color: #4c4c4c;
    font-size: 12px;
}
#footer1 {
    text-align: right;
}
#footer ul {
    margin: 0px;
    padding: 0px;
}
#footer li {
    list-style-type: none;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
}
#footer li a {
    float: left;
    text-decoration: none;
    margin: 0px 15px 0px 0px;
    width: auto;
}

/* Creds
----------------------------------------------------------------------------------------------------*/
#credsContainer {
    width: 100%;
}
#creds {
    text-align: right;
    padding-bottom: 25px;
}
#creds p, #creds a {
    color: #7c7c7c !important;
    font-size: 12px !important;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .se_siteBranding, .se_siteBranding-home {
        margin: auto;
        text-align: center;
    }
    .se_siteBranding img, .se_siteBranding-home img {
        max-width: 100%;
    }
    #contact, #footer, #creds {
        text-align: center !important;
    }
    #social {
        margin-top: 25px;
    }
}
@media (max-width: 450px) {
    .bio {
        border-top: 1px dotted #c4c4c4;
        margin-top: 20px;
        padding-top: 15px;
    }
    .bio img {
        /*float: left;*/
        display: block;
        margin: 10px auto 10px auto;
        height: auto;
        width: 125px;
    }
    
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .se_siteBranding {
        margin: 5px auto 5px auto;
        text-align: center;
    }
    .se_siteBranding-home img {
        max-width: 100%;
        width: 614px;
    }
    .se_siteBranding img {
        max-width: 100%;
        width: 480px;
    }
    .navigation {
        background-color: #ffffff;
        margin: 0px;
        padding: 0px;
    }
    .navicon {
        display: none;
    }
    .menu-wrap {
        padding-top: 18px;
    }
    .MainMenu {
        background-color: #ffffff;
        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: 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        border-bottom: none;
        color: #4c4c4c; 
        display: block;
        padding: 10px 20px 10px 20px;
        font-family: 'Assistant', helvetica, sans-serif;
	    font-size: 15px;
	    font-weight: 300;
	    line-height: 21px;
        /*letter-spacing: 1px;*/
        width: auto;
        /*word-break: break-word;*/
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        background-color: #ffffff;
        color: #3d4d80;
	    -moz-transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        -o-transform: scale(1.07);
        z-index: 99;
	    -moz-transition: all 0.2s ease-in-out 0s; 
	    -webkit-transition: all 0.2s ease-in-out 0s; 
	    -o-transition: all 0.2s ease-in-out 0s; 
	    transition: all 0.2s ease-in-out 0s; 
        }
    .MainMenu ul li:last-of-type a {
	    border-right: none;
    }
    /*--------1st level submenu-------*/
    .MainMenu ul.le_menu_level_1 {
        background-color: #ffffff;
        position: absolute;
        z-index: 6;
        display: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: left;
	    width: 180px;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
        border-left: none;
        border-right: none;
	    border-bottom: 1px solid #00aeef;
	    color: #4c4c4c;
	    display: block;
	    font-size: 14px;
	    line-height: 20px;
	    text-decoration: none;
        text-transform: uppercase;
        margin: 0px;
        padding: 8px 22px;
	    width: auto;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
        background-color: #4c4c4c;
	    color: #ffffff;
    }
    .MainMenu li.le_menuitem_level_1:last-of-type a {
        border-bottom: none;
    }
    /*--Content
    ----------------------------------------*/
    #contentContainer {
        text-align: left;
    }
    #content {
        
    }
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

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

}
/*-------------------Special Add-Ons-------------------*/
a.button, .button a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/afgconstruction/afg-2017/initial-design-files/bkgrd-slate-trans-92-2017.png');
    background-repeat: repeat;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    margin: 10px 0px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out 0s; 
	-webkit-transition: all 0.2s ease-in-out 0s; 
	-o-transition: all 0.2s ease-in-out 0s; 
	transition: all 0.2s ease-in-out 0s;
}
a.button:hover, .button a:hover {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/afgconstruction/afg-2017/initial-design-files/bkgrd-yellow-trans-92-2017.png');
    background-repeat: repeat;
    color: #ffffff;
    -moz-transition: all 0.2s ease-in-out 0s; 
	-webkit-transition: all 0.2s ease-in-out 0s; 
	-o-transition: all 0.2s ease-in-out 0s; 
	transition: all 0.2s ease-in-out 0s;
}
.section {
    padding: 15px 0px;   
}
.nopad {
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.squeeze {
    padding: 0px 100px 0px 100px;
}
.forceLeft {
    text-align: left !important;
}
.center {
    text-align: center;
}
.center ul {
    list-style-position: inside;
    list-style-type: none;
    text-align: center !important;
    margin: 10px 0px 5px 0px !important;
    padding: 0px 0px 10px 0px !important;
}
.center ul li {
    list-style-type: none;
}
/*------------Hover Glow Start------------*/
.glow {
	display: inline-block;
	margin: 0px !important;
	/*padding: 5px !important;*/
	-moz-transition: all 0.2s ease-in-out 0s; 
	-webkit-transition: all 0.2s ease-in-out 0s; 
	-o-transition: all 0.2s ease-in-out 0s; 
	transition: all 0.2s ease-in-out 0s; 
}
.glow:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 18px 2px #0072bc;
	-moz-box-shadow: 0px 0px 18px 2px #0072bc;
	box-shadow: 0px 0px 18px 2px #0072bc;
	-moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    z-index: 99;
	-moz-transition: all 0.2s ease-in-out 0s; 
	-webkit-transition: all 0.2s ease-in-out 0s; 
	-o-transition: all 0.2s ease-in-out 0s; 
	transition: all 0.2s ease-in-out 0s; 
}
/*------------Hover Glow END------------*/
.bio {
    border-top: 1px dotted #c4c4c4;
    margin-top: 20px;
    padding-top: 15px;
    text-align: left;
}
.bio h2 {
    display: block !important;
    padding-bottom: 7px;
}
.bio img {
    float: left;
    margin: 0px 20px 15px 10px;
    height: auto;
    width: 250px;
    /*-webkit-box-shadow: 5px 5px 11px 0px rgba(194,194,194,1);
    -moz-box-shadow: 5px 5px 11px 0px rgba(194,194,194,1);
    box-shadow: 5px 5px 11px 0px rgba(194,194,194,1);*/
}
.le_form label, .le_form label p {
    color: #2e2e32;
	font-family: 'Assistant', helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600;
	line-height: 21px;
}
.borderTop {
    border-top: 1px dotted #c4c4c4;
    margin-top: 20px;
    padding-top: 15px;
}
/*-----------------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]----------------- */
.aurora_company #le_inside-featurePic {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/afgconstruction/afg-2017/feature-page-photos/060424-pg-company-hero-1900.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_contact-us #le_inside-featurePic {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/afgconstruction/afg-2017/feature-page-photos/afg-construction-luxury-design-page-feature-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: top center;
}
.aurora_projects #le_inside-featurePic {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/afgconstruction/afg-2017/feature-page-photos/afg-construction-projects-banner-2018-10-29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.aurora_services #le_inside-featurePic {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/afgconstruction/afg-2017/feature-page-photos/afg-construction-feature-Services-2018-10-29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_company #le_inside-featurePic {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_company #le_inside-featurePic {
    }
}

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