:focus {
outline: 0;
}

body {
    background-color: #978F89;
    background-image: url("Images/bg.png");
    background-repeat: repeat-x;
    font-family: 'corporate_s_bqregular';
    font-size: 14px;
    margin: 0;
    padding:0;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */  
    -o-user-select: none;
    user-select: none;  
}
a
{
    text-decoration: none;
    color: #d11241;   
    line-height: 20px;   
    font-size: 14px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
a:active,    
a:hover{
    text-decoration: none;
    color: #5f554e;
}
img
{
    border: 0 none;
}
p{
    font-size: 12px;
}
.container{
    width:990px;
    margin:0 auto;
    padding:20px 10px 30px 10px;
    position: relative;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-container-panel{    
    padding: 0 30px;
}
.header .x-container-panel{
    padding: 24px 30px 15px 30px;
}
.header{
    background-color: #d8cbaa;
    background-image: url("Images/banners/bgHome.png");
    background-repeat: no-repeat;
    background-size:contain;
    min-height: 643px;
    position:relative;
}
.shadowLeft{
    background-image: url("Images/bg-shadow-left.png");
    background-repeat: no-repeat;
    width:7px;
    height:540px;
    position:absolute;
    top:20px;
    left:3px;
}
.shadowRight{
    background-image: url("Images/bg-shadow-right.png");
    background-repeat: no-repeat;
    width:7px;
    height:540px;
    position:absolute;
    top:20px;
    right:3px;
}
.main{
    width: 100%;    
    background-color: #d8cbaa;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.header.inner{
    min-height: 290px;
    background:#ffffff; 
}
.header.search{
    min-height: 140px;
    background:#ffffff; 
}
.main.inner{
    min-height: 300px;    
    background:#ffffff;
}
.main.search{
    min-height: 500px;    
    background:#ffffff;
}
.x-panel-overlay{
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 8;
    background:rgba(0,0,0,0.35); 
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;  
   -ms-user-select: none;
   user-select: none;
}

/*=Header
*****************************************************/
.logo{
    float: left;
    max-width: 218px;
}
.logo a{
    text-decoration: none;
    display:block;
}
.logo a img{
    max-width: 100%;
    display:block;
}
.phone{
    display:block;
    height: 44px;
    padding:5px 5px 0 15px;
    color: #534b45;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
.clear{
    clear:both;
    float: none;
    width: none;
    content: " ";
}
.x-line-header{
    clear: both;
    float: none;
    margin-top:22px; 
    background:#C41040; 
    border:1px solid #C41040;
    height: 1px;
    display: none;
}
.nav{
    clear:both;
    margin-top: 24px;
    background-color: #534b45;   
    min-height:28px;
    color:#fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.57) 0 2px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.57) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.57) 0 2px 5px; 
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    border-radius: 4px 4px;
}
.nav:after,
.nav:before{
    display: table;
    clear:both;
    float:none;
    content: " ";
    width:100%;
}
ul.menu{
    list-style: none;
    margin:0;
    padding:0;
}
ul.menu > li:first-child{
    border-left: none;    
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
ul.menu > li:first-child > a{
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 0 26px;
}
ul.menu > li{
    position:relative;
    float:left;
    border-left: 1px solid #786f64;
    background-color: #534b45;
}
ul.menu li a,
ul.menu > li > a{
    line-height: 28px;
    color:#fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 16px;
    display: block; 
    font-size:12px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
ul.menu li ul li a{
    text-align: left;
}
.dropdown:hover > a,
ul.menu li a:hover,
ul.menu > li > a.selected,
ul.menu > li > a:hover{
    background-color: #e4d7b6;
    color: #d11241;
}
.dropdown:hover .dropdown-mega-menu,
.dropdown:hover .dropdown-menu{
    display:block;
}
.dropdown-mega-menu,
.dropdown-menu {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 1000;
    display: none;   
    min-width: 160px;
    padding: 5px 0;
    margin: 0;    
    list-style: none;
    background-color: #534b45;    
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu
{
    padding-top: 0;
}
    .dropdown-menu > li
    {
        border-top: 1px solid #786f64;
    }
.dropdown-mega-menu{
    width: 585px;
}
.dropdown-mega-menu > .y-menu-column{
    float:left;
    background-color: #534b45;
}
.dropdown-mega-menu > .y-menu-column a
{
    text-align: left;
}
    .dropdown-mega-menu > .y-menu-column > .y-menu-set
    {
        margin-bottom: 5px;
    }
.dropdown-mega-menu > .y-menu-column > .y-menu-set > a{
    font-weight: bold;
}
    .dropdown-mega-menu .y-menu-column ul
    {
        padding-left: 0;
    }

        .dropdown-mega-menu .y-menu-column ul li
        {
            list-style-type: none;
        }

.dropdown-mega-menu .y-menu-column ul li a{
    line-height: 20px;
    padding-left: 20px;
}
.y-two-columns .dropdown-mega-menu
{
    width: 450px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.navbar-toggle {
    display:none;
    position: relative;
    float: left;
    padding: 6px 6px;
    margin:0;   
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;    
    background-color: #d31145;
    border-color: #d31145;
    cursor:pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.navbar-tggle.selected{
    background:#9f002b;
    border-color: #9f002b;
}
.navbar-toggle .icon-bar:first-child{
    margin:0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 4px;    
    background-color: #ffffff;
}

/*=Search;
**********************************************/
.x-panel-search{
    float: right;
    max-height: 49px;
}
.x-panel-search a{
    text-decoration: none;
    color: #534b45;
    font-size: 13px;
    margin-left: 16px;    
}
.x-panel-search a:active,
.x-panel-search a:hover{
    text-decoration: underline;
}
.x-header-search{
    border:1px solid #c7c6c6;
    padding: 2px 6px 2px 14px;
    height: 24px;
    border-radius: 16px;
    margin-bottom:2px;    
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-header-search input[type="text"]{
    color: #a2a2a2;
    width: 126px;
    margin:0;
    padding:4px 0; 
    border:none;
    display: block;
    float: left;
    background: transparent;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-header-search input[type="text"]:focus{
    width: 200px;
}
.x-header-search input[type="submit"]{
    border:none;
    text-indent: 100px;
    color: transparent;
    background-color:transparent; 
    background-image:url("Images/ic-search.png");
    background-repeat:no-repeat;
    background-position: center; 
    width: 30px;
    height: 24px;
    padding: 0;
    display: block;
    float: left;
    cursor: pointer;
}

/*=Sidebar
**********************************************/
.x-content-center{
    position: relative;   
}
.bannerMessage{
    height: 360px;
    overflow:hidden;
    position: relative;
}
    .bannerMessage .bannerText
    {
        position: absolute;
    }
.bannerMessage span{
    display:block;
}
.bannerMessage .line-01{
    font-size:74px; 
    line-height: 74px;
    color: #d11241;
    font-weight: bold;    
}
.bannerMessage .line-02{
    font-size:64px; 
    line-height: 60px;
    color: #534b45;
}
.bannerMessage .line-03{
    font-size:16px; 
    line-height: 20px;
    color: #534b45;
    font-weight: bold;
}
.sidebar{
    float: right;
}
.sidebar .placeBtn{
    width:217px;
    margin-top: 10px;       
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    border-radius: 4px 4px;
}
.sidebar .placeBtn a{
    position:relative;
    background-color:#534b45;
    display:block;   
    text-decoration: none;
    color: #fff;
    padding: 8px 10px;    
    font-size: 17px;  
    height: 42px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    border-radius: 4px 4px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.sidebar .placeBtn a.one-line
{
    line-height: 43px;
}
.sidebar .placeBtn:nth-child(even) a{
    background-color:#d11241;
}
.sidebar .placeBtn a em,
.sidebar .placeBtn a i{
    position:absolute;
    top:50%;
    right:10px;
    margin-top: -12px;
    width: 24px;
    height:24px;
    display: block;
    background-image: url("Images/ic-arrow-s1.png");
    background-repeat: no-repeat;    
}
.sidebar .placeBtn:nth-child(even) a em,
.sidebar .placeBtn:nth-child(even) a i{
    background-image: url("Images/ic-arrow-s2.png");
}
.sidebar .placeBtn a:hover{
    opacity:0.75;
    filter:alpha(opacity=75); /* For IE8 and earlier */
}

/*=Sidebar-Phone
**********************************************/
.x-panel-search.x-phone,
.sidebar.x-phone{
    float:none;
    padding: 5px;  
    display: none;  
}
.sidebar.x-phone .placeBtn{
    margin-top: 1px; 
    width: auto;
    float: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sidebar.x-phone .placeBtn a{
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}

/*=Slide
**********************************************/
.x-panel-slide{
    overflow: hidden;
    width: 593px;
    height: 215px;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px 6px;
    -ms-border-radius: 6px 6px;
    -o-border-radius: 6px 6px;
    border-radius: 6px 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .45);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .45);   
    position: relative;
}
.x-panel-slide ul{
   list-style: none;
   margin: 0;
   padding:0;
}
.x-panel-slide ul li{
    float: left;
    height: 215px;
    width: 100%;    
    position: relative;
    overflow: hidden;
    background-color:#ffffff; 
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;  
}
.x-panel-slide ul li img{
    position: absolute;
    right: 0;
    top:0;
    display: block;   
    height: 100%;
    max-height: 100%;    
}
.slide-text{
    color: #ffffff;
    text-shadow: 0 0 6px #3f5a08;
    padding:15px;
    position: relative;
    top:0;
    left:0; 
    z-index:1;
}
.slide-text h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin: 0 0 10px;
}
.slide-text ul{
    list-style-type:disc;
    padding-left: 20px;
    margin-right: 30px;
    float: left;  
}
.slide-text ul li{
    font-size: 16px;
    line-height: 24px;
    height: auto!important;
    width: auto!important;
    background-color:transparent; 
    color:#fff;
    position: static;
    overflow: visible;
    float: none;
    padding-right: 10px;
}
.slidePager{
    position: absolute;
    bottom: 8px;
    right: 15px;
}
.slidePager a{
    text-decoration: none;
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: 4px;
    background: #d11241;
    text-indent: 100px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;  
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.slidePager a.selected{
    background: #ffffff;
}

/*=News, Events, Social - layout;
**********************************************/
.main .x-container-panel{
    padding: 0 0 25px 0;
    margin:0 30px 0 30px;
    position: relative; 
}
.main .x-container-panel:after,
.main .x-container-panel:before{
    display: table;
    clear:both;
    float:none;
    content: " ";
    width:100%;
}
.x-panel-news{
    /*changes*/
    /*position: relative;*/
    height: 100%;
    /*end changes*/
    background-color:#d11241;
    background: #d11241; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxMTI0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZjA3MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #d11241 0%, #af0730 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d11241), color-stop(100%,#af0730)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d11241 0%,#af0730 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d11241 0%,#af0730 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d11241 0%,#af0730 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d11241 0%,#af0730 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11241', endColorstr='#af0730',GradientType=0 ); /* IE6-8 */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width:287px;  
    /*height: 210px;*/
    margin-right: 19px;
    float: left;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    -ms-border-radius: 0 6px 6px 6px;
    -o-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-panel-events{
    /*changes*/
    /*position: relative;
    height: 210px;*/  
    height: 100%;
    /*changes*/
    width:287px;
    background-color:#534b45;
    float: left;
    margin-right: 31px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    -ms-border-radius: 0 6px 6px 6px;
    -o-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-panel-social{
   /* float: left;*/
    float: right;
    position: relative;    
    width: 306px;
    height: 210px;   
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-container-social{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 440px;
    background: #978f89;
    -webkit-border-radius:6px 6px;
    -moz-border-radius: 6px 6px;
    -ms-border-radius:6px 6px;
    -o-border-radius:6px 6px;
    border-radius:6px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0 2px 4px; 
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-panel-header{
    height: 32px;
    padding: 10px;
}
.x-panel-header h2{
    margin:0;
    color:#fff; 
    font-size: 24px;   
    line-height: 32px;
}
.x-container-social .x-panel-header{
    padding: 10px 20px;
}
.x-container-social .x-panel-header h2{
    font-size: 20px;
}
.x-panel-footer{
    /*changes*/
    /*position: absolute;
    bottom:0;
    left:0;*/
    /*changes*/
    width: 100%;
    height:34px;
    border-top:1px dotted #3a3939;
    text-align: right;
}
.x-panel-footer a{
    text-decoration: none;
    color:#ffffff;
    padding-right: 15px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 12px;
}
.x-panel-footer a:active,
.x-panel-footer a:hover{
    text-decoration: underline;
}
.x-panel-news .x-panel-footer{
    border-color:#550d1e;
}
.x-panel-content{
    color: #fff;
    overflow: hidden;    
    line-height: 20px;
}
.x-panel-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.x-panel-content ul li{
    padding: 5px 10px;
    /*changes*/
    /*white-space: nowrap;*/
    /*changes*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.x-panel-content ul li a{
    text-decoration: none;
    color: #fff;
}
.x-panel-content ul li a:active,
.x-panel-content ul li a:hover{
    text-decoration: underline;    
}

.pull-top {
  margin-top: -10px;
}
.wait-time-offset {
  padding-left: 485px;
}

.wait-time {
    color: white;
    background-color: #d11241;
    padding: 5px 30px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    width: 230px;
    cursor: pointer;
}

.wait-time em {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("Images/ic-arrow-s2.png");
    background-repeat: no-repeat;
}

/*=Social;
**********************************************/
.btnSocial{
    display: block;
    background-repeat: no-repeat;
    float:right;
    width: 32px;
    height: 32px;
    margin-left:6px;
}
.btnFacebook{
    background-image: url("Images/ic-social-fb.png");   
}
.btnFacebook.active{
    background-image: url("Images/ic-social-fb-active.png");
}
.btnTwitter{
    background-image: url("Images/ic-social-twitter.png");   
}
.btnTwitter.active{
    background-image: url("Images/ic-social-twitter-active.png");
}
.btnYoutube{
    background-image: url("Images/ic-social-youtube.png");   
}
.btnYoutube.active{
    background-image: url("Images/ic-social-youtube-active.png");
}
.x-main-social{
    padding:0 15px;
}
.x-container-list{
    background: #fff;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px 6px;
    -ms-border-radius: 6px 6px;
    -o-border-radius: 6px 6px;
    border-radius: 6px 6px;
    height: 300px;
    max-height: 300px;
    overflow: auto;
    color: #525252;
}
.x-container-list ul{
    padding-left: 0px;
    margin: 10px 0 0 15px;
    overflow: hidden;
}
.x-container-list ul li{
    list-style: none;
    padding-bottom: 25px;
}
    .x-container-list ul li a img
    {
        margin-right: 10px;
    }
    .x-container-list ul li a h4
    {
        margin: 0;
    }
    .x-container-list ul li p,
    .x-container-list ul li a p
    {
        margin: 0;
        min-height: 28px;
    }
.x-panel-form{
    padding-top: 10px; 
    color: #e1e1e1;
}
.x-panel-form p{
    color: #e1e1e1;
    margin-bottom:5px; 
}
.x-panel-form input[type="text"]{
    display: block;
    float: left;
    border:none;
    width: 194px;
    max-width: 194px;
    padding: 4px 6px;
    height: 16px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.x-panel-form input[type="submit"].btnSubmit,
.x-panel-form input[type="button"].btnSubmit{
    float: left;
    display: block;
    background:#b40037;
    color:#ffffff;
    cursor:pointer;
    border:0;
    height: 24px;
    padding:0 5px;
    margin:0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-panel-form .btnSubmit:hover{
    background: #93012e;
}
.x-social-footer{
    display: none;
    background:#d11241;
    color:#ffffff; 
    height: 32px;
    padding: 10px 15px;
    border-bottom: 1px solid #978f89;
}
.x-social-footer h2{
    margin:0;
    line-height: 32px;
}

/*=Footer;
**********************************************/
.footer .x-container-panel:after,
.footer .x-container-panel:before{
    display: table;
    clear:both;
    float:none;
    content: " ";
    width:100%;
}
.footer .x-container-panel
{
    padding: 0 20px;
}
.x-menu-footer{
    padding: 10px 20px;
    width: 250px;
    float: left;
    margin-right: 10px;
}
.x-contact-footer ul,
.x-menu-footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.x-menu-footer ul li{
    border-bottom: 1px dotted #6f6965;
}
.x-contact-footer ul li a,
.x-menu-footer ul li a{
    color:#e1e1e1;
    text-decoration: none;
    line-height: 20px;
     font-size: 12px;
}
.x-contact-footer ul li a:active,
.x-contact-footer ul li a:hover,
.x-menu-footer ul li a:active,
.x-menu-footer ul li a:hover{
    text-decoration: underline;
}
.x-contact-footer{
    color:#e1e1e1;
    float: left;
    padding: 10px 15px;
    font-size: 12px;
    margin-right: 15px;
}
.x-contact-footer h3{
    color:#fff;
    margin:0 0 10px 0; 
    font-size: 16px;
}
.x-contact-footer ul li{
    margin-bottom: 6px;
}
.x-contact-footer ul li em,
.x-contact-footer ul li i{
    display: block;
    float: left;
    width: 19px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 5px;
}
.x-contact-footer .ic-map{
    background-image:url("Images/ic-map.png"); 
    height: 19px;
}
.x-contact-footer .ic-phone{
    background-image:url("Images/ic-phone.png"); 
    height: 14px;
}
.x-contact-footer .ic-print{
    background-image:url("Images/ic-print.png"); 
    height: 15px;
}
.x-contact-footer .ic-email{
    background-image:url("Images/ic-email.png"); 
    height: 15px;
}
.x-footer-copyrights{
    float: left;
}
.x-footer-copyrights .awards{
    padding: 10px;
    min-height: 80px;   
}
.x-footer-copyrights p{
    color: #e1e1e1;
    font-size: 12px;
    overflow: hidden;
}
.footer .awards a{
    display: block;
    float: left;
    margin:6px;    
}
.x-footer-mobile-original-site
{
    text-align: center;
    display: none;
    width: 300px;
    margin: 0 auto 10px auto;
}
.x-menu-phone{
    clear: both;
    float: none;
    background:#302e2d;
    min-height: 42px;
    overflow: auto;
    min-width: 400px;
    display: none;
}
.x-menu-phone ul{
    list-style: none;
    margin:0;
    padding:0;
}
.x-menu-phone ul li{
   float: left;
   border-right:1px solid #393838;
}
.x-menu-phone ul li a{
   display: block; 
   text-align: center;
   text-decoration: none;
   color: #fff;
   line-height: 42px;
   padding: 0 7px;
   font-size: 11px;
}
.x-menu-phone ul li a:active,
.x-menu-phone ul li a:hover{
    background:#4d4d4d; 
}

/*=Inner-Page
**********************************************/
.x-container-subheader{
    padding: 15px 0;   
}
.x-banner-menu{
    float: right;
    margin-left:10px; 
}
.x-banner-menu .placeBtn:first-child{
    margin:0;
}
.x-banner-menu .placeBtn{
    width: 176px;
    margin-top: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    border-radius: 4px 4px;
}
.x-banner-menu .placeBtn a{
    position: relative;
    background-color: #534b45;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 17px;
    height: 25px;
    font-size: 15px; 
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    border-radius: 4px 4px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-banner-menu .placeBtn a div{
    width: 100%;
    height: 100%;
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:left;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:left;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:left;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:left;
    box-align:center;
}
.x-banner-menu .placeBtn a em,
.x-banner-menu .placeBtn a i{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("Images/ic-arrow-s1.png");
    background-repeat: no-repeat;
}
.x-banner-menu .placeBtn:nth-child(even) a{
    background-color:#d11241;
}
.x-banner-menu .placeBtn:nth-child(even) a em,
.x-banner-menu .placeBtn:nth-child(even) a i{
    background-image: url("Images/ic-arrow-s2.png");
}
.x-banner-menu .placeBtn a:hover{
    opacity:0.75;
    filter:alpha(opacity=75); /* For IE8 and earlier */
}
.x-page-banner{
    background: #534B45;
    overflow: hidden;
    position: relative;
    max-width: 733px;
    height: 115px;
    /*height: 228px;*/
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    border-radius: 4px 4px;
    text-align: right;
}
.x-page-banner img{
    display: block;
    position: absolute;
    right: 0;
    top:0;
    /*min-width: 100%;
    height: 100%;*/
}
/*=Inner-Page - Menu Left
**********************************************/
.x-menu-left{
    float: left;
    width: 180px;
    padding-right: 20px;    
}
.x-menu-left h3.title-sidebar{
    color: #d31145;
    margin:0 0 10px;
    display: none;
}
.x-menu-left ul{
    list-style: none;
    margin:0;
    padding:0;
}
.x-menu-left ul li{
    list-style: none;
    margin:0;
    padding:0;
    margin-bottom: 10px;
}
.x-menu-left ul li a{
    text-decoration: none;
    color: #d11241;
    padding:0 6px;
    border-left:4px solid #d11241; 
    line-height: 20px;
    display: block;
    font-size: 14px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-menu-left ul li a.selected,
.x-menu-left ul li a:active,
.x-menu-left ul li a:hover{
    text-decoration: none;
    color: #5f554e;
    border-left:4px solid #5f554e;    
}

/*=Inner-Page - Sidebar Right
**********************************************/
.x-menu-right{
    float: right;
    padding-left: 20px;
    width: 193px;
    min-height: 200px;
}
.x-sidebar-header{
    border-left: 10px solid #d11241;
    padding-left: 10px;
    min-height: 36px;
    margin-bottom: 2px;
}
.x-sidebar-header h1{
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin:0;
    color: #d11241;
}
.x-sidebar-header h1 span{   
    color: #534b45;
}
.x-sidebar-content{
    border-left: 10px solid #5f554e;
    padding-left: 10px;
    min-height: 36px;    
}
.x-sidebar-links,
.x-sidebar-events,
.x-sidebar-testimonials{
    margin-bottom: 20px;
}
.x-sidebar-events ul,
.x-sidebar-links ul{
    list-style:none;
    margin:0;
    padding:0;
}
.x-sidebar-links ul li a{
    color:#525252;
    font-weight: bold;
}
.x-sidebar-links ul li a:hover,
.x-sidebar-links ul li a:active{
    text-decoration: underline;
}
.x-sidebar-events  ul li:first-child{
    margin:0;
}
.x-sidebar-events  ul li{
    margin-top:10px;  
    line-height: 16px;
}
.x-sidebar-events ul li a{
    display: block;   
}
.x-sidebar-events span{
    display: block;
    color: #909090;
    font-size: 11px;
    line-height: 20px;
}
.xit-avatar{
    float: left;
    width: 80px;
    height: 100px;
}
.xit-content{
    overflow: hidden;
    padding-left: 10px;
}
.xit-content h3{
    color: #525252;
    margin:0;
    font-size: 16px;
    line-height: 20px;
}
.xit-content p{
    margin:0 0 5px;
    font-size: 14px;
    line-height: 16px;
    color: #525252;
}
.x-sidebar-content .xit-newsletter a,
.xit-content a{
    background: #d11241;
    color: #fff;
    font-size: 12px;
    margin-top: 2px; 
    padding:1px 10px;
}
.x-sidebar-content .xit-newsletter a:active,
.x-sidebar-content .xit-newsletter a:hover,
.xit-content a:active,
.xit-content a:hover{
    background:#3d3631;
}


/*=Inner-Page - Main Container
**********************************************/
/*
.x-main-container3x,
.x-main-container1x,
*/
.x-main-container{      
    min-height: 200px;    
}
.x-main-container.col-01{
    width: auto;
    float: none;
}
.x-main-container.col-02{    
    width: 730px;
    float: right;
}
.x-main-container.col-03{
   width: 517px;
   float: right;
}
.x-main-container h1{
    color: #d31145;
    font-size: 24px;
    margin:0 0 10px;
}
.x-main-container p{
    color: #525252;
    font-size: 14px;
    line-height: 20px;   
}
.x-panel-share{
    float: right;
    height: 30px;
    max-width: 220px;
}
.x-panel-share.sharelinks-right
{
    margin-bottom:15px;
    float: none;
}

/*=Breadcrumb
**********************************************/
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;    
    border-radius: 4px;
    margin:0 0 15px;
    font-size: 13px!important;
}
.breadcrumb>.active {
    color: #d11241;
    cursor: default;
}
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li.active > a{
    color:#534b45;
}
.breadcrumb>li > a:hover{
    text-decoration: none;
}
.breadcrumb>li+li:before {
    content: "\003E";
    padding: 0 5px;
    color: #534b45;
}
.x-breadcrumb-phone{
    padding: 8px 15px;
    background: #f4f4f4;
    display: none;
}
.x-breadcrumb-phone .breadcrumb{
    margin:0;   
}
.x-breadcrumb-phone .breadcrumb>li > a{
    text-decoration: none;
}

/*=Search Page;
**********************************************/
.x-contact-email:after,
.x-contact-email:before,
.x-advanced-search:after,
.x-advanced-search:before{
    clear: both;
    display: table;
    content:" ";
    width: 100%;
}
.xas-content{
    display: none;
}
.x-subheader-search{
    height: 26px;    
}
.x-btn-group .x-btn:first-child{
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #ccc;
}
.x-btn-group .x-btn:last-child{
    border-radius: 0 6px 6px 0;
}
.x-btn-group .x-btn:first-child.active{
    border-color:#8f0027;
}
.x-subheader-search .x-btn{
    background: #fcfcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
    height: 20px;
    padding:3px 10px;
    text-align: center; 
    color:#695e4a;
    float: left;    
    -moz-box-shadow:    2px 2px 4px rgba(0,0,0,0.45);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.45);  
    width: 70px;
    cursor:pointer;
}
.x-btn-submit,
.x-subheader-search .x-btn.active{
    background: #d01144; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwMTE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTBiMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #d01144 0%, #9a0b32 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01144), color-stop(100%,#9a0b32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d01144 0%,#9a0b32 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d01144 0%,#9a0b32 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d01144 0%,#9a0b32 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d01144 0%,#9a0b32 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01144', endColorstr='#9a0b32',GradientType=0 ); /* IE6-8 */
    color: #fff;
    -moz-box-shadow:    none; 
    -webkit-box-shadow: none; 
    box-shadow: none;  
}
.x-btn-submit{
    width: 60px;
    cursor: pointer;
    padding:3px 10px; 
    text-align: center;
    border-radius: 6px 6px;
    -moz-box-shadow:    2px 2px 4px rgba(0,0,0,0.45);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.45);    
}
.x-btn-submit:hover{
    background:#d01144;
    -moz-box-shadow:    0 0 4px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.45);
    box-shadow: 0 0 4px rgba(0,0,0,0.45);
}
.x-subheader-search a{
    line-height: 26px;
    margin-left: 15px;
}
.xs-results h3{
    color:#5f554e;
    font-size: 13px;
    line-height: 20px;
    margin:0  0 10px;
}
.xs-results label{
    display: block;
    margin-bottom: 5px;
}
.xs-results{
    clear: both;
    padding-top:10px; 
}
.x-contact-email textarea,
.x-contact-email input[type="text"],
.xs-results input[type="text"]{
    display: block;
    border-radius: 6px 6px;
    padding: 3px 10px; 
    height: 20px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border:1px solid #cecece;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.x-contact-email textarea:focus,
.x-contact-email input[type="text"]:focus,
.xs-results input[type="text"]:focus{
    border-color:#d11241;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(154,11,50,.075),0 0 8px rgba(154,11,50,.6);
    box-shadow:inset 0 1px 1px rgba(154,11,50,.075),0 0 8px rgba(154,11,50,.6)
}
.x-row-search{
    margin-top: 6px;
    width: 230px;   
    float: left;
}
.x-row-search.x-row-03{
    width: 450px;
}
.inputST02{
    width: 190px;
}
.x-btn-submit,
.inputST01,
.lblST01{
    float: left;  
}
.lblST01{
    margin:0 10px!important; 
    line-height: 28px;
}
.inputST01{
    width: 100px;
}
.inputST03{
    width:90%;
}
.x-btn-submit{
    margin:25px 0 0 0;
}
.x-row-large{
    width: 50%;
}
/* service related,tabs*/
.x-service-related{
    float: right;
}
.x-service-related{
    padding-top: 5px;
}
.x-service-related .xsr-header{
    background:#d11241;
    color:#fff; 
    height: 24px;
    padding:0 20px; 
    line-height: 24px;
    border-radius: 6px;
}
.x-service-related ul{
    margin:10px 0 0;
    padding:0 0 0 35px; 
    color: #695e4a;
}
.x-tabs-search{
    margin-top:20px;   
}
.x-tabs-search:after,
.x-tabs-search:before{
    clear: both;
    display: table;
    content:" ";
    width: 100%;
}
.x-tabs-search .x-tab-item{
    width: 110px;
    height: 24px;
    margin-right: 2px;
    text-align: center;
    float: left;
}
.x-tabs-search .x-tab-item a{
   background:#534b45;
   display: block;
   color: #fff;
   font-size: 13px;
   line-height: 24px;
   border-radius: 6px 6px 0 0;
}
.x-tabs-search .x-tab-item a.active,
.x-tabs-search .x-tab-item a:active,
.x-tabs-search .x-tab-item a:hover{   
    background:#d11241;
}
.x-results-header{
    height: 24px;
    color: #fff;
    text-align: center;
    background:#d11241; 
    border-radius: 0 6px 6px 6px;   
}
.x-results-header p{
    margin:0;
    color: #fff; 
    padding:0 10px; 
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.x-main-container.col-03 .x-panel-share{
    clear: both;
}

/*=Contact Us Page;
**********************************************/
.x-main-left{
    float: left;
    width: 320px;
    padding-right:40px; 
    color: #5f554e;
    font-size: 13px;
    line-height: 20px;
}
.x-main-left h3{
    color: #d11241;
    margin:15px 0 0;
    line-height: 22px;
    font-size: 16px;
}
.x-main-line{
    position:relative;
    border-bottom:1px solid #534b45;   
    line-height: 20px;
    font-size: 13px;
}
.x-main-line.x-color{
    color: #d11241;
    font-weight: bold;
    font-size: 14px;
}
.x-main-line span{
    /*font-weight: bold;*/
    position: absolute;
    top:0;
    right: 0;
}
.x-main-right{
    overflow: hidden;   
    padding-left: 10px;
    padding-right: 20px;
}
.x-main-right h2{
    color: #d11241;
    margin:0 0 5px;
    line-height: 24px;
    font-size: 20px;    
    text-transform: uppercase;
}
.x-contact-email{
    border-top:1px solid #534b45;
    border-bottom:1px solid #534b45;
    padding:10px 0; 
    margin-bottom: 10px; 
    clear: both;
}
.x-contact-email label{
    display: block;   
    font-weight: bold;
    padding:10px 0 0;
    color: #534b45;
    font-size: 12px;
    text-transform: uppercase;
}
.x-contact-email .ipt-01{
    width: 100%;
}
.x-contact-email p{
    margin:0;
}
.x-contact-email input[type="text"]{
    height: 28px!important;
    line-height: 28px!important;
}
.x-contact-email input,
.x-contact-email textarea{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}
.x-contact-email textarea{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height:40px;
    min-height:40px;
    max-height:400px;
}
.x-contact-email .btnSubmit{
    height: 26px;
    display: block;
    border:0;
    padding:5px 10px;
    background:#d11241; 
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.x-row-email{
    float: left;
    width: 48%;
    height: 54px;
    position: relative;
}
.x-row-right{
    margin-left: 4%;
}
.x-row-email.row-full{
    float: none;
    width: auto;
    clear: both;
    height: auto;
}
/* accordion */
.x-panel-group .x-panel {
    margin-bottom: 10px;   
}
.x-panel-default>.x-panel-heading {
    color: #fff;    
    border-color: #ddd;
}
.x-panel-default>.x-panel-heading>a {
    color: #fff;
    background-color: #978f89;
    display: block;
    border-radius: 6px;
    padding:6px 10px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0 2px 4px;
}
.x-panel-default>.x-panel-heading>a:hover {
    background-color: #6c6a69;
}
.x-panel-default>.x-panel-heading>a em,
.x-panel-default>.x-panel-heading>a i{
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
    background-image: url("./images/ic-arrow-collapse.png");
    background-position:center center;
    background-repeat:no-repeat;  
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.x-panel-default>.x-panel-heading>a.active em,
.x-panel-default>.x-panel-heading>a.active i{
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg); /* IE 9 */
    -webkit-transform:rotate(-180deg); /* Opera, Chrome, and Safari */
}
.x-panel-body {
    padding: 10px 10px 10px 42px;
    color: #5f554e;
}
.collapse {
    display: none;
}
.x-contact-connect{
    margin-bottom: 20px;
}
.x-contact-connect .btnSocial{
    float: none;
    display: inline-block;
}
.x-panel-directory{
    width: 75%;
    min-width: 320px;
}

.x-panel-slide img.x-phone-only,
.x-panel-slide img.x-deskrop-tablet
{
    margin: 0;
    padding: 0;
}

.x-panel-slide img.x-phone-only
{
    display: none;
}

.x-panel-slide img.x-deskrop-tablet
{
    display: block;
}

.y-full-width
{
    width: 100%;
}
.y-search-results .y-search-text
{
    float: left;
}
.y-search-results .y-search-button
{
    float: left;
    margin-left: 10px;
}
.y-clear
{
    clear: both;
}
.y-label
{
    padding: 2px;
}
.y-label,
.y-field,
.y-align-left
{
    float: left;
}
.y-align-right
{
    float: right;
}
.y-list-clean ul
{
    list-style-type: none;
}
.y-list-clean ul:first-of-type
{
    padding: 0;
}
.y-list-clean.left ul
{
    float: left;
}
.y-spotlight
{
    width:300px;
}
.y-spotlight a{
    color:#ffffff;
    padding:2px 5px;
    font-size:13px;
    background-color:#d11241;
}
.y-red-button{
    border:0;
    color:#ffffff;
    padding:2px 5px;
    font-size:13px;
    background-color:#d11241;
    cursor:pointer;
}
.y-red-column
{
    background-color:#d11241; 
    width:10px; 
    height:36px;
    margin:0 11px 2px 0;
}
.y-grey-column
{
    background-color:#5f554e; 
    width:10px; 
    min-height:98px;
    height:100%;
}
.y-content-bar-right{
    width: 287px;    
    min-height: 200px;   
    float: right;  
}
.y-h-sep2{height: 2px;}
.y-find-phy-sep{height: 10px;}
.x-main-line ul,
.x-main-line ul li
{
    padding: 0;
    list-style-type: none;
}

/*Nurse*/
.nurse-content
{
    font-weight:bold;
    padding-bottom:5px;
}

.nurse-name
{
    font-size:13px;
    cursor:pointer;
}

span.nurse-name:hover
{
    text-decoration: underline;
}

.nurse-arrow
{
    font-size:13px;
    width:12px;
    height:12px;
}

.nurse-details-format
{
    margin:5px 0 0 8px; 
    float:left;
}

.nurse-details a:hover
{
    text-decoration: underline;
}

.nurse-details-format img
{
    margin-right:10px;
}
/*End Nurse*/
/*News*/

.news-field
{
    padding: 5px;
}

.news-row
{
    padding: 7px 10px 7px 15px; 
    background-color: #eeeee3;
}

.news-row h2
{
    margin:0;
}

.news-row .short-desc
{
    padding-top:5px;
}

.news-row-separator
{
    height: 10px;
}

.job-item,
.news-item
{
    color:#525252;
    max-width:400px;
    min-height:100px;
    margin:10px 0;
    padding:5px 10px 5px 10px;
    border:1px solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #eeeee3;
}

/*End News*/

/*Grid*/

.grid th
{
    padding-left:10px;
    height:28px;
    font-size:14px;
    color:#ffffff;
    background-color:#d11241;
    -moz-box-shadow: -1px 1px 4px #d11241;
    -webkit-box-shadow: -1px 1px 4px #d11241;
    box-shadow: -1px 1px 4px #d11241;
}

.grid th.first
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.grid th.last
{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.grid tr.dark
{
    background-color:#e2e0df;
}

.grid td
{
    padding:5px 5px 12px 5px;
    font-size:12px;
    color:#5f554e;
}

/*End Grid*/

/* New Pagination*/
div.pagination 
{
    margin: 20px 0 0;
    text-align: center;
}

div.pagination input[type=submit],
div.pagination span
  {
    padding: 3px 6px;
    /*background-color: #f9d2db;
    border: 1px solid #ea738f;;*/
    background-color: #D11241;
    border: 1px solid #D11241;
    
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    /*color: #1a3254;*/
    color: White;
    margin: 0 2px 0 0;
}

div.pagination input[type=submit].number 
{font-weight: normal;}

div.pagination span.current 
{font-weight: bold; background: #B30037;/*background: #f690a8;*/}

div.pagination span:hover,
div.pagination input[type=submit]:hover
 {
    /*background: #f690a8;*/
    text-decoration: underline;
}
/* End New Pagination*/

/*Physician Details*/
.physician-details
{
    width: 433px;
    padding:0 5px 0px 5px;
}

.physician-details  .graduate
{
    height:10px;
}
/* End Physician Details*/

/*=Dialog panel*/

.ui-dialog .x-loading-panel {
    background-image: url("Images/ajax_loader_red_128.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.x-panel-dialog label,
.x-panel-dialog input{ 
    display:block;
}

.x-panel-dialog input.text { 
    margin-bottom:12px; 
    width:95%; 
    padding: .4em; 
    color:#999999;
}

.x-panel-dialog fieldset {
    padding:0;
    border:0; 
    margin-top:25px;
}

.x-panel-dialog h1 { font-size: 16px; margin: .6em 0; }
.x-panel-dialog div#users-contain { width: 350px; margin: 20px 0; }
.x-panel-dialog div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
.x-panel-dialog div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

.ui-widget-header{
    background:#978f89;
    color:#ffffff;
    border-color:#534b45;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background:#978f89;
    color:#ffffff;
    border-color:#534b45;
}
    .ui-state-default .ui-icon
    {
        opacity:0.5;        
    }
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon{   
    background-image:url("Images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon{
    opacity:1;
}

/* End Dialog panel*/

/* Financial Page */
.financial-pdf input[type="submit"] {
  background-color: #d11241;
  font-size: 12px;
  color: white;
  padding: 1px 10px;
  border: 0;
  margin-right: 10px;
  cursor: pointer;
  font-family: 'corporate_s_bqregular';
}

.financial-pdf input[type="submit"]:hover{
  background: #3d3631;
}

/* End Financial Page*/

/* Large desktop */
@media (min-width: 1200px) {}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .dropdown-mega-menu{
        width: auto;
    }
    .dropdown-mega-menu > .y-menu-column{
        float:none;
        background:none;
    }
    .x-panel-body{
        padding:5px; 
    }
    .x-panel-directory{
        width: auto;
        min-width: 100px;
    }
    .x-menu-left{
        border-top:2px solid #978f89;
        float: none;
        clear: both;
        width: auto;
        padding: 10px 15px;
        background: #f1f1f1;
    }
    .x-menu-left h3.title-sidebar{
        display: block;
    }
    .x-menu-left ul{
        list-style: none;
        margin:0;
        padding:0;
    }
    .x-menu-left ul li{
        list-style: none;
        margin:0;
        padding:0;
        margin:0;
    }
    .x-menu-left ul li a{
        color: #d11241;
        padding:6px 0;
        border-left:none;
        border-bottom: 1px dashed #d0cbcb;
    }
    .x-menu-left ul li a.selected,
    .x-menu-left ul li a:active,
    .x-menu-left ul li a:hover{
        border-left:none; 
    }

    /*--------------------------*/
    .x-main-container.col-03,
    .x-main-container.col-02{
        width: auto;
        float: none;
    }
    .x-main-container h1{
        color: #d31145;
        font-size: 24px;
        margin:0 0 10px;
    }
    /*--------------------------*/
    .x-line-header{
        display: block;
    }
    .x-panel-search{
       margin-right: 10px; 
    }
    .x-footer-copyrights{
        clear: both;
        float: none;
        padding:10px;
    }
    .x-footer-copyrights p{
        margin:0 0 10px;
        text-align: center;
    }
    .x-footer-copyrights .awards{
        padding: 0 10px;
        width: 285px;
        margin: 0 auto;
    }
    .x-panel-events,
    .x-panel-news{
        width: 50%;
        /*height: 307px;*/
    }   
    .x-panel-events{
        clear: both;
        float: left;
        margin-top: 15px;
    }
    .x-panel-social{
        width: 50%;
        /*height: 629px;*/
        height: 435px;
        position: absolute;
        top:0;
        right:0;
    }
    .x-container-social{
        position:static;
        width: auto;
        margin-left: 26px;
        height: 100%;       
    }
    .x-panel-slide{
        width: 100%;
    } 
	.x-panel-slide,
    .x-panel-slide ul li{        
        height: 252px;      
    }  
    .shadowRight, .shadowLeft{
        display:none;
    }
    .container{
        width:100%;
        padding:0;
        overflow:hidden;
    }
    .navbar-toggle{
        float: right;        
        display:block;       
    }   
    .nav{
        min-width: 200px;
        overflow: auto;
        z-index: 9;
        position: fixed;
        left: -100%;
        top:0;
        bottom: 0;
        margin:0;
        min-height: 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.57) -3px 0 6px;
        -moz-box-shadow: rgba(0, 0, 0, 0.57) 0 -3px 6px;
        box-shadow: rgba(0, 0, 0, 0.57) 0 -3px 6px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .nav.active{
        left: 0;
    }
    ul.menu{
        padding: 4px 0;
    }   
    ul.menu > li:first-child > a,
    ul.menu > li:first-child {
        border-left: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    ul.menu >li{
        position:relative;
        float:none;
        display: block;
        border-left: none;
        border-bottom: 1px solid #786f64;
        background-color: transparent;
        font-size: 14px;
    }
    ul.menu > li:first-child > a,
    ul.menu li a,
    ul.menu > li > a{
        text-align: left;
        padding: 6px 25px;
    }   
    .dropdown-mega-menu, 
    .dropdown-menu{
        position: static;
        display: none;
        min-width: 0;
        padding: 5px 0;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-left:none;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0 ;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .8);
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .8);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .8);
    }   
    .bannerMessage .line-01{
        font-size:50px; 
        line-height: 50px;
    }
    .bannerMessage .line-02{
        font-size:54px; 
        line-height: 54px;
    }
    .bannerMessage .line-03{    
        font-size:14px; 
    }
    .sidebar .placeBtn{
        width:200px;
    }
    .dropdown-mega-menu > .y-menu-column > .y-menu-set > ul{
        display: none!important;
    }  
    .dropdown-mega-menu > .y-menu-column .y-menu-set:hover > ul{
        display: block!important;
    }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .x-panel-slide ul li img
    {
        width: 100%;
    }
    /*.job-item,
    .news-item
    {
        min-height: 100%;
        width: 100%;
    }*/
    .sidebar .placeBtn a br{
        display: none;
    }
    .y-list-clean ul{
        padding-left: 0;
        min-width: 200px;
    }
    .visible-phone {
        display: none !important;
    } 
    .hidden-phone{
        display: none !important;
    } 
    .dropdown-mega-menu{
        width: auto;
    }
    .dropdown-mega-menu > .y-menu-column{
        float:none;
        background:none;
    }
    .x-main-left{
        float: none;
        width: auto;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .x-main-right{
        overflow: visible;
        padding:0; 
    }
    .x-main-line{
        font-size: 11px;
    }
    .x-panel-body{
        padding:5px; 
    }
    .x-panel-directory{
        width: auto;
        min-width: 100px;
    }
    .x-btn-submit, .inputST01, .lblST01{
        float: none;
        margin-bottom: 5px;
        width: 90%;
    }
    .inputST02{
        width: 90%;
    }    
    .x-row-search.x-row-03,
    .x-row-search{
        margin-top: 6px;       
        float: none;
        width: auto;
    }
    /* search tabs */
    .x-subheader-search .x-btn{
        padding:3px 5px; 
    }
    .x-tabs-search .x-tab-item{
        width: auto;
        height: 24px;
        margin: 0 0 1px;       
        float: none;
    }
    .x-tabs-search .x-tab-item a{      
       border-radius: 6px 6px;
    }
    .x-results-header{
        margin: 0 -5px 2px -5px;       
        border-radius: 0;          
    }
    .x-container-subheader{
        padding-top:0; 
    }  
    .x-breadcrumb-phone{
        display: block;
    }
    .x-menu-left h3.title-sidebar{
        display: block;
    } 
    .x-panel-share{
        float: none;
        margin-bottom: 10px;
        width: auto;
    }    
    .x-page-banner{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;       
    }  
    .main.inner .x-container-panel{
        padding:0;       
    }
    .x-menu-left{
        border-top:2px solid #978f89;
        float: none;
        clear: both;
        width: auto;
        padding: 10px 15px;
        background: #f1f1f1;
    }
    .x-menu-left ul{
        list-style: none;
        margin:0;
        padding:0;
    }
    .x-menu-left ul li{
        list-style: none;
        margin:0;
        padding:0;
        margin:0;
    }
    .x-menu-left ul li a{
        color: #d11241;
        padding:6px 0;
        border-left:none;
        border-bottom: 1px dashed #d0cbcb;
    }
    .x-menu-left ul li a.selected,
    .x-menu-left ul li a:active,
    .x-menu-left ul li a:hover{
        border-left:none; 
    }
    .x-main-container.col-03,
    .x-main-container.col-02,
    .x-main-container.col-01{
        width: auto;       
        float: none;
        padding: 0 15px;
    }
    .x-main-container h1{        
        font-size: 18px;        
    }
    /*--------------------------*/
    .x-panel-search.x-phone
    {
        position: relative;
        margin: 0 5px;
    }
    .x-header-search input[type="submit"]
    {
        position: absolute;
        top: 8px;
        right: 5px;
    }
    .x-header-search input[type="text"],
    .x-header-search input[type="text"]:focus
    {
        width:100%;
    }
    .x-panel-search.x-phone
    {
        background-color: #ffffff;
    }
    .x-panel-search.x-phone,
    .sidebar.x-phone,
    .x-menu-phone,
    .x-line-header,
    .x-social-footer{
        display: block;
    }
    .x-contact-footer{
        clear: both;
        float: none;
        background-color:#534b45;
        margin-right: 0;
    }
    .x-container-panel{
        padding: 0;
    }    
    .x-footer-copyrights{
        float: none;
        padding:10px;
    }
    .x-footer-copyrights p{
        margin:0 0 10px;
        text-align: center;
    }
    .x-footer-copyrights .awards{
        padding: 0 10px;   
        width: 285px;
        margin: 0 auto;     
    }    
    .main{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;        
    }
    .main .x-container-panel{
        padding:0 5px;
        margin:0;
        position: relative; 
    }
    .x-panel-events,
    .x-panel-news,
    .x-container-social{
        -webkit-border-radius:0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .x-panel-events,
    .x-panel-news{
        width: 100%;
        height: auto;
        /*padding-bottom: 35px;*/
        float: none;
        clear: both;
        margin-bottom: 10px;
        background: #fcfcfc;
    }    
    .x-panel-social{
        margin:0;
        width: 100%;
        height: auto;
        float:none;
        position: static;           
    }
    .x-container-social{
        margin:0 -5px 0 -5px; 
        position:static;
        width: auto;       
        height: 100%;
         -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;        
    }
    .x-panel-news .x-panel-header,
    .x-panel-events .x-panel-header{
        height: 22px;
        padding: 10px;
        background: rgb(0,69,124);  
    }
    .x-panel-news .x-panel-header h2,
    .x-panel-events .x-panel-header h2{
        margin:0;
        color:#fff; 
        font-size: 18px;   
        line-height: 22px;
    } 
    .x-container-social .x-panel-header{
        background:#d11241; 
        padding: 10px 10px;
    }
    .x-panel-footer a{
        color: #d11241;
        font-weight: bold;
    }
    .x-panel-content ul li
    {
        display: none;
    }
    .x-panel-content ul li:nth-child(-n+2)
    {
        display: list-item;
    }
    .x-panel-content ul li a,
    .x-panel-content{
        color: #525252;
    }
    .x-panel-content{
        height: 60px;
    }
    .x-panel-content span{
        color: #d11241;
    }    
    .x-content-slide{
        padding:5px; 
    }   
    .x-panel-slide{
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }   
    .x-panel-slide ul li,
    .x-panel-slide{        
        height: 190px;
    }
    .slide-text h1{
        font-size: 20px;
        line-height: 22px;        
    }
    .slide-text ul{
        padding-left: 10px;
        margin-right: 10px;         
    }
    .slide-text ul li{
        font-size: 14px;
        line-height: 18px;        
        padding-right: 5px;
    }
    .slidePager a{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }	
    .x-main-social,
    .shadowRight, 
    .shadowLeft{
        display:none;
    }
    .container{
        width:100%;
        padding:0;
        overflow:hidden;
    }
    .header{
        background-image: url("Images/bgMobile.png") !important;
        background-repeat: repeat-x;
        background-size: auto;
        min-height: 0;
    }
    .header.inner{
        background-image: none !important;
    }
    .header .x-container-panel{
        padding: 24px 0 5px 0;
    }
    .phone{
        height: 34px;
        padding:5px 5px 0 5px;       
        font-size: 12px;       
    }
    .logo{
        float: right;
        margin-right: 15px;
    }    
    .navbar-toggle {
        margin-left: 15px;
        display:block;
    }
    .nav{
        min-width: 200px;
        overflow: auto;
        z-index: 9;
        position: fixed;
        left: -100%;
        top:0;
        bottom: 0;
        margin:0;
        min-height: 0;
       -webkit-box-shadow: rgba(0, 0, 0, 0.57) -3px 0 6px;
        -moz-box-shadow: rgba(0, 0, 0, 0.57) 0 -3px 6px;
        box-shadow: rgba(0, 0, 0, 0.57) 0 -3px 6px; 
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }  
    .nav.active{
        left: 0;
    }
    ul.menu{
        padding: 4px 0;
    }   
    ul.menu > li:first-child > a,
    ul.menu > li:first-child {
        border-left: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    ul.menu >li{
        position:relative;
        float:none;
        display: block;
        border-left: none;
        border-bottom: 1px solid #786f64;
        background-color: transparent;
        font-size: 14px;
    }
    ul.menu > li:first-child > a,
    ul.menu li a,
    ul.menu > li > a{
        text-align: left;
        padding: 6px 25px;
    }
    .dropdown-mega-menu,
    .dropdown-menu{
        position: static;
        display: none;
        min-width: 0;
        padding: 5px 0;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-left:none;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0 ;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .8);
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .8);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .8);
    }  
    .dropdown-mega-menu > .y-menu-column > .y-menu-set > ul{
        display: none!important;
    }  
    .dropdown-mega-menu > .y-menu-column > .y-menu-set:hover > ul{
        display: block!important;
    }
    .x-footer-mobile-original-site
    {
        display: block;
    }

     .wait-time-offset {
        padding-left: 0;
        float: right;
        padding-right: 10px;
        margin-bottom: 10px;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    x-menu-left.x-menu-small
    {
        max-width: 150px;
    }

    .container{
        min-width:320px;
    }
    .x-panel-group{
        margin:0 -10px;
    }
    .x-footer-mobile-original-site
    {
        display: block;
    }
    .footer .x-menu-phone
    {
        min-width: 100%;
    }
    .x-panel-slide img.x-deskrop-tablet
    {
        display: none;
    }
    .x-panel-slide img.x-phone-only
    {
        display: block;
    }
}
