/** FIX THE ISSUE WITH BLOG VIEW PAGE HAVING SCROLL BARS - Not complete fix though **/

#fb-root + iframe {display: none}

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

* {
    margin  : 0;
    padding : 0;
}

html {
    background : none;
    min-height : 100%;
}

body {
    background : none;
    height     : auto;
    position   : relative;
    background: #000;
}
.backstretch {
    z-index: -1;
    top: 0;
}
#container {
}

#popupWindowCaller {
    display : none;
}

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

img {
    border : none;
}

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

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

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

.inner {
    padding : 10px;
}

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

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}
.full_width_container {
    width: 100%;
}
.clear {
    clear: both;
    height: 0px;
}
.notopmargin {
    margin-top: 0;
}
.doublehr {
    border-top: 2px solid #92908D;
}
.italic {
    font-style: italic!important;
}
.topmargin {
    margin-top: 15px;
}

.home .padding {
    padding: 15px;
}
hr.header {
    border-top: solid 3px #fff;
    margin: 40px 0 0 0;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.home .header.bottommargin {
    margin-bottom: 25px!important;
    margin-top: 0;
}
.header.bottommargin {
    margin-bottom: 50px!important;
    margin-top: 0;
}
/* ================================= */
/* 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 {
    z-index: 1;
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 30px 0 0 0;
    position         : relative;
}
#header .logo_container {
    text-align: center;
}
#header a.logo {
    margin      : 54px 0 3px 0;
    padding     : 0;
    text-indent : -9999px;
    z-index     : 2;
    height: 150px;
    width: 154px;
    display     : inline-block;
    position    : relative;
    background  : url(images/backgrounds/big-ideads-group-logo.png) top left no-repeat;
    background-size: auto 100%;
}

#header .header_phone_number {
    float       : right;
    text-align  : right;
    padding-top : 42px;
}

#header .header_phone_number span {
    padding     : 10px 2px 10px 10px;
    font-size   : 27px;
    font-weight : bold;
}

#header .header_phone_number i {
    font-size : 27px;
}

/* ================================= */
/* Main Navigation */
/* ================================= */
#navigation {
    margin-top: 16px;
    text-align: center;
    float: left;
}
#navigation.left #mainNav li{
 float: right;
}
#mainNav {
    height           : 50px;
    float: none;
}

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

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

#mainNav > li.first {
    margin-left : 0;
}
/*     */
#mainNav li a {
    padding     : 10px 0px 20px;
    text-transform: uppercase;
    background: url("/images/backgrounds/menu_border.png") repeat-x bottom left;
    font-size   : 28px;
    margin      : 0px 29px;
    font-weight : normal;
    text-shadow : 1px 1px 4px rgba(0, 0, 0, 0.6);
    color       : #FDFDFD;
    display     : block;
}

#mainNav > li > a {
    height : 15px;
}

#mainNav li a:hover {

    color      : #EBEBEB;

}

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

#mainNav ul {
    position           : absolute;
    width              : 180px; /* left offset of submenus need to match (see below) */
    top                : -999px;
    -webkit-box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    border-bottom: 0px none;
}
.corner_bg {
    background: url("/images/backgrounds/mainmenu-ul-bg.png") no-repeat left top;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#mainNav ul li {
    width : 100%;
}

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

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 22px;
    top: 54px; /* 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 : 181px; /* match ul width */
    top  : -1px;
}

#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;
    text-transform: none;
    padding          : 12px 25px 12px 19px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #fff;
    font-style: italic;
    background: url('/images/backgrounds/bg-mainmenu.png');
    border-bottom    : 1px solid #FFF;
    text-shadow      : none;
    font-family: merriweather,arial;
}
.li_arrow {
    background: url("/images/backgrounds/mainmenu-li-bg.png") no-repeat ;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 42%;
    right: 10px;
    z-index: 9999;
}
#mainNav ul li a:hover > .li_arrow {
     background: url('/images/backgrounds/mainmenu-li-bg-hover.png') no-repeat;
    background-position: 0px -1px;
 }
#mainNav ul li a:hover, #mainNav ul li a:active {
    background: url('/images/backgrounds/bg-mainmenu-hover.png') !important;
    border-color     : #FFF;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color              : #ccc;
    -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    : 40%;
    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;
    -ms-box-sizing        : border-box;
    -o-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%;
    box-shadow : 0 0 0 #000;
    height     : 100%;
    z-index    : 98;
    overflow   : auto;
    display    : block;
}

#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         : none;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto !important;
    padding       : 0 !important;
    border-top    : 5px solid #363a39;
    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 0;
}

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

#mobile_nav ul li.child a {
    font-weight  : normal;
    padding-left : 20px;
    font-size    : 13px;
}

#mobile_nav ul li.child2 a {
    padding-left : 50px;
    font-size    : 12px;
}

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

#sidebar {
    margin-top : 15px;
}

#subNav {
    border-bottom : solid 1px #E6E6E6;
}

#sidebar #subNav li.subNavHeading a {
    color           : #FFFFFF;
    padding         : 5px 0px 5px 0px;
    margin          : 0px;
    font-weight     : bold;
    text-transform  : capitalize;
    text-decoration : none;
    font-size       : 20px;
}

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

#content #sidebar #subNav li.subNavHeading {
    padding      : 11px 0px 8px 17px;
    margin       : 0px;
    text-indent  : 0px;
    text-align   : left;
    background   : #000;
    border-top   : 1px solid #E5E5E5;
    border-left  : 1px solid #E5E5E5;
    border-right : 1px solid #E5E5E5;
}

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

#sidebar #subNav {
    background-color : #FFFFFF;
}

#content #sidebar ul#subNav li {
    padding      : 8px 0px 8px 32px;
    text-indent  : -15px;
    margin       : 0px;
    border-top   : solid 1px #E6E6E6;
    border-left  : solid 1px #E6E6E6;
    border-right : solid 1px #E6E6E6;
}

#sidebar #subNav li a {
    color           : #000;
    padding         : 5px 0px;
    text-decoration : none;
}

#sidebar #subNav li a:hover {
    color : #EAEAEA;
}

#content #sidebar #subNav li:before {
    content      : "\203A \00a0";
    color        : #000;
    font-size    : 15px;
    margin-right : 5px;
    line-height  : 15px;
}

#content #sidebar ul#subNav {
    padding : 0;
    margin  : 0px 0px 15px 0px;
}

#content #sidebar #subNav li.down a {
    color       : #000;
    font-weight : bold;
}

#content #sidebar #subNav li.down:before {
    color       : #000;
    font-weight : bold;
}

#content #sidebar #subNav li.child a {
}

#content #sidebar #subNav li.child {
    border-top   : none;
    padding-top  : 4px;
    padding-left : 32px;
}

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

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

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

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

#content {
    padding-top    : 10px;
    padding-bottom : 10px;
    width          : 100%;
    display        : block;
}
.center_page {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 80px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 60px;
    background: url("/images/backgrounds/content_divider.png") no-repeat bottom center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 04);
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

.center_page h1 {
    color: #FFF;
    font-family: Merriweather;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    padding: 40px 0;
    margin: 0;
}

.inner_logo {
    background: url("/images/backgrounds/innerlogo.png") no-repeat center top;
    width: 100%;
    margin-top: 10px;
    height: 57px;
}
.whitecontainer {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow:  1px 1px 6px 0px rgba(0, 0, 0,0.3);
    box-shadow:  1px 1px 9px 0px rgba(0, 0, 0,0.3);
}
#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}
#homePage .content_container, .content_container  {
    text-align: center;
    background: none;
    margin-bottom: 8%;
}

.content_container {
   text-align: left;
   margin-top: 20px;
   margin-bottom: 16px;
   background: url("/images/backgrounds/index-content-bg-img.png") repeat;
}
.content_container.inner_temp .padding{
   padding: 55px 35px 35px 35px;
    overflow: hidden;
}
.threeColumnStyle {
    color: #555555;
}

.threeColumnStyle .padding{
    padding: 37px 0 37px 37px;
    float: right;
}
.threeColumnStyle.first .padding{
    padding: 37px 0 37px 39px;
    float: left;
}
.threeColumnStyle.middle .padding {
   padding: 37px 0 37px 32px;
    float: left;
 }
.threeColumnStyle h2{
    font-family: 'Merriweather', serif;
    border-bottom: dashed 2px #979797;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 25px;
}
.threeColumnStyle img {
    margin-bottom: 15px;
}
.threeColumnStyle a.button {
    margin: 15px 0 0;
}

.two_column .padding{
    padding: 30px 0px 30px 25px;
}
.two_column.second .padding{
    padding: 30px 25px 30px 0px;
}

/* Corporate Leasing */

.req_fields {
    position: relative;
    margin-top: -23px;
}

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

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

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

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

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

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

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

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

/* Home Page Banner */
#homeBanner {
	min-height: 300px;
	background: url(images/icons/ajax-loader-alt.gif) no-repeat center center;
}
#content a.logo_large {
    display: block;
    width: 272px;
    margin: 15% auto 10px;
}

/* ================================= */
/* Careers Module */
/* ================================= */
/* CAREERS */

.faqBox {
    padding               : 25px 15px 5px;
    background            : #fff;
    margin-bottom         : 5px;
    -webkit-box-shadow:  1px 1px 6px 0px rgba(0, 0, 0,0.3);
    box-shadow:  1px 1px 9px 0px rgba(0, 0, 0,0.3);
}

.job-title  {
    font-family: Merriweather, Arial;
    font-weight: 700;
    color: #000;
    line-height: 18px;
    float:left;
    display: inline-block;
    font-size:24px;
    margin-bottom:0px;
}

.job-number  {
    float:left;
    font-family: Merriweather, Arial;
    font-weight: 400;
    font-style: italic;
    font-size:12px;
    margin-bottom:5px;
}
.details_margin {
    margin-bottom: 20px;
}
.faqBox .button {
    margin: 10px 0px 10px 10px;
}
.question {
    padding-bottom: 10px;
    border-bottom:2px dashed #aaaaaa;
    margin-bottom:20px;
}

.details-title {
    width:20%;
    float:left;
    color: #555;
    font-size: 14px;
}

.details-content {
    width:80%;
    float:right;
}

.more {
    float:right !important;
}
/* ==|======================================================================= Form STYLES! */
#careers-form label {
    background     : none;
    display        : table;
    vertical-align : middle;
    margin         : 0;
    position       : relative;
    padding        : 0 0 5px 0;
    width          : 100%;
    white-space    : nowrap;
}

#careers-form label .label-text {
    width          : 150px;
    display        : table-cell;
    color          : black;
    text-shadow    : none;
    vertical-align : middle;
    white-space    : normal;
    padding-right  : 5px;
    text-align     : right;
}

#careers-form label span.required {
    vertical-align : middle;
    padding        : 0;
    text-align     : center;
    color          : #FF1111;
    font-weight    : bold;
}

#careers-form label span.not-required {
    vertical-align : middle;
    padding        : 0;
    text-align     : center;
    color          : #FF1111;
    font-weight    : bold;
    width          : 10px;
}

#careers-form input[type="text"], #careers-form input[type="file"], #careers-form select, #careers-form textarea {
    width                 : 90%;
    display               : inline-block;
    margin                : 0 0 0 10px;
}

#careers-form .textarea .label-text {
    vertical-align : top;
}

#careers-form textarea {
    height : 100px;
}

#careers-form .captcha {
    display : block;
    clear   : both;
    width   : 360px;
    padding : 5px 0 5px 173px;
}

#careers-form .captcha .label-text {
    display    : block;
    text-align : left;
    padding    : 5px 0 5px 0;
    width      : 100%;
}

#careers-form .captcha span.required {
    display    : inline-block;
    text-align : left;
    clear      : both;
}

#careers-form input[type="submit"] {
    border      : 0;
    color       : #FFFFFF !important;
    padding-right: 20px;
    font-size   : 17px;
    font-weight : bold;
    float       : right;
}

html.lt-ie8 #careers-form .label {
    float    : left;
    display  : block;
    position : relative;
}
html.lt-ie8 #careers-form .label-text,
html.lt-ie8 #careers-form .required {
    float : left;
}
html.lt-ie8 #careers-form input,
html.lt-ie8 #careers-form textarea {
    float : right;
    width : 65%;
}

html.lt-ie8 #careers-form input[type="submit"] {
    width : 165px;
}

html.lt-ie8 #careers-form #return-link {
    float   : left;
    display : inline;
    width   : 165px;
}

/* STYLES FOR CAREERS APPLY */
#careers-applyPage h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#careers-applyPage h2 {
    border-bottom:  dashed 2px #aaaaaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#careers-applyPage .whitecontainer {
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    -webkit-box-shadow:  1px 1px 6px 0px rgba(0, 0, 0,0.3);
    box-shadow:  1px 1px 9px 0px rgba(0, 0, 0,0.3);
}
.split {
    padding-top: 5px;
    width: 48%;
    float: left;
    margin-right: 2%;
}
#careers-applyPage .readonly {
    background: #F2F2F2;
    color: #000;
}
#careers-applyPage .readonly:focus {
    box-shadow: none!important;
}

.split .form_label {
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.split .form_field  {
    width: 90%;
}

#careers-applyPage .splitx2 {
    padding-top: 5px;
    width: 23%;
    float: left;
    margin-right: 1%;
}
#careers-applyPage .splitx2 .form_field{
    width: 83%;

}
#careers-applyPage .splitx2 .form_required{
    width: 11%;
    padding-top: 8px;
}
#careers-applyPage .captcha {
    width: 50%;
    float: left;
    margin-right: 5px ;
}
#careers-applyPage .captcha .left {
    width: 175px;
    float: left;
}
#careers-applyPage .captcha .right {
    width: 100px;
    padding-top: 5px;
    float: left;
}
#careers-applyPage .captcha .left input[type="text"]{
    margin-top: 5px;
}
#careers-applyPage .resume {
    padding-top: 5px;
    width: 23%;
    float: left;
    margin-right: 1%;
}
#careers-applyPage .resume .form_field{
    width: 83%;
}
#careers-applyPage .resume .form_label{
    padding-left: 18px;
}
#careers-applyPage .resume .form_required{
    width: 11%;
    padding-top: 8px;
}
#careers-applyPage .comments .form_required{
    width: 2.3%;
    padding-top: 8px;
}
#careers-applyPage .comments .form_field {
    width: 93%;
}
#careers-applyPage .comments .form_label{
     padding-top: 5px;
 }
#buttons a.button {
    margin-top: 15px;
}
#buttons input {
    margin-top: 31px;
    float: right;
}
/* ================================= */
/* Gallery */
/* ================================= */

/* GALLERY PAGE STYLES */

#copy #gallery_thumbs li:before{
    content:'';
}
#gallery_thumbs h1 {
    margin-bottom: 25px;
}
#copy #gallery_thumbs .gal_title {
    padding-top: 10px;
}
#copy #gallery_thumbs a{
    text-decoration: none;
    font-size: 14px;
    color: #6e6c6a;
    font-style: italic;
    text-transform: capitalize;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
#galleryCatList img{
    margin-bottom: 10px;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
#galleryCatList a img:hover{
    -webkit-box-shadow:  2px 1px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow:  2px 1px 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
#galleryCatList a:hover{
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
ul#galleryCatList{
    margin: 0;
}
#galleryCatList li{
    text-indent: 0px;
    width: 32%;
    display: block;
    float: left;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
#galleryCatList li.first {
    text-indent: 0px;
    margin-left: 0;
}
#galleryCatList li.middleThumb {
    margin-right: 2%;
    margin-left: 2%;
}
#galleryCatList br.clear {
    height: 10px;
}


hr {
    margin: 22px 0 0 0;
    color: #484848;
}

#gallery_thumbs img{
    margin-bottom: 5px;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
#gallery_thumbs a img:hover{
    border: 1px solid #9E9E9E;
    -webkit-box-shadow:  2px 1px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow:  2px 1px 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}

#gallery_thumbs ul.thumbs{
    margin: 0;
}
#copy #gallery_thumbs li {
    text-indent: 0px;
    padding: 0px 0px;
    display: block;
    float: left;
    margin: 0 18px 0 0;
    width: 32%;
    padding-bottom: 0px;
}
#copy #gallery_thumbs li.last_thumbnail {
    margin-right: 0;
}

#gallery_thumbs li img {
    width: 100%;
}
#gallery_thumbs li.first {
    text-indent: -17px;
    margin-left: 0;
}
#gallery_thumbs br.clear {
    height: 10px;
}
#gallery_thumbs h2 {
    font-size: 14px;
    line-height: 15px;
    text-transform: none;
}

#gallery_thumbs .middleThumb {
    margin-right: 2%;
    margin-left: 2%;
}

#gallery_thumbs .caption {
    margin: 15px 0;
}
/* END GALLERY PAGE STYLES */

/* ================================= */
/* Video  */
/* ================================= */


.video_container li {
    position: relative;
}
#gallery_thumbs .video_play {
    width: 100%;
    height: 201px;
    text-align: center;
    position: absolute;
    display: table;
}
#gallery_thumbs .video_vert_align {
    display: table;
    vertical-align: middle;
    display: table-cell;
}
#gallery_thumbs.video_container .video_play img {
    width: 93px;
    height: 67px;
    vertical-align: middle;
}
#gallery_thumbs.video_container .video_play img:hover, #gallery_thumbs.video_container .video_play:hover img {
    border:0;
    -webkit-box-shadow:  none;
    box-shadow:  none;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#gallery_thumbs.video_container .video_play{
    margin-bottom: 5px;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
#gallery_thumbs.video_container .video_play:hover{
    border: 1px solid #9E9E9E;
    -webkit-box-shadow:  2px 1px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow:  2px 1px 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
.vid_desc {
    font-style: normal;
    margin-top: 10px;
    font-size: 11px;
    color: #000;
}
/* ================================= */
/* 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;
}

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

.displaying {
    text-align : center;
}

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

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

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

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

.blogDate {
    color : #000;
}

.blogAddThisTop {
    float : right;
    width : 124px;
}
.blogHeader {
    border-bottom: dashed 2px #969494;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.noborder {
    border: none;
}
.blogHeader h2 {
    margin-bottom: 0;
    line-height: 22px;
}
.blogHeader .blogDate {
    font-family: Merriweather, Arial;
    font-style: italic;
    font-size: 12px;
    color: #555;
}
.blogwrapper {
    width: 66%;
    float: left;
}
.blogHeader .Location {
    font-family: Merriweather, Arial;
    font-weight: 700;
    font-size: 12px;
    color: #555;
}
hr.blogHR {
    color: #959391;
    border-top: solid 2px #959391;
    margin: 40px 0;
}
.subcat_select_container {
    width: 50%;
    position: relative;
    float: right;

}
.blogHR.first {
    margin-bottom: 20px;
}
h2.subcatheader{
    border-bottom: dashed 2px #969494;
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-top: 4px;
}
.blogListingContainer .button.arrow_button {
    float: right;
    background: url("/images/backgrounds/sumbit-arrow.png") 92% 15px #000 no-repeat;
    padding-right: 31px!important;
    text-transform: none;
    font-size: 12px;
}
.blogListingContainer .button.arrow_button:hover {
    background-color: #383838;
}
.blogListingContainer .button.arrow_button:active {
    background-color: #4F4F4F;
}
.blogMetaInfo {
    background: #000;
    margin           : 10px 0;
    overflow         : hidden;
}
.blogMetaInfo .inner{
    width: auto;
    float: left;
    overflow         : hidden;
    padding          : 11px 10px 9px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
    color : #ECECEC;
}
/* LINKS PAGE STYLES */

.linksContent {
    color: #555555;
    margin-bottom: 10px;
}


/* ================================= */
/* Tesimonials */
/* ================================= */

.testimonialsListingThumb {
    float        : left;
    width        : 47%;
    margin-left : 2%;
    text-align   : center;
}
.testimonialswrapper {
    width: 51%;
    float: left;
}
.testimonialswrapper .blogHeader h2 {font-size: 26px;line-height: 32px}
.greyquote {
    color: #7e7f80!important;
}
.testimonialCaption {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;

}
hr.testimonial {
    margin: 30px 0 50px;
    border-top: 2px solid #cdcdcd;
}

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

#footer {
    z-index: 1;
    position: relative;
    color: #fff;
    clear            : both;
    text-align       : center;
    background       : #002e56;
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 20px 0;
}

#footer a{
    color     : #FFF;
    font-size : 11px;
}

#footer a:hover {
    color : #fff;
}
#footer .li_arrow {
    display: none;
}
#footer .corner_bg {
    display: none;
}
.site_by {
    display : block;
    padding : 10px 0 0;
}

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

.footerNav {
    margin-bottom : 10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}
.footer_logo {
    text-align: center;
}
.byLine {
    white-space : nowrap;
}

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

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

#footer .footer_menu h2 a {
    font-family: futuraw01-mediumcondens, Arial, sans-serif;
    text-transform: uppercase;
    font-size   : 22px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #8a8a8a;
    font-weight : bold;
    margin-bottom: 17px;
    color       : #8a8a8a;
    display: block;
}

#footer .footer_menu li, #footer .footer_menu li a {
    line-height : 24px;
    font-size: 13px;
    font-style: normal;
    margin      : 0;
    font-family: Merriweather, arial;
    font-weight: 700;
}

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

#footer .bottom_footer {
    font-family: Merriweather, Arial;
    color: #FFF;
    font-size   : 11px;
    line-height : 16px;
    padding-top : 0px;
    font-weight: 400;
    text-align  : left;
    font-style: italic;

}
#footer .bottom_footer li a {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
}
#footer .bottom_footer li.divider {
    color: #FFF;
    font-style: italic;
    margin: 0 -6px 0 6px;
}

#footer .bottom_footer li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0 0 10px;
}
#footer .bottom_footer li.first {
    margin     : 0 0 0 5px;
}
#footer .bottom_footer ul {
    margin-top : 10px;
}
#footer .copright_words {
    margin-top: 10px;
}
#footer .social_icons {
    float: right;
    margin-top: 5px;
}

#footer .social_icons .ic {
    float: right;
    margin-left: 20px;
}
#footer .social_icons .ic.youtube {
    padding-top: 2px;
}
#footer .social_icons .ic img:hover{
    opacity: 0.7;
}


/* ================================= */
/* 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 */
/* ================================= */
#contactPage .form_field {
    width: 100%;
    margin:4px 0
}
#contactPage .captchafield {
    width: 38%;
}
#contactPage .form_label {
    width: auto;
    padding-right: 10px;
    font-family: Merriweather, Arial;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 3px;
    margin-bottom: 0;
}
#contactPage .form_required {
    padding: 9px 0 0 0;
    margin: 0 0;
}
.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 : 8px 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 {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

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

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

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

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    padding               : 10px;
    border                : 1px solid #BABABA;
    -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;
    -webkit-box-shadow: inset -1px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

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 #333 !important;
    -webkit-box-shadow : inset -1px 2px 4px 0px rgba(0, 0, 0, 0.3)!important;
    -moz-box-shadow    : inset -1px 2px 4px 0px rgba(0, 0, 0, 0.3)!important;
    box-shadow         : inset -1px 2px 4px 0px rgba(0, 0, 0, 0.3)!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 {
    font-family: Merriweather, Arial, sans-serif;
    border: none;
    font-style: italic;
    padding               : 11px 25px !important;
    background-color      : #002e56;
    *background-color     : #002e56;
    text-transform: uppercase;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter                : progid:DXImageTransform.Microsoft.gradient(enabled=false);
    display               : inline-block;
    font-size             : 13px;
    line-height: 13px;
    line-height           : 20px;
    *line-height          : 20px;
    line-height           : normal !important;
    color                 : #FFF !important;
    font-weight           : normal;
    width                 : auto !important;
}

input[type="submit"]:hover, button:hover, .button:hover {
    color               : #FFF !important;
    background-color    : #383838;
    *background-color   : #383838;
    color               : #FFF;
    text-decoration     : none;
    background-color    : #383838;
    *background-color   : #383838;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position : 0 -15px;
    -webkit-transition  : background-position 0.1s linear;
    -moz-transition     : background-position 0.1s linear;
    -o-transition       : background-position 0.1s linear;
    transition          : background-position 0.1s linear;
}

input[type="submit"]:active, button:active, .button:active {
    background-color   : #4F4F4F;
    background-color   : #4F4F4F     \9;
    background-image   : none;
    outline            : 0;
}

input[type="submit"].arrow_button {
    background: url("images/backgrounds/sumbit-arrow.png") #000 no-repeat 88px 15px;
    padding-right: 37px!important;
}

input[type="submit"].arrow_button:hover {
    background-color: #383838;
}

input[type="submit"].arrow_button:active {
    background-color: #4F4F4F;
}
.inline_button {
    margin-right: 20px;
    margin-bottom: 20px;
}
/* ================================= */
/* 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;
    width        : 94.2%;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

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

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

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

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

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

/* ================================= */
/* Icons */
/* ================================= */

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

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

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

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

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

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

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

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

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

#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;
}
#captcha {
    margin-bottom: 10px;
}
a.phoneLink {
    color : #1E1E1E;
}

#location_map {
    height : 300px;
}

/* ================================= */
/* MENU - FOOD MODULE */
/* ================================= */
.menu_item_img {
    width: 15%;
    margin-right: 3%;
    float: left;
}

.menu_item_img img{
    border: solid 4px #000;
}

.menu_item {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
}

.menu_item.with_img {
    width: 82%;
    float: left;
}

.menu_item .item_title_price {
    width: 100%;
    font-family: Merriweather, Arial;
    font-weight: 700;
    font-size: 16px;
}

.menu_item .item_title_price .title{
    width: 78%;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
}

.menu_item .item_title_price .title h3{
    width: 50%;
    font-family: Merriweather, Arial;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.menu_item .item_title_price .price{
    padding-top: 3px;

    float: right;
    width: 20%;
    text-align: right;
}

.menu_item .item_desc{
    font-family: Merriweather, Arial;
    font-weight: 400;
    width: 84%;
    color: #747474;
}
.menucatTitle {
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
}

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

#content ul.faqs {
   margin-left: 0!important;
}

.faq_title {
   cursor: pointer;
}
.listUL {
   margin: 0px 10px 0px!important;
}



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

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

.flexslider li { position : relative; }

.banner_text { display : block; position : absolute; top : 27%; left : 4%; }

.banner_text h2 { font-size : 35px; line-height : 39px; color : #000 }

.banner_text p { font-weight : bold }

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

html[xmlns] .slides { display : block; }

* html .slides { height : 1%; }

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

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 10px 0 5px; background : #fff; position : relative; zoom : 1; overflow : hidden; }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.carousel li { margin-right : 5px }

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

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

/* Direction Nav */
.flex-direction-nav a { width : 36px; height : 39px; margin : -20px 0 0; display : block; background : url(/images/backgrounds/bg_direction_nav.png) no-repeat 0 0; position : absolute; top : -150px; cursor : pointer; text-indent : -9999px; opacity : 0; -webkit-transition : all .3s ease; }

.flex-direction-nav .flex-next { background-position : 0 -39px; right : -36px; }

.flex-direction-nav .flex-prev { left : -36px; }

.flexslider:hover .flex-next { opacity : 1; right : 0; }

.flexslider:hover .flex-prev { opacity : 1; left : 0; }

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

/* Control Nav */
.flex-control-nav { position : absolute; bottom : 10%; left : 2%; text-align : center; margin-bottom : 0; }

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

.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 : inset 0px 1px 2px rgba(0, 0, 0, 0.2); }

.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                                 : -moz-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* FF3.6+ */
    background                                 : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee6c47), color-stop(100%, #d75530)); /* Chrome,Safari4+ */
    background                                 : -webkit-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Chrome10+,Safari5.1+ */
    background                                 : -o-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Opera 11.10+ */
    background                                 : -ms-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* IE10+ */
    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; }
