/* GLOBAL */
body
{
    border-top:10px solid #1D1D1D;
    background:#cccccc;
    font-family: verdana, sans-serif;
    color:#333333;
}
p
{
    margin:5px 0;
    line-height:25px;
}
a
{
    text-decoration:none;
    color:inherit;
    transition: color .5s ease;
}
strong
{
    font-weight:bold;
}
b
{
    font-weight:bold;
}
figcaption strong
{
    border-bottom: 1px solid #D6D0C1;
    padding-bottom:10px;
    margin: 10px 0;
    display:block;
}
figcaption
{
    line-height: 25px;
    font-size:14px;
    width:200px;
}
hr
{
    background-color: #D6D0C1;
    border:0;
    height:1px;
    margin:20px 0;
}

/* HEADER */

header
{
    position:relative;
    width:auto;
    max-width: 900px;
    margin: 0 auto 0 auto;
    background:#cccccc;
}
header .logo
{
    margin:15px 0 30px 0;
    border: 0;
}
nav
{
    position:absolute;
    right:0;
    bottom:0;
}
nav ul
{
    list-style:none;
}
nav ul li
{
    display:block;
    float:left;
    padding:0 5px;
    min-width: 80px;
    text-align: center;    
}
nav ul li:last-of-type
{
    padding-right:0;
}
nav ul li a
{
    font-family: arial;
    text-transform:uppercase;
    transition: all .25s ease;
    display: block;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #666666;
    padding: 10px;
    color: whitesmoke;
    font-size:12px;
}
nav ul li a:hover
{
    color:white;
    background-color: #000000;
}
nav ul li a.selected
{
    color:white;
    background-color: #990000;
}

/* INNER PAGES HIGHLIGHT */

#highlight
{
    width:auto;
    margin:0 auto;
    padding:5px 0 5px 0;
    background-color: #333333;
    text-align: center;
    color: #666666;
}
.highlight_wrapper{
    width:auto;
    max-width:900px;
    margin:0 auto;
    text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#highlight p
{
	font-size: 12px;
	color: silver;
	float: right;
}
#highlight .form_link
{
	width: auto;
    height: auto;
    color: whitesmoke;
    font-size:11px;
    text-decoration:none;
    margin: 5px;
	margin-left: 15px;
    padding:7px 14px;
    border-radius:3px;
    background-color: #000000;
    display: inline-block;
	float: right;
}
#highlight .form_link:hover
{
	background-color: #800000;
    color: white;
}

/* SERVICE BOXES */

#services
{
    width:auto;
    margin:0 auto;
    padding:25px 0 25px 0;
    background-color: #333333;
    text-align: center;
    color: #666666;
}
.services_wrapper{
    width:auto;
    max-width:840px;
    margin:0 auto;
    text-align: center;
}
.services_wrapper article
{
    float:left;
    height: auto;
    min-height: 250px;
    width: 180px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
    font-size:12px;
    text-align: center;
    background-color: #1D1D1D;
}
.services_wrapper article h3
{
    font-family: arial, sans-serif;
    text-transform: uppercase;
    font-size:15px;
    line-height:19px;
    color: #cccccc;
    margin-bottom:5px;
}
.services_wrapper article img
{
    float:none;
    border: 1px solid black;
    margin-bottom: 10px;
}
.services_wrapper article p
{
    line-height:15px;
    font-family: arial, sans-serif;
}
.services_wrapper article a
{
    width: auto;
    height: auto;
    color: whitesmoke;
    font-size:11px;
    text-decoration:none;
    margin-top: 15px;
    padding:7px 14px;
    border: 1px solid #800000;
    border-radius:0px;
    background-color: #990000;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
}
.services_wrapper article a:hover
{
    background-color: #800000;
    border-color: #800000;
    color: white;
}

/* HEADER SLIDER */

.caption_slide
{
    font-family: verdana, sans-serif;
    width:250px;
    position:absolute;
    top:20%;
    left:20%;
    display:none;
    z-index:11;
    background-color:black;
    opacity: 0.6;
    text-align: left;
    padding-bottom: 10px;
}
.caption_slide h3
{
    font-family: arial;
    color:white;
    font-size:28px;
    font-weight:bold;
    text-transform: uppercase;
    margin-top:10px;
    padding:10px 15px;
    display:inline-block;
    opacity: 1;
}
#caption_slide1
{
    display:block;
}
.caption_slide p
{
    font-family: arial;
    font-size:15px;
    line-height: 20px;
    margin:0;
    color:whitesmoke;
    padding:5px 15px;
    opacity: 1;
}

/* BUTTONS */

.button
{
    padding:7px 14px;
    border: 1px solid #800000;
    background-color: #990000 !important;
    color: whitesmoke;
    text-decoration:none;
    border-radius:4px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.button:hover
{
    background-color: #800000 !important;
    border-color: #800000;
    color: white;
}

/* MOBILE MENU */

#mobile_menu
{
    width:auto;
    height:50px;
    background-color: #990000;
    position:relative;
    font-family: verdana, sans-serif;
    color:#fff;
    font-size:16px;
    display: none;
}

/* IMAGES & PHOTOS */

.photo130
{
	width: 130px;
	float: left;
	border: 4px solid white;
	border-bottom: 20px solid white;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin: 5px;
    transition: box-shadow .10s ease;
}
.photo130:hover
{
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
}

/* THUMBS */

.thumb_link
{
	position: relative;
	display: block;
	width: 138px;
	height: 150px;
	float: left;
	margin: 5px;
}
.thumb
{
	width: 130px;
	height: 130px;
	border: 4px solid white;
	border-bottom: 20px solid white;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.thumb_zoom
{
    display:block;
    position:absolute;
    top:4px;
    left:4px;
    width:130px;
    height:130px;
    background: #000 url(../img/zoom.png) center center no-repeat;
    z-index:99;
    opacity: 0;
    transition: opacity .5s ease;
}
.thumb_zoom:hover
{
    opacity:0.5;
}

/* BODY */

.body_link{
    color: gray;
    display:inline-block;
    width:auto;
    padding:0 18px 5px 0;
    margin-bottom:5px;
    font-family: verdana, sans-serif;
    background:url(../img/arrow_gray.png) right 6px no-repeat;
    text-decoration: underline;
    transition: background .25s ease, color .25s ease;
}
.body_link:hover{
    color: black;
    background:url(../img/arrow_black.png) right 6px no-repeat;
}
#body
{
    width:auto;
    margin:0 auto;
    background-color: white;
    min-height: 400px;
    overflow: auto;
}
.body_wrapper
{
    line-height:25px;
    font-family: verdana, sans-serif;
    width:auto;
    clear:both;
    max-width:900px;
    margin:0 auto;
}
.body_wrapper h1 /* article title */
{
    font-family: arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 1px solid silver;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.body_wrapper h2 /* content title */
{
	font-family: arial, sans-serif;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    color: darkred;
    padding: 20px 0 10px 0;
}
.body_wrapper h3 /* content subtitle */
{
    text-transform: uppercase;
	font-size:14px;
    font-weight: bold;
    color: black;
	padding: 10px 0 5px 0;
}
.body_wrapper article.slot225, 
.body_wrapper article.slot300, 
.body_wrapper article.slot450, 
.body_wrapper article.slot600, 
.body_wrapper article.slot675
{
    margin: 10px 0;
    font-size:12px;
    float:left;
    width:auto;
    max-width: 225px;
    min-width: 225px;
    padding: 0;
}
.body_wrapper article.slot300
{
    max-width: 300px;
    min-width: 300px;
}
.body_wrapper article.slot450 /* central slot */
{
    max-width: 390px;
    padding-left: 30px;
    padding-right: 30px;
}
.body_wrapper article.slot600 /* left slot */
{
    max-width: 570px;
    min-width: 570px;
    padding-right: 30px;
}
.body_wrapper article.slot675 /* left slot */
{
    max-width: 645px;
    min-width: 645px;
    padding-right: 30px;
}
.body_wrapper p
{
    margin-bottom: 15px;
}
.body_wrapper article ul li
{
    color: #333333;
    display:block;
    width:auto;
    padding:0 0 5px 20px;
    margin-bottom:5px;
    background:url(../img/arrow_red.png) left 6px no-repeat;
}
.body_wrapper article.slot600 ul li
{
	background:url(../img/arrow_gray.png) left 6px no-repeat;
}

/* HEADER */

.top_phones
{
    display: block;
    position:absolute;
    right:0;
    top:0;
    background-color: #1D1D1D;    
    padding: 8px 15px 8px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 195px;
    line-height: 16px;
}
.top_phones p{
    color: gray; 
	font-size: 10px; 
	line-height: 11px; 
	margin: 0;
    white-space: nowrap;
}
.top_phones h3{
    color: whitesmoke;
    font-size: 11px;
    white-space: nowrap;
}
.top_phones h3 span.sep{
	color: gray;
}
.top_phones img{
    margin-right: 10px;
    float: left;
}

/* FOOTER */

footer
{
    position:relative;
    clear:both;
    width:auto;
    height:160px;
    background:#333333;
    border-bottom: 10px solid #1D1D1D;
}
footer .fcopy{
    text-align: center;
}
footer .fmenu{
    text-align: center;
}
footer .fmenu a{
    color: #ABABAB;
    transition: color .25s ease;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #5e5e5e;
}
footer .fmenu a:hover{
    color: #ffffff;
}
footer .fmenu a:first-of-type{
    border-left: 0;
    padding-left: 0;
}
footer .fmenu a:last-of-type{
    border-right: 0;
    padding-right: 0;
}
footer .fmenu a.selected{
    color: white;
}
#copyright
{
    position:relative;
    bottom:0;
    left:0;
    width:100%;
    height:130px;
    padding-top: 30px;
}
.copyright_wrapper
{
    font-family: verdana, sans-serif;
    color: #5e5e5e;
    font-size:12px;
    position:relative;
    margin: 0 auto;
    height:130px;
    width:auto;
    max-width:900px;
}
.copyright_wrapper .social
{
    position:absolute;
    right:0;
    bottom:0;
    display: block;
    background-color: #1D1D1D;    
    padding: 8px 12px 8px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: auto;
}
.copyright_wrapper .social a
{
    transition: opacity .25s ease;
    opacity: 0.3;
    margin-left: 8px;
    display:block;
    float:left;
}
.copyright_wrapper .social a:hover
{
    opacity: 0.7;
}
footer .bottom_phones
{
    display: block;
    position:absolute;
    left:0;
    top:0;    
    padding: 8px 15px 8px 15px;
    border: 1px solid white;
    border-radius: 5px;
    width: auto;
    line-height: 16px;
}
footer .bottom_phones p{
    color: #ABABAB;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
}
footer .bottom_phones h3{
    color: whitesmoke;
    font-size: 12px;
    white-space: nowrap;
}
footer .bottom_phones img{
    margin-right: 10px;
    float: left;
}

/* SKIPLINK */

.top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}
.top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* SLIDESHOW */

#slides
{
    display: none; /* Prevents slides from flashing */
}
.slidesjs-container{    
    box-shadow: 1px 4px 2px 1px rgba(0, 0, 0, 0.3);
}
.slidesjs-pagination {
    float:right;
    list-style:none;
    margin-top: 10px;
}
.slidesjs-pagination li {
    float:left;
    margin:0 1px;
}
.slidesjs-pagination li a {
    background-image:url(../img/slidejs/pagination.png);
    background-position:0 0;
    display:block;
    float:left;
    height:0;
    overflow:hidden;
    padding-top:13px;
    width:13px;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
    background-position:0 -13px;
}
.slidesjs-pagination li a:hover {
    background-position:0 -26px;
}
.slideshow_wrapper{
    width: auto;
    margin: 0 auto; /* Center the slideshow */
    max-width: 900px;
}
#slideshow
{
    width: auto;
    margin: 0 auto;
    padding: 0 20px 20px;
    position:relative;
    background-color: #990000;
    text-align: center;
}
.slidesjs-pagination .active
{
    color:red;
}
.caption_slide p .responsive_button
{
    display:none;
    color:#000;
}

/* RESPONSIVE MOBILE MENU */

.rmm.djgomes a {
    color:white;
}
.rmm.djgomes a:hover {
    opacity:0.7;
}
.rmm.djgomes .rmm-main-list li a {
    display:inline-block;
    padding:8px 30px 8px 30px;
    margin:0px -3px 0px -3px;
    font-size:15px;
}
.rmm.djgomes .rmm-toggled {
    width:95%;
    min-height:36px;
}
.rmm.djgomes .rmm-toggled-controls {
    display:block;
    height:36px;
    color:#333333;
    text-align:left;
    position:relative;
}
.rmm.djgomes .rmm-toggled-title {
    position:relative;
    top:9px;
    left:9px;
    font-size:16px;
    color:white;
}
.rmm.djgomes .rmm-button {
    display:block;
    position:absolute;
    right:9px;
    top:7px;
}

.rmm.djgomes .rmm-button span {
    display:block;
    margin:4px 0px 4px 0px;
    height:2px;
    background:white;
    width:25px;
}
.rmm.djgomes .rmm-toggled ul li a {
    display:block;
    width:100%;
    text-align:center;
    padding:10px 0px 10px 0px;
    border-top:1px solid #333333;
    color:white;
}
.rmm.djgomes .rmm-toggled ul li:first-child a {

}

/* MISC */
.clear
{
    clear:both;
}
.hidden
{
    position:absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
    .caption_slide
    {
        width:auto;
        margin-right:50px;
    }
    .caption_slide h2
    {
        font-size:18px;
    }
    .caption_slide p
    {
        font-size:14px;
    }
    .caption_slide p .responsive_button
    {
        display:inline;
    }
}

@media (max-width: 915px)
{
    .services_wrapper article
    {
        float: none;
        margin: 30px auto 0 auto;
        width: 60%;
    }
    #mobile_menu
    {
        font-size:15px;
    }
    input
    {
        padding:4px;
        font-size:14px;
    }
    input[type="submit"]
    {
        padding: 1px 14px;
    }
    .body_wrapper article.slot225,
    .body_wrapper article.slot300,
    .body_wrapper article.slot450,
    .body_wrapper article.slot600,
    .body_wrapper article.slot675
    {
        float:none;
        max-width: 500px;
        margin: 50px 30px 0 30px;
        padding: 0;
    }
    .body_wrapper article:last-of-type
    {
		margin-bottom: 50px;
    }
}

@media (max-width: 765px)
{
    #slideshow
    {
        height:1px;
        top: -1500px;
    }
    header
    {
        height:120px;
    }    
    header nav
    {
        display:none;
    }
    #mobile_menu
    {
        height:auto;
		display: block;
    }
    .services_wrapper article
    {
		float:none;
		min-height: 0;
		width: auto;
		padding: 15px;
		margin: 15px;
		text-align: left;
    }
    .services_wrapper article img
    {
		float:left;
		margin-right: 10px;
    }
    .services_wrapper article a
    {
		margin-top: 5px;
    }
    .body_wrapper article.slot675,
    .body_wrapper article.slot600,
    .body_wrapper article.slot450,
    .body_wrapper article.slot300,
    .body_wrapper article.slot225
    {
		min-width: 0;
    }
    footer .wrapper
    {
        width: 350px;
        margin: 0 auto;
    }
    footer .fmenu{
		display: none;
    }
    .copyright_wrapper .social
    {
        display:none;
    }
    .top {
		display:block;
    }
    footer .bottom_phones
    {
		margin: 0 auto;
		position: relative;
		width: 150px;
		margin-bottom: 10px;
    }
    #services
    {
		padding-top: 1px;
		padding-bottom: 1px;
    }
}

@media (max-width: 500px)
{
    #mobile_menu
    {
        height:auto;
        display: block;
    }
    footer .wrapper
    {
        width:auto;
    }
    input
    {
        width:auto;
    }
    header nav
    {
        display:none;
    }
    header h1
    {
        font-size:40px;
    }
    header p
    {
        margin-left: 60px;
        font-size:14px;
    }	
    #copyright
    {
		padding-top: 20px;
		height:155px;
    }
    .copyright_wrapper .social
    {
        display:none;
    }
    .top {
		display:block;
    }
    footer .bottom_phones
    {
		margin: 0 auto;
		position: relative;
		width: 160px;
		margin-bottom: 10px;
    }
    #services
    {
		padding-top: 1px;
		padding-bottom: 1px;
    }
	.top_phones h3 span.sep,
	.top_phones h3 span.phone2
	{
		display: none;
	}
	.top_phones{
		width: 110px;
	}
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
    0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
    0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}

/* FORM */

#form label
{ 
    text-align: left;
    cursor:pointer;
    margin:0 6px;
    display:block;

}
#form label span
{ 
    font-size: 12px;
    line-height: 20px;
    color: #333333;

}
#form .input
{ 
    font-size: 11px;
    display:block;
    width:auto;
    min-width: 95%;
    color:#000;
	background-color: #F1F4F9;
    border:1px solid #A8A8A8;
	border-radius: 3px;
    padding:5px;
    margin-bottom:10px;
}
#form .required
{
	color: red;
	font-size: 9px;
	padding-left: 3px;
}
#form .field
{ 
    text-align: left;
    margin:0 6px;
    display:block;
}
#form .green_status
{
	border-radius: 4px;
    padding:10px 10px 10px 24px;
    font-family: verdana, sans-serif;
    background: url(../img/form/green.png) 4px 9px no-repeat;
	color: black;
}
#form .yellow_status
{
	border-radius: 4px;
    padding:10px 10px 10px 24px;
    font-family: verdana, sans-serif;
    background: url(../img/form/yellow.png) 4px 9px no-repeat;
	color: black;
}
#form .red_status
{
	border-radius: 4px;
    padding:10px 10px 10px 24px;
    font-family: verdana, sans-serif;
    background: url(../img/form/red.png) 4px 9px no-repeat;
	color: black;
}
#form input.sendButton
{
	padding: 5px 18px;
    line-height:25px;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;	
    min-width: 0;
    cursor:pointer;
    background-color: darkred;
    border-radius:4px;
    border:1px solid darkred;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    width:25%;
    margin: 0 auto;	
    transition: background .5s ease;
}
#form input.sendButton:hover
{
    background-color:#333333;
    border:1px solid black;
}
#form .captcha
{ 
    text-align: left;
    display:block;
	margin-bottom: 15px;
}
/*
#form .captcha input
{
    font-size: 11px;
    color:#000;
	border-radius: 2px;
    border:1px solid #5f5f5f;
    padding:5px;
}
#recaptcha_table
{
	border-radius: 2px !important;
    border:1px solid #5f5f5f !important;
}
*/