/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
    margin  : 0;
    padding : 0;
}

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

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

#container {
}

#popupWindowCaller {
    display : none;
}

img {
    border : none;
}

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

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

/* ================================= */
/* Defaults */
/* ================================= */

.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;
}

.clear {
    width : 100%;
}

.collapse_header {
    cursor : pointer;
}

.collapse_header:after {
    display            : inline-block;
    font-family        : "FontAwesome";
    font-weight        : normal;
    content            : "\f0d8";
    margin-left        : 5px;
    float              : right;
    -webkit-transform  : rotate(0deg);
    -moz-transform     : rotate(0deg);
    -ms-transform      : rotate(0deg);
    -o-transform       : rotate(0deg);
    transform          : rotate(0deg);
    -webkit-transition : -webkit-transform ease 0.2s;
    -moz-transition    : -moz-transform ease 0.2s;
    -ms-transition     : -ms-transform ease 0.2s;
    -o-transition      : -o-transform ease 0.2s;
    transition         : transform ease 0.2s;
}

.collapse_header.closed:after {
    -webkit-transform : rotate(180deg);
    -moz-transform    : rotate(180deg);
    -ms-transform     : rotate(180deg);
    -o-transform      : rotate(180deg);
    transform         : rotate(180deg);
}

.no-csstransforms .collapse_header.closed:after {
    content : "\f0d7";
}

/* ================================= */
/* Typography */
/* ================================= */

#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;
}

/* ================================= */
/* Header */
/* ================================= */

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

#header {
	background-color: #333;

	background-color : rgba(0, 0, 0, 0.2);
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 20px 0;
    position         : relative;
    color            : #fff;
    height           : 44px;
    margin-bottom    : -84px;
    z-index          : 100;
}

#header.visible {
    position         : fixed;
    background-color : #fff;
    color            : #2d8fda;
    border-bottom    : 1px solid #ccc;
}

#header a {
    color : #fff;
}

#header.visible a {
    color : #2d8fda;
}

#header a.logo {
    margin      : 0px 20px 0 0;
    padding     : 0px;
    text-indent : -9999px;
    z-index     : 2;
    height      : 44px;
    width       : 221px;
    display     : block;
    float       : left;
    position    : relative;
    background  : url(images/logos/logo.png) top left no-repeat;
}

.lt-ie9 #header a.logo {
	margin-right: 10px;
	}

#header.visible a.logo {
    background : url(images/logos/logo-alt.png) top left no-repeat;
}

#header .header_phone_number {
    float      : right;
    text-align : right;
}

#header .header_phone_number .phone_icon {
    padding     : 10px 20px 10px 10px;
    font-size   : 18px;
    font-weight : bold;
}

#header .header_phone_number i {
    font-size : 30px;
    position  : relative;
    top       : 3px;
}

#header .header_phone_number a {
	margin-top: 8px;
	}

#header .header_user_icon i {
	font-size: 22px;
	position: relative;
	top: 1px;
	margin-right: 10px;
	}

#header .header_quote {
    float : right;
}

#header .header_search {
    float        : right;
    margin-right : 15px;
    font-size    : 13px;
	margin-top: 2px;
}

.lt-ie9 .header_search {
	display: none;
	}

#header .header_search i {
    font-size : 22px;
    position  : relative;
    top       : 6px;
    float     : left;
}

#header .header_search .searchButton i {
	top       : 0px;
	}

#header .header_search i:hover {
    cursor : pointer;
}

#header .header_search .searchContainer {
    width              : 0px;
    overflow           : hidden;
    float              : left;
    border-bottom      : 1px solid #fff;
    margin-top         : 5px;
    -webkit-transition : all 0.2s ease;
    -moz-transition    : all 0.2s ease;
    -ms-transition     : all 0.2s ease;
    -o-transition      : all 0.2s ease;
    transition         : all 0.2s ease;
}

#header .header_search .searchContainer.active {
    width       : 100px;
    margin-left : 10px;
}

#header .header_search .searchContainer input[type="text"] {
    background     : none;
    border         : none;
    padding-top    : 0px;
    padding-bottom : 0px;
	padding-left: 5px;
	color: #fff;
}

#header .header_search .searchContainer input[type="text"]:focus {
	border: none !important;
	}

#header.visible .header_search .searchContainer input[type="text"] {
	color: #333;
	}

#header.visible .alt_btn {
    background : #2d8fda !important;
    color      : #fff !important;
}

.headerRight {
    margin-top : 3px;
}

#header .searchButton {
	background: none;
	padding: 0px !important;
	float: left;
	margin-top: 6px;
	}

#header.visible .searchButton i {
	color: #2d8fda;
	}

/* ================================= */
/* Main Navigation */
/* ================================= */

#mainNav {
    /*height           : 50px;*/
}

#mainNav li {
    list-style : none;
    float      : left;
    position   : relative;
}

#mainNav > li {
    margin : 0 0 0 0px;
}

#mainNav > li.first {
    margin-left : 0;
}

#mainNav li a {
    padding     : 11px 15px;
    font-size   : 15px;
    margin      : 0px 0px;
    font-weight : bold;
    color       : #fff;
    display     : block;
}

.lt-ie9 #mainNav li a {
	padding-left: 5px;
	padding-right: 5px;
	font-size   : 13px;
	}

#mainNav > li > a {
    height         : 20px;
    text-transform : uppercase;
}

#mainNav li a:hover {
    color : #ccc;
}

#mainNav li a:active, #mainNav li.current > a {
    color : #2d8fda;
}

#header.visible #mainNav li a:active, #header.visible #mainNav li.current > a {
    color : #333;
}

#mainNav ul {
    position           : absolute;
    width              : 160px; /* left offset of submenus need to match (see below) */
    top                : -999px;
    border-bottom      : solid 4px #2d8fda;
    -webkit-box-shadow : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow    : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow      : 0px 1px 6px rgba(0, 0, 0, 0.6);
    box-shadow         : 0px 1px 6px rgba(0, 0, 0, 0.6);
}

#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 42px; /* match top ul list item height */
    z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

/* Drop Down UL */
#mainNav ul li a {
    margin           : 0;
    padding          : 7px 11px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #000;
    background-color : #FFF;
    border           : none;
    text-shadow      : none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
    background : #2d8fda !important;
    border     : none;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color              : #2d8fda;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}

/* ================================= */
/* Mobile Navigation */
/* ================================= */

/* Resets for container */
#mobile_nav {
    position : absolute;
    top      : 0;
    z-index  : 9999;
    right    : 0;
    width    : 68px;
    float    : left;
    margin   : 0;
    padding  : 0;
}



/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap,
#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color : #363A39;
}

#mobile_nav .mobile_nav_wrap,
#mobile_nav ul li,
#mobile_nav ul li a {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav #mobile_nav_launch {
    height          : 50px !important;
    width           : 67px !important;
    line-height     : 21px;
    position        : relative;
    top             : 0;
    right           : 0;
    border-radius   : 0;
    background      : url(images/icons/nav.png) 45% center no-repeat;
    background-size : 60% 60%;
    text-indent     : -9999px;
    float           : right;
    border-left     : 1px solid rgba(0, 0, 0, 0.1);
    cursor          : pointer;
    z-index         : 99;
}

/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
    position                   : fixed;
    width                      : 80%;
    float                      : left;
    right                      : -80%;
    -moz-box-shadow            : inset 3px 0px 6px #111;
    -o-box-shadow              : inset 3px 0px 6px #111;
    -webkit-box-shadow         : inset 3px 0px 6px #111;
    box-shadow                 : inset 3px 0px 6px #111;
    height                     : 100%;
    z-index                    : 98;
    overflow                   : auto;
    display                    : block;
    padding-left               : 5px;
    -webkit-overflow-scrolling : touch;
}

#mobile_nav .mobile_nav_wrap_active {
    right : 0;
}

html,
#mobile_nav .mobile_nav_wrap {
    -webkit-transition : right 0.2s linear;
    -moz-transition    : right 0.2s linear;
    transition         : right 0.2s linear;
}

html {
    position : relative !important;
    width    : 100%;
    right    : 0;
}

html.mobile_nav_is_active {
    right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
    /* overflow : hidden; */
    position : relative;
    height   : 100%;
}

#mobile_nav ul {
    float         : left;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto !important;
    padding       : 5px 0 0 !important;
    border-bottom : 5px solid #363a39;
}

#mobile_nav ul li {
    width         : 100%;
    display       : block;
    padding       : 0 25px;
    float         : left;
    width         : 100%;
    border-bottom : 1px solid #444;
}

#mobile_nav ul li a {
    color       : #fff;
    font-size   : 18px;
    display     : block;
    float       : left;
    width       : 100%;
    font-weight : bold;
    padding     : 12px 20% 12px 0;
    position    : relative;
}

#mobile_nav ul li a:active {
    text-shadow : -1px -1px 0 #111;
}

#mobile_nav ul ul {
    padding-left : 20px;
}

#mobile_nav .mobile_nav_wrap > ul > li > ul {
    display : none; /* HIDE INITIALLY */
}

#mobile_nav ul ul li {
    border-bottom : 0;
    padding       : 0 0 0 20px;
}

#mobile_nav ul ul li a {
    font-weight : normal;
    font-size   : 13px;
	padding: 6px 20% 6px 0;
}

span.mobile_nav_down_more {
    position           : absolute;
    height             : 100%;
    width              : 20%;
    text-align         : right;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
    display            : block;
    z-index            : 999;
    right              : 0;
    top                : 0;
    padding            : 10px 0 0;
    outline            : none;
}

/* ================================= */
/* Sidebar */
/* ================================= */

#sidebar {
    margin-top    : 20px;
    margin-bottom : 20px;
}

#subNav, .subNavBlog {
    border-bottom                      : solid 1px #d5d6d6;
    border-left                        : solid 1px #E6E6E6;
    border-right                       : solid 1px #E6E6E6;
    -webkit-border-bottom-right-radius : 6px;
    -webkit-border-bottom-left-radius  : 6px;
    -moz-border-radius-bottomright     : 6px;
    -moz-border-radius-bottomleft      : 6px;
    border-bottom-right-radius         : 6px;
    border-bottom-left-radius          : 6px;
}

#sidebar #subNav li.subNavHeading a, #sidebar .subNavBlog li.subNavHeading a {
    color           : #FFFFFF;
    padding         : 0px 0px 0px 0px;
    margin          : 0px;
    text-decoration : none;
    font-size       : 18px;
    font-weight     : 700;
}

#sidebar #subNav li.subNavHeading a:hover, #sidebar .subNavBlog li.subNavHeading a:hover {
    color : #FFFFFF;
}

#content #sidebar #subNav li.subNavHeading, #content #sidebar .subNavBlog li.subNavHeading, #sidebar .headingTitle {
    background      : #2d8fda;
    background-size : auto 100%;
    padding         : 20px 0;
    color           : #fff;
    padding-left    : 20px;
    text-transform  : uppercase;
    margin-bottom   : 0px;
    padding-right   : 50px;
    position        : relative;
    line-height     : 24px
}

#content #sidebar #subNav li.subNavHeading:after, #content #sidebar .subNavBlog li.subNavHeading:after, #sidebar .headingTitle:after {
    background : url(/images/backgrounds/chain-white.png) 0 0 no-repeat;
    width      : 25px;
    height     : 25px;
    position   : absolute;
    top        : 16px;
    right      : 20px;
    content    : "";
}

#content #sidebar #subNav li.subNavHeading:before, #content #sidebar .subNavBlog li.subNavHeading:before {
    content : none;
}

#sidebar #subNav, #sidebar .subNavBlog {
    background-color : #FFFFFF;
}

#content #sidebar ul#subNav li, #content #sidebar ul.subNavBlog li {
    padding     : 0px 0px 0px 0px;
    text-indent : 0px;
    margin      : 0px;
}

#content #sidebar ul#subNav li:nth-child(2), #content #sidebar ul.subNavBlog li:nth-child(2) {
    padding-top : 10px;
}

#content #sidebar ul#subNav li:nth-last-child(1), #content #sidebar ul.subNavBlog li:nth-last-child(1) {
    padding-bottom : 10px;
}

#sidebar #subNav li a, #sidebar .subNavBlog li a {
    color           : #898b8e;
    padding         : 7px 0px 7px 20px;
    text-decoration : none;
    display         : block;
    position        : relative;
    z-index         : 10;
}

#sidebar #subNav li a:hover, #sidebar .subNavBlog li a:hover {
    color : #2d8fda;
}

#content #sidebar #subNav li:before, #content #sidebar .subNavBlog li:before {
    content : NONE;
}

#content #sidebar ul#subNav, #content #sidebar ul.subNavBlog {
    padding : 0;
    margin  : 0px 0px 25px 0px;
}

#content #sidebar #subNav li.down a, #content #sidebar .subNavBlog li.down a {
    color       : #2d8fda;
    font-weight : bold;
}

#content #sidebar #subNav li.down:before, #content #sidebar .subNavBlog li.down:before {
    color       : #2d8fda;
    font-weight : bold;
}

#content #sidebar #subNav li.child a, #content #sidebar #subNav li.child:before, #content #sidebar .subNavBlog li.child:before {
    padding-top    : 5px;
    padding-bottom : 5px;
}

#content #sidebar #subNav li.child, #content #sidebar .subNavBlog li.child {
    border-top     : none;
    padding-top    : 0px;
    padding-bottom : 5px;
    padding-left   : 15px;
}

#content #sidebar #subNav li.childChild, #content #sidebar .subNavBlog li.childChild {
    font-size    : 11px;
    border-top   : none;
    padding-top  : 4px;
    padding-left : 50px;
}

#content #sidebar #subNav li.childChild:before, #content #sidebar .subNavBlog li.childChild:before {
    font-size   : 11px;
    margin-left : 28px;
}

#sidebar #subNav li.child:before, #sidebar .subNavBlog li.child:before {
    font-size   : 11px;
    margin-left : 14px;
}

#sidebar .search select {
}

/* ================================= */
/* Content */
/* ================================= */

#content_wrapper {
    position : relative;
}

#content {
    width   : 100%;
    display : block;
	background: #fff;
}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}

#copy {
    margin-top    : 20px;
    margin-bottom : 20px;
}

#homePage #copy {
    margin-top    : 0px;
    margin-bottom : 0px;
}

#sidebar_shadow {
    position     : absolute;
    top          : 0px;
    right        : 0px;
    bottom       : 0px;
    border-left  : 1px solid #f0f1f2;
    border-right : 1px solid #f0f1f2;
    background   : #fafbfc;
}

/* SIDEBAR CTA */

#sidebarCta {
    border-bottom  : 1px solid #e1e2e3;
    border-top     : 1px solid #e1e2e3;
    padding-top    : 20px;
    padding-bottom : 20px;
    margin-bottom  : 30px;
    text-transform : uppercase;
    text-align     : center;
}

#sidebarCta .largeTitle {
    font-size     : 36px;
    line-height   : 38px;
    display       : block;
    font-weight   : 600;
    margin-bottom : 20px;
}

/* SIDEBAR TEXT BANNER */

.lt-ie9 #sidebarImageBanner {
	background: #2d8fda;
	}

#sidebarImageBanner.flexslider.slide_crop .slide {
    display       : block;
    margin-bottom : 96px;
}

.banner_sidetext_wrapper {
    position   : absolute;
    top        : 0;
    bottom     : 0;
    left       : 0;
    right      : 0;
    text-align : left;
}

.banner_sidetext {
    position : absolute;
    top      : 30px;
    bottom   : 20px;
    left     : 0px;
    right    : 0px;
}

.banner_sidetext h3 {
    text-transform : uppercase;
    font-size      : 22px;
    line-height    : 24px;
    color          : #fff;
    margin-left    : 20px;
    margin-right   : 20px;
    margin-bottom  : 30px;
}

.banner_sidetext p {
    color         : #fff;
    padding-right : 126px;
    line-height   : 22px;
    font-size     : 16px;
    margin-left   : 20px;
    margin-right  : 20px;
}

.lt-ie9 .banner_sidetext p {
	padding-right : 0px;
	}

.lt-ie9 .no-csstransforms .slide_crop{

	}

.banner_sidetext p span {
    font-weight    : bold;
    text-transform : uppercase;
    position       : absolute;
    bottom         : 100px;
    left           : 20px;
    right          : 126px;
}

.banner_sidetext a {
    width    : 100% !important;
    position : absolute;
    bottom   : 0px;
    left     : 0px;
    right    : 0px;
}

#sidebarImageBanner {
    margin-bottom : 20px;
}

/* ================================= */
/* Home */
/* ================================= */

#homePage h1 {
    font-size   : 36px;
    font-weight : 200;
}

#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 Page Banner */

#homeBanner, #homeBanner .slides li, .homeBannerContainer {
    height : 460px;
}

.homeBannerContainer {
	background-size: 460px auto !important;
	background-position: center right !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.homeBannerContainer {
		background-size: 245px auto !important;
		background-position: center right !important;
	}
	#homeBanner .container_24{
		width:100%;
		padding-left:10px;
	}
	.homeBannerContainer p{
		width:50%
	}		
}

#homeBanner {
    position    : relative;
    /*background: url(images/icons/ajax-loader-alt.gif) no-repeat center center;*/
    background  : rgb(45, 143, 218); /* Old browsers */
    background  : -moz-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* FF3.6+ */
    background  : -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(45, 143, 218, 1)), color-stop(100%, rgba(45, 218, 183, 1))); /* Chrome,Safari4+ */
    background  : -webkit-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* Chrome10+,Safari5.1+ */
    background  : -o-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* Opera 11.10+ */
    background  : -ms-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* IE10+ */
    background  : linear-gradient(135deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* W3C */
    filter      : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d8fda', endColorstr='#2ddab7', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    padding-top : 84px;
}

#homeBanner.flexslider.slide_crop .slide {
    min-width : inherit;
}

#homeBanner h2 {
    color       : #fff;
    font-size   : 48px;
    line-height : 52px;
}

#homeBanner .button {
    padding : 20px 36px !important;
}

#homeBanner .banner_text p {
    font-size: 16px;
}

#homeBanner .button i {
    font-size    : 23px;
    margin-top   : -5px;
    position     : relative;
    top          : 3px;
    margin-right : 8px;
}


.homeBannerVideoLink {
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 60px;
	}


.visualiser_wrapper {
    position : absolute;
    left     : 0;
    bottom   : 0;
	width: 100%;
	overflow: hidden;
}

.visualiser {
    line-height : 200px;
    white-space : nowrap;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.visualiser > div {
    display      : inline-block;
    margin-right : 100px;
}

.bar {
    width            : 10px;
    height           : 200px;
    margin-right     : 1px;
    background-color : rgba(256, 256, 256, 0.1);
    vertical-align   : bottom;
}


.bannerVideo {
	position: absolute;
	top: 107px;
	right: 47px;
	}

.bannerVideo iframe {
		 height: 205px;
		 width: 360px;
		 }


.bannerAudio {
	width: 570px;
	height: 224px;
	background-size: 100% auto !important;
	position: absolute;
	top: 105px;
	right: 0;
	}

.bannerAudio .playButton,.bannerAudio .pauseButton {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 70px;
	left: 148px;
	}

.hideButton {
	display: none;
	}

.bannerAudio .playButton:hover, .bannerAudio .pauseButton:hover {
	cursor: pointer;
	}

.bannerAudio, .bannerAudio h3 {
	color: #fff;
	text-align: left;
	}

.bannerAudio h3 {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	text-transform: capitalize;
	}

.radioContent {
	width: 200px;
	position: absolute;
	left: 278px;
	top: 67px;
	}

.radioText {
	white-space: nowrap;
	overflow: hidden;
	color: #979996;
	}


/* INNER PAGE BANNER */

#innerPageBanner {
    position    : relative;
    /*background: url(images/icons/ajax-loader-alt.gif) no-repeat center center;*/
    background  : rgb(45, 143, 218); /* Old browsers */
    background  : -moz-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* FF3.6+ */
    background  : -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(45, 143, 218, 1)), color-stop(100%, rgba(45, 218, 183, 1))); /* Chrome,Safari4+ */
    background  : -webkit-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* Chrome10+,Safari5.1+ */
    background  : -o-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* Opera 11.10+ */
    background  : -ms-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* IE10+ */
    background  : linear-gradient(135deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* W3C */
    filter      : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d8fda', endColorstr='#2ddab7', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    padding-top : 84px;
    height      : 333px;
	overflow: hidden;
}

#innerPageBanner h1 {
    color : #fff;
}

#innerPageBanner h1 span.headingEdu {
    font-size : 16px;
}

#innerPageBanner .grid_24 {
    height   : 333px;
    position : relative;
    z-index  : 20;
}

#innerPageBanner p {
    color : #fff;
    font-size: 16px;
    line-height: 22px;
}

.innerPageBg {
    background : url(/images/banners/inner-page-default.png) bottom right no-repeat;
}

.innerBannerContent {
    margin-top : 100px;
}

/* HOME PAGE CONTENT */

.homepageLink {
    position   : absolute;
    top        : 10px;
    right      : 10px;
    text-align : right;
}

.homepageLink h3 {
    margin-bottom : 0px;
    font-weight   : 400;
}

/* ================================= */
/* Testimonials */
/* ================================= */

#homePage #FeaturedTestimonials {
    background  : url(/images/backgrounds/blue-green-bg.jpg) top center repeat-x #fff;
    padding-top : 150px;
}

#FeaturedTestimonials .greyBorder.roundedContainer {
    margin-bottom : 20px;
}

#FeaturedTestimonials h3 {
    font-size     : 30px;
    line-height   : 32px;
    margin-bottom : 75px;
}

#FeaturedTestimonials h4 {
    font-size     : 18px;
    line-height   : 20px;
    margin-bottom : 0px;
    color         : #47a3dc;
}

#FeaturedTestimonials a {
    color : #959696;
}

#FeaturedTestimonials a:hover {
    background : #fafbfc;
}

.testiTitle {
    margin-top : 22px;
}

.testiContent {
    margin-top : 15px;
    font-style : italic;
}

.testiContent P {
	margin-bottom: 15px;
	}

.mainTitle a.textLink {
    float : right;
}

.mainTitle a.textLink:hover {
    background : none !important;
    color      : #47a3dc !important;
}

/* ================================= */
/* Widgets */
/* ================================= */

.widget {
    margin-top    : 15px;
    margin-bottom : 10px;
}

.widget_title {
    padding    : 10px 15px 10px 20px;
    background : #ED5C33;
}

.widget_title h2 {
    color  : #fff;
    margin : 0;
}

.widget_content h2 a, .widget_content h2 {
    font-size     : 13px;
    line-height   : 17px;
    color         : #000;
    margin-bottom : 0;
}

.widget_content {
    background : #E9E9E9;
    padding    : 10px 15px 15px 20px;
}

.home_page .widget_content {
    min-height : 162px;
}

.widget_content ul {
    margin-bottom : 0 !important;
}

.widget_content ul li {
    font-weight   : bold;
    margin-left   : 0px !important;
    margin-bottom : 5px;
}

.widget_content ul li:before {
    margin-right : 3px;
    font-size    : 13px !important;
}

.widget_date {
    padding          : 8px 0 13px;
    margin           : 4px 8px 10px 10px;
    text-align       : center;
    width            : 72px;
    background-color : #ED5C33;
    text-transform   : uppercase;
    float            : right;
    color            : #FFF;
    font-size        : 22px;
    font-weight      : bold;
}

.widget_date h2 {
    font-weight    : bold;
    font-size      : 30px;
    text-transform : none;
    color          : #fff;
    margin         : 10px;
}

.widget .blogDate {
    color         : #000;
    font-style    : italic;
    display       : block;
    margin-bottom : 13px;
    line-height   : 14px;
}

.widget_content p {
    margin-bottom : 10px !important;
}

.widget .blogLink {
    text-decoration : underline;
}

.widget_form_row {
    margin     : 3px 0;
    text-align : right;
}

.widget_form_row label {
    width        : 21.5%;
    text-align   : left;
    margin-right : 2%;
    display      : inline-block;
}

.widget_form_input {
    text-align    : right;
    width         : 73%;
    padding-right : 1%;
    display       : inline-block;
}

.widget_form_input input {
}

.widget_form_button {
    margin-top    : 7px;
    padding-right : 1%;
    text-align    : right;
}

/* ================================= */
/* MISC LAYOUT SECTIONS */
/* ================================= */

.sectionPadding60 {
    padding : 60px 0;
}

.sectionPadding40 {
    padding : 40px 0;
}

.greySection {
    background    : #fafbfc;
    border-bottom : 1px solid #f0f1f2;
    border-top    : 1px solid #f0f1f2;
    position      : relative;
}

.greyArrow {
    background : url(/images/backgrounds/arrow-white-grey.png) top center no-repeat;
    height     : 15px;
    position   : absolute;
    left       : 0;
    right      : 0;
    top        : -1px;
}

.roundedContainer {
    -webkit-border-radius : 6px;
    -moz-border-radius    : 6px;
    border-radius         : 6px;
}

.greyBorder {
    border : 1px solid #e1e3e3;
}

.padding20 {
    padding : 20px;
}

.roundedImage {
    -webkit-border-radius : 80px;
    -moz-border-radius    : 80px;
    border-radius         : 80px;
    box-sizing            : border-box;
}

.gridBoxHolder {
    margin-left  : -10px;
    margin-right : -10px;
}

/* small lower border */

.greyLineSmall {
    width         : 20px;
    border-bottom : 1px solid #e1e2e3;
    margin        : 0 auto 20px;
}

/* LOWER BOARDER */

.lowerBorder {
    border-bottom                      : 1px solid #dfdfdf;
    -webkit-border-bottom-right-radius : 6px;
    -webkit-border-bottom-left-radius  : 6px;
    -moz-border-radius-bottomright     : 6px;
    -moz-border-radius-bottomleft      : 6px;
    border-bottom-right-radius         : 6px;
    border-bottom-left-radius          : 6px;
}

/* CUSTOMER TEXT OPTIONS */

.itemHolder {
    position        : relative;
    height          : 315px;
    background-size : 100% auto;
}
.itemHolder .itemHolderHover {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-size: 100% auto;*/
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
}
.itemHolder:hover .itemHolderHover {
    display: block;
}

.itemHolder.first {
    background : url(/images/backgrounds/soundboard.jpg) top center no-repeat;
}

.itemHolder .contentHolder {
    background : #fafbfc;
    position   : absolute;
    left       : 0;
    bottom     : 0;
    right      : 0;
}

.itemHolder .contentHolder .padding {
    padding : 15px;
    padding-bottom: 0;
}

.itemHolder .contentHolder .padding p {
    margin: 0 0 18px 0;
}

.itemHolder .contentHolder .hiddenContent {
    max-height         : 200px;
    -webkit-transition : all 0.2s ease;
    -moz-transition    : all 0.2s ease;
    -ms-transition     : all 0.2s ease;
    -o-transition      : all 0.2s ease;
    transition         : all 0.2s ease;
    overflow           : hidden;
	color: #959696 !important;
}

.itemHolder:hover .contentHolder .hiddenContent {
    max-height : 0px;
}

.itemOptionsGradient {
    background         : rgb(45, 143, 218); /* Old browsers */
    background         : -moz-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* FF3.6+ */
    background         : -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(45, 143, 218, 1)), color-stop(100%, rgba(45, 218, 183, 1))); /* Chrome,Safari4+ */
    background         : -webkit-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* Chrome10+,Safari5.1+ */
    background         : -o-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* Opera 11.10+ */
    background         : -ms-linear-gradient(-45deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* IE10+ */
    background         : linear-gradient(135deg, rgba(45, 143, 218, 1) 0%, rgba(45, 218, 183, 1) 100%); /* W3C */
    filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d8fda', endColorstr='#2ddab7', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.itemOptions {
    background: #ffffff;
    position           : absolute;
    top                : 0;
    bottom             : 10px;
    left               : 0;
    right              : 0;
    color              : #fff;
    text-align         : center;
    opacity            : 0;
    -webkit-transition : all 0.2s ease;
    -moz-transition    : all 0.2s ease;
    -ms-transition     : all 0.2s ease;
    -o-transition      : all 0.2s ease;
    transition         : all 0.2s ease;
}

.lt-ie9 .itemOptions {
	display: none;
	}

.itemHolder:hover .itemOptions {
    opacity : 1;
}

.itemOptions .padding {
    padding : 50px 30px 0 30px;
    position: relative;
}

/*#samplesPage .itemOptions .padding {
	padding-top: 40%;
	margin-top: -20px;
	}*/

.itemOptions ul {
    text-align : left;
}

.itemOptions ul li {
    width       : 45%;
    float       : left;
    margin-left : 5% !important;
    font-weight : bold;
}

.itemOptions ul li:before {
    color : #fff !important;
}

.itemOptions .button {
    margin-bottom : 20px;
}

.contentHolder h3 {
    position    : relative;
    line-height : 26px;
}

.contentHolder h3 > img {
    position : absolute;
    top      : 0;
    right    : 0;
}

/* ================================= */
/* cASE sTUDIES */
/* ================================= */

#our-clients-viewPage .innerPageBg {
	background: none !important;
	}

.ourClientsLogo {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	}


.logo_square {
    position      : relative;
    margin-bottom : 20px;
}

.logo_layer {
    border-top   : 1px solid #e6e6e6;
    border-left  : 1px solid #e6e6e6;
    border-right : 1px solid #e6e6e6;
    text-align   : center;
    height       : 180px;
    display      : table-cell;
    width        : 100%;
    float        : left;
    box-sizing   : border-box;
	background: #fff;
}

.logo_layer img {
}

.vert_align {
    height         : 120px;
    margin         : auto;
    position       : absolute;
    top            : 0;
    left           : 10px;
    bottom         : 75px;
    right          : 10px;
    display        : table-cell;
    vertical-align : middle;
}

.logo_square a span {
    float          : right;
    color          : #1d5c8c;
    text-transform : capitalize;
}

.other_clients {
    text-align  : center;
    border-top  : 1px solid #e1e2e3;
    margin-top  : 20px;
    padding-top : 30px;
}

.logo_layer.logo_secondary {
    border : none !important;
    height : 90px;
}

.logo_layer.logo_secondary .vert_align {
	bottom: 40px;
	top: 30px;
	height: 66px;
}

.casestudyListingThumb {
    position      : relative;
    margin-bottom : 20px;
}

#our-clients-viewPage .innerPageBg {
    background-position : right center;
}

.caseStudies_testimonials {
    text-align : center;
}

.caseStudies_testimonials h2 {
    margin-bottom : 20px;
    color         : #4c4c4c;
}

.caseStudies_testimonials p {
    margin-bottom : 18px;
}

.caseStudies_testimonials p:nth-last-child(1) {
    margin-bottom : 0px;
}

#casestudiesRelated {
    text-align : center;
}

#casestudiesRelated h3 {
    margin-bottom : 20px;
    padding-top   : 30px;
    border-top    : 1px solid #e1e2e3;
}

.casestudiesRelatedContent {
    text-align : left;
}

.caseStudyImage {
    text-align : center;
}

.caseStudyImage img {
    max-height : 120px;
}

.caseStudyContent {
    border-left   : 1px solid #e1e2e3;
    padding-left  : 40px;
    margin-top    : 10px;
    margin-bottom : 10px;
    min-height    : 100px;
}

.caseStudyContent p {
    margin-bottom : 10px;
    font-style    : italic;
}

.caseStudyContent a {
    font-weight : bold;
    color       : #999999 !important;
    font-size   : 14px;
}

#clientsFooter {
    background : url(/images/backgrounds/blue-bg.jpg) top center repeat-x #2d8ed9;
    color      : #fff;
    text-align : center;
    padding    : 60px 0;
}

#clientsFooter h2 {
    color : #fff;
}

.videoWrapper iframe {
    width  : 100%;
    height : 360px;
}


#our-clients-viewPage .audioContainer, #our-clients-viewPage .jp-audio {
	/*height: 200px;*/
	}

/* ================================= */
/* Samples */
/* ================================= */

/* NAV ITEMS */

#sampleNavigationWrapper {
    margin-bottom : 20px;
    display       : block;
	border-top : 1px solid #ccc;
	}

#sampleNavigationOptions {
	background   : #2d8fda;
	}

.navItems {
    float        : left;
    width        : 33.3333333%;
    background   : #eee;
	background-position: bottom center;
    text-align   : center;
    color        : #7c7c7d !important;
    font-size    : 18px;
    font-weight  : 600;
    padding      : 26px 0;
    border-left : 1px solid #ccc;
    box-sizing   : border-box;
}

.navItems.last {
	border-right : 1px solid #ccc;
}

.navItems:hover, .navItems.active {
    background : #fff;
}

.navItems.active {
    background : url(/images/backgrounds/sample-nav-arrow.png) bottom center no-repeat #fff;
}

#sampleNavigationOptions .inner_r {
    padding-right : 20px;
}

#sampleNavigationOptions .inner_l {
    padding-left : 20px;
}

/*=========================*/
/*     Audio Controls      */
/*=========================*/
.talent-title{
	color:#bbb;
}
.audioContainer, .jp-audio {
    background            : #fafbfc;
    border-left           : 1px solid #f2f2f2;
    border-right          : 1px solid #f2f2f2;
    border-bottom         : 1px solid #d9d9d9;
    padding               : 40px 35px;
    -webkit-border-radius : 6px;
    -moz-border-radius    : 6px;
    border-radius         : 6px;
    margin-bottom         : 20px;
    /*height                : 200px;*/
}

.audio_top_right_info {
    position: absolute;
    right: 0;
    font-weight: bold;
}

.audioContainer h3 {
    font-family    : 'PT Sans', Arial, Helvetica, sans-serif;
    text-transform : capitalize;
    color          : #7c7c7d;
}

.audioSubHeading {
    margin-bottom : 10px;
    display       : block;
}

.audioMetaData {
    font-size   : 12px;
    line-height : 16px;
}

.audioMetaData span {
    border-right  : 1px solid #7c7c7d;
    margin-right  : 5px;
    padding-right : 5px;
    color         : #7c7c7d !important;
}

.audioMetaData a:hover {
    color : #2d8fda !important;
}

.audioMetaData span:nth-last-child(1) {
    border-right  : none;
    margin-right  : 0px;
    padding-right : 0px;
}

.audioTimeline {
    background            : #e1e2e3;
    height                : 10px;
    position              : relative;
    width                 : 100%;
    -webkit-border-radius : 6px;
    -moz-border-radius    : 6px;
    border-radius         : 6px;
    margin                : 15px 0;
}

.audioTimelineTrack {
    position              : absolute;
    left                  : 0;
    top                   : 0;
    bottom                : 0;
    width                 : 60%;
    background            : #2d8fda;
    -webkit-border-radius : 6px;
    -moz-border-radius    : 6px;
    border-radius         : 6px;
}

.audioContainer .mediaButtons {
    -webkit-border-radius : 30px !important;
    -moz-border-radius    : 30px !important;
    border-radius         : 30px !important;
    background            : #7c7c7d !important;
    text-align            : center !important;
    padding               : 0px !important;
    float                 : left;
    margin-right          : 5px;
}

.audioContainer .mediaButtons:hover {
    background : #2d8fda !important;
}

.audioContainer .mediaButtons:focus {
    border  : none;
    outline : none;
}

.audioContainer .playButton {
    width       : 60px !important;
    height      : 60px !important;
    line-height : 60px !important;
    font-size   : 20px;
}

.audioContainer .controlButton {
    width       : 30px !important;
    height      : 30px !important;
    line-height : 30px !important;
    margin-top  : 15px;
    font-size   : 12px;
}

.audioContainer .optionButton {
    background : none !important;
    width      : 50px !important;
    height     : 30px !important;
    float      : right !important;
    font-size  : 30px;
    color      : #7c7c7d !important;
    margin-top : 15px;
}

.audioContainer .optionButton.mediaButtons {
    background : none !important;
}

.audioContainer .optionButton.mediaButtons:hover {
    color : #2d8fda !important;
}

.audioContainer .optionButton.moreItems {
    font-size : 10px;
	line-height: 35px;
}

.audioContainer .optionButton.moreItems i {
    margin-left  : 1px;
    margin-right : 1px;
}

.jp-title {
	padding-right: 50px;
}

.jp-title.jp-title-image {
	padding-right: 0px;
	margin-bottom: 10px;
	height: 80px;
	text-align: center;
	}

.jp-title-details {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 16px;
	color: #7c7c7d;
	font-weight: bold;
	}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
    background : #E1E2E3;
}

.jp-progress {
    background    : none;
    width         : 100%;
    padding       : 0 2px 2px 2px;
    margin-bottom : 4px;
    overflow      : hidden;
}

div.jp-video .jp-progress {
    width            : 100%;
    background-image : none;
    padding          : 0;
}

.jp-seek-bar {
    background    : #E1E2E3;
    border-radius : 6px;
    width         : 100%;
    height        : 10px;
    overflow      : hidden;
    cursor        : pointer;
    margin        : 15px 0;
    position      : relative;
}

.jp-play-bar {
    background    : #2d8fda;
    width         : 0px;
    height        : 100%;
    overflow      : hidden;
    border-radius : 6px;
}

.jp-no-solution {
	margin-top: 15px;
	}



.selectTrack {
	margin-top: 0px;
	}

.selectTrack .audioMetaData {
	margin-top: 4px;
	}

.trackDropDown {
	width: 100px;
	float: left;
	border-bottom: 1px solid #c7c7c7;
	margin-left: 10px;
	}

.selectTrack .custom_select span {
	background: none;

	line-height: 24px;
	border: none;
	text-indent: 0px;
	font-size: 12px;
	}

.selectTrack .custom_select select {
	height: 20px !important;
	padding: 0 10px !important;
	}

.selectTrack .custom_select span:after {
	padding: 0px 0px 0 20px;
	}

/* @end */


.sampleLowerContentWrapper {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #e1e2e3;
	border-top: 1px solid #e1e2e3;
	}

/* ================================= */
/* Blog */
/* ================================= */

.displaying {
    text-align    : center;
    margin-bottom : 10px !important;
}

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

.nextprevnav a {
    text-decoration : none !important;
    color           : #999999 !important;
}

.nextprevcurrentpage, .nextprevnav a {
    padding : 0;
    display : inline-block;
    width   : 22px;
    height  : 22px;
}

.nextprevnav a:hover {
    color : #2d8fda !important;
}

.nextprevcurrentpage {
    color                 : #2d8fda;
    border                : 1px solid #2d8fda;
    -webkit-border-radius : 20px;
    -moz-border-radius    : 20px;
    border-radius         : 20px;
}

.nextprevdisabled {
    color : #ccc;
}

.nextprevnav .nextLink, .nextprevnav .prevLink {
    width          : 60px;
    margin-left    : 5px;
    margin-right   : 5px;
    text-transform : uppercase;
}

.nextprevnav .nextLink i, .nextprevnav .prevLink i {
    margin-left  : 5px;
    margin-right : 5px;
}

.blogListingThumb img {
    width : 100%;
}

.blogListingThumb > div {
    margin          : 0;
    width           : 100%;
    float           : left;
    position        : relative;
    -moz-box-sizing : border-box; -webkit-box-sizing : border-box; box-sizing : border-box;
}

.blogListingContainer {
    margin-top : 10px;
}

.blogListingContainerWImage {
    float : left;
}

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

.blogDate {
    color : #ccc;
}

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

.blogMetaInfo {
    background-color : #fafafa;
    margin           : 10px 0;
    overflow         : hidden;
    padding          : 10px 10px;
}

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

#sidebar .search {
    margin-bottom : 20px;
}

#sidebar .search .custom_select {
    margin : 10px 0;
}

.blogImageContainer {
    width : 44%;
    float : right;
}

.blogImageContainer > div {
    margin                : 0 0 15px 20px;
    border                : 5px #fff solid;
    -webkit-box-shadow    : 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow            : 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius : 3px 3px 3px 3px;
    border-radius         : 3px 3px 3px 3px;
}

.blogImageContainer img {
    width : 100%;
}

/* BLOG SIDEBAR / FEATURED */

.sidebarNewsWrapper {
    background    : #fff;
    border-left   : 1px solid #e1e2e3;
    border-right  : 1px solid #e1e2e3;
    border-bottom : solid 1px #d5d6d6;
}

.featuredArticle {
    background : none;
    border-top : 1px solid #e1e2e3;
}

.featuredArticle .paddingRight {
    padding-left : 65px;
}

.featuredArticle h4 {
    color              : #2d8fda;
    -webkit-transition : all 0.2s ease;
    -moz-transition    : all 0.2s ease;
    -ms-transition     : all 0.2s ease;
    -o-transition      : all 0.2s ease;
    transition         : all 0.2s ease;
}

.featuredArticle:hover h4 {
    color : #333;
}

.featuredArticle p {
    color : #999999;
}

.featuredArticle img {
    width    : 50px;
    position : absolute;
    top      : 14px;
}

.featuredArticle .date {
    float       : right;
    font-size   : 12px;
    line-height : 16px;
    color       : #999999;
}

/* ================================= */
/* Gallery  */
/* ================================= */

/* General Gallery Styles & Fixes */
#content ul.gallery_cat_list, #content ul.thumbs {
    margin : 0;
}

#content .gallery_cat_list li, #content .gallery_thumbs li {
    text-indent : 0;
    margin-left : 0;
    padding     : 0;
}

#content .gallery_cat_list li:before, #content .gallery_thumbs li:before {
    display : none;
}

/* Category Styles  */

.gallery_cat_list li {
    float         : left;
    width         : 32%;
    position      : relative;
    display       : block;
    margin-bottom : 15px;
}

#content .gallery_cat_list li.gallery_middle {
    margin-right : 2%;
    margin-left  : 2%;
}

.gallery_cat_list li a {
    float              : left;
    width              : 100%;
    overflow           : hidden;
    background         : #000;
    display            : block;
    -moz-transition    : all linear 100ms;
    -webkit-transition : all linear 100ms;
    -o-transition      : all linear 100ms;
    transition         : all linear 100ms;
}

.gallery_cat_list li a:hover {
    position : relative;
    z-index  : 99;
}

.gallery_cat_list li a img {
    width                       : 100%;
    height                      : auto;
    opacity                     : 1;
    -webkit-backface-visibility : hidden;
    -moz-transition             : opacity .25s ease;
    -webkit-transition          : opacity .25s ease;
    transition                  : opacity .25s ease;
}

.gallery_cat_list li a:hover img {
    opacity  : 0.7;
    width    : 100%;
    height   : 100%;
    position : relative;
}

.gallery_cat_list li a:active img {
    opacity  : 0.5;
    width    : 100%;
    height   : 100%;
    position : relative;
}

.gallery_cat_list li .gallery_title_overlay_container {
    display : none;
}

.gallery_cat_list li .gallery_title_overlay {
    display : none;
}

.gallery_cat_list li a:hover .gallery_title_overlay_container {
    width      : 100%;
    top        : 0;
    position   : absolute;
    z-index    : 100;
    text-align : center;
    display    : table-cell;
}

.gallery_cat_list li a:hover .gallery_title_overlay {
    text-align : center;
    display    : inline-block;
    padding    : 7px;
}

/****NOTE*** Change the height to the height of the image
- this is so the label will be able to be set at a vertical centered position  */
.gallery_cat_list li a:hover .gallery_title_label {
    color          : #fff;
    font-size      : 20px;
    line-height    : 24px;
    width          : 100%;
    height         : 215px;
    text-align     : center;
    vertical-align : middle;
    display        : table-cell;
}

/* THUMBS - ALBUM STYLES */
#content .gallery_thumbs {
    margin  : 0;
    padding : 0;
}

#content .gallery_thumbs li {
    width         : 24.2%;
    float         : left;
    margin-right  : 1%;
    margin-bottom : 7px;
}

#content .gallery_thumbs li.gallery_divider, #content .gallery_cat_list li.gallery_divider {
    width   : 100%;
    height  : 0;
    padding : 0;
    margin  : 0;
}

#content .gallery_thumbs li a {
    display    : block;
    background : #000;
}

#content .gallery_thumbs li a:hover img {
    opacity : 0.7;
}

#content .gallery_thumbs li a:active img {
    opacity : 0.5;
}

#content .gallery_thumbs li.gallery_last {
    margin-right : 0;
}

.gallery_thumbs .gallery_caption {
    padding : 15px 0 7px;
}

.gallery_thumbs .gallery_caption h2 {
    font-size   : 14px;
    color       : #000;
    line-height : 18px;
}

/* ================================= */
/* Footer */
/* ================================= */

#socialFooter {
    background : #323233;
    padding    : 0;
    color      : #fff;
}

#socialFooter .footer_social {
    list-style   : none;
    float        : left;
    margin-right : 0px;
    margin-top   : 0px;
}

#socialFooter .footer_social li {
    display      : inline-block;
    margin-right : 0px;
    float        : left;
}

#socialFooter .footer_social a {
    color       : #fff;
    float       : left;
    font-size   : 20px;
    width       : 64px;
    line-height : 64px;
    text-align  : center;
}

#socialFooter .footer_social a.twitter {
    background : #63cdf1;
}

#socialFooter .footer_social a.google {
    background : #4d4f54;
}

#socialFooter .footer_social a.youtube {
    background : #f16261;
}

#socialFooter .footer_social a.facebook {
    background : #507cbe;
}

#socialFooter .footer_social a:hover {
    opacity : 0.8;
}

.subscribeText {
    text-align    : right;
    padding-top   : 20px;
    padding-right : 20px;
}

.lt-ie9 .subscribeText {
	padding-right : 10px;
	}

.subscribeContainer {
    background    : #48484a;
    padding-right : 64px;
}

.subscribeContainer:before {
    content     : "\f003";
    font-size   : 20px;
    font-family : fontawesome;
    color       : #999;
    line-height : 64px;
    position    : absolute;
    left        : 20px;
    top         : 0px;
}

.subscribeInputHolder input[type="text"] {
    width        : 100%;
    height       : 64px;
	line-height: 40px;
    background   : none;
    border       : none;
    color        : #fff;
    padding-left : 50px;
}

.subscribeInputHolder input[type="text"]:focus {
    border : none !important;
}

.subscribeButton {
    position : absolute;
    top      : 0;
    right    : 0px;
    height   : 64px;
    width    : 64px;
}

.subscribeButton a.button {
    background            : #6d6d6e;
    line-height           : 64px !important;
    text-align            : center;
    position              : absolute;
    top                   : 0;
    bottom                : 0;
    right                 : 0;
    left                  : 0;
    padding               : 0px !important;
    -webkit-border-radius : 0px;
    -moz-border-radius    : 0px;
    -o-border-radius      : 0px;
    -ms-border-radius     : 0px;
    border-radius         : 0px;
}

#footer {
    clear            : both;
    text-align       : center;
    background-color : #262626;
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 50px 0;
}

#footer .navholder .footer_left {
    border-right  : 1px solid #404040;
    padding-left  : 26px;
    padding-right : 26px;
    min-height    : 260px;
}

#footer .navholder .footer_left:nth-last-child(1) {
    border-right : none;
}

#footer a {
    color : #fff;
}

#footer a:hover {
    color : #47a3dc;
}

.site_by {
    display : block;
    padding : 10px 0 0;
}

.site_by img {
    display : inline-block;
    margin  : -11px 0 0 2px;
}

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

.byLine {
    white-space : nowrap;
}

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

#footer .footer_left {
    text-align : left;
}

#footer .footer_left h2 {
    font-size      : 15px;
    line-height    : 16px;
    font-weight    : 700;
    color          : #47a3dc;
    margin-bottom  : 10px;
    text-transform : capitalize;
}

#footer .footer_left li, #footer .footer_left li a {
    margin : 0;
}

#footer .footer_left li {
    display    : block;
    list-style : none;
    margin     : 0 12px 0 0px;
    text-align : left;
    width      : 100%;
    position   : relative;
    padding    : 5px 0;
}

#footer .footer_left li.icon {
    margin : 0 12px 0 20px;
}

#footer .footer_left li.address:before, #footer .footer_left li.phone:before {
    font-family : fontawesome;
    color       : #fff;
    line-height : 10px;
    position    : absolute;
    left        : -20px;
    top         : 9px;
}

#footer .footer_left li.phone:before {
    content   : "\f10b \00a0";
    font-size : 16px;
}

#footer .footer_left li.address:before {
    content   : "\f041 \00a0";
    font-size : 16px;
}

#footer .footer_right {
    font-size   : 11px;
    line-height : 16px;
    padding-top : 22px;
    text-align  : right;
}

#footer .footer_right li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0 0 11px;
}

#footer .footer_right ul {
    margin-bottom : 10px;
}

#footerDetails {
    background  : #47a3dc;
    padding     : 15px 0;
    line-height : 15px;
    color       : #fff;
}

#footerDetails a {
    color : #fff;
}

#footerDetails a:hover {
    color : #fff;
}

#footerDetails .footerNav {
    display    : inline-block;
    list-style : none;
}

#footerDetails .footerNav li {
    float        : left;
    border-right : 1px solid #fff;
    margin       : 0 8px 0 0;
    padding      : 0 6px 0 0;
    line-height  : 10px;
}

#footerDetails .footerNav li:nth-last-child(1) {
    border-right : none;
}

#footerDetails .footer_right {
    text-align : right;
}


.header_user_icon.footerIcon {
	margin-top: 5px;
	display: block;
	color: #323233 !important;
	}

.header_user_icon.footerIcon i {
	margin-right: 5px;
	}

/* ================================= */
/* 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;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

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

#content #breadcrumbs ul {
    list-style : none;
    margin     : 14px 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   : 13px;
    line-height : 12px;
}

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

/* ================================= */
/* 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   : 20%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

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

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 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,
.imageVerification input[type="text"] {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

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

#header input.hintText, #header .form_note {
    color : #fff;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    outline     : none;
    width       : 100%;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    -webkit-border-radius : 6px;
    -moz-border-radius    : 6px;
    border-radius         : 6px;
    padding               : 14px;
    border                : 1px solid #e1e2e3;
    -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 #2d8fda !important;
    /*-webkit-box-shadow : #ED5C33 0 0 4px !important;
    -moz-box-shadow    : #ED5C33 0 0 4px !important;
    box-shadow         : #ED5C33 0 0 4px !important;*/
}

/* ================================= */
/* Tables */
/* ================================= */

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               : 10px 26px !important;
    border                : none;
    background-color      : #2d8fda;
    display               : inline-block;
    line-height           : normal !important;
    -webkit-border-radius : 4px; -moz-border-radius : 4px; -o-border-radius : 4px; -ms-border-radius : 4px;
    border-radius         : 4px;
    color                 : #fff !important;
    font-weight           : bold;
    cursor                : pointer;
    width                 : auto !important;
    text-transform        : uppercase;
    -webkit-transition    : all 0.2s ease;
    -moz-transition       : all 0.2s ease;
    -ms-transition        : all 0.2s ease;
    -o-transition         : all 0.2s ease;
    transition            : all 0.2s ease;
    box-sizing            : border-box;
}

.button i {
    font-size  : 20px;
    margin-top : -5px;
    position   : relative;
    top        : 1px;
}

input[type="submit"]:hover, button:hover, .button:hover {
    background : #2d96d7;
    color      : #fff !important;
}

input[type="submit"]:active, button:active, .button:active {
    background : #666;
}

.alt_btn {
    background-color : #fff;
    color            : #2d96d7 !important;
}

.alt_btn span {
    color      : #4c4c4d !important;
    font-style : italic;
}

.right_arrow {
    position           : relative;
    padding-right      : 40px !important;
    -webkit-transition : all 0.2s ease;
    -moz-transition    : all 0.2s ease;
    -ms-transition     : all 0.2s ease;
    -o-transition      : all 0.2s ease;
    transition         : all 0.2s ease;
}

.right_arrow:after {
    font-family : fontawesome;
    content     : "\f105";
    color       : #2d8fda;
    font-size   : 20px;
    line-height : 14px;
    position    : absolute;
    right       : 20px;
    top         : 11px;
}

.right_arrow:hover:after {
    color : #fff;
}

.large_btn {
    padding : 14px 26px !important;
}

.lowerContentButton {
    color                              : #2d8fda !important;
    width                              : 100% !important;
    background                         : #ffffff;
    border-bottom                      : solid 1px #d5d6d6;
    border-left                        : solid 1px #E6E6E6;
    border-right                       : solid 1px #E6E6E6;
    -webkit-border-radius              : 0px;
    -webkit-border-bottom-right-radius : 6px;
    -webkit-border-bottom-left-radius  : 6px;
    -moz-border-radius                 : 0px;
    -moz-border-radius-bottomright     : 6px;
    -moz-border-radius-bottomleft      : 6px;
    border-radius                      : 0px;
    border-bottom-right-radius         : 6px;
    border-bottom-left-radius          : 6px;
    padding                            : 28px 20px !important;
    position                           : relative;
}

.lowerContentButton:after {
    font-family : fontawesome;
    content     : "\f105";
    color       : #2d8fda;
    font-size   : 20px;
    line-height : 14px;
    position    : absolute;
    right       : 20px;
    top         : 30px;
}

.lowerContentButton:hover:after {
    color : #fff;
}

.lowerContentButton.blue {
    background : #2d8fda;
    color      : #fff !important;
}

.lt-ie9 .lowerContentButton.blue {
	text-align: center;
	}

.lt-ie9 .logo_square a span {
	float: none;
	display: block;
	}

.lowerContentButton.blue:after {
    content : none;
}

/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.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;
    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;
}

/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* Custom Select Boxes */
.custom_select {
    position : relative;
}

.custom_select select {
    position              : relative;
    z-index               : 10;
    width                 : 100% !important;
    height                : 50px !important;
    line-height           : 36px;
    border                : 0px none transparent;
    -webkit-border-radius : 0 0 0 0;
    border-radius         : 0 0 0 0;
}

/* dynamically created SPAN, placed below the SELECT */
.custom_select span {
    background            : #ffffff;
    position              : absolute;
    bottom                : 0;
    top                   : 0;
    float                 : left;
    left                  : 0;
    right                 : 0;
    line-height           : 50px;
    text-indent           : 20px;
    border-radius         : 2px;
    color                 : #999999;
    cursor                : default;
    z-index               : 1;
    border                : 1px solid #e1e2e3;
    text-align            : left;
    -webkit-border-radius : 6px;
    -moz-border-radius    : 6px;
    border-radius         : 6px;
}

/* Button on the side of the select box */
.custom_select span:after {
    font-family : FontAwesome;
    content     : "\f107"; /* fa-caret-down */
    display     : block;
    position    : absolute;
    right       : -1px;
    top         : -1px;
    bottom      : -1px;
    background  : none;
    border      : none;
    color       : #c2c2c2;
    padding     : 0px 20px;
    text-indent : 0px;
    font-size   : 20px;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* Locations / Locator Module */
/* ================================= */

#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;
    outline      : none;
}

::-webkit-input-placeholder {
    color   : #999;
    outline : none;
}

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

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

#header.visible input::-webkit-input-placeholder {
	color : #fff;
	}

#header.visible .header_search .searchContainer {
	border-bottom: 1px solid #2d8fda;
	}

#header.visible #locationSearch input[type="text"] {
	color: #333;
	}

#header.visible input.hintText, #header .form_note {
	color: #333;
	}

#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;
    width    : auto;
}

#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 #2d8fda;
}

.people_person img {
    display            : block;
    text-align         : center;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    -o-box-sizing      : border-box;
    box-sizing         : border-box;
}

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

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

.people_person a:hover p {
    color : #2d8fda;
}

.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;
}

/* ================================= */
/* FAQs Module */
/* ================================= */

#content .faqs, #content .faqs li {
    margin  : 0;
    padding : 0;
}

#content .faqs {
    margin-bottom : 20px;
}

.faq_title {
    cursor        : pointer;
    background    : #2d8fda;
    border-bottom : 1px solid #fff;
    padding       : 20px 15px;
    margin        : 0;
    font-size     : 16px;
    color         : #fff;
}

.faq_title:hover {
    background : #f2f3f3;
    color      : #2d8fda;
}

.faq_title i {
    float  : right;
    margin : 2px 4px 0 0;
}

.faq_content {
    display : none;
    padding : 10px 10px 0;
}

/* ====================================== PLUGINS ====================================== */

/*
 * 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; max-height : none; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

.banner_text_wrapper { position : absolute; top : 20%; left : 0px; width : 100%; height : 80%; }

.banner_text_wrapper .container_24 { position : relative; }

.banner_text_wrapper .banner_text { position : relative; top : 0px; left : 0px; }

.banner_text { text-align : left; display : block; position : absolute; top : 17%; left : 20px; }

.banner_text h2 { }

.banner_text p { margin-bottom : 20px; color : #fff }

/* 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:gallery_first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 0px; background : transparent; position : relative; zoom : 1; overflow : visible; }

.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; }

.flexslider.multiple .slides li { margin-right : 20px; }

.carousel li { margin-right : 5px }

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

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

/* Cropped Slides */
/* Requires some tuning depending on the size of the banners you're working with. */

.flexslider.slide_crop li {
    overflow   : hidden;
    text-align : center;
}

.flexslider.slide_crop .slide {
    float             : none;
    display           : inline-block;
    height            : auto;
    width             : auto;
    min-width         : 100%;
    max-width         : 190%; /* Adjust this value to set the cutoff point */
    position          : relative;
    left              : 50%;
    -webkit-transform : translateX(-50%);
    -moz-transform    : translateX(-50%);
    -ms-transform     : translateX(-50%);
    -o-transform      : translateX(-50%);
    transform         : translateX(-50%);
}

.no-csstransforms .flexslider.slide_crop .slide {
    /* Center the banner for older browsers like IE8. */
    width       : 1900px; /* Set to the slide width */
    left        : -950px; /* Half of the slide width */
    margin-left : 50%;
}

/* Direction Nav */
.flex-direction-nav li { position : static; height : 0px; }

.flex-direction-nav a { width : 24px; height : 100%; margin : 0; padding : 0px 0px; display : block; position : absolute; z-index : 99; top : 0px; cursor : pointer; text-indent : -9999px; opacity : 0; transition : all .3s ease; }

.flex-direction-nav .flex-next,
.direction_inside .flex-direction-nav .flex-next { background : url(/images/backgrounds/direction_nav_next.png) no-repeat center center; right : 0px; }

.flex-direction-nav .flex-prev,
.direction_inside .flex-direction-nav .flex-prev { background : url(/images/backgrounds/direction_nav_prev.png) no-repeat center center; left : 0px; }

.direction_outside .flex-direction-nav .flex-next { z-index : 99; right : auto; left : 100%; }

.direction_outside .flex-direction-nav .flex-prev { z-index : 99; left : auto; right : 100%; }

.direction_fixed .flex-direction-nav .flex-next,
.direction_fixed .flex-direction-nav .flex-prev { background-size : 12px 24px; width : 12px; height : 24px; top : auto; bottom : 10%; right : 4%; left : auto; opacity : 1; padding : 0px 10px; }

.direction_fixed .flex-direction-nav .flex-prev { margin-right : 30px; }

html.touch .flexslider .flex-next, html.touch .flexslider .flex-prev, /* Show buttons by default if the browser is touch enabled. */
.flexslider:hover .flex-next, .flexslider:hover .flex-prev { opacity : 1; padding : 0px 10px; }

.flex-direction-nav .disabled { opacity : .3 !important; filter : alpha(opacity=30); cursor : default; }

/* Control Nav */
.flex-control-nav, #copy .flex-control-nav { position : absolute; z-index : 99; bottom : 10%; left : 4%; text-align : center; margin : 0px 5px; }

.flex-control-nav.container_24, #copy .flex-control-nav.container_24 { position : relative; z-index : 99; top : -50px; bottom : auto; bottom : auto; left : auto; text-align : center; margin : 0px auto; height : 0px; text-align : left; }

.control_outside .flex-control-nav, #copy .control_outside .flex-control-nav { padding : 5px 0px; margin : 0px auto; position : relative; top : auto; right : auto; bottom : auto; left : auto; }

.flex-control-nav li, #copy .flex-control-nav li { display : inline-block; zoom : 1; *display : inline; margin-left : 5px; margin-right : 5px; }

.flex-control-paging li a { width : 16px; height : 16px; display : block; background : #D6D6D6; cursor : pointer; text-indent : -9999px; -webkit-border-radius : 20px; -moz-border-radius : 20px; -o-border-radius : 20px; border-radius : 20px; box-shadow : none; }

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active { cursor : default; box-shadow : none; position : relative;
    background                                 : #ee6c47; /* Old browsers */
    background                                 : -webkit-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Chrome10+,Safari5.1+ */
    background                                 : -moz-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* FF3.6+ */
    background                                 : -ms-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* IE10+ */
    background                                 : -o-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Opera 11.10+ */
    background                                 : linear-gradient(to bottom, #ee6c47 0%, #d75530 100%); /* W3C */
}

.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; }

/* HOMEPAGE NAVIGATION */
#homeBanner .flex-control-paging li a {
    background              : #fff;
    width                   : 10px;
    height                  : 10px;
    border                  : 10px solid rgba(255, 255, 255, 0);
    -webkit-background-clip : padding-box; /* for Safari */
    background-clip         : padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    position                : relative;
}

#homeBanner .flex-control-paging li a.flex-active {
    border : 10px solid rgba(255, 255, 255, 0.5);
}

#homeBanner .flex-control-paging li:after {
    content    : "";
    width      : 140px;
    height     : 1px;
    background : #fff;
    position   : absolute;
    top        : 14px;
    left       : 10px;
    display    : block;
}

#homeBanner .flex-control-paging li:nth-last-child(1):after {
    content : none;
}

#homeBanner .flex-control-nav li {
    margin-right  : -10px;
    margin-left   : 0px;
    padding-right : 100px;
}

#homeBanner .flex-control-nav.container_24 {

	}

/* **********************************************************************************
    Horizontal Marquee
    ********************************************************************************** */

.ellipsis {
    text-overflow : ellipsis;
}

.boardindex_themefitted_board_main_description {
    white-space : nowrap;
    overflow    : hidden;
}

/* **********************************************************************************
    Tipsy
    ********************************************************************************** */

.tipsy { font-size : 12px; position : absolute; padding : 5px; z-index : 100000; }

.tipsy-inner { background-color : #000; color : #FFF; max-width : 200px; padding : 5px 8px 4px 8px; text-align : center; }

/* Rounded corners */
.tipsy-inner { border-radius : 3px; -moz-border-radius : 3px; -webkit-border-radius : 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position : absolute; width : 0; height : 0; line-height : 0; border : 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color : #000; }

.tipsy-arrow-s { border-top-color : #000; }

.tipsy-arrow-e { border-left-color : #000; }

.tipsy-arrow-w { border-right-color : #000; }

.tipsy-n .tipsy-arrow { top : 0px; left : 50%; margin-left : -5px; border-bottom-style : solid; border-top : none; border-left-color : transparent; border-right-color : transparent; }

.tipsy-nw .tipsy-arrow { top : 0; left : 10px; border-bottom-style : solid; border-top : none; border-left-color : transparent; border-right-color : transparent; }

.tipsy-ne .tipsy-arrow { top : 0; right : 10px; border-bottom-style : solid; border-top : none; border-left-color : transparent; border-right-color : transparent; }

.tipsy-s .tipsy-arrow { bottom : 0; left : 50%; margin-left : -5px; border-top-style : solid; border-bottom : none; border-left-color : transparent; border-right-color : transparent; }

.tipsy-sw .tipsy-arrow { bottom : 0; left : 10px; border-top-style : solid; border-bottom : none; border-left-color : transparent; border-right-color : transparent; }

.tipsy-se .tipsy-arrow { bottom : 0; right : 10px; border-top-style : solid; border-bottom : none; border-left-color : transparent; border-right-color : transparent; }

.tipsy-e .tipsy-arrow { right : 0; top : 50%; margin-top : -5px; border-left-style : solid; border-right : none; border-top-color : transparent; border-bottom-color : transparent; }

.tipsy-w .tipsy-arrow { left : 0; top : 50%; margin-top : -5px; border-right-style : solid; border-left : none; border-top-color : transparent; border-bottom-color : transparent; }

/* **********************************************************************************
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
    ********************************************************************************** */
#colorbox, #cboxOverlay, #cboxWrapper { position : absolute; top : 0; left : 0; z-index : 9999; overflow : hidden; }

#cboxWrapper { max-width : none; }

#cboxOverlay { position : fixed; width : 100%; height : 100%; }

#cboxMiddleLeft, #cboxBottomLeft { clear : left; }

#cboxContent { position : relative; }

#cboxLoadedContent { overflow : auto; -webkit-overflow-scrolling : touch; }

#cboxTitle { margin : 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic { position : absolute; top : 0; left : 0; width : 100%; height : 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor : pointer; }

.cboxPhoto { float : left; margin : auto; border : 0; display : block; max-width : none; -ms-interpolation-mode : bicubic; }

.cboxIframe { width : 100%; height : 100%; display : block; border : 0; padding : 0; margin : 0; }

#colorbox, #cboxContent, #cboxLoadedContent { box-sizing : content-box; -moz-box-sizing : content-box; -webkit-box-sizing : content-box; }


#colorbox .copyColor p {
	margin-bottom: 15px;
	}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background : #000; opacity : 0.9; filter : alpha(opacity=90); }

#colorbox { outline : 0; }

#cboxContent { margin-top : 32px; overflow : visible; }

.cboxIframe { background : #fff; }

#cboxError { padding : 50px; border : 1px solid #ccc; }

#cboxLoadedContent { background : #FFF; padding : 1px; }
/*#cboxLoadedContent { background : #000; padding : 1px; }*/

#cboxLoadingGraphic { background : url(images/colorbox/loading.gif) no-repeat center center; }

#cboxLoadingOverlay { background : #000; }

#cboxTitle { position : absolute; top : -22px; left : 0; color : #000; }

#cboxCurrent { position : absolute; top : -22px; right : 205px; text-indent : -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border : 0; padding : 10px !important; margin : 0; overflow : visible; text-indent : -9999px; width : 25px; height : 25px; position : absolute; top : -25px; background : url(images/colorbox/controls.png) no-repeat 0 0; }

button#cboxPrevious, button#cboxNext, button#cboxSlideshow, button#cboxClose { border : none !important; outline : none !important; -webkit-transition : none !important; -ms-transition : none !important; -moz-transition : none !important; -o-transition : none !important; transition : none !important; background-color : none; -webkit-box-shadow : none; -moz-box-shadow : none; -o-box-shadow : none; -ms-box-shadow : none; box-shadow : none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline : 0; }

button#cboxClose {
    padding : 10px 12px !important;
}

#cboxPrevious { background-position : 0px 0px; right : 44px; }

#cboxPrevious:hover { background-position : 0px -25px; }

#cboxNext { background-position : -25px 0px; right : 22px; }

#cboxNext:hover { background-position : -25px -25px; }

#cboxClose { background-position : -50px 0px; right : 0; }

#cboxClose:hover { background-position : -50px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious { right : 66px; }

.cboxSlideshow_on #cboxSlideshow { background-position : -75px -25px; right : 44px; }

.cboxSlideshow_on #cboxSlideshow:hover { background-position : -100px -25px; }

.cboxSlideshow_off #cboxSlideshow { background-position : -100px 0px; right : 44px; }

.cboxSlideshow_off #cboxSlideshow:hover { background-position : -75px -25px; }

/*
 * jQuery Off Canvas Menu v1.0
 * Copyright (c) 2014 Matt Mcnamee
 *
 * Dual licensed under the MIT and GPL licenses:
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 */
html, body, .onCanvas {
  background: #eeeeee;
  width: 100%;
}

/* Move Other Items */

.overflow_hidden,
.overflow_hidden body,
.overflow_hidden .onCanvas {
  overflow: hidden !important;
  height: 100%;
}
html.offCanvas_open body .onCanvas {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
html.offCanvas_open body .onCanvas.onCanvas_left {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}
@media screen and (min-width:365px) {
  html.offCanvas_open body .onCanvas {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  html.offCanvas_open body .onCanvas.onCanvas_left {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
  }
}

/* Trigger / Button */
a.offCanvas_trigger {
  display: none;
  float: right;
  margin: 8px 0 0 25px;
  outline: none;
  width: 30px;
  height: 38px;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item {
  background: #2d8fda;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 6px 50%;
  -ms-transform-origin: 6px 50%;
  -webkit-transform-origin: 6px 50%;
  transform-origin: 6px 50%;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:nth-child(2) {
  opacity: 0;
}
.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.offCanvas_trigger_item {
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
  display: block;
  width: 30px;
  height: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 5px;
  background: #2d8fda;
}
@media screen and (max-width:767px) {
  a.offCanvas_trigger {
    display: block;
  }
}

/* offCanvas Menu */
.offCanvas {
  padding: 20px 5px 20px 35px;
  height: 100%;
  overflow-y: hidden;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 220px;
  background-color: #242e30;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-overflow-scrolling: touch;
}
.offCanvas.offCanvas_left {
  left: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}
@media screen and (min-width:365px) {
  .offCanvas {
    width: 260px
  }
}
html.offCanvas_open .offCanvas {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  overflow-y: scroll;
}
ul.offCanvas_menu {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
ul.offCanvas_menu, ul.offCanvas_menu ul {
  -webkit-transform: translateZ(0);
  list-style: none;
  float: left;
  width: 100%;
  display: block;
  /*margin: 0 0 20px;*/
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.offCanvas_menu ul {
  padding: 0 0 15px 20px;
  margin: 0;
  display: none;
}
ul.offCanvas_menu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}
ul.offCanvas_menu li a {
  display: block;
  float: left;
  width: 75%;
  padding: 7px 0;
  font-size: 16px;
  color: #ddd;
  text-overflow : ellipsis;
  white-space   : nowrap;
  overflow      : hidden;
}
ul.offCanvas_menu > li > a {
  text-transform: uppercase;
  font-size: 18px;
}
ul.offCanvas_menu li a:hover {
  color: #fff;
}

/* offCanvas Sub-Menu Indicator */
ul.offCanvas_menu li .offCanvas_menu_has_children_indicator {
  display: block;
  float: left;
  width: 25%;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  text-align: center;
}
ul.offCanvas_menu li > .offCanvas_menu_has_children_indicator svg {
  fill: #fff;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform ease 0.2s;
  -moz-transition: -moz-transform ease 0.2s;
  -ms-transition: -ms-transform ease 0.2s;
  -o-transition: -o-transform ease 0.2s;
  transition: transform ease 0.2s;
}
ul.offCanvas_menu li.offCanvas_menu_sub_open > .offCanvas_menu_has_children_indicator svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
 
/* Social Icons */
ul.offCanvas_menu_social,
ul.offCanvas_menu_social li {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.offCanvas_menu_social {
  width: 90%;
  float: left;
  margin-top: 20px;
  margin-bottom: 80px;
}
ul.offCanvas_menu_social li {
  display: inline-block;
  padding: 0 8px;
}
ul.offCanvas_menu_social li a {
  color: #777;
  font-size: 28px;
}
ul.offCanvas_menu_social li a:hover {
  color: #999;
}


/* ================================= */
/* Facebook Comments */
/* ================================= */

#faceBookComments .fb_iframe_widget, #faceBookComments .fb_iframe_widget[style],
#faceBookComments .fb_iframe_widget iframe, #faceBookComments .fb_iframe_widget iframe[style],
#faceBookComments .fb_iframe_widget span, #faceBookComments .fb_iframe_widget span[style] {
    width: 100% !important;
    }

.quote
{
    font-size: 11.5px;
    position: relative;
    top: 18px;
    text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.slides li:nth-child(4) .bannerVideo {display:none;} .flex-active-slide .bannerVideo {display: block !important;}   }


/* ================================= */
/* TOOLTIP (SHOW HIDDEN TEXT ON HOVER OVER) */
/* ================================= */
.tooltip
{
	position: relative;
	background: #F4F5F7;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	color: #005CAC;
	outline: none;
}

.tooltip span{
	visibility: hidden;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
	width: 230px;
	margin-left: -127px;
	padding: 10px;
	border: 0px solid #ccc;
	opacity: 1;
	background-color: #262626;
/*	background-image: -webkit-linear-gradient(rgba(244,245,247,.5), rgba(244,245,247,0));
	background-image: -moz-linear-gradient(rgba(244,245,247,.5), rgba(244,245,247,0));
	background-image: -ms-linear-gradient(rgba(244,245,247,.5), rgba(244,245,247,0));
	background-image: -o-linear-gradient(rgba(244,245,247,.5), rgba(244,245,247,0));
	background-image: linear-gradient(rgba(244,245,247,.5), rgba(244,245,247,0));
*/	-moz-border-radius: 4px;
	border-radius: 4px;
/*	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(244,245,247,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(244,245,247,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(244,245,247,.5) inset;
	text-shadow: 0 1px 0 rgba(244,245,247,.4);
*/	color: #fff;
	font-size:13px
}

.tooltip:hover
{
	border: 0; /* IE6 fix */
}
.tooltip:hover span
{
	visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}

.tooltip span:before
{
	border-top-color: #000;
	bottom: -8px;
}
