/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/* forms */
span.req {
    font-weight: bold;
    color: #ca1616;
}
label.error {
    font-weight: bold;
    color: #ca1616;
}
/* gain_fiscal_form */
#gain_fiscal_form {
    padding: 3%;
}

#gain_fiscal_form label{
    display:block;
    margin: 15px 0;
    clear:both;
    font-weight: bold;
}
#gain_fiscal_form fieldset{
    width: 80%;
}
#gain_fiscal_form input{
    float: right;
    padding: 5px;
    width: 200px;
}
#gain_fiscal_form .gff-submit-btn{
    width: auto;
    margin: 10px 0;
    float:left;
    border: 3px solid #EEF2F2;
}

/*contact form */
#contact_form {
    width: 60%;
    float: left;
    margin: 0 2%;
}
#contact_form label {
    display: block;
    margin-bottom: 12px;
}
#contact_form .contact_col_left {
    width: 48%;
    float: left;
    margin-right: 2%;
}
#contact_form .contact_col_right {
    width: 50%;
    float: right;
}
#contact_form input,
#contact_form textarea
{
    width: 90%;
}
#contact_form .gff-submit-btn{
    width: auto;
    margin: 10px 0;
    float:left;
    border: 3px solid #EEF2F2;
}

.gff-submit-btn:hover{
    background: #669F99 !important;
}

/* contact info div */
#contact-info {
    float: right;
    margin: 0 2%;
    width: 26%;
}

.alert {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: #FFF;
    padding: 5px 20px;
}
.alert.error {
    background-color: #e53e3e;
}
.alert.success {
    background-color: #a0d53a;
}

#sidebar_contact,#sidebar_submenu {
    margin-bottom: 20px;
}
#sidebar_submenu h3 {
    margin-bottom: 7px;
}

.shortcode-unorderedlist {
    margin: 15px 0;
}
.cta-btn2, .cta-btn2:active, .cta-btn2:visited {
    background: none repeat scroll 0 0 #528F94;
    width: 90%;
    display: block;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding: 10px 3% !important;
    text-align: center;
    margin-top:10px !important;
    color: #FFFFFF;
}
.cta-btn2:hover {
    color:#FFF;
    text-decoration: none;
    background: #669F99; cursor: pointer; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s;
}

.pst-nav .cta-btn3{
    color:  #FFF;
    background: rgba(0,0,0,0.3);
    text-decoration: none;
    line-height: 65px;
    padding: 5px;
}

#map-canvas {
    height: 350px;
    margin-bottom: 20px;
}


#logo {
    max-width: 320px;
    width: 320px;
}
#logo img {
    width: 100%;
}

#menu {
    padding-top: 20px;
}

#homewidgets-main blockquote {
    font-style: italic;
    font-family:Georgia, serif;
    font-size: 16px;
    border: solid 1px #ddd;
    border-left: solid 5px #ddd;
    padding: 15px;
    margin: 10px;
}
#heading-page {
    height: 275px;
    position: relative;
}
#content-wrap {
    position: relative;
}
#content {
    position: relative;
    top: -25px;
}
.page-title {
    position: relative;
    top: -170px;
    left: -30px;
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: bold;
    width: auto;
    display: inline-block;
    height: 1px;
    padding: 0;
}
.page-title h1 {
    padding: 10px 20px;
    background-color: rgba(82, 143, 148, 0.9);
    font-size: 22px;
}
/* homepage slider */
#slider {
    height: 275px;
}
#slider .slides li {
    height: 275px;
}
.slides > li h3 {
    font-size: 22px;
}
.slides > li .excerpt {
    font-size: 14px;
}

.flex-control-nav {
    bottom: 15%;
}

/* footer */
#footer {
    font-size: 11px;
}
.toopixel {
    display: block;
    left: 0;
    padding: 0 20px 0 0;
    position: relative;
    top: 3px;
    line-height: 15px;
}
.toopixel a {
    line-height: 15px;
    height: 15px;
    outline: 0 none;
    text-decoration: none;
}

.toopixel i {
    background: url("./images/toopixel_15px.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    line-height: 15px;
}
.toopixel:hover i{
    background-position: 0 -20px;
}

/* fixes for partially supported left-sidebar */
@media screen and (max-width: 1040px) {
    #content.side-left {
        background: none;
    }
}

/* some table css */
.table-avs {
    border: 2px solid #4d525a;
    border-collapse: separate;
}

/* custom index portfolio slider */
#wpzoom-portfolio-slider-custom .pst-nav li {
    display: block;
    padding: 1% 0;
    margin: 2%;
    background: none;
    font-size: 28px;
}

#wpzoom-portfolio-slider-custom .cta-btn2,
#wpzoom-portfolio-slider-custom .cta-btn2:active,
#wpzoom-portfolio-slider-custom .cta-btn2:visited{
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    border-radius: 2px;
    vertical-align: middle;
    line-height: 65px;
}

#wpzoom-portfolio-slider-custom .pst-nav img {
    width: 100%;
}
/* safariiii fixes */
.wpzoom-clients img {
    vertical-align: baseline;
}
.wpzoom-clients ul,
.wpzoom-clients ol {
    list-style-position: outside;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
    width: 100%;
    height: 55px;
    margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 55px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    height: 55px;
}

/* simply scroll css fixes */
.wpzoom-clients ul {
    clear:none;
    margin-right: 60px;
}

.wpzoom-clients .clients_widget li {
    margin-right: 60px;
}