/* GLOBAL STYLES */
html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #e5e5e5;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #8f8f8f;
}

body, div, a, span, ul, li, h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    line-height: 1.1em;
    font-weight: normal;
    color: #0079C2;
    text-align: center;

}

h1{ font-size: 3em; text-align: center; margin-bottom: 32px;}
h2{ font-size: 2em; }
h3{ font-size: 1.35em; color: #8f8f8f; }

h4{ font-size: 1.2em; }
h5{ font-size: 1.1em;  }
h6{ font-size: 1em; }

a{ color: #7e7e7e; text-decoration: underline; }
a:visited, a:active{ color: #7e7e7e; }
a:hover, a:visited:hover, a:active:hover{ color: #0079C2; }


/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fafafa;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    padding: 20px;
    color: #4d4d4d;
    border-radius: 5px;
}

.button, .button2{
    cursor: pointer;
    opacity: .9;
}

.button, .button2{
    background-color: #0079C2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 8px;
    border: 0px solid #fff;
}

.button:after, .button2:after{
    content: "  \00bb";
}

.button2{
    background-color: #aa0000;
}

.button:hover, .button2:hover{ opacity: 1; }

a.button, a.button2, a.button:hover, a.button2:hover{
    display: inline-block;
    color: #fff;
}

a.big_button, a.big_button:hover{
    font-size: 16px;
    /* padding: 10px 18px; */
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    max-width: 190px;
}

/* END FORM ELEMENTS */

#content img{
    height: auto !important;
    max-width: 100%;
    padding: 15px 0px;
    padding-top: 20px;
    margin: 0px;
}

/* END GLOBAL STYLES */


#page_container{
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background: #fff;
}

/* primary containers */
#header_container, #main_container, #footer_container{
    width: auto;
    text-align: center;
}

#footer_menu{width: 75%; margin: 0 auto;}

.footer_block{
    text-align: left;
    marin: 0 auto;
    padding: 30px 0px;
    min-width: 100%;

}

.f_menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.f_menu li{
    list-style: none;
    margin-bottom: 2%;
    margin: 0px;
    padding: 0px;

}

.f_menu li a{
    color: #8f8f8f;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 5%;
    line-height: 1.5em;

}
.f_menu li a:hover{
    color: #0079C2;
}

#f_social{ }

.f_menu_txt{
    display: block;
    color: #cacaca;
    padding-bottom: 20px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px;


}

#f_attr{
    max-width: 1366px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 20px;
    clear: both;
}
#f_copy{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    display: block;
    clear: both;
}

#f_address{
    color: #464646;
    padding: 10px 0px;
}

#f_attr, #f_attr a{
    color: #464646;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}
#f_attr a:hover{
    text-decoration: underline;
}

#f_attr div{
    padding-bottom: 0px;
}


/* don't display till the dimensions are sufficient */
#top_bar{
    background: #303030;
    padding: 12px;

    text-align: center;
    text-transform: uppercase;

    font-family: Oswald, sans-serif;
    font-size: 18px;
    color: #fff;
}

#tb_financing{ display: none; }

#top_bar a{color: #fff; text-decoration: none; font-family: Oswald, sans-serif; font-size: 18px;}

#top_bar .top_phone{
    color: #0079C2;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/* primary fixed areas */
#header, #main, #footer{
    position: relative;
    z-index: 1000;
    max-width: 1350px;
    text-align: left;
    margin: 0px auto;
}

#header{
    position: relative;
    z-index: 50000;

    max-width: 1870px;
    text-align: center;
}

#header_container{
    /* move this to tablet size or greater
    /* background: url(/images/header_bg.gif) repeat-x left top; */

    position: relative;
    z-index: 50000;
    padding: 0px;

    background: #fafafa;
}

#header_link{
    border: 0px solid #f00;
    text-decoration: none;

}

#header_link img, #header_fix_hack img{
    max-width: 90%;
    padding: 0px;
    margin: 18px 5px 23px 5px;
}

#h_logo_c{
    position: relative;
}

#h_menu_button{
    cursor: pointer;
    background: #adafb2;
    text-align: left;
    padding: 15px;
}

#h_menu_button img{
    max-width: 90%;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    left: 0px;
    top: 100%;

    display: none;

    width: 100%;
    background: #adafb2;
}

#menubar ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tmenu li{
    list-style: none;
    text-align: left;
}

.tmenu li a{
    display: block;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 18px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #888;
    text-shadow: 1px 0px 0px #888;
}

.tmenu li a.ta_cur, .tmenu li a:active, .tmenu li a:hover{
    color: #0079C2;
}

.tmenu li ul{
    display: block;
}

.tmenu li ul li a{
    padding: 10px 30px;
    text-decoration: none;
}

/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#main{overflow: hidden; }

#columnLeft, #columnMain, #columnRight{}

#columnLeft, #columnRight{}
#columnLeft .block{
    max-width: 250px;
}

#columnMain{
    width: 100%; margin-bottom: 30px; }
    /* default settings are good enough for this */
}
.contact_block_interior h3{color: #fff;}

#columnRight{padding: 0px 2%;}

#columnRight h2 {
    text-align: center;
    color: #8f8f8f;
    border-top: 1px solid #ccc;
    padding-top: 40px;
}
#columnRight h3 {color: #0079c2;}

#columnRight .button{ width: 100%; margin: 0px auto; font-weight: normal; text-transform: capitalize; font-family: 'Open Sans'; padding: 15px 0px; }

#columnRight ul{ border-top: 0px none #fff; margin: 0px; padding: 0px; }
#columnRight li{ width: 100%; margin-bottom: 24px; }
#columnRight input, #columnRight textarea{ width: 100%; }

@media screen and (-webkit-min-device-pixel-ratio:0){
    #columnRight .button{ width: 100%; }
    #columnRight li{ width: 100%; }
    #columnRight input, #columnRight textarea{ width: 100%; }
}

.cmain_full{
    width: 100% !important;
    max-width: 100% !important;
}

#main_container{
    position: relative;
    z-index: 500;
    overflow: hidden;
}

#main_container_shadow{
    position: absolute;
    z-index: 5000;
    top: 0px;
    left: 0px;
    height: 3px;
    width: 100%;
    background: url(/images/main_container_shadow.png) repeat-x top left;
}

.pageHeader{height: 200px; background: no-repeat center; background-size: cover; }
#pageHeader_456{background-position: 30%;}
#pageHeader_457{background-position: 100%;}
#pageHeader_464{background-position: 70%;}


#content{
    position: relative;
    z-index: 1000;
    margin: 0px;
    padding: 0px 10px;
    padding-top: 20px;
    max-width: 1366px;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 1.4em;
}



#footer_container{
    background-color: #303030;
    overflow: hidden;
    color: #8f8f8f;
    max-width: 100%;
    margin: 0 auto;
}

#footer{
    position: relative;

    padding: 6px 10px 72px 10px;
    text-align: center;
    font-size: 13px;
    max-width: 100%;
}


#f_attr{
    max-width: 210px;
    margin: 0px auto;
    padding: 10px 0px 30px 0px;
    color: #8f8f8f;
}

#footer img{
    max-width: 80%;
}

#copyright{ font-size: 14px; }
#bx3{ margin-top: 10px; }
#bx3 a{
    color: #8f8f8f;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
#bx3 a:hover{ text-decoration: underline; }

#f_bottom{
    max-width: 300px;
    margin: 0px auto;
    padding-bottom: 20px;
    white-space: nowrap;
}

.social_icons{ list-style: none; padding: 0px; text-align: center; }
.social_icons li{ display: inline; padding: 0px 5px; }
.social_icons li a{ opacity: .8; }
.social_icons li a:hover{ opacity: 1; }

#f_social{ margin: 20px 0px; }

#h_social{ display: none; margin: 0px; }

/* END USUAL STRUCTURAL STUFF */




/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }



/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* GALLERY STYLES */
#gallery_slideshow{
    position: relative;
    width: 100%;
}
.rslides{
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0px auto;
}

.rslides li{
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    float: none !important;
    text-align: center;
}

.rslides li:first-child{
    position: relative;
    display: block;
    float: left;
}

.rslides img{
    display: block;
    margin: 0px auto !important;
    height: auto;
    width: auto;
    border: 0;
}

.rslides1_nav{
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 59px;
    width: 36px;
    background: #fff url(/images/rslides_nav.png) no-repeat left top;
    margin-top: -45px;
}

.rslides1_nav:active {
    opacity: 1.0;
}

.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.gallery_image_ss_caption{ padding: 15px 10px; font-style: italic; text-align: left; }

#gallery_slideshow_viewall{ text-align: center; padding: 10px 0px 40px; }

#gallery_description{ padding-bottom: 30px; }

#gallery_thumb_loader{
    display: none;
    position: fixed;
    z-index: 10000;
    top: 40%;
    text-align: center;
    background-color: #fff;
    padding: 20px 50px;
    opacity: .95;
    border-radius: 10px;
    font-weight: strong;
}

#gallery_thumbs{ list-style: none; margin: 0px auto 40px; padding: 0px; overflow: hidden; }
#gallery_thumbs li{ float: left; margin: 5px; padding: 0px; }
#gallery_thumbs li, #gallery_thumbs li a img{ width: 100%; }

#bottom_buttons{ overflow: hidden; margin: 20px 0px; text-align: center; }
#start_your_project.floating_start{ float: none;}
#back_link{ margin-top: 20px; }

#hero_arrow{ display: none; }

/* END GALLERIES */

/* CONTACT STYLES */
.contactTable{
    width: 100%;
    max-width: 430px;
    text-align: left;
}

.contactTable td{
    padding: 5px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

#custom_form_container{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; }
#custom_form_container li h3{ font-size: 30px; color: #8f8f8f; text-align: left;}

#custom_form_pagebody{ width: 300px; margin-bottom: 30px; }

#custom_form .button{ width: 98%; margin: 0px auto; font-weight: normal; text-transform: capitalize; font-family: 'Open Sans'; padding: 15px 0px; }

#custom_form ul{ list-style: none; margin: 0px; padding: 0px; }
#custom_form li{ width: 88%; margin-bottom: 24px; }
#custom_form input, #custom_form textarea{ width: 100%; }

.custom_form_item_error{ position: relative; padding: 4px; color: #303030; border: 4px solid #0079C2; margin: 5px 5px 6px; border-radius: 4px; background-color: #ededed; }

.form_static_item span{ font-weight: bold; }

#custom_form_confirmation_help{ padding-bottom: 15px; }

#custom_form_confirmation_actions{ margin-top: 20px; }

/* chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0){
    #custom_form .button{ width: 100%; }
    #custom_form li{ width: 100%; }
    #custom_form input, #custom_form textarea{ width: 100%; }
}

/* END CONTACT STYLES */

.clearBoth{ clear: both; }

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

#hh_phone{ display: none; }

/* slider */

#homepage_slider_container{ position: relative; height: 425px; overflow: hidden; z-index: 1000; }
#homepage_slider{ position: absolute; top: -100px; left: 0px; z-index: -1; width: 100%; overflow: hidden; }
#homepage_slider ul{ list-style: none; position: relative; height: 800px; }
#homepage_slider ul, #homepage_slider ul li{ margin: 0px; padding: 0px; }
#homepage_slider ul li{ position: absolute; top: 0px; left: 0px; z-index: 1; }
#homepage_slider ul li:first-child{ z-index: 10; }

#homepage_slider{
    position: absolute;

    width: 100%;
}


.slide_content_container{
    position: relative;
    margin: 0 auto;
    max-width:1618px ;
}

.slide_content{position: absolute; max-width: 50%; top: 250px; margin: 0 auto; right: 0; left: 0; text-align: center;}
.slide_content h1, h2, h3, h4, h5, h6 {color: #fff; padding: 0px; margin: 5px 10px;}
.slide_content h1{display: block; border: none; color: #fff; font-size: 2.8em; }
.slide_content h2{font-size: 1.8em;}
.slide_content h3{text-transform: normal; font-size: 1.5em;}
a.slide_button, a.slide_button:hover{ color: #fff; }
a.slide_button{
    display: block;
    background-color: #0079C2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 0px;
    margin: 0px auto;
    width: 178px;
    opacity: 1;
}
a.slide_button:hover{ opacity: .9; }

#slide_control_prev, #slide_control_next{
    position: absolute;
    top: 69px;
    width: 16px;
    opacity: .5;
    cursor: pointer;
    padding: 60px 20px;
}
#homepage_slider_container:hover #slide_control_prev, #homepage_slider_container:hover #slide_control_next{ display: block; }
#slide_control_prev:hover, #slide_control_next:hover{ opacity: .6; }
#slide_control_prev{ left: 10px; background: #535353 url(/images/home_slides_left.png) no-repeat center center; }
#slide_control_next{ right: 10px; background: #535353 url(/images/home_slides_right.png) no-repeat center center; }
#slide_pagination_container{ position: absolute; bottom: 30px; text-align: center; width: 100%; }
#slide_pagination{ list-style: none; margin: 0px auto; padding: 0px; }
#slide_pagination li{ margin: 0px 2px; padding: 0px; float: left; }
#slide_pagination li a{ display: block; width: 14px; height: 14px; background: url(/images/slide_button.png) no-repeat top left; text-decoration: none; }
#slide_pagination li .cur_slide{ background: url(/images/slide_button_cur.png) no-repeat top left; }

.shadow_container{ height: auto !important; }

/* home page */
#home_content h1, #home_content h2, #testimonials_container h2{ color: #8f8f8f; }
#home_content h1{ font-size: 48px; margin-top: 20px; margin-bottom: 10px; padding-bottom: 10px; border: 0px solid #fff; }

#homepage_body{ padding: 25px 0px; }

.homepage_galleries li{ text-align: center; }
.homepage_galleries li span{
    display: block;
    padding: 18px 0px 5px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #8f8f8f;
}

.homepage_galleries{ list-style: none; margin: 0px auto; padding: 0px; max-width: 410px; }
.homepage_galleries li{ padding-bottom: 60px; }

a.homepage_button, a.homepage_button:hover{ color: #fff; }
a.homepage_button{
    display: block;
    background-color: #0079C2;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 0px;
    margin: 0px auto;
    width: 178px;
    opacity: .9;
}
a.homepage_button:hover{ opacity: 1; }
.page_summary{ padding-bottom: 30px; }

#testimonials_container{
    position: relative;
    background-color: #f6f6f6;
    -o-box-shadow: inset 0 0 10px #999;
    -moz-box-shadow: inset 0 0 10px #999;
    -webkit-box-shadow: inset 0 0 10px #999;
    box-shadow: inset 0 0 10px #999;
    padding: 30px;
    padding-bottom: 50px;
    margin: 0px;
    margin-top: 20px;
}


/*#hp_corner_tl, #hp_corner_bl, #hp_corner_tr, #hp_corner_br{ position: absolute; width: 16px; height: 16px; }
#hp_corner_tl{ top: 0px; left: 0px; background: url(/images/gradient_tl.gif) no-repeat top left; }
#hp_corner_bl{ bottom: 0px; left: 0px; background: url(/images/gradient_bl.gif) no-repeat top left; }
#hp_corner_tr{ top: 0px; right: 0px; background: url(/images/gradient_tr.gif) no-repeat top left; }
#hp_corner_br{ bottom: 0px; right: 0px; background: url(/images/gradient_br.gif) no-repeat top left; }

#hp_top{ background: url(/images/gradient_top_246.gif) repeat-x top left; }
#hp_left{ background: url(/images/gradient_left_246.gif) repeat-y top left; }
#hp_right{ background: url(/images/gradient_right_246.gif) repeat-y top right; }
#hp_bottom{
    background: url(/images/gradient_bottom_246.gif) repeat-x bottom left;
    padding: 30px 0px 30px;
}*/
#hp_bottom h2{ margin-bottom: 30px; }

.homepage_galleries li span{ margin-bottom: 10px; }

#recent_projects_container h2{ margin: 50px 0px 30px 0px; }

/* end home page */

/* testimonial styles */
#testimonialsLink {text-align: center; padding-bottom: 40px;}

#testimonials{
    font-size: 18px;
    font-style: italic;
    padding: 20px 5px 30px 5px;
    margin: 0 auto;
    max-width: 1250px;
    line-height: 2em;
    text-align: left;

}

.big_quotes{
    height: auto;
    display: block;
    margin: 0px 20px;
    font-style: italic;
}

#testimonial_credit{ padding: 15px 0px 0px; text-align: left; }


/* end testimonial styles */

#tap_to_call{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 40000;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #0079C2;
    padding: 20px 0px;
    text-align: center;
    text-decoration: none;
}
#tap_to_call strong{ font-weight: bold; font-family: 'Oswald'; }

/* iconss */
.icons{
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    max-width: 100%;
    padding: 0px;
    padding-top: 2%;
}

.icons ul{
    padding: 0px;
    display: inline-block

}
.icons li{
    padding-bottom: 5%;
    color: #0079C2;
    list-style: none;
}
#homeAutomation{padding-bottom:1%; padding-top: 2%;}
/* end icons */

#video{overflow: hidden; margin: 0 auto;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    text-align: center;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.videoText{
    margin-top: 3%;

}

/* Services Menu */
#services{
    width: 100%;
    border: 1px solid #ededed;
    background-color: #fafafa;
}

#servicesMenu{padding: 0px;}

#servicesMenu li{
    padding:5% 2%;
    list-style: none;
    font-size: 1.5em;
    line-height: 1.1em;
    border-bottom: 1px solid #ededed;
}
#arrow{
    position: relative;
    bottom: 25px;
    float: right;
    display: inline-block;
    overflow: hidden;
    font-size: 23px;
    text-indent: -15px;
}

a.arrow_link{
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-left: 8px;
}

a.arrow_link span{
    position: relative;
    top: 8px;
    left: 0px;
    display: inline-block;
    overflow: hidden;
    font-size: 23px;
    text-indent: -6px;

    transition: left .2s linear;
}

a.arrow_link:hover span{
    left: 3px;
}

/* End Services Menu */
    #videoPageC{overflow: hidden; width: 100%; margin: 0 auto;}
    #video1{margin-bottom: 40px;}



/* generic modal styles */
#md_modal_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000000;
}

#md_modal {
    position: fixed;
    width: 840px;
    max-width: 100%;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5);
    z-index: 1000001;
}

#md_modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #7a858c;
    font-size: 16px;
    cursor: pointer;
}

/* end generic modal styles */
