/* CSS Document */

/* Body and Universal Reset */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : #1d1d1b;
    min-height : 100%;
}

body {
    background : #fff;
    height     : auto;
}

#container {
}

#popupWindowCaller {
    display : none;
}

.clear {
    clear  : both;
    height : 0px;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

/* Defaults */

.inner {
    padding : 10px;
}

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

/* Typography */

.black {
    color: #000;
}

.yellow, #header a {
    color: #ffa500 !important;
    text-decoration: none !important;
}

/* Header */

.header_fill {
    height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;
    display  : none;
}

#header {
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 0;
	position         : relative;
    padding: 20px 0;
}

#header a.logo {
    margin      : 0px;
    padding     : 0px;
    text-indent : -9999px;
	z-index     : 2;
    height      : 98px;
    width       : 358px;
    display     : block;
    background  : url(images/logo.png) top left no-repeat;
}

#header .container_24 {
	position: relative;
	}

.headerContent {
    color: #0b436d;
    font-size: 23px;
    line-height: 26px;
    text-align: right;
    font-weight: bold;
    background: url(/images/header-bg.png) bottom right no-repeat;
    padding-bottom: 10px;
    }

.headerContent > span {
    display: block;
}

#headerIntro {
    background: #1171b8;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    padding: 5px 0 10px;
}

#headerIntro .inner {
    position: relative;
}

#headerIntro ul {
    list-style: none;
    position: absolute;
    top: -40px;
    right: 10px;
    text-transform: uppercase;
}

#headerIntro ul li {
    display: inline;
}

#headerIntro ul li a {
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
}

#headerIntro ul li a.over, #headerIntro ul li a:hover {
    background: #1171b8;
    color: #fff;
}

#contentBlue {
    margin: 10px 0;
    padding: 20px 0;
    background: #0b436d;
    color: #fff;
}

/* Content */

#content {
    padding-bottom : 10px;
    width          : 100%;
    display        : block;
}

#content .container_24 {
	background: #fff;
	padding-top: 20px;
	}

#contentBlue {
    font-size: 16px;
}

#contentBlue ul {
    list-style: none;
}

#contentBlue ul li {
    background: url(/images/li-bg.gif) 0 5px no-repeat;
    padding-left: 15px;
}

#copy p {
    margin : 0 0 18px 0;
}


.copyPadding {
	padding-left: 20px;
	padding-right: 20px;
	}

#copy .grid_8 {
    background: #fff;
    color: #0b436d;
}

#copy .grid_8 .inner {
    padding: 25px;
    min-height: 170px;
}

.ctaHome {
    text-align: center;
    margin: 15px 0 0;
    color: #fff;
}

/* Home */

#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

/* HOME BANNER */

#homeBanner {
	position: relative;
	margin-bottom: 0px;
	height: 406px;
	}

.headerBanner {

	}

/* Blog */

.displaying {
    text-align : center;
}

.nextprevnav {
    display    : block;
    text-align : center;
    margin     : 18px 0 0 0;
}

.blogListingThumb {
    float        : left;
    width        : 17%;
    margin-right : 4%;
    text-align   : center;
}

.blogListingContainerWImage {
    float : left;
    width : 79%;
}

#content .blogListingContainer p {
    margin : 0 0 10px 0;
}

.blogDate {
    color : #ccc;
}

.blogAddThisTop {
    float : right;
    width : 124px;
}

.blogMetaInfo {
	background-color: #fcfcfc;
	border: 1px solid #eeeeee;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
	color: #999;
}

/* Footer */

#footer {
    clear            : both;
    text-align       : center;
    display          : block;
    width            : 100%;
    float            : left;
	color: #fff;
    background: #1d1d1b;
    margin-top: 15px;
}

.footerNav {
    margin-bottom : 10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}

#footer p {
    margin: 10px 0;
}

#footer a {
    color: #fff;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

#footer a:hover {
	text-decoration: underline;
	}

/* Sitemap */
#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* CONTACT */

#contactPage .firstHalf {
    width: 40%;
    float: left;
}

#contactPage .secondHalf {
    width: 58%;
    margin-left: 2%;
    float: left;
}

#contactMap {
    width: 100%;
}

/* Breadcrumbs */

#breadcrumbs {
    display : block;
    width   : 100%;
}

#content #breadcrumbs ul {
    list-style : none;
    margin     : 15px 0;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;
}

#content #breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#content #breadcrumbs ul li a {
    padding        : 0 5px 0 0;
    color          : #888;
    font-size      : 12px;
    text-transform : uppercase;
}

#content #breadcrumbs ul li a:hover {
    color : #000;
}

#content span.breadcrumbDivider {
    color       : #888;
    padding     : 0;
    display     : inline-block;
    font-size   : 18px;
    line-height : 12px;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    color          : #000;
    text-transform : none;
}

.contactDetails {
    line-height: 28px;
    font-size: 16px;
}

/* Online Enquiry Form */

.required_fields_heading {
    font-size : 11px;
}

.form_required i, .required_fields_heading i {
    color : #ff0000;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width   : 25%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

	.float_right { float: right !important; }
	.float_left { float: left !important; }

	.text_align_center { text-align: center !important; }
    .text_align_right { text-align: right !important; }
    .text_align_left { text-align: left !important; }


input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    padding               : 6px;
    border                : 1px solid #0b436d;
    -webkit-box-shadow    : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow       : rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow            : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition         : box-shadow linear 0.2s, border linear 0.2s;
    transition            : box-shadow linear 0.2s, border linear 0.2s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #ffa500 !important;
    -webkit-box-shadow : #ffa500 0 0 4px !important;
    -moz-box-shadow    : #ffa500 0 0 4px !important;
    box-shadow         : #ffa500 0 0 4px !important;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E`59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/***** BUTTONS *****/

input[type="submit"], button, .button {
	padding: 8px 20px !important;
    background-color      : #0b436d;
    display               : inline-block;
    font-size             : 16px;
    line-height           : 20px;
    *line-height          : 20px;
    line-height           : normal !important;
    color                 : #ffa500 !important;
    font-weight           : bold;
    cursor                : pointer;
    width                 : auto !important;
    border: none;
    text-transform: uppercase;
}

input[type="submit"]:hover, button:hover, .button:hover {
    color               : #ffa500 !important;
    background-color    : #0b436d;
    /* Buttons in IE7 don't get borders, so darken on hover */
}

input[type="submit"]:active, button:active, .button:active {
    background-color   : #e6e6e6;
    background-color   : #d9d9d9   \9;
    background-image   : none;
    outline            : 0;
    -webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow         : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* Message Boxes */

.msg_box {
    position     : relative;
    margin       : 20px 0;
    padding      : 10px 10px 10px 45px;
    width        : 640px;
    width        : 94.2%;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

.msg_box.info {
    background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/***** Icons *****/

.small-icon {
    font-size : 14px;
}

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* Classes Reserved for the TinyMCE Editor  */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* Locations Locator */
#locationSearch {
    font-size:11px;
    line-height:20px;
    color:#fff;
    padding: 20px 9px;
    background: #ED5C33;
    position:relative;
    margin: 0 0 18px 0;
}

.locationSearchHeading {
    font-size:16px;
    font-weight:bold;
}

#content #locationSearch span.locationIcon {
    background-image:url(/images/buttons/locator_icon.png);
    bottom:16px;
}

#locationSearch input[type="text"] {
    width:80%;
    padding:3px 33px 3px 7px;
    height:16px;
    line-height:16px;
    background:#CCCCCC!important;
    border-color:#fff!important;
    color:#fff;
    font-size:11px;
    margin-top:4px;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder {
   color: #fff;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px!important;
    -moz-box-shadow    : #fff 0 0 4px!important;
    box-shadow         : #fff 0 0 4px!important;
}

#locationSearch input[type="image"] {
    position:absolute;
    right:14px;
    bottom:21px;
}

/* Locations */

#location_search_map {
    height:600px;
}

.state-box {
    margin-bottom:20px;
}

#store-location-text li {
    margin-bottom:10px;
}

.location_num {
    background:url(/images/backgrounds/locator_num_bg.png) no-repeat;
    color:#fff;
    width:20px;
    height:27px;
    text-align:center;
    font-weight:bold;
    padding:2px 0 0;
}

.location_content {
    margin-left:27px;
}

#store-location-text h2 {
    margin-bottom:10px;
}

#store-location-text h3 {
    margin-bottom:5px;
}

#store-location-text h3 a {
    color:#1E1E1E;
}

.contactDetailsTable td {
    padding:0 10px 10px 0;
}

a.phoneLink {
    color:#1E1E1E;
}

#location_map {
    height:300px;
}


/* People / Staff / Team Module */
.people_wrapper {

}

.people_person {

}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display: block;
    border-bottom: 1px solid transparent;
    padding: 0 0 8px;
    margin: 0 0 8px;
}

.people_person a:hover {
    border-bottom: 1px solid #ED5C33;
}

.people_person img {
    display: block;
    text-align: center;
}

img.people_person_image, .people_person img {
    border: 4px solid #eee;
}

.people_person a:hover img {
    border: 4px solid #ED5C33;
}

.people_person a:hover p {
    color: #ED5C33;
}

.people_person p {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 0 !important;
    padding: 8px 0 0;
    color: #111;
}

.people_person p span {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
#content .flexslider ul, .flexslider {margin: 0 0 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider li { position: relative; }
.banner_text { display: block; position: absolute; top: 180px; left: 20px; }

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 20px; background: #fff; position: relative; zoom: 1; overflow:hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; margin:0;}

.carousel li {margin-right: 5px}

.flexslider ul, .flexslider ol  {
    margin-bottom:0!important;
}

.flexslider ul li {
    margin-bottom:0!important;
    padding:0!important;
}


/* Direction Nav */
.flex-direction-nav a {width: 36px; height: 39px; margin: -20px 0 0; display: block; background: url(/images/backgrounds/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: -150px; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -39px; right: -36px;}
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 10px; right:20px; text-align: center;}
.flex-control-nav li {display: inline-block; zoom: 1; *display: inline; margin-left:10px;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover {background: #EEEEEE;}
.flex-control-paging li a.flex-active {background: #c7b299; cursor: default; position: relative; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

/* Flexslider text animate in */
.banner_text {
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
       -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
         -o-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
       -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
         -o-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
} 
    /* ////////////////////////////////////////////////////// */
    /* Setup .banner_text Keyframes */
    /* ////////////////////////////////////////////////////// */
    @-ms-keyframes banner_text {
        0% {
            opacity: 0;
            -ms-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -ms-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -ms-transform:   translateX(0px)
        }
        100% {
            -ms-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @-webkit-keyframes banner_text {
        0% {
            opacity: 0;
            -webkit-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -webkit-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -webkit-transform:   translateX(0px)
        }
        100% {
            -webkit-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @-moz-keyframes banner_text {
        0% {
            opacity: 0;
            -moz-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -moz-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -moz-transform:   translateX(0px)
        }
        100% {
            -moz-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @-o-keyframes banner_text {
        0% {
            opacity: 0;
            -o-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -o-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -o-transform:   translateX(0px)
        }
        100% {
            -o-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @keyframes banner_text {
        0% {
            opacity: 0;
            transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            transform:   translateX(0px)
        }
        100% {
            transform:   translateX(0px)
            ;opacity: 1;
        }
    }
/* ////////////////////////////////////////////////////// */
/* Add Animation to Selector */
/* ////////////////////////////////////////////////////// */
.flex-active-slide .banner_text {
    -webkit-animation-name: banner_text;
    -moz-animation-name: banner_text;
    -ms-animation-name: banner_text;
    -o-animation-name: banner_text;
    animation-name: banner_text;
}
