@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	background-color: #2e2e2e;
	background-image: url(../images/bg_img1.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
}
.hide_meta {
	display: none;
}
#top_notice {
	width: 100%;
	height: auto;
	padding: 5px 0px;
	margin: 0px auto;
	position: relative;
	clear: both;
	display: none;
}
#top_notice h1 {
	font-size: 10px;
	color: #535353;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
a {
    color: #9C9EFF;
}
a:visited {
    color: #b4b5f9;
}
a:hover, a:visited:hover {
    color: #7274d1;
}


/*//////////////////////////////////////////////////// BANNER TOP ////////////////////////////////////////////////////*/
/* Banner Outer Container */
#banner_container {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/banner_bg.png);
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-size: 100% 150px;
    z-index: 50;
}
@media screen and (max-width: 768px) {
    #banner_container {
        background-image: none;
    }
}
#banner_content {
    width: 1000px;
    height: auto;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
}
@media screen and (max-width: 1024px) {
    #banner_content {
        width: 100%;
    }
}
/* Logo Image */
#banner_logo {
    width: 160px;
    height: auto;
    padding: 0%;
    margin: 0%;
    display: block;
    float: left;
    background-color: #ffffff;
}
#banner_logo img {
    width: auto !important;
    height: 110px;
    border: 0px;
    display: block;
    margin: 0% auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #banner_logo {
        width: 100%;
        height: auto;
        padding: 0%;
        margin: 0%;
        display: block;
        float: none;
        clear: both;
    }
}
/* Banner Information */
#banner_info {
    width: 840px;
    height: auto;
    padding: 0%;
    margin: 0%;
    display: block;
    float: right;
}
@media screen and (max-width: 1024px) {
    #banner_info {
        width: calc(98% - 160px);
        padding: 0% 2% 0% 0%;
    }
}
@media screen and (max-width: 768px) {
    #banner_info {
        width: 100%;
        float: none;
        clear: both;
    }
}
/* Quick Links */
#qlinks_container {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    float: right;
    overflow: hidden;
    -webkit-text-shadow: 1px 1px 0px #000000;
    -o-text-shadow: 1px 1px 0px #000000;
    -ms-text-shadow: 1px 1px 0px #000000;
    text-shadow: 1px 1px 0px #000000;
}
@media screen and (max-width: 768px) {
    #qlinks_container {
        float: none;
        margin: 0% auto;
    }
}
@media screen and (max-width: 560px) {
    #qlinks_container {
        width: 100%;
    }
}
.qlink_holder {
    width: auto;
    display: inline-block;
    position: relative;
    clear: none;
    color: #ffffff;
    text-align: right;
    font-family: 'Khand', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 0%;
    margin: 0% 0px 0% 30px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .qlink_holder {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 768px) {
    .qlink_holder {
        font-size: 1.2em;
        text-align: center;
    }
}@media screen and (max-width: 560px) {
    .qlink_holder {
        font-size: 1.2em;
        text-align: center;
        clear: both;
        width: 100%;
        display: table;
        margin: 0%;
    }
}
.qlink_holder .fa {
    color: #CCCCCC;
    text-decoration: none;
    padding: 0%;
    margin: 0% 0px 0% 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.qlink_holder #socials .fa:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    z-index: 2;
}
.qlink_holder a, .qlink_holder a:visited {
    color: #ffffff;
    text-decoration: none;
}
/* Banner Insert */
#banner_insert {
    width: 100%;
    height: auto;
    padding: 10px 0% 10px 0%;
    margin: 0%;
    position: relative;
    clear: none;
    display: table;
    color: #bf0707;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Khand', sans-serif;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    #banner_insert {
        display: none;
    }
}
#banner_insert .fa {
    width: 58px;
    height: 58px;
    padding: 0%;
    margin: 0%;
    line-height: 58px;
    text-align: center;
    border: 2px solid #bf0707;
    color: #bf0707;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.insert_holder {
    width: auto;
    padding: 0%;
    margin: 0%;
    position: relative;
    display: inline-block;
    text-align: right;
    color: #bf0707;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.insert_holder:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index: 2;
}
/* Navigation Bar */
#navigation_bar {
    width: 100%;
    height: 40px;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
    #navigation_bar {
        background-color: #373737;
    }
}
#navigation_bar.sticky {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 5000;
    -webkit-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
}
#nav_shadow {
    width: 100%;
    height: 20px;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/shadow_1800.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    background-position: center top;
}


/*//////////////////////////////////////////////////// SLIDER ////////////////////////////////////////////////////*/
#slider_container {
    width: 100%;
    height: auto;
    padding: 0%;
    margin: 0px auto -40px auto;
    top: -40px;
    z-index: 1;
    position: relative;
    clear: both;
    display: table;
    background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
    #slider_container {
        margin: 0px auto -20px auto;
        top: -20px;
    }
}
@media screen and (max-width: 560px) {
    #slider_container {
        display: none;
    }
}


/*//////////////////////////////////////////////////// QUICK BOXES ////////////////////////////////////////////////////*/
#qboxes_container {
    width: 1000px;
    height: auto;
    padding: 0%;
    margin: 0px auto -120px auto;
    top: -120px;
    position: relative;
    clear: both;
    display: table;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    #qboxes_container {
        width: 100%;
        margin: 0px auto 0px auto;
        top: 0px;
    }
}
@media screen and (max-width: 560px) {
    #qboxes_container {
        margin: 0px auto -20px auto;
        top: -20px;
    }
}
.qbox_holder {
    width: 33.3333333330%;
    height: 240px;
    padding: 10px;
    margin: 0%;
    position: relative;
    float: left;
    clear: none;
    display: table;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 560px) {
    .qbox_holder {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0%;
        float: none;
        clear: both;
    }
}
.qbox_holder:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index: 2;
}
@media screen and (max-width: 560px) {
    .qbox_holder:hover {
        -webkit-transform: scale(1.0, 1.0);
        -ms-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
        z-index: 2;
    }
}
.qbox_icon {
    width: 100%;
    height: 70px;
    padding: 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
.qbox_icon img {
    width: auto !important;
    height: 70px;
    border: 0px;
}
@media screen and (max-width: 1024px) {
    .qbox_icon {
        height: 60px;
    }
    .qbox_icon img {
        height: 60px;
    }
}
.qbox_title {
    width: 100%;
    height: auto;
    padding: 5px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
    color: #ffffff;
    text-align: center;
    font-family: 'Khand', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.0em;
}
@media screen and (max-width: 1024px) {
    .qbox_title {
        font-size: 2.8vw;
    }
}
@media screen and (max-width: 768px) {
    .qbox_title {
        font-size: 3.6vw;
    }
}
@media screen and (max-width: 560px) {
    .qbox_title {
        font-size: 2.0em;
    }
}
@media screen and (max-width: 480px) {
    .qbox_title {
        font-size: 1.7em;
    }
}
.qbox_rm_btn, .qbox_order_btn {
    width: 70%;
    height: auto;
    padding: 5px;
    margin: 0px 15% 5px 15%;
    position: relative;
    clear: both;
    display: table;
    border: 2px solid #252525;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
    .qbox_rm_btn, .qbox_order_btn {
        width: 100%;
        margin: 0px 0% 5px 0%;
    }
}
.qbox_link {
    color: #252525 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1.0em;
    font-family: 'Khand', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 560px) {
    .qbox_link {
        font-size: 1.2em;
    }
}
.qbox_rm_btn:hover, .qbox_order_btn:hover {
    border: 2px solid #000000;
    background-color: rgba(255,255,255,0.40)
}
.qbox_rm_btn:hover .qbox_link, .qbox_order_btn:hover .qbox_link {
    color: #000000 !important;
}
#qboxes_shadow {
    width: 100%;
    height: 20px;
    padding: 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url(../images/shadow_1800.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    background-position: center top;
}


/*//////////////////////////////////////////////////// MAIN CONTENT ////////////////////////////////////////////////////*/
#content_container {
    width: 1000px;
    height: auto;
    padding: 15px 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    font-size: 0.9em;
    -webkit-text-shadow: 1px 1px 0px #000000;
    -o-text-shadow: 1px 1px 0px #000000;
    -ms-text-shadow: 1px 1px 0px #000000;
    text-shadow: 1px 1px 0px #000000;
}
@media screen and (max-width: 1024px) {
    #content_container {
        width: 92%;
        margin: 0% 4%;
    }
}
#content_container .content_h2 {
    color: #B1B1B1;
    padding: 0%;
    margin: 0px 0% 15px 0%;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Khand', sans-serif;
    font-size: 2.2em;
    font-weight: 400;
}
@media screen and (max-width: 560px) {
    #content_container .content_h2 {
        font-size: 1.8em;
    }
}
#content_container h1, #content_container h2, #content_container h3, #content_container h4, #content_container h5, #content_container h6 {
    color: #B1B1B1;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
}
#content_container p {
    text-align: justify;
    line-height: 1.5em;
}
#content_container img {
    max-width: 100%;
    height: auto !important;
}
#content_container hr {
    height: 1px;
    border: 0px;
    background-color: #494949;
}
#content_container ul li, #content_container ol li {
    padding: 4px 0px;
    margin: 0%;
    line-height: 1.5em;
}


/*//////////////////////////////////////////////////// BRANCHES ////////////////////////////////////////////////////*/
#branches_container {
    width: 100%;
    height: auto;
    padding: 15px 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
}
.branch_holder {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0px 0% 10px 0%;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid #5F5F5F;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}
.branch_info {
    width: 50%;
    height: auto;
    padding: 0% 10px 0% 0px;
    margin: 0%;
    position: relative;
    float: left;
    display: table;
    clear: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .branch_info {
        width: 100%;
        padding: 0%;
        float: none;
        clear: both;
    }
}
.branch_info h2 {
    font-size: 2.4em;
    padding: 0px 0% 5px 0%;
    margin: 0%;
    text-transform: uppercase;
    line-height: 1.0em;
}
.branch_info h3 {
    font-size: 2.0em;
    padding: 0px 0% 5px 0%;
    margin: 0%;
    text-transform: uppercase;
    line-height: 1.0em;
}
.branch_contacts {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px 0%;
    position: relative;
    clear: both;
    display: table;
    background-color: #2E2E2E;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.branches_h4, .branches_h5, .branches_h6 {
    color: #ffffff !important;
    font-family: 'Open sans', sans-serif !important;
    padding: 0px 0% 5px 0%;
    margin: 0%;
    font-size: 1.1em !important;
}
.branches_h5 {
    font-style: italic;
}
.branches_h6 {
    color: #CBDFAA !important;
}
.branch_info p {
    text-align: justify;
    line-height: 1.4em;
    font-size: 1.0em;
    color: #000000;
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -o-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 0px #ffffff;
}
.branch_map {
    width: 50%;
    height: auto;
    padding: 0%;
    margin: 0%;
    position: relative;
    float: right;
    display: table;
    clear: none;
}
@media screen and (max-width: 768px) {
    .branch_map {
        width: 100%;
        float: none;
        clear: both;
    }
}
.get_btn {
    width: 100%;
    height: auto;
    padding: 6px;
    margin: 0%;
    background-color: rgba(1,98,48,0.80);
    border-top: 0px solid #3dc981;
    border-right: 1px solid #3dc981;
    border-bottom: 1px solid #3dc981;
    border-left: 1px solid #3dc981;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'FontAwesome', 'Khand', sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.0em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.get_btn:hover {
    background-color: rgba(1,98,48,1.00);
}
.get_input {
    width: 100%;
    height: auto;
    padding: 6px;
    margin: 0%;
    border-top: 1px solid #3dc981;
    border-right: 1px solid #3dc981;
    border-bottom: 0px solid #3dc981;
    border-left: 1px solid #3dc981;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0px;
}
.map {
    -webkit-text-shadow: none !important;
    -o-text-shadow: none !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;
    border-top: 1px solid #3dc981;
    border-right: 1px solid #3dc981;
    border-bottom: 0px solid #3dc981;
    border-left: 1px solid #3dc981;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/*//////////////////////////////////////////////////// FOOTER ////////////////////////////////////////////////////*/
#footer_container {
    width: 100%;
    height: auto;
    padding: 20px 0%;
    margin: 0% auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #1F1F1F;
}
#footer_container h4 {
    padding: 0px 0% 10px 0%;
    margin: 0%;
    font-size: 1.0em;
    font-weight: 400;
    font-family: 'Khand', sans-serif;
    text-align: center;
    color: #ffffff;
    -webkit-text-shadow: 1px 1px 0px #000000;
    -o-text-shadow: 1px 1px 0px #000000;
    -ms-text-shadow: 1px 1px 0px #000000;
    text-shadow: 1px 1px 0px #000000;
}
@media screen and (max-width: 560px) {
    #footer_container h4 {
        font-size: 0.8em;
    }
}
#footer_container h5 {
    padding: 0%;
    margin: 0%;
    font-size: 1.0em;
    font-weight: 400;
    font-family: 'Khand', sans-serif;
    text-align: center;
    color: #ffffff;
    -webkit-text-shadow: 1px 1px 0px #000000;
    -o-text-shadow: 1px 1px 0px #000000;
    -ms-text-shadow: 1px 1px 0px #000000;
    text-shadow: 1px 1px 0px #000000;
}
@media screen and (max-width: 560px) {
    #footer_container h5 {
        font-size: 0.8em;
    }
}
#footer_container h5 a, #footer_container h5 a:visited {
    color: #ECFFC6;
    text-decoration: none;
}
#footer_container h5 a:hover, #footer_container h5 a:visited:hover {
    color: #FFFFFF;
}

.footer_links {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 20px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.footer_links a,
.footer_links a:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1em;
    transition: all 0.3s ease-in-out;
    font-family: 'Khand', sans-serif;
    text-align: center;
}

.footer_links a:hover,
.footer_links a:visited:hover {
    color: #c4c4c4;
}


/*//////////////////////////////////////////////////// FORM STYLE ////////////////////////////////////////////////////*/
.form_h3 {
    font-size: 2.0em;
    color: #E9EDAB !important;
    text-transform: uppercase;
    padding: 0%;
    margin: 0%;
}
@media screen and (max-width: 768px) {
    .form_h3 {
        font-size: 1.8em;
    }
}
label {
    color: #D3D3D3;
    font-size: 1.0em;
}
label.error {
    color: #D80003;
    font-size: 0.8em;
    display: block;
    clear: both;
    padding: 4px 0% 0px 0%;
    margin: 0%;
}
label.error:before {
    color: #D80003;
    font-size: 12px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f071';
    padding: 0% 4px 0% 0px;
}
.red_asterisk:before {
    font-family: 'FontAwesome', sans-serif;
    color: #CB0003;
    font-size: 8px;
    vertical-align: super;
    content: '\f069';
}
.form_label {
    width: 100%;
    height: auto;
    padding: 0px 0% 4px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
.form_field {
    width: 100%;
    height: auto;
    padding: 0px 0% 25px 0%;
    margin: 0%;
    position: relative;
    clear: both;
    display: table;
}
.form_field input {
    width: 100%;
    height: 36px;
    padding: 6px;
    margin: 0%;
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
}
.form_field input:hover, .form_field input:focus {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
.form_field textarea {
    width: 100%;
    height: 80px;
    padding: 6px;
    margin: 0%;
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
}
.form_field textarea:hover, .form_field textarea:focus {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
.form_field select {
    width: 100%;
    height: 36px;
    padding: 6px;
    margin: 0%;
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
}
.form_field select:hover, .form_field select:focus {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
.form_field .subm_btn {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 10px 1% 0px 1%;
    float: right;
    clear: none;
    display: table;
    border: 0px;
    background-color: #298a06;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'FontAwesome','Khand', sans-serif;
    font-size: 1.8em;
    cursor: pointer;
}
.form_field .subm_btn:hover, .form_field .subm_btn:focus {
    background-color: #1a5c02;
    border: 0px;
}
.form_group {
    width: 98%;
    height: auto;
    padding: 0%;
    margin: 0% 1%;
    float: left;
    clear: none;
    display: table;
}
.form_group.half {
    width: 48%;
    margin: 0% 1%;
}
@media screen and (max-width: 560px) {
    .form_group.half {
        width: 100%;
        margin: 0%;
        clear: both;
        float: none;
    }
}
.hfield {
    display: none;
}
