﻿header, nav, section, article, figure, footer, .tab_row, .grid_row {
    margin-left: auto;
    margin-right: auto;
}

    header:before, header:after, nav:before, nav:after, section:before, section:after, article:before, article:after, figure:before, figure:after, footer:before, footer:after, .tab_row:before, .tab_row:after, .grid_row:before, .grid_row:after {
        content: "";
        display: table;
        line-height: 0;
    }

    header:after, nav:after, section:after, article:after, figure:after, footer:after, .tab_row:after, .grid_row:after {
        clear: both;
    }
a {
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    outline: none;
}

    a:focus, a:active:focus {
        outline: none !important;
        outline-offset: 0px;
    }

    a:hover {
        text-decoration: none;
        transition: all 0.3s ease-out 0s;
        /*transition: background 0.5s ease-in-out 0s;*/
        /*transition: all 0.3s ease-in-out 0s;*/
        /*transform: scale(1.3);*/
    }
button {
    transition: all 0.3s ease-out 0s;
    cursor:pointer;
}
button:hover {
    transition: all 0.3s ease-out 0s;
}
::selection {
    background: #99cb34;
    color: #fff;
}

::-moz-selection {
    background: #99cb34;
    color: #fff;
}

-webkit-selection {
    background: #99cb34;
    color: #fff;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
/***/
#move-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 99;
}

    #move-top a {
        width: 46px;
        height: 40px;
        line-height: 40px;
        display: block;
        font: 20px/46px FontAwesome;
        background: #99cb34;
        color: white;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
        text-decoration: none;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

        #move-top a:before {
            content: "\f077";
            position: absolute;
            top: -1px;
            left: 0px;
            right: 0px;
        }

        #move-top a:hover {
            background: #d3150b;
            color: white;
        }
        /***/
.exp_boxg:after {
    content: " ";
    display: block;
    width: 20px;
    height: 5px;
    background: #d42232;
}

.exp_boxg:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent; /* Go big on the size, and let overflow hide */
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b7b6b7;
    position: absolute;
    top: 1px;
    margin-top: -9px;
    margin-left: -0px;
    left: 15px;
    z-index: 1;
}
/**/
.padLR0 {
    padding-left:0px;
    padding-right:0px;
}
.borBot1 {
    border-bottom: 1px solid #e2e2e2;
}
.mrgB30 {
 margin-bottom:30px;
}
.bgGray {
    background: #f1f2f4;
}
.bgLightRed {
    background: #db4f45;
}
.bgFooter {
    background: url(../images/bgFooter.png) no-repeat center;
    background-size:cover;
    margin:0px;
    padding-bottom:44px;
}
