@import url(https://fonts.googleapis.com/css?family=Krona+One|Krona+One);

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);

/*! * Bootstrap v2.3.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */
 .clearfix{
    *zoom:1;
}
.flex-next {
	display:none !important;
}
.clearfix:before,.clearfix:after{
    display:table;
    line-height:0;
    content:""
}
.clearfix:after{
    clear:both
}
.hide-text{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.input-block-level{
    display:block;
    width:100%;
    min-height:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
    display:block
}
audio,canvas,video{
    display:inline-block;
    *display:inline;
    *zoom:1;
}
audio:not([controls]){
    display:none
}
html{
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
a:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
a:hover,a:active{
    outline:0
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    width:auto\9;
    height:auto;
    max-width:100%;
    vertical-align:middle;
    border:0;
    -ms-interpolation-mode:bicubic
}
#map_canvas img,.google-maps img{
    max-width:none
}
button,input,select,textarea{
    margin:0;
    font-size:100%;
    vertical-align:middle
}
button,input{
    *overflow:visible;
    line-height:normal
}
button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
    border:0
}
button,html input[type=button],input[type=reset],input[type=submit]{
    cursor:pointer;
    -webkit-appearance:button
}
label,select,button,input[type=button],input[type=reset],input[type=submit],input[type=radio],input[type=checkbox]{
    cursor:pointer
}
input[type=search]{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:textfield
}
input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance:none
}
textarea{
    overflow:auto;
    vertical-align:top
}

*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #0f72e5;
}
.popup{
    background-color: #ffffff;
    width: 450px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}

@media print{
    *{
        color:#000 !important;
        text-shadow:none !important;
        background:0 0 !important;
        box-shadow:none !important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" (" attr(href) ")"
    }
    abbr[title]:after{
        content:" (" attr(title) ")"
    }
    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{
        content:""
    }
    pre,blockquote{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    tr,img{
        page-break-inside:avoid
    }
    img{
        max-width:100% !important
    }
    @page{
        margin:.5cm
    }
    p,h2,h3{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
}
body{
    margin:0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:20px;
    color:#333;
    background-color:#fff
}
a{
    color:#08c;
    text-decoration:none
}
a:hover,a:focus{
    color:#005580;
    text-decoration:underline
}
.img-rounded{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.img-polaroid{
    padding:4px;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
    box-shadow:0 1px 3px rgba(0,0,0,.1)
}
.img-circle{
    -webkit-border-radius:500px;
    -moz-border-radius:500px;
    border-radius:500px
}
.row{
    margin-left:-20px;
    *zoom:1;
}
.row:before,.row:after{
    display:table;
    line-height:0;
    content:""
}
.row:after{
    clear:both
}
[class*=span]{
    float:left;
    min-height:1px;
    margin-left:20px
}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
    width:940px
}
.span12{
    width:940px
}
.span11{
    width:860px
}
.span10{
    width:780px
}
.span9{
    width:700px
}
.span8{
    width:620px
}
.span7{
    width:540px
}
.span6{
    width:460px
}
.span5{
    width:380px
}
.span4{
    width:300px
}
.span3{
    width:220px
}
.span2{
    width:140px
}
.span1{
    width:60px
}
.offset12{
    margin-left:980px
}
.offset11{
    margin-left:900px
}
.offset10{
    margin-left:820px
}
.offset9{
    margin-left:740px
}
.offset8{
    margin-left:660px
}
.offset7{
    margin-left:580px
}
.offset6{
    margin-left:500px
}
.offset5{
    margin-left:420px
}
.offset4{
    margin-left:340px
}
.offset3{
    margin-left:260px
}
.offset2{
    margin-left:180px
}
.offset1{
    margin-left:100px
}
.row-fluid{
    width:100%;
    *zoom:1;
}
.row-fluid:before,.row-fluid:after{
    display:table;
    line-height:0;
    content:""
}
.row-fluid:after{
    clear:both
}
.row-fluid [class*=span]{
    display:block;
    float:left;
    width:100%;
    min-height:30px;
    margin-left:2.127659574468085%;
    *margin-left:2.074468085106383%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.row-fluid [class*=span]:first-child{
    margin-left:0
}
.row-fluid .controls-row [class*=span]+[class*=span]{
    margin-left:2.127659574468085%
}
.row-fluid .span12{
    width:100%;
    *width:99.94680851063829%;
}
.row-fluid .span11{
    width:91.48936170212765%;
    *width:91.43617021276594%;
}
.row-fluid .span10{
    width:82.97872340425532%;
    *width:82.92553191489361%;
}
.row-fluid .span9{
    width:74.46808510638297%;
    *width:74.41489361702126%;
}
.row-fluid .span8{
    width:65.95744680851064%;
    *width:65.90425531914893%;
}
.row-fluid .span7{
    width:57.44680851063829%;
    *width:57.39361702127659%;
}
.row-fluid .span6{
    width:48.93617021276595%;
    *width:48.88297872340425%;
}
.row-fluid .span5{
    width:40.42553191489362%;
    *width:40.37234042553192%;
}
.row-fluid .span4{
    width:31.914893617021278%;
    *width:31.861702127659576%;
}
.row-fluid .span3{
    width:23.404255319148934%;
    *width:23.351063829787233%;
}
.row-fluid .span2{
    width:14.893617021276595%;
    *width:14.840425531914894%;
}
.row-fluid .span1{
    width:6.382978723404255%;
    *width:6.329787234042553%;
}
.row-fluid .offset12{
    margin-left:104.25531914893617%;
    *margin-left:104.14893617021275%;
}
.row-fluid .offset12:first-child{
    margin-left:102.12765957446808%;
    *margin-left:102.02127659574467%;
}
.row-fluid .offset11{
    margin-left:95.74468085106382%;
    *margin-left:95.6382978723404%;
}
.row-fluid .offset11:first-child{
    margin-left:93.61702127659574%;
    *margin-left:93.51063829787232%;
}
.row-fluid .offset10{
    margin-left:87.23404255319149%;
    *margin-left:87.12765957446807%;
}
.row-fluid .offset10:first-child{
    margin-left:85.1063829787234%;
    *margin-left:84.99999999999999%;
}
.row-fluid .offset9{
    margin-left:78.72340425531914%;
    *margin-left:78.61702127659572%;
}
.row-fluid .offset9:first-child{
    margin-left:76.59574468085106%;
    *margin-left:76.48936170212764%;
}
.row-fluid .offset8{
    margin-left:70.2127659574468%;
    *margin-left:70.10638297872339%;
}
.row-fluid .offset8:first-child{
    margin-left:68.08510638297872%;
    *margin-left:67.9787234042553%;
}
.row-fluid .offset7{
    margin-left:61.70212765957446%;
    *margin-left:61.59574468085106%;
}
.row-fluid .offset7:first-child{
    margin-left:59.574468085106375%;
    *margin-left:59.46808510638297%;
}
.row-fluid .offset6{
    margin-left:53.191489361702125%;
    *margin-left:53.085106382978715%;
}
.row-fluid .offset6:first-child{
    margin-left:51.063829787234035%;
    *margin-left:50.95744680851063%;
}
.row-fluid .offset5{
    margin-left:44.68085106382979%;
    *margin-left:44.57446808510638%;
}
.row-fluid .offset5:first-child{
    margin-left:42.5531914893617%;
    *margin-left:42.4468085106383%;
}
.row-fluid .offset4{
    margin-left:36.170212765957444%;
    *margin-left:36.06382978723405%;
}
.row-fluid .offset4:first-child{
    margin-left:34.04255319148936%;
    *margin-left:33.93617021276596%;
}
.row-fluid .offset3{
    margin-left:27.659574468085104%;
    *margin-left:27.5531914893617%;
}
.row-fluid .offset3:first-child{
    margin-left:25.53191489361702%;
    *margin-left:25.425531914893618%;
}
.row-fluid .offset2{
    margin-left:19.148936170212764%;
    *margin-left:19.04255319148936%;
}
.row-fluid .offset2:first-child{
    margin-left:17.02127659574468%;
    *margin-left:16.914893617021278%;
}
.row-fluid .offset1{
    margin-left:10.638297872340425%;
    *margin-left:10.53191489361702%;
}
.row-fluid .offset1:first-child{
    margin-left:8.51063829787234%;
    *margin-left:8.404255319148938%;
}
[class*=span].hide,.row-fluid [class*=span].hide{
    display:none
}
[class*=span].pull-right,.row-fluid [class*=span].pull-right{
    float:right
}
.container{
    margin-right:auto;
    margin-left:auto;
    *zoom:1;
}
.container:before,.container:after{
    display:table;
    line-height:0;
    content:""
}
.container:after{
    clear:both
}
.container-fluid{
    padding-right:20px;
    padding-left:20px;
    *zoom:1;
}
.container-fluid:before,.container-fluid:after{
    display:table;
    line-height:0;
    content:""
}
.container-fluid:after{
    clear:both
}
p{
    margin:0 0 10px
}
.lead{
    margin-bottom:20px;
    font-size:21px;
    font-weight:200;
    line-height:30px
}
small{
    font-size:85%
}
strong{
    font-weight:700
}
em{
    font-style:italic
}
cite{
    font-style:normal
}
.muted{
    color:#999
}
a.muted:hover,a.muted:focus{
    color:gray
}
.text-warning{
    color:#c09853
}
a.text-warning:hover,a.text-warning:focus{
    color:#a47e3c
}
.text-error{
    color:#b94a48
}
a.text-error:hover,a.text-error:focus{
    color:#953b39
}
.text-info{
    color:#3a87ad
}
a.text-info:hover,a.text-info:focus{
    color:#2d6987
}
.text-success{
    color:#468847
}
a.text-success:hover,a.text-success:focus{
    color:#356635
}
.text-left{
    text-align:left
}
.text-right{
    text-align:right
}
.text-center{
    text-align:center
}
h1,h2,h3,h4,h5,h6{
    margin:10px 0;
    font-family:inherit;
    font-weight:700;
    line-height:20px;
    color:inherit;
    text-rendering:optimizelegibility
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
    font-weight:400;
    line-height:1;
    color:#999
}
h1,h2,h3{
    line-height:40px
}
h1{
    font-size:38.5px
}
h2{
    font-size:31.5px
}
h3{
    font-size:24.5px
}
h4{
    font-size:17.5px
}
h5{
    font-size:14px
}
h6{
    font-size:11.9px
}
h1 small{
    font-size:24.5px
}
h2 small{
    font-size:17.5px
}
h3 small{
    font-size:14px
}
h4 small{
    font-size:14px
}
.page-header{
    padding-bottom:9px;
    margin:20px 0 30px;
    border-bottom:1px solid #eee
}
ul,ol{
    padding:0;
    margin:0 0 10px 25px
}
ul ul,ul ol,ol ol,ol ul{
    margin-bottom:0
}
li{
    line-height:20px
}
ul.unstyled,ol.unstyled{
    margin-left:0;
    list-style:none
}
ul.inline,ol.inline{
    margin-left:0;
    list-style:none
}
ul.inline>li,ol.inline>li{
    display:inline-block;
    *display:inline;
    padding-right:5px;
    padding-left:5px;
    *zoom:1;
}
dl{
    margin-bottom:20px
}
dt,dd{
    line-height:20px
}
dt{
    font-weight:700
}
dd{
    margin-left:10px
}
.dl-horizontal{
    *zoom:1;
}
.dl-horizontal:before,.dl-horizontal:after{
    display:table;
    line-height:0;
    content:""
}
.dl-horizontal:after{
    clear:both
}
.dl-horizontal dt{
    float:left;
    width:160px;
    overflow:hidden;
    clear:left;
    text-align:right;
    text-overflow:ellipsis;
    white-space:nowrap
}
.dl-horizontal dd{
    margin-left:180px
}
hr{
    margin:20px 0;
    border:0;
    border-top:1px solid #eee;
    border-bottom:1px solid #fff
}
abbr[title],abbr[data-original-title]{
    cursor:help;
    border-bottom:1px dotted #999
}
abbr.initialism{
    font-size:90%;
    text-transform:uppercase
}
blockquote{
    padding:0 0 0 15px;
    margin:0 0 20px;
    border-left:5px solid #eee
}
blockquote p{
    margin-bottom:0;
    font-size:17.5px;
    font-weight:300;
    line-height:1.25
}
blockquote small{
    display:block;
    line-height:20px;
    color:#999
}
blockquote small:before{
    content:'\2014 \00A0'
}
blockquote.pull-right{
    float:right;
    padding-right:15px;
    padding-left:0;
    border-right:5px solid #eee;
    border-left:0
}
blockquote.pull-right p,blockquote.pull-right small{
    text-align:right
}
blockquote.pull-right small:before{
    content:''
}
blockquote.pull-right small:after{
    content:'\00A0 \2014'
}
q:before,q:after,blockquote:before,blockquote:after{
    content:""
}
address{
    display:block;
    margin-bottom:20px;
    font-style:normal;
    line-height:20px
}
code,pre{
    padding:0 3px 2px;
    font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size:12px;
    color:#333;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
code{
    padding:2px 4px;
    color:#d14;
    white-space:nowrap;
    background-color:#f7f7f9;
    border:1px solid #e1e1e8
}
pre{
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:20px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:pre;
    white-space:pre-wrap;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
pre.prettyprint{
    margin-bottom:20px
}
pre code{
    padding:0;
    color:inherit;
    white-space:pre;
    white-space:pre-wrap;
    background-color:transparent;
    border:0
}
.pre-scrollable{
    max-height:340px;
    overflow-y:scroll
}
form{
    margin:0 0 20px
}
fieldset{
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    font-size:21px;
    line-height:40px;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}
legend small{
    font-size:15px;
    color:#999
}
label,input,button,select,textarea{
    font-size:14px;
    font-weight:400;
    line-height:20px
}
input,button,select,textarea{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}
label{
    display:block;
    margin-bottom:5px
}
select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input{
    display:inline-block;
    height:20px;
    padding:4px 6px;
    margin-bottom:10px;
    font-size:14px;
    line-height:20px;
    color:#555;
    vertical-align:middle;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
input,textarea,.uneditable-input{
    width:206px
}
textarea{
    height:auto
}
textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input{
    background-color:#fff;
    border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border linear .2s,box-shadow linear .2s;
    -moz-transition:border linear .2s,box-shadow linear .2s;
    -o-transition:border linear .2s,box-shadow linear .2s;
    transition:border linear .2s,box-shadow linear .2s
}
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,.uneditable-input:focus{
    border-color:rgba(82,168,236,.8);
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}
input[type=radio],input[type=checkbox]{
    margin:4px 0 0;
    margin-top:1px \9;
    *margin-top:0;
    line-height:normal
}
input[type=file],input[type=image],input[type=submit],input[type=reset],input[type=button],input[type=radio],input[type=checkbox]{
    width:auto
}
select,input[type=file]{
    height:30px;
    *margin-top:4px;
    line-height:30px
}
select{
    width:220px;
    background-color:#fff;
    border:1px solid #ccc
}
select[multiple],select[size]{
    height:auto
}
select:focus,input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.uneditable-input,.uneditable-textarea{
    color:#999;
    cursor:not-allowed;
    background-color:#fcfcfc;
    border-color:#ccc;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.025)
}
.uneditable-input{
    overflow:hidden;
    white-space:nowrap
}
.uneditable-textarea{
    width:auto;
    height:auto
}
input:-moz-placeholder,textarea:-moz-placeholder{
    color:#999
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#999
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999
}
.radio,.checkbox{
    min-height:20px;
    padding-left:20px
}
.radio input[type=radio],.checkbox input[type=checkbox]{
    float:left;
    margin-left:-20px
}
.controls>.radio:first-child,.controls>.checkbox:first-child{
    padding-top:5px
}
.radio.inline,.checkbox.inline{
    display:inline-block;
    padding-top:5px;
    margin-bottom:0;
    vertical-align:middle
}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{
    margin-left:10px
}
.input-mini{
    width:60px
}
.input-small{
    width:90px
}
.input-medium{
    width:150px
}
.input-large{
    width:210px
}
.input-xlarge{
    width:270px
}
.input-xxlarge{
    width:530px
}
input[class*=span],select[class*=span],textarea[class*=span],.uneditable-input[class*=span],.row-fluid input[class*=span],.row-fluid select[class*=span],.row-fluid textarea[class*=span],.row-fluid .uneditable-input[class*=span]{
    float:none;
    margin-left:0
}
.input-append input[class*=span],.input-append .uneditable-input[class*=span],.input-prepend input[class*=span],.input-prepend .uneditable-input[class*=span],.row-fluid input[class*=span],.row-fluid select[class*=span],.row-fluid textarea[class*=span],.row-fluid .uneditable-input[class*=span],.row-fluid .input-prepend [class*=span],.row-fluid .input-append [class*=span]{
    display:inline-block
}
input,textarea,.uneditable-input{
    margin-left:0
}
.controls-row [class*=span]+[class*=span]{
    margin-left:20px
}
input.span12,textarea.span12,.uneditable-input.span12{
    width:926px
}
input.span11,textarea.span11,.uneditable-input.span11{
    width:846px
}
input.span10,textarea.span10,.uneditable-input.span10{
    width:766px
}
input.span9,textarea.span9,.uneditable-input.span9{
    width:686px
}
input.span8,textarea.span8,.uneditable-input.span8{
    width:606px
}
input.span7,textarea.span7,.uneditable-input.span7{
    width:526px
}
input.span6,textarea.span6,.uneditable-input.span6{
    width:446px
}
input.span5,textarea.span5,.uneditable-input.span5{
    width:366px
}
input.span4,textarea.span4,.uneditable-input.span4{
    width:286px
}
input.span3,textarea.span3,.uneditable-input.span3{
    width:206px
}
input.span2,textarea.span2,.uneditable-input.span2{
    width:126px
}
input.span1,textarea.span1,.uneditable-input.span1{
    width:46px
}
.controls-row{
    *zoom:1;
}
.controls-row:before,.controls-row:after{
    display:table;
    line-height:0;
    content:""
}
.controls-row:after{
    clear:both
}
.controls-row [class*=span],.row-fluid .controls-row [class*=span]{
    float:left
}
.controls-row .checkbox[class*=span],.controls-row .radio[class*=span]{
    padding-top:5px
}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{
    cursor:not-allowed;
    background-color:#eee
}
input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio][readonly],input[type=checkbox][readonly]{
    background-color:transparent
}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{
    color:#c09853
}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
    color:#c09853
}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
    border-color:#c09853;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{
    border-color:#a47e3c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{
    color:#c09853;
    background-color:#fcf8e3;
    border-color:#c09853
}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{
    color:#b94a48
}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{
    color:#b94a48
}
.control-group.error input,.control-group.error select,.control-group.error textarea{
    border-color:#b94a48;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{
    border-color:#953b39;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{
    color:#b94a48;
    background-color:#f2dede;
    border-color:#b94a48
}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{
    color:#468847
}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{
    color:#468847
}
.control-group.success input,.control-group.success select,.control-group.success textarea{
    border-color:#468847;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{
    border-color:#356635;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{
    color:#468847;
    background-color:#dff0d8;
    border-color:#468847
}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{
    color:#3a87ad
}
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{
    color:#3a87ad
}
.control-group.info input,.control-group.info select,.control-group.info textarea{
    border-color:#3a87ad;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{
    border-color:#2d6987;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{
    color:#3a87ad;
    background-color:#d9edf7;
    border-color:#3a87ad
}
input:focus:invalid,textarea:focus:invalid,select:focus:invalid{
    color:#b94a48;
    border-color:#ee5f5b
}
input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{
    border-color:#e9322d;
    -webkit-box-shadow:0 0 6px #f8b9b7;
    -moz-box-shadow:0 0 6px #f8b9b7;
    box-shadow:0 0 6px #f8b9b7
}
.form-actions{
    padding:19px 20px 20px;
    margin-top:20px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border-top:1px solid #e5e5e5;
    *zoom:1;
}
.form-actions:before,.form-actions:after{
    display:table;
    line-height:0;
    content:""
}
.form-actions:after{
    clear:both
}
.help-block,.help-inline{
    color:#595959
}
.help-block{
    display:block;
    margin-bottom:10px
}
.help-inline{
    display:inline-block;
    *display:inline;
    padding-left:5px;
    vertical-align:middle;
    *zoom:1;
}
.input-append,.input-prepend{
    display:inline-block;
    margin-bottom:10px;
    font-size:0;
    white-space:nowrap;
    vertical-align:middle
}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{
    font-size:14px
}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{
    position:relative;
    margin-bottom:0;
    *margin-left:0;
    vertical-align:top;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{
    z-index:2
}
.input-append .add-on,.input-prepend .add-on{
    display:inline-block;
    width:auto;
    height:20px;
    min-width:16px;
    padding:4px 5px;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    text-align:center;
    text-shadow:0 1px 0 #fff;
    background-color:#eee;
    border:1px solid #ccc
}
.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{
    vertical-align:top;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.input-append .active,.input-prepend .active{
    background-color:#a9dba9;
    border-color:#46a546
}
.input-prepend .add-on,.input-prepend .btn{
    margin-right:-1px
}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.input-append input,.input-append select,.input-append .uneditable-input{
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-append .add-on,.input-append .btn,.input-append .btn-group{
    margin-left:-1px
}
.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{
    margin-right:-1px;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{
    margin-left:-1px;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-prepend.input-append .btn-group:first-child{
    margin-left:0
}
input.search-query{
    padding-right:14px;
    padding-right:4px \9;
    padding-left:14px;
    padding-left:4px \9;
    margin-bottom:0;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px
}
.form-search .input-append .search-query,.form-search .input-prepend .search-query{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.form-search .input-append .search-query{
    -webkit-border-radius:14px 0 0 14px;
    -moz-border-radius:14px 0 0 14px;
    border-radius:14px 0 0 14px
}
.form-search .input-append .btn{
    -webkit-border-radius:0 14px 14px 0;
    -moz-border-radius:0 14px 14px 0;
    border-radius:0 14px 14px 0
}
.form-search .input-prepend .search-query{
    -webkit-border-radius:0 14px 14px 0;
    -moz-border-radius:0 14px 14px 0;
    border-radius:0 14px 14px 0
}
.form-search .input-prepend .btn{
    -webkit-border-radius:14px 0 0 14px;
    -moz-border-radius:14px 0 0 14px;
    border-radius:14px 0 0 14px
}
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{
    display:inline-block;
    *display:inline;
    margin-bottom:0;
    vertical-align:middle;
    *zoom:1;
}
.form-search .hide,.form-inline .hide,.form-horizontal .hide{
    display:none
}
.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{
    display:inline-block
}
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{
    margin-bottom:0
}
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{
    padding-left:0;
    margin-bottom:0;
    vertical-align:middle
}
.form-search .radio input[type=radio],.form-search .checkbox input[type=checkbox],.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{
    float:left;
    margin-right:3px;
    margin-left:0
}
.control-group{
    margin-bottom:10px
}
legend+.control-group{
    margin-top:20px;
    -webkit-margin-top-collapse:separate
}
.form-horizontal .control-group{
    margin-bottom:20px;
    *zoom:1;
}
.form-horizontal .control-group:before,.form-horizontal .control-group:after{
    display:table;
    line-height:0;
    content:""
}
.form-horizontal .control-group:after{
    clear:both
}
.form-horizontal .control-label{
    float:left;
    width:160px;
    padding-top:5px;
    text-align:right
}
.form-horizontal .controls{
    *display:inline-block;
    *padding-left:20px;
    margin-left:180px;
    *margin-left:0;
}
.form-horizontal .controls:first-child{
    *padding-left:180px;
}
.form-horizontal .help-block{
    margin-bottom:0
}
.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{
    margin-top:10px
}
.form-horizontal .form-actions{
    padding-left:180px
}
table{
    max-width:100%;
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0
}
.table{
    width:100%;
    margin-bottom:20px
}
.table th,.table td{
    padding:8px;
    line-height:20px;
    text-align:left;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table th{
    font-weight:700
}
.table thead th{
    vertical-align:bottom
}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{
    border-top:0
}
.table tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed th,.table-condensed td{
    padding:4px 5px
}
.table-bordered{
    border:1px solid #ddd;
    border-collapse:separate;
    *border-collapse:collapse;
    border-left:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.table-bordered th,.table-bordered td{
    border-left:1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{
    border-top:0
}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topleft:4px
}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-radius-topright:4px
}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px
}
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{
    -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius:0;
    -moz-border-radius-bottomleft:0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{
    -webkit-border-bottom-right-radius:0;
    border-bottom-right-radius:0;
    -moz-border-radius-bottomright:0
}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topleft:4px
}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-radius-topright:4px
}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{
    background-color:#f9f9f9
}
.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{
    background-color:#f5f5f5
}
table td[class*=span],table th[class*=span],.row-fluid table td[class*=span],.row-fluid table th[class*=span]{
    display:table-cell;
    float:none;
    margin-left:0
}
.table td.span1,.table th.span1{
    float:none;
    width:44px;
    margin-left:0
}
.table td.span2,.table th.span2{
    float:none;
    width:124px;
    margin-left:0
}
.table td.span3,.table th.span3{
    float:none;
    width:204px;
    margin-left:0
}
.table td.span4,.table th.span4{
    float:none;
    width:284px;
    margin-left:0
}
.table td.span5,.table th.span5{
    float:none;
    width:364px;
    margin-left:0
}
.table td.span6,.table th.span6{
    float:none;
    width:444px;
    margin-left:0
}
.table td.span7,.table th.span7{
    float:none;
    width:524px;
    margin-left:0
}
.table td.span8,.table th.span8{
    float:none;
    width:604px;
    margin-left:0
}
.table td.span9,.table th.span9{
    float:none;
    width:684px;
    margin-left:0
}
.table td.span10,.table th.span10{
    float:none;
    width:764px;
    margin-left:0
}
.table td.span11,.table th.span11{
    float:none;
    width:844px;
    margin-left:0
}
.table td.span12,.table th.span12{
    float:none;
    width:924px;
    margin-left:0
}
.table tbody tr.success>td{
    background-color:#dff0d8
}
.table tbody tr.error>td{
    background-color:#f2dede
}
.table tbody tr.warning>td{
    background-color:#fcf8e3
}
.table tbody tr.info>td{
    background-color:#d9edf7
}
.table-hover tbody tr.success:hover>td{
    background-color:#d0e9c6
}
.table-hover tbody tr.error:hover>td{
    background-color:#ebcccc
}
.table-hover tbody tr.warning:hover>td{
    background-color:#faf2cc
}
.table-hover tbody tr.info:hover>td{
    background-color:#c4e3f3
}
[class^=icon-],[class*=" icon-"]{
    display:inline-block;
    width:14px;
    height:14px;
    margin-top:1px;
    *margin-right:.3em;
    line-height:14px;
    vertical-align:text-top;
    background-image:url(images/glyphicons-halflings.png);
    background-position:14px 14px;
    background-repeat:no-repeat
}
.icon-white,.nav-pills>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-menu>li>a:focus>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.dropdown-submenu:focus>a>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{
    background-image:url(images/glyphicons-halflings-white.png)
}
.icon-glass{
    background-position:0 0
}
.icon-music{
    background-position:-24px 0
}
.icon-search{
    background-position:-48px 0
}
.icon-envelope{
    background-position:-72px 0
}
.icon-heart{
    background-position:-96px 0
}
.icon-star{
    background-position:-120px 0
}
.icon-star-empty{
    background-position:-144px 0
}
.icon-user{
    background-position:-168px 0
}
.icon-film{
    background-position:-192px 0
}
.icon-th-large{
    background-position:-216px 0
}
.icon-th{
    background-position:-240px 0
}
.icon-th-list{
    background-position:-264px 0
}
.icon-ok{
    background-position:-288px 0
}
.icon-remove{
    background-position:-312px 0
}
.icon-zoom-in{
    background-position:-336px 0
}
.icon-zoom-out{
    background-position:-360px 0
}
.icon-off{
    background-position:-384px 0
}
.icon-signal{
    background-position:-408px 0
}
.icon-cog{
    background-position:-432px 0
}
.icon-trash{
    background-position:-456px 0
}
.icon-home{
    background-position:0 -24px
}
.icon-file{
    background-position:-24px -24px
}
.icon-time{
    background-position:-48px -24px
}
.icon-road{
    background-position:-72px -24px
}
.icon-download-alt{
    background-position:-96px -24px
}
.icon-download{
    background-position:-120px -24px
}
.icon-upload{
    background-position:-144px -24px
}
.icon-inbox{
    background-position:-168px -24px
}
.icon-play-circle{
    background-position:-192px -24px
}
.icon-repeat{
    background-position:-216px -24px
}
.icon-refresh{
    background-position:-240px -24px
}
.icon-list-alt{
    background-position:-264px -24px
}
.icon-lock{
    background-position:-287px -24px
}
.icon-flag{
    background-position:-312px -24px
}
.icon-headphones{
    background-position:-336px -24px
}
.icon-volume-off{
    background-position:-360px -24px
}
.icon-volume-down{
    background-position:-384px -24px
}
.icon-volume-up{
    background-position:-408px -24px
}
.icon-qrcode{
    background-position:-432px -24px
}
.icon-barcode{
    background-position:-456px -24px
}
.icon-tag{
    background-position:0 -48px
}
.icon-tags{
    background-position:-25px -48px
}
.icon-book{
    background-position:-48px -48px
}
.icon-bookmark{
    background-position:-72px -48px
}
.icon-print{
    background-position:-96px -48px
}
.icon-camera{
    background-position:-120px -48px
}
.icon-font{
    background-position:-144px -48px
}
.icon-bold{
    background-position:-167px -48px
}
.icon-italic{
    background-position:-192px -48px
}
.icon-text-height{
    background-position:-216px -48px
}
.icon-text-width{
    background-position:-240px -48px
}
.icon-align-left{
    background-position:-264px -48px
}
.icon-align-center{
    background-position:-288px -48px
}
.icon-align-right{
    background-position:-312px -48px
}
.icon-align-justify{
    background-position:-336px -48px
}
.icon-list{
    background-position:-360px -48px
}
.icon-indent-left{
    background-position:-384px -48px
}
.icon-indent-right{
    background-position:-408px -48px
}
.icon-facetime-video{
    background-position:-432px -48px
}
.icon-picture{
    background-position:-456px -48px
}
.icon-pencil{
    background-position:0 -72px
}
.icon-map-marker{
    background-position:-24px -72px
}
.icon-adjust{
    background-position:-48px -72px
}
.icon-tint{
    background-position:-72px -72px
}
.icon-edit{
    background-position:-96px -72px
}
.icon-share{
    background-position:-120px -72px
}
.icon-check{
    background-position:-144px -72px
}
.icon-move{
    background-position:-168px -72px
}
.icon-step-backward{
    background-position:-192px -72px
}
.icon-fast-backward{
    background-position:-216px -72px
}
.icon-backward{
    background-position:-240px -72px
}
.icon-play{
    background-position:-264px -72px
}
.icon-pause{
    background-position:-288px -72px
}
.icon-stop{
    background-position:-312px -72px
}
.icon-forward{
    background-position:-336px -72px
}
.icon-fast-forward{
    background-position:-360px -72px
}
.icon-step-forward{
    background-position:-384px -72px
}
.icon-eject{
    background-position:-408px -72px
}
.icon-chevron-left{
    background-position:-432px -72px
}
.icon-chevron-right{
    background-position:-456px -72px
}
.icon-plus-sign{
    background-position:0 -96px
}
.icon-minus-sign{
    background-position:-24px -96px
}
.icon-remove-sign{
    background-position:-48px -96px
}
.icon-ok-sign{
    background-position:-72px -96px
}
.icon-question-sign{
    background-position:-96px -96px
}
.icon-info-sign{
    background-position:-120px -96px
}
.icon-screenshot{
    background-position:-144px -96px
}
.icon-remove-circle{
    background-position:-168px -96px
}
.icon-ok-circle{
    background-position:-192px -96px
}
.icon-ban-circle{
    background-position:-216px -96px
}
.icon-arrow-left{
    background-position:-240px -96px
}
.icon-arrow-right{
    background-position:-264px -96px
}
.icon-arrow-up{
    background-position:-289px -96px
}
.icon-arrow-down{
    background-position:-312px -96px
}
.icon-share-alt{
    background-position:-336px -96px
}
.icon-resize-full{
    background-position:-360px -96px
}
.icon-resize-small{
    background-position:-384px -96px
}
.icon-plus{
    background-position:-408px -96px
}
.icon-minus{
    background-position:-433px -96px
}
.icon-asterisk{
    background-position:-456px -96px
}
.icon-exclamation-sign{
    background-position:0 -120px
}
.icon-gift{
    background-position:-24px -120px
}
.icon-leaf{
    background-position:-48px -120px
}
.icon-fire{
    background-position:-72px -120px
}
.icon-eye-open{
    background-position:-96px -120px
}
.icon-eye-close{
    background-position:-120px -120px
}
.icon-warning-sign{
    background-position:-144px -120px
}
.icon-plane{
    background-position:-168px -120px
}
.icon-calendar{
    background-position:-192px -120px
}
.icon-random{
    width:16px;
    background-position:-216px -120px
}
.icon-comment{
    background-position:-240px -120px
}
.icon-magnet{
    background-position:-264px -120px
}
.icon-chevron-up{
    background-position:-288px -120px
}
.icon-chevron-down{
    background-position:-313px -119px
}
.icon-retweet{
    background-position:-336px -120px
}
.icon-shopping-cart{
    background-position:-360px -120px
}
.icon-folder-close{
    width:16px;
    background-position:-384px -120px
}
.icon-folder-open{
    width:16px;
    background-position:-408px -120px
}
.icon-resize-vertical{
    background-position:-432px -119px
}
.icon-resize-horizontal{
    background-position:-456px -118px
}
.icon-hdd{
    background-position:0 -144px
}
.icon-bullhorn{
    background-position:-24px -144px
}
.icon-bell{
    background-position:-48px -144px
}
.icon-certificate{
    background-position:-72px -144px
}
.icon-thumbs-up{
    background-position:-96px -144px
}
.icon-thumbs-down{
    background-position:-120px -144px
}
.icon-hand-right{
    background-position:-144px -144px
}
.icon-hand-left{
    background-position:-168px -144px
}
.icon-hand-up{
    background-position:-192px -144px
}
.icon-hand-down{
    background-position:-216px -144px
}
.icon-circle-arrow-right{
    background-position:-240px -144px
}
.icon-circle-arrow-left{
    background-position:-264px -144px
}
.icon-circle-arrow-up{
    background-position:-288px -144px
}
.icon-circle-arrow-down{
    background-position:-312px -144px
}
.icon-globe{
    background-position:-336px -144px
}
.icon-wrench{
    background-position:-360px -144px
}
.icon-tasks{
    background-position:-384px -144px
}
.icon-filter{
    background-position:-408px -144px
}
.icon-briefcase{
    background-position:-432px -144px
}
.icon-fullscreen{
    background-position:-456px -144px
}
.dropup,.dropdown{
    position:relative
}
.dropdown-toggle{
    *margin-bottom:-3px;
}
.dropdown-toggle:active,.open .dropdown-toggle{
    outline:0
}
.caret{
    display:inline-block;
    width:0;
    height:0;
    vertical-align:top;
    border-top:4px solid #000;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    content:""
}
.dropdown .caret{
    margin-top:8px;
    margin-left:2px
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    *border-right-width:2px;
    *border-bottom-width:2px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,.2);
    box-shadow:0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box
}
.dropdown-menu.pull-right{
    right:0;
    left:auto
}
.dropdown-menu .divider{
    *width:100%;
    height:1px;
    margin:9px 1px;
    *margin:-5px 0 5px;
    overflow:hidden;
    background-color:#e5e5e5;
    border-bottom:1px solid #fff
}
.dropdown-menu>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:20px;
    color:#333;
    white-space:nowrap
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
    color:#fff;
    text-decoration:none;
    background-color:#0081c2;
    background-image:-moz-linear-gradient(top,#08c,#0077b3);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image:-webkit-linear-gradient(top,#08c,#0077b3);
    background-image:-o-linear-gradient(top,#08c,#0077b3);
    background-image:linear-gradient(to bottom,#08c,#0077b3);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
    color:#fff;
    text-decoration:none;
    background-color:#0081c2;
    background-image:-moz-linear-gradient(top,#08c,#0077b3);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image:-webkit-linear-gradient(top,#08c,#0077b3);
    background-image:-o-linear-gradient(top,#08c,#0077b3);
    background-image:linear-gradient(to bottom,#08c,#0077b3);
    background-repeat:repeat-x;
    outline:0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
    color:#999
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
    text-decoration:none;
    cursor:default;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open{
    *z-index:1000;
}
.open>.dropdown-menu{
    display:block
}
.pull-right>.dropdown-menu{
    right:0;
    left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
    border-top:0;
    border-bottom:4px solid #000;
    content:""
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-bottom:1px
}
.dropdown-submenu{
    position:relative
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px;
    -moz-border-radius:0 6px 6px;
    border-radius:0 6px 6px
}
.dropdown-submenu:hover>.dropdown-menu{
    display:block
}
.dropup .dropdown-submenu>.dropdown-menu{
    top:auto;
    bottom:0;
    margin-top:0;
    margin-bottom:-2px;
    -webkit-border-radius:5px 5px 5px 0;
    -moz-border-radius:5px 5px 5px 0;
    border-radius:5px 5px 5px 0
}
.dropdown-submenu>a:after{
    display:block;
    float:right;
    width:0;
    height:0;
    margin-top:5px;
    margin-right:-10px;
    border-color:transparent;
    border-left-color:#ccc;
    border-style:solid;
    border-width:5px 0 5px 5px;
    content:" "
}
.dropdown-submenu:hover>a:after{
    border-left-color:#fff
}
.dropdown-submenu.pull-left{
    float:none
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px
}
.dropdown .dropdown-menu .nav-header{
    padding-right:20px;
    padding-left:20px
}
.typeahead{
    z-index:1051;
    margin-top:2px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.well{
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote{
    border-color:#ddd;
    border-color:rgba(0,0,0,.15)
}
.well-large{
    padding:24px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.well-small{
    padding:9px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.fade{
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -moz-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in{
    opacity:1
}
.collapse{
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition:height .35s ease;
    -moz-transition:height .35s ease;
    -o-transition:height .35s ease;
    transition:height .35s ease
}
.collapse.in{
    height:auto
}
.close{
    float:right;
    font-size:20px;
    font-weight:700;
    line-height:20px;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
    filter:alpha(opacity=20)
}
.close:hover,.close:focus{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    opacity:.4;
    filter:alpha(opacity=40)
}
button.close{
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none
}
.btn{
    display:inline-block;
    *display:inline;
    padding:4px 12px;
    margin-bottom:0;
    *margin-left:.3em;
    font-size:14px;
    line-height:20px;
    color:#333;
    text-align:center;
    text-shadow:0 1px 1px rgba(255,255,255,.75);
    vertical-align:middle;
    cursor:pointer;
    background-color:#f5f5f5;
    *background-color:#e6e6e6;
    background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image:-o-linear-gradient(top,#fff,#e6e6e6);
    background-image:linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat:repeat-x;
    border:1px solid #ccc;
    *border:0;
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom:1;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{
    color:#333;
    background-color:#e6e6e6;
    *background-color:#d9d9d9;
}
.btn:active,.btn.active{
    background-color:#ccc \9
}
.btn:first-child{
    *margin-left:0;
}
.btn:hover,.btn:focus{
    color:#333;
    text-decoration:none;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    -moz-transition:background-position .1s linear;
    -o-transition:background-position .1s linear;
    transition:background-position .1s linear
}
.btn:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn.active,.btn:active{
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}
.btn.disabled,.btn[disabled]{
    cursor:default;
    background-image:none;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.btn-large{
    padding:11px 19px;
    font-size:17.5px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.btn-large [class^=icon-],.btn-large [class*=" icon-"]{
    margin-top:4px
}
.btn-small{
    padding:2px 10px;
    font-size:11.9px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.btn-small [class^=icon-],.btn-small [class*=" icon-"]{
    margin-top:0
}
.btn-mini [class^=icon-],.btn-mini [class*=" icon-"]{
    margin-top:-1px
}
.btn-mini{
    padding:0 6px;
    font-size:10.5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.btn-block{
    display:block;
    width:100%;
    padding-right:0;
    padding-left:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.btn-block+.btn-block{
    margin-top:5px
}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{
    width:100%
}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{
    color:rgba(255,255,255,.75)
}
.btn-primary{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#006dcc;
    *background-color:#04c;
    background-image:-moz-linear-gradient(top,#08c,#04c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image:-webkit-linear-gradient(top,#08c,#04c);
    background-image:-o-linear-gradient(top,#08c,#04c);
    background-image:linear-gradient(to bottom,#08c,#04c);
    background-repeat:repeat-x;
    border-color:#04c #04c #002a80;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{
    color:#fff;
    background-color:#04c;
    *background-color:#003bb3;
}
.btn-primary:active,.btn-primary.active{
    background-color:#039 \9
}
.btn-warning{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#faa732;
    *background-color:#f89406;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{
    color:#fff;
    background-color:#f89406;
    *background-color:#df8505;
}
.btn-warning:active,.btn-warning.active{
    background-color:#c67605 \9
}
.btn-danger{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#da4f49;
    *background-color:#bd362f;
    background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat:repeat-x;
    border-color:#bd362f #bd362f #802420;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{
    color:#fff;
    background-color:#bd362f;
    *background-color:#a9302a;
}
.btn-danger:active,.btn-danger.active{
    background-color:#942a25 \9
}
.btn-success{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#5bb75b;
    *background-color:#51a351;
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(to bottom,#62c462,#51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{
    color:#fff;
    background-color:#51a351;
    *background-color:#499249;
}
.btn-success:active,.btn-success.active{
    background-color:#408140 \9
}
.btn-info{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#49afcd;
    *background-color:#2f96b4;
    background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat:repeat-x;
    border-color:#2f96b4 #2f96b4 #1f6377;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{
    color:#fff;
    background-color:#2f96b4;
    *background-color:#2a85a0;
}
.btn-info:active,.btn-info.active{
    background-color:#24748c \9
}
.btn-inverse{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#363636;
    *background-color:#222;
    background-image:-moz-linear-gradient(top,#444,#222);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image:-webkit-linear-gradient(top,#444,#222);
    background-image:-o-linear-gradient(top,#444,#222);
    background-image:linear-gradient(to bottom,#444,#222);
    background-repeat:repeat-x;
    border-color:#222 #222 #000;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{
    color:#fff;
    background-color:#222;
    *background-color:#151515;
}
.btn-inverse:active,.btn-inverse.active{
    background-color:#080808 \9
}
button.btn,input[type=submit].btn{
    *padding-top:3px;
    *padding-bottom:3px;
}
button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{
    padding:0;
    border:0
}
button.btn.btn-large,input[type=submit].btn.btn-large{
    *padding-top:7px;
    *padding-bottom:7px;
}
button.btn.btn-small,input[type=submit].btn.btn-small{
    *padding-top:3px;
    *padding-bottom:3px;
}
button.btn.btn-mini,input[type=submit].btn.btn-mini{
    *padding-top:1px;
    *padding-bottom:1px;
}
.btn-link,.btn-link:active,.btn-link[disabled]{
    background-color:transparent;
    background-image:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.btn-link{
    color:#08c;
    cursor:pointer;
    border-color:transparent;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-link:hover,.btn-link:focus{
    color:#005580;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:hover,.btn-link[disabled]:focus{
    color:#333;
    text-decoration:none
}
.btn-group{
    position:relative;
    display:inline-block;
    *display:inline;
    *margin-left:.3em;
    font-size:0;
    white-space:nowrap;
    vertical-align:middle;
    *zoom:1;
}
.btn-group:first-child{
    *margin-left:0;
}
.btn-group+.btn-group{
    margin-left:5px
}
.btn-toolbar{
    margin-top:10px;
    margin-bottom:10px;
    font-size:0
}
.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{
    margin-left:5px
}
.btn-group>.btn{
    position:relative;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-group>.btn+.btn{
    margin-left:-1px
}
.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{
    font-size:14px
}
.btn-group>.btn-mini{
    font-size:10.5px
}
.btn-group>.btn-small{
    font-size:11.9px
}
.btn-group>.btn-large{
    font-size:17.5px
}
.btn-group>.btn:first-child{
    margin-left:0;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px
}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px
}
.btn-group>.btn.large:first-child{
    margin-left:0;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-topleft:6px
}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomright:6px
}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{
    z-index:2
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{
    outline:0
}
.btn-group>.btn+.dropdown-toggle{
    *padding-top:5px;
    padding-right:8px;
    *padding-bottom:5px;
    padding-left:8px;
    -webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}
.btn-group>.btn-mini+.dropdown-toggle{
    *padding-top:2px;
    padding-right:5px;
    *padding-bottom:2px;
    padding-left:5px
}
.btn-group>.btn-small+.dropdown-toggle{
    *padding-top:5px;
    *padding-bottom:4px;
}
.btn-group>.btn-large+.dropdown-toggle{
    *padding-top:7px;
    padding-right:12px;
    *padding-bottom:7px;
    padding-left:12px
}
.btn-group.open .dropdown-toggle{
    background-image:none;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}
.btn-group.open .btn.dropdown-toggle{
    background-color:#e6e6e6
}
.btn-group.open .btn-primary.dropdown-toggle{
    background-color:#04c
}
.btn-group.open .btn-warning.dropdown-toggle{
    background-color:#f89406
}
.btn-group.open .btn-danger.dropdown-toggle{
    background-color:#bd362f
}
.btn-group.open .btn-success.dropdown-toggle{
    background-color:#51a351
}
.btn-group.open .btn-info.dropdown-toggle{
    background-color:#2f96b4
}
.btn-group.open .btn-inverse.dropdown-toggle{
    background-color:#222
}
.btn .caret{
    margin-top:8px;
    margin-left:0
}
.btn-large .caret{
    margin-top:6px
}
.btn-large .caret{
    border-top-width:5px;
    border-right-width:5px;
    border-left-width:5px
}
.btn-mini .caret,.btn-small .caret{
    margin-top:8px
}
.dropup .btn-large .caret{
    border-bottom-width:5px
}
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.btn-group-vertical{
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.btn-group-vertical>.btn{
    display:block;
    float:none;
    max-width:100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-group-vertical>.btn+.btn{
    margin-top:-1px;
    margin-left:0
}
.btn-group-vertical>.btn:first-child{
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0
}
.btn-group-vertical>.btn:last-child{
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px
}
.btn-group-vertical>.btn-large:first-child{
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0
}
.btn-group-vertical>.btn-large:last-child{
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px
}
.alert{
    padding:8px 35px 8px 14px;
    margin-bottom:20px;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    background-color:#fcf8e3;
    border:1px solid #fbeed5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.alert,.alert h4{
    color:#c09853
}
.alert h4{
    margin:0
}
.alert .close{
    position:relative;
    top:-2px;
    right:-21px;
    line-height:20px
}
.alert-success{
    color:#468847;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.alert-success h4{
    color:#468847
}
.alert-danger,.alert-error{
    color:#b94a48;
    background-color:#f2dede;
    border-color:#eed3d7
}
.alert-danger h4,.alert-error h4{
    color:#b94a48
}
.alert-info{
    color:#3a87ad;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.alert-info h4{
    color:#3a87ad
}
.alert-block{
    padding-top:14px;
    padding-bottom:14px
}
.alert-block>p,.alert-block>ul{
    margin-bottom:0
}
.alert-block p+p{
    margin-top:5px
}
.nav{
    margin-bottom:20px;
    margin-left:0;
    list-style:none
}
.nav>li>a{
    display:block
}
.nav>li>a:hover,.nav>li>a:focus{
    text-decoration:none;
    background-color:#eee
}
.nav>li>a>img{
    max-width:none
}
.nav>.pull-right{
    float:right
}
.nav-header{
    display:block;
    padding:3px 15px;
    font-size:11px;
    font-weight:700;
    line-height:20px;
    color:#999;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    text-transform:uppercase
}
.nav li+.nav-header{
    margin-top:9px
}
.nav-list{
    padding-right:15px;
    padding-left:15px;
    margin-bottom:0
}
.nav-list>li>a,.nav-list .nav-header{
    margin-right:-15px;
    margin-left:-15px;
    text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.nav-list>li>a{
    padding:3px 15px
}
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.2);
    background-color:#08c
}
.nav-list [class^=icon-],.nav-list [class*=" icon-"]{
    margin-right:2px
}
.nav-list .divider{
    *width:100%;
    height:1px;
    margin:9px 1px;
    *margin:-5px 0 5px;
    overflow:hidden;
    background-color:#e5e5e5;
    border-bottom:1px solid #fff
}
.nav-tabs,.nav-pills{
    *zoom:1;
}
.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{
    display:table;
    line-height:0;
    content:""
}
.nav-tabs:after,.nav-pills:after{
    clear:both
}
.nav-tabs>li,.nav-pills>li{
    float:left
}
.nav-tabs>li>a,.nav-pills>li>a{
    padding-right:12px;
    padding-left:12px;
    margin-right:2px;
    line-height:14px
}
.nav-tabs{
    border-bottom:1px solid #ddd
}
.nav-tabs>li{
    margin-bottom:-1px
}
.nav-tabs>li>a{
    padding-top:8px;
    padding-bottom:8px;
    line-height:20px;
    border:1px solid transparent;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{
    border-color:#eee #eee #ddd
}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{
    color:#555;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent
}
.nav-pills>li>a{
    padding-top:8px;
    padding-bottom:8px;
    margin-top:2px;
    margin-bottom:2px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{
    color:#fff;
    background-color:#08c
}
.nav-stacked>li{
    float:none
}
.nav-stacked>li>a{
    margin-right:0
}
.nav-tabs.nav-stacked{
    border-bottom:0
}
.nav-tabs.nav-stacked>li>a{
    border:1px solid #ddd;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.nav-tabs.nav-stacked>li:first-child>a{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-topleft:4px
}
.nav-tabs.nav-stacked>li:last-child>a{
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px
}
.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{
    z-index:2;
    border-color:#ddd
}
.nav-pills.nav-stacked>li>a{
    margin-bottom:3px
}
.nav-pills.nav-stacked>li:last-child>a{
    margin-bottom:1px
}
.nav-tabs .dropdown-menu{
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px
}
.nav-pills .dropdown-menu{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.nav .dropdown-toggle .caret{
    margin-top:6px;
    border-top-color:#08c;
    border-bottom-color:#08c
}
.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{
    border-top-color:#005580;
    border-bottom-color:#005580
}
.nav-tabs .dropdown-toggle .caret{
    margin-top:8px
}
.nav .active .dropdown-toggle .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.nav-tabs .active .dropdown-toggle .caret{
    border-top-color:#555;
    border-bottom-color:#555
}
.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{
    cursor:pointer
}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{
    color:#fff;
    background-color:#999;
    border-color:#999
}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{
    border-top-color:#fff;
    border-bottom-color:#fff;
    opacity:1;
    filter:alpha(opacity=100)
}
.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{
    border-color:#999
}
.tabbable{
    *zoom:1;
}
.tabbable:before,.tabbable:after{
    display:table;
    line-height:0;
    content:""
}
.tabbable:after{
    clear:both
}
.tab-content{
    overflow:auto
}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{
    border-bottom:0
}
.tab-content>.tab-pane,.pill-content>.pill-pane{
    display:none
}
.tab-content>.active,.pill-content>.active{
    display:block
}
.tabs-below>.nav-tabs{
    border-top:1px solid #ddd
}
.tabs-below>.nav-tabs>li{
    margin-top:-1px;
    margin-bottom:0
}
.tabs-below>.nav-tabs>li>a{
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px
}
.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{
    border-top-color:#ddd;
    border-bottom-color:transparent
}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{
    border-color:transparent #ddd #ddd
}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{
    float:none
}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{
    min-width:74px;
    margin-right:0;
    margin-bottom:3px
}
.tabs-left>.nav-tabs{
    float:left;
    margin-right:19px;
    border-right:1px solid #ddd
}
.tabs-left>.nav-tabs>li>a{
    margin-right:-1px;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{
    border-color:#eee #ddd #eee #eee
}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{
    border-color:#ddd transparent #ddd #ddd;
    *border-right-color:#fff;
}
.tabs-right>.nav-tabs{
    float:right;
    margin-left:19px;
    border-left:1px solid #ddd
}
.tabs-right>.nav-tabs>li>a{
    margin-left:-1px;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{
    border-color:#eee #eee #eee #ddd
}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{
    border-color:#ddd #ddd #ddd transparent;
    *border-left-color:#fff;
}
.nav>.disabled>a{
    color:#999
}
.nav>.disabled>a:hover,.nav>.disabled>a:focus{
    text-decoration:none;
    cursor:default;
    background-color:transparent
}
.navbar{
    *position:relative;
    *z-index:2;
    margin-bottom:20px;
    overflow:visible
}
.navbar-inner{
    min-height:40px;
    padding-right:20px;
    padding-left:20px;
    background-color:#fafafa;
    background-image:-moz-linear-gradient(top,#fff,#f2f2f2);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image:-o-linear-gradient(top,#fff,#f2f2f2);
    background-image:linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat:repeat-x;
    border:1px solid #d4d4d4;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    *zoom:1;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.065);
    box-shadow:0 1px 4px rgba(0,0,0,.065)
}
.navbar-inner:before,.navbar-inner:after{
    display:table;
    line-height:0;
    content:""
}
.navbar-inner:after{
    clear:both
}
.navbar .container{
    width:auto
}
.nav-collapse.collapse{
    height:auto;
    overflow:visible
}
.navbar .brand{
    display:block;
    float:left;
    padding:10px 20px 10px;
    margin-left:-20px;
    font-size:20px;
    font-weight:200;
    color:#777;
    text-shadow:0 1px 0 #fff
}
.navbar .brand:hover,.navbar .brand:focus{
    text-decoration:none
}
.navbar-text{
    margin-bottom:0;
    line-height:40px;
    color:#777
}
.navbar-link{
    color:#777
}
.navbar-link:hover,.navbar-link:focus{
    color:#333
}
.navbar .divider-vertical{
    height:40px;
    margin:0 9px;
    border-right:1px solid #fff;
    border-left:1px solid #f2f2f2
}
.navbar .btn,.navbar .btn-group{
    margin-top:5px
}
.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{
    margin-top:0
}
.navbar-form{
    margin-bottom:0;
    *zoom:1;
}
.navbar-form:before,.navbar-form:after{
    display:table;
    line-height:0;
    content:""
}
.navbar-form:after{
    clear:both
}
.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{
    margin-top:5px
}
.navbar-form input,.navbar-form select,.navbar-form .btn{
    display:inline-block;
    margin-bottom:0
}
.navbar-form input[type=image],.navbar-form input[type=checkbox],.navbar-form input[type=radio]{
    margin-top:3px
}
.navbar-form .input-append,.navbar-form .input-prepend{
    margin-top:5px;
    white-space:nowrap
}
.navbar-form .input-append input,.navbar-form .input-prepend input{
    margin-top:0
}
.navbar-search{
    position:relative;
    float:left;
    margin-top:5px;
    margin-bottom:0
}
.navbar-search .search-query{
    padding:4px 14px;
    margin-bottom:0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:1;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px
}
.navbar-static-top{
    position:static;
    margin-bottom:0
}
.navbar-static-top .navbar-inner{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.navbar-fixed-top,.navbar-fixed-bottom{
    position:fixed;
    right:0;
    left:0;
    z-index:1030;
    margin-bottom:0
}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
    border-width:0 0 1px
}
.navbar-fixed-bottom .navbar-inner{
    border-width:1px 0 0
}
.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{
    padding-right:0;
    padding-left:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
    width:940px
}
.navbar-fixed-top{
    top:0
}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
    box-shadow:0 1px 10px rgba(0,0,0,.1)
}
.navbar-fixed-bottom{
    bottom:0
}
.navbar-fixed-bottom .navbar-inner{
    -webkit-box-shadow:0 -1px 10px rgba(0,0,0,.1);
    -moz-box-shadow:0 -1px 10px rgba(0,0,0,.1);
    box-shadow:0 -1px 10px rgba(0,0,0,.1)
}
.navbar .nav{
    position:relative;
    left:0;
    display:block;
    float:left;
    margin:0 10px 0 0
}
.navbar .nav.pull-right{
    float:right;
    margin-right:0
}
.navbar .nav>li{
    float:left
}
.navbar .nav>li>a{
    float:none;
    padding:10px 15px 10px;
    color:#777;
    text-decoration:none;
    text-shadow:0 1px 0 #fff
}
.navbar .nav .dropdown-toggle .caret{
    margin-top:8px
}
.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{
    color:#333;
    text-decoration:none;
    background-color:transparent
}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
    color:#555;
    text-decoration:none;
    background-color:#e5e5e5;
    -webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,.125)
}
.navbar .btn-navbar{
    display:none;
    float:right;
    padding:7px 10px;
    margin-right:5px;
    margin-left:5px;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#ededed;
    *background-color:#e5e5e5;
    background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
    background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat:repeat-x;
    border-color:#e5e5e5 #e5e5e5 #bfbfbf;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075)
}
.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{
    color:#fff;
    background-color:#e5e5e5;
    *background-color:#d9d9d9;
}
.navbar .btn-navbar:active,.navbar .btn-navbar.active{
    background-color:#ccc \9
}
.navbar .btn-navbar .icon-bar{
    display:block;
    width:18px;
    height:2px;
    background-color:#f5f5f5;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow:0 1px 0 rgba(0,0,0,.25);
    box-shadow:0 1px 0 rgba(0,0,0,.25)
}
.btn-navbar .icon-bar+.icon-bar{
    margin-top:3px
}
.navbar .nav>li>.dropdown-menu:before{
    position:absolute;
    top:-7px;
    left:9px;
    display:inline-block;
    border-right:7px solid transparent;
    border-bottom:7px solid #ccc;
    border-left:7px solid transparent;
    border-bottom-color:rgba(0,0,0,.2);
    content:''
}
.navbar .nav>li>.dropdown-menu:after{
    position:absolute;
    top:-6px;
    left:10px;
    display:inline-block;
    border-right:6px solid transparent;
    border-bottom:6px solid #fff;
    border-left:6px solid transparent;
    content:''
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before{
    top:auto;
    bottom:-7px;
    border-top:7px solid #ccc;
    border-bottom:0;
    border-top-color:rgba(0,0,0,.2)
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after{
    top:auto;
    bottom:-6px;
    border-top:6px solid #fff;
    border-bottom:0
}
.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{
    border-top-color:#333;
    border-bottom-color:#333
}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{
    color:#555;
    background-color:#e5e5e5
}
.navbar .nav li.dropdown>.dropdown-toggle .caret{
    border-top-color:#777;
    border-bottom-color:#777
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
    border-top-color:#555;
    border-bottom-color:#555
}
.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{
    right:0;
    left:auto
}
.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{
    right:12px;
    left:auto
}
.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{
    right:13px;
    left:auto
}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{
    right:100%;
    left:auto;
    margin-right:-1px;
    margin-left:0;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px
}
.navbar-inverse .navbar-inner{
    background-color:#1b1b1b;
    background-image:-moz-linear-gradient(top,#222,#111);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image:-webkit-linear-gradient(top,#222,#111);
    background-image:-o-linear-gradient(top,#222,#111);
    background-image:linear-gradient(to bottom,#222,#111);
    background-repeat:repeat-x;
    border-color:#252525;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)
}
.navbar-inverse .brand,.navbar-inverse .nav>li>a{
    color:#999;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{
    color:#fff
}
.navbar-inverse .brand{
    color:#999
}
.navbar-inverse .navbar-text{
    color:#999
}
.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{
    color:#fff;
    background-color:transparent
}
.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{
    color:#fff;
    background-color:#111
}
.navbar-inverse .navbar-link{
    color:#999
}
.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{
    color:#fff
}
.navbar-inverse .divider-vertical{
    border-right-color:#222;
    border-left-color:#111
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{
    color:#fff;
    background-color:#111
}
.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{
    border-top-color:#999;
    border-bottom-color:#999
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.navbar-inverse .navbar-search .search-query{
    color:#fff;
    background-color:#515151;
    border-color:#111;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder{
    color:#ccc
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{
    color:#ccc
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{
    color:#ccc
}
.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{
    padding:5px 15px;
    color:#333;
    text-shadow:0 1px 0 #fff;
    background-color:#fff;
    border:0;
    outline:0;
    -webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
    -moz-box-shadow:0 0 3px rgba(0,0,0,.15);
    box-shadow:0 0 3px rgba(0,0,0,.15)
}
.navbar-inverse .btn-navbar{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#0e0e0e;
    *background-color:#040404;
    background-image:-moz-linear-gradient(top,#151515,#040404);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
    background-image:-webkit-linear-gradient(top,#151515,#040404);
    background-image:-o-linear-gradient(top,#151515,#040404);
    background-image:linear-gradient(to bottom,#151515,#040404);
    background-repeat:repeat-x;
    border-color:#040404 #040404 #000;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{
    color:#fff;
    background-color:#040404;
    *background-color:#000;
}
.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{
    background-color:#000 \9
}
.breadcrumb{
    padding:8px 15px;
    margin:0 0 20px;
    list-style:none;
    background-color:#f5f5f5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.breadcrumb>li{
    display:inline-block;
    *display:inline;
    text-shadow:0 1px 0 #fff;
    *zoom:1;
}
.breadcrumb>li>.divider{
    padding:0 5px;
    color:#ccc
}
.breadcrumb>.active{
    color:#999
}
.pagination{
    margin:20px 0
}
.pagination ul{
    display:inline-block;
    *display:inline;
    margin-bottom:0;
    margin-left:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *zoom:1;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.05);
    box-shadow:0 1px 2px rgba(0,0,0,.05)
}
.pagination ul>li{
    display:inline
}
.pagination ul>li>a,.pagination ul>li>span{
    float:left;
    padding:4px 12px;
    line-height:20px;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd;
    border-left-width:0
}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{
    background-color:#f5f5f5
}
.pagination ul>.active>a,.pagination ul>.active>span{
    color:#999;
    cursor:default
}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{
    color:#999;
    cursor:default;
    background-color:transparent
}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{
    border-left-width:1px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px
}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px
}
.pagination-centered{
    text-align:center
}
.pagination-right{
    text-align:right
}
.pagination-large ul>li>a,.pagination-large ul>li>span{
    padding:11px 19px;
    font-size:17.5px
}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-topleft:6px
}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomright:6px
}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-topleft:3px
}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:3px
}
.pagination-small ul>li>a,.pagination-small ul>li>span{
    padding:2px 10px;
    font-size:11.9px
}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{
    padding:0 6px;
    font-size:10.5px
}
.pager{
    margin:20px 0;
    text-align:center;
    list-style:none;
    *zoom:1;
}
.pager:before,.pager:after{
    display:table;
    line-height:0;
    content:""
}
.pager:after{
    clear:both
}
.pager li{
    display:inline
}
.pager li>a,.pager li>span{
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px
}
.pager li>a:hover,.pager li>a:focus{
    text-decoration:none;
    background-color:#f5f5f5
}
.pager .next>a,.pager .next>span{
    float:right
}
.pager .previous>a,.pager .previous>span{
    float:left
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{
    color:#999;
    cursor:default;
    background-color:#fff
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop,.modal-backdrop.fade.in{
    opacity:.8;
    filter:alpha(opacity=80)
}
.modal{
    position:fixed;
    top:10%;
    left:50%;
    z-index:1050;
    width:560px;
    margin-left:-280px;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.3);
    *border:1px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    outline:none;
    -webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);
    -moz-box-shadow:0 3px 7px rgba(0,0,0,.3);
    box-shadow:0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding-box;
    background-clip:padding-box
}
.modal.fade{
    top:-25%;
    -webkit-transition:opacity .3s linear,top .3s ease-out;
    -moz-transition:opacity .3s linear,top .3s ease-out;
    -o-transition:opacity .3s linear,top .3s ease-out;
    transition:opacity .3s linear,top .3s ease-out
}
.modal.fade.in{
    top:10%
}
.modal-header{
    padding:9px 15px;
    border-bottom:1px solid #eee
}
.modal-header .close{
    margin-top:2px
}
.modal-header h3{
    margin:0;
    line-height:30px
}
.modal-body{
    position:relative;
    max-height:400px;
    padding:15px;
    overflow-y:auto
}
.modal-form{
    margin-bottom:0
}
.modal-footer{
    padding:14px 15px 15px;
    margin-bottom:0;
    text-align:right;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
    *zoom:1;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff
}
.modal-footer:before,.modal-footer:after{
    display:table;
    line-height:0;
    content:""
}
.modal-footer:after{
    clear:both
}
.modal-footer .btn+.btn{
    margin-bottom:0;
    margin-left:5px
}
.modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
    margin-left:0
}
.tooltip{
    position:absolute;
    z-index:1030;
    display:block;
    font-size:11px;
    line-height:1.4;
    opacity:0;
    filter:alpha(opacity=0);
    visibility:visible
}
.tooltip.in{
    opacity:.8;
    filter:alpha(opacity=80)
}
.tooltip.top{
    padding:5px 0;
    margin-top:-3px
}
.tooltip.right{
    padding:0 5px;
    margin-left:3px
}
.tooltip.bottom{
    padding:5px 0;
    margin-top:3px
}
.tooltip.left{
    padding:0 5px;
    margin-left:-3px
}
.tooltip-inner{
    max-width:200px;
    padding:8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-top-color:#000;
    border-width:5px 5px 0
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-right-color:#000;
    border-width:5px 5px 5px 0
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-left-color:#000;
    border-width:5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-bottom-color:#000;
    border-width:0 5px 5px
}
.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1010;
    display:none;
    max-width:276px;
    padding:1px;
    text-align:left;
    white-space:normal;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,.2);
    box-shadow:0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box
}
.popover.top{
    margin-top:-10px
}
.popover.right{
    margin-left:10px
}
.popover.bottom{
    margin-top:10px
}
.popover.left{
    margin-left:-10px
}
.popover-title{
    padding:8px 14px;
    margin:0;
    font-size:14px;
    font-weight:400;
    line-height:18px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0
}
.popover-title:empty{
    display:none
}
.popover-content{
    padding:9px 14px
}
.popover .arrow,.popover .arrow:after{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.popover .arrow{
    border-width:11px
}
.popover .arrow:after{
    border-width:10px;
    content:""
}
.popover.top .arrow{
    bottom:-11px;
    left:50%;
    margin-left:-11px;
    border-top-color:#999;
    border-top-color:rgba(0,0,0,.25);
    border-bottom-width:0
}
.popover.top .arrow:after{
    bottom:1px;
    margin-left:-10px;
    border-top-color:#fff;
    border-bottom-width:0
}
.popover.right .arrow{
    top:50%;
    left:-11px;
    margin-top:-11px;
    border-right-color:#999;
    border-right-color:rgba(0,0,0,.25);
    border-left-width:0
}
.popover.right .arrow:after{
    bottom:-10px;
    left:1px;
    border-right-color:#fff;
    border-left-width:0
}
.popover.bottom .arrow{
    top:-11px;
    left:50%;
    margin-left:-11px;
    border-bottom-color:#999;
    border-bottom-color:rgba(0,0,0,.25);
    border-top-width:0
}
.popover.bottom .arrow:after{
    top:1px;
    margin-left:-10px;
    border-bottom-color:#fff;
    border-top-width:0
}
.popover.left .arrow{
    top:50%;
    right:-11px;
    margin-top:-11px;
    border-left-color:#999;
    border-left-color:rgba(0,0,0,.25);
    border-right-width:0
}
.popover.left .arrow:after{
    right:1px;
    bottom:-10px;
    border-left-color:#fff;
    border-right-width:0
}
.thumbnails{
    margin-left:-20px;
    list-style:none;
    *zoom:1;
}
.thumbnails:before,.thumbnails:after{
    display:table;
    line-height:0;
    content:""
}
.thumbnails:after{
    clear:both
}
.row-fluid .thumbnails{
    margin-left:0
}
.thumbnails>li{
    float:left;
    margin-bottom:20px;
    margin-left:20px
}
.thumbnail{
    display:block;
    padding:4px;
    line-height:20px;
    border:1px solid #ddd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.055);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.055);
    box-shadow:0 1px 3px rgba(0,0,0,.055);
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
a.thumbnail:hover,a.thumbnail:focus{
    border-color:#08c;
    -webkit-box-shadow:0 1px 4px rgba(0,105,214,.25);
    -moz-box-shadow:0 1px 4px rgba(0,105,214,.25);
    box-shadow:0 1px 4px rgba(0,105,214,.25)
}
.thumbnail>img{
    display:block;
    max-width:100%;
    margin-right:auto;
    margin-left:auto
}
.thumbnail .caption{
    padding:9px;
    color:#555
}
.media,.media-body{
    overflow:hidden;
    *overflow:visible;
    zoom:1
}
.media,.media .media{
    margin-top:15px
}
.media:first-child{
    margin-top:0
}
.media-object{
    display:block
}
.media-heading{
    margin:0 0 5px
}
.media>.pull-left{
    margin-right:10px
}
.media>.pull-right{
    margin-left:10px
}
.media-list{
    margin-left:0;
    list-style:none
}
.label,.badge{
    display:inline-block;
    padding:2px 4px;
    font-size:11.844px;
    font-weight:700;
    line-height:14px;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    white-space:nowrap;
    vertical-align:baseline;
    background-color:#999
}
.label{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.badge{
    padding-right:9px;
    padding-left:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px
}
.label:empty,.badge:empty{
    display:none
}
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.label-important,.badge-important{
    background-color:#b94a48
}
.label-important[href],.badge-important[href]{
    background-color:#953b39
}
.label-warning,.badge-warning{
    background-color:#f89406
}
.label-warning[href],.badge-warning[href]{
    background-color:#c67605
}
.label-success,.badge-success{
    background-color:#468847
}
.label-success[href],.badge-success[href]{
    background-color:#356635
}
.label-info,.badge-info{
    background-color:#3a87ad
}
.label-info[href],.badge-info[href]{
    background-color:#2d6987
}
.label-inverse,.badge-inverse{
    background-color:#333
}
.label-inverse[href],.badge-inverse[href]{
    background-color:#1a1a1a
}
.btn .label,.btn .badge{
    position:relative;
    top:-1px
}
.btn-mini .label,.btn-mini .badge{
    top:0
}
@-webkit-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-moz-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-ms-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-o-keyframes progress-bar-stripes{
    from{
        background-position:0 0
    }
    to{
        background-position:40px 0
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
.progress{
    height:20px;
    margin-bottom:20px;
    overflow:hidden;
    background-color:#f7f7f7;
    background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
    background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    background-repeat:repeat-x;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress .bar{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    color:#fff;
    text-align:center;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#0e90d2;
    background-image:-moz-linear-gradient(top,#149bdf,#0480be);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
    background-image:-webkit-linear-gradient(top,#149bdf,#0480be);
    background-image:-o-linear-gradient(top,#149bdf,#0480be);
    background-image:linear-gradient(to bottom,#149bdf,#0480be);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:width .6s ease;
    -moz-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease
}
.progress .bar+.bar{
    -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15)
}
.progress-striped .bar{
    background-color:#149bdf;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size:40px 40px;
    -moz-background-size:40px 40px;
    -o-background-size:40px 40px;
    background-size:40px 40px
}
.progress.active .bar{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -moz-animation:progress-bar-stripes 2s linear infinite;
    -ms-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}
.progress-danger .bar,.progress .bar-danger{
    background-color:#dd514c;
    background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
    background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);
    background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);
    background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)
}
.progress-danger.progress-striped .bar,.progress-striped .bar-danger{
    background-color:#ee5f5b;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-success .bar,.progress .bar-success{
    background-color:#5eb95e;
    background-image:-moz-linear-gradient(top,#62c462,#57a957);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
    background-image:-webkit-linear-gradient(top,#62c462,#57a957);
    background-image:-o-linear-gradient(top,#62c462,#57a957);
    background-image:linear-gradient(to bottom,#62c462,#57a957);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)
}
.progress-success.progress-striped .bar,.progress-striped .bar-success{
    background-color:#62c462;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-info .bar,.progress .bar-info{
    background-color:#4bb1cf;
    background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
    background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);
    background-image:-o-linear-gradient(top,#5bc0de,#339bb9);
    background-image:linear-gradient(to bottom,#5bc0de,#339bb9);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)
}
.progress-info.progress-striped .bar,.progress-striped .bar-info{
    background-color:#5bc0de;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-warning .bar,.progress .bar-warning{
    background-color:#faa732;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)
}
.progress-warning.progress-striped .bar,.progress-striped .bar-warning{
    background-color:#fbb450;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.accordion{
    margin-bottom:20px
}
.accordion-group{
    margin-bottom:2px;
    border:1px solid #e5e5e5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.accordion-heading{
    border-bottom:0
}
.accordion-heading .accordion-toggle{
    display:block;
    padding:8px 15px
}
.accordion-toggle{
    cursor:pointer
}
.accordion-inner{
    padding:9px 15px;
    border-top:1px solid #e5e5e5
}
.carousel{
    position:relative;
    margin-bottom:20px;
    line-height:1
}
.carousel-inner{
    position:relative;
    width:100%;
    overflow:hidden
}
.carousel-inner>.item{
    position:relative;
    display:none;
    -webkit-transition:.6s ease-in-out left;
    -moz-transition:.6s ease-in-out left;
    -o-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
    display:block;
    line-height:1
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
    display:block
}
.carousel-inner>.active{
    left:0
}
.carousel-inner>.next,.carousel-inner>.prev{
    position:absolute;
    top:0;
    width:100%
}
.carousel-inner>.next{
    left:100%
}
.carousel-inner>.prev{
    left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
    left:0
}
.carousel-inner>.active.left{
    left:-100%
}
.carousel-inner>.active.right{
    left:100%
}
.carousel-control{
    position:absolute;
    top:40%;
    left:15px;
    width:40px;
    height:40px;
    margin-top:-20px;
    font-size:60px;
    font-weight:100;
    line-height:30px;
    color:#fff;
    text-align:center;
    background:#222;
    border:3px solid #fff;
    -webkit-border-radius:23px;
    -moz-border-radius:23px;
    border-radius:23px;
    opacity:.5;
    filter:alpha(opacity=50)
}
.carousel-control.right{
    right:15px;
    left:auto
}
.carousel-control:hover,.carousel-control:focus{
    color:#fff;
    text-decoration:none;
    opacity:.9;
    filter:alpha(opacity=90)
}
.carousel-indicators{
    position:absolute;
    top:15px;
    right:15px;
    z-index:5;
    margin:0;
    list-style:none
}
.carousel-indicators li{
    display:block;
    float:left;
    width:10px;
    height:10px;
    margin-left:5px;
    text-indent:-999px;
    background-color:#ccc;
    background-color:rgba(255,255,255,.25);
    border-radius:5px
}
.carousel-indicators .active{
    background-color:#fff
}
.carousel-caption{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    padding:15px;
    background:#333;
    background:rgba(0,0,0,.75)
}
.carousel-caption h4,.carousel-caption p{
    line-height:20px;
    color:#fff
}
.carousel-caption h4{
    margin:0 0 5px
}
.carousel-caption p{
    margin-bottom:0
}
.hero-unit{
    padding:60px;
    margin-bottom:30px;
    font-size:18px;
    font-weight:200;
    line-height:30px;
    color:inherit;
    background-color:#eee;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.hero-unit h1{
    margin-bottom:0;
    font-size:60px;
    line-height:1;
    letter-spacing:-1px;
    color:inherit
}
.hero-unit li{
    line-height:30px
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.hide{
    display:none
}
.show{
    display:block
}
.invisible{
    visibility:hidden
}
.affix{
    position:fixed
}
@charset "UTF-8";
body{
    line-height:20px;
    -ms-word-wrap:break-word;
    word-wrap:break-word
}
h1,h2,h3,h4,h5,h6{
    line-height:140%;
    margin:0 0 15px;
    padding:0
}
p{
    margin-bottom:20px
}
address{
    font-style:italic
}
table{
    border-style:solid;
    border-width:1px;
    width:100%
}
ul,ol{
    margin:0 0 0 20px
}
table,table tr,table tr td,table tr th{
    border-color:#999
}
table th{
    font-weight:700
}
tr th,tr td{
    border-right:1px solid;
    border-bottom:1px solid;
    padding:8px 20px
}
tr th{
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:left
}
tr th:last-child,tr td:last-child{
    border-right:0 none
}
a{
    cursor:pointer
}
a:hover,a:focus{
    text-decoration:none
}
a.button,#comment-submit,#respond .form-submit #submit,.contact-submit,input[type=submit]{
    border:medium none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    box-shadow:0 1px 1px rgba(0,0,0,.2);
    color:#fff;
    font-family:"OpenSansRegular",Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:400;
    margin:10px 0;
    outline:medium none;
    padding:5px 15px;
    text-decoration:none;
    text-shadow:-1px -1px rgba(0,0,0,.1);
    transition:all .3s linear 0s;
    width:auto
}
.gallery_image:after,.food-menu-widget-thumbnail:after,.recent-post-thumbnail:after,.post-media:after,.food_menu_small_image_thumbnail:after,.food-menu-widget-thumbnail,.gallery_image img,.food-menu-widget-thumbnail img,.recent-post-thumbnail img,.post-media img,.home-gallery-image img,.food_menu_small_image_thumbnail img,.ui-datepicker a,.twitter-wrap:after{
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.gallery_image:hover img,.food-menu-widget-thumbnail:hover img,.recent-post-thumbnail:hover img,.post-media:hover a img,.home-gallery-image:hover img,.food_menu_small_image_thumbnail:hover img,.widget_flickr .flickr_badge_image:hover img{
    opacity:.7 !important;
    -moz-backface-visibility:hidden
}
.gallery_image img,.food-menu-widget-thumbnail img,.recent-post-thumbnail img,.post-media a img,.home-gallery-image img,.food_menu_small_image_thumbnail img,.widget_flickr .flickr_badge_image img{
    -moz-backface-visibility:hidden
}
.video-container{
    height:0;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    z-index:10
}
.video-container iframe,.video-container object,.video-container embed{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
img[src*="gstatic.com/"],img[src*="googleapis.com/"]{
    max-width:none
}
.gmap_container{
    height:0;
    overflow:hidden;
    padding-bottom:52.25%;
    padding-top:30px;
    position:relative;
    margin-bottom:20px
}
.gmap_container .map-canvas{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    max-width:100%
}
.gmap_container .map-canvas-info{
    color:#222
}
.gmap_container img{
    opacity:1 !important;
    display:block !important
}
.entry-content-inner img,.post-content-detail img,.page-content .entry-content-inner img{
    opacity:1 !important;
    display:block !important
}
.at-loading{
    text-align:center;
    margin:0 auto;
    width:auto;
    height:auto;
    position:relative;
    left:47%;
    top:44%
}
.post-media .at-loading{
    position:absolute
}
.wp-caption{
    width:auto !important;
    text-align:center;
    margin-bottom:10px
}
.wp-caption a{
    display:block
}
.sticky{
    border-width:2px;
    border-style:solid
}
.sticky .post-media{
    border-bottom-width:1px;
    border-bottom-style:solid
}
p.wp-caption-text{
    text-align:center;
    font-style:italic;
    margin-bottom:20px;
    padding:5px 0
}
.entry-content img{
    margin:0
}
.alignleft,img.alignleft{
    float:left;
    margin-right:20px;
    margin-bottom:20px
}
.alignright,img.alignright{
    display:block;
    float:right;
    margin-left:20px;
    margin-bottom:20px
}
.aligncenter,img.aligncenter{
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.wp-smiley{
    max-height:12px;
    margin:0 !important
}
.hentry ul,.hentry ol{
    margin-bottom:0
}
.hentry p{
    margin-bottom:20px
}
.header .span12{
    position:relative
}
.header_mainmenu.logo_overlap_menu_left .header_logo{
    text-align:left;
    width:100%
}
.header_mainmenu.logo_overlap_menu_center .header_logo{
    text-align:center;
    width:100%
}
.header_mainmenu.logo_overlap_menu_right .header_logo{
    text-align:right;
    width:100%
}
.header_logo{
    position:absolute;
    z-index:99;
    left:0;
    top:0
}
.header_reservation{
    float:right;
    z-index:101;
    cursor:pointer;
    text-align:center;
    position:absolute;
    right:0;
    top:0
}
.header_reservation a{
    padding:3px 15px;
    display:inline-block;
    min-width:80px;
    text-align:center
}
.header_reservation_triangle{
    height:7px;
    background-size:10px 12px;
    width:100%;
    background-position:1px 0
}
.header_reservation i{
    margin-right:4px
}
.header_social{
    float:right;
    margin-top:45px;
    position:absolute;
    right:0;
    z-index:101
}
.header_social.no_header_reservation{
    margin-top:15px
}
ul.header_social_icon_list{
    margin:0
}
.header_social li{
    list-style:none;
    padding:0;
    margin:0 0 5px 2px
}
.header_social a{
    display:block;
    padding-top:6px
}
.header_social a i{
    font-size:20px;
    padding-left:1px
}
.header_social_icon:hover i{
    color:#fff
}
.header_social_icon{
    width:32px;
    height:32px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -o-border-radius:16px;
    border-radius:16px;
    display:inline-block;
    text-align:center;
    font-size:19px
}
.socicon{
    font-family:'socicon' !important;
    font-size:24px !important;
    font-style:normal !important;
    left:-.5px;
    position:relative;
    top:4px
}
.header_social_icon.header_social_yelp a,.header_social_icon.header_social_tripadvisor a{
    padding-top:2.5px
}
.header_social_icon.header_social_facebook:hover{
    background:#3b5998
}
.header_social_icon.header_social_twitter:hover{
    background:#1bb2e9
}
.header_social_icon.header_social_google_plus:hover{
    background:#d73d32
}
.header_social_icon.header_social_linkedin:hover{
    background:#017fb2
}
.header_social_icon.header_social_pinterest:hover{
    background:#cb2028
}
.header_social_icon.header_social_dribbble:hover{
    background:#e94d8a
}
.header_social_icon.header_social_tumblr:hover{
    background:#304d6b
}
.header_social_icon.header_social_youtube:hover{
    background:#a62625
}
.header_social_icon.header_social_instagram:hover{
    background:#87614c
}
.header_social_icon.header_social_flickr:hover{
    background:#ff0084
}
.header_social_icon.header_social_foursquare:hover{
    background:#156db5
}
.header_social_icon.header_social_yelp:hover{
    background:#c11001
}
.header_social_icon.header_social_tripadvisor:hover{
    background:#4b7e37
}
.main_menu{
    text-align:center;
    height:50px;
    border-top-width:3px;
    border-top-style:dotted
}
.main_menu_dropdown{
    display:none;
    margin:0;
    text-align:center;
    position:relative
}
.main_menu_dropdown:after{
    border-style:solid;
    border-width:0 14px 14px;
    content:"";
    height:0;
    left:48%;
    bottom:0;
    position:absolute;
    width:0;
    z-index:11;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.main_menu_dropdown form,.main_menu_dropdown p{
    margin:0
}
nav{
    display:block
}
.responsive_menu{
    display:block
}
.responsive_menu li{
    display:inline-block;
    position:relative;
    z-index:100
}
.responsive_menu li:first-child{
    margin-left:0
}
.responsive_menu li a{
    font-weight:600;
    text-decoration:none;
    padding:7px 15px;
    display:block;
    border-left-width:3px;
    border-left-style:solid;
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    -ms-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s
}
.responsive_menu ul{
    display:none;
    margin:0;
    padding:0;
    width:150px;
    position:absolute;
    top:43px;
    left:0
}
.responsive_menu ul li{
    display:block;
    float:none;
    background:0 0;
    margin:0;
    padding:0
}
ul.responsive_menu li a{
    font-size:12px;
    font-weight:400;
    display:block;
    border-left-width:3px;
    border-left-style:solid
}
.responsive_menu ul li a:hover,.responsive_menu ul li:hover>a{
    border-left-width:3px;
    border-left-style:solid
}
.responsive_menu li:hover>ul{
    display:block
}
.responsive_menu ul ul{
    left:149px;
    top:0
}
.mobile-menu{
    display:none;
    width:100%;
    padding:11px;
    text-transform:uppercase;
    font-weight:600
}
.mobile-menu:hover{
    text-decoration:none
}
.navbar{
    margin-bottom:0
}
.navbar-inner{
    background:0 0;
    border:none;
    box-shadow:none;
    padding:5px 0
}
.nav>li>a:hover,.nav>li>a:focus{
    text-decoration:none;
    background:0 0
}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
    background:0 0;
    box-shadow:none
}
.navbar .nav li a{
    font-weight:400;
    text-align:center;
    background:0 0;
    text-shadow:none
}
.sf-menu,.sf-menu *{
    margin:0;
    padding:0;
    list-style:none
}
.sf-menu{
    line-height:1.0
}
.logo_overlap_menu_center .main_menu{
    text-align:right
}
.logo_overlap_menu_left .main_menu{
    text-align:right
}
.logo_overlap_menu_left ul.sf-menu li:last-child a{
    padding-right:0
}
.logo_overlap_menu_right .main_menu{
    text-align:left
}
.logo_overlap_menu_right ul.sf-menu li:first-child a{
    padding-left:0
}
.sf-menu.menu_right{
    float:right;
    width:460px
}
.sf-menu ul{
    position:absolute;
    top:-999em
}
.sf-menu ul li{
    width:100%
}
.sf-menu li:hover{
    visibility:inherit
}
.sf-menu li{
    float:left;
    position:relative
}
.sf-menu a{
    display:block;
    position:relative
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{
    left:0;
    top:40px;
    z-index:99
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{
    top:-999em
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{
    left:207px;
    top:0
}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{
    top:-999em
}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{
    left:180px;
    top:0
}
.sf-menu{
    display:inline-block;
    position:relative;
    top:2px;
    z-index:100
}
li.current-menu-item a{
    font-weight:700 !important
}
li.current-menu-item ul li a{
    font-weight:400 !important
}
.sf-menu a{
    text-decoration:none
}
.sf-menu li.current-menu-item a{
    position:relative
}
.sf-menu li.current-menu-item a:after{
    border-style:solid;
    border-width:0 10px 10px;
    content:"";
    height:0;
    left:28%;
    bottom:-4px;
    position:absolute;
    width:0;
    z-index:100;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
ul.sf-menu li a{
    padding:0 12px;
    line-height:44px
}
ul.sf-menu li a i{
    font-size:18px;
    padding-right:2px;
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    -ms-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out
}
.sf-menu li li{
    width:170px
}
.sf-menu ul.sub-menu{
    padding-top:15px
}
.sf-menu ul.sub-menu li:first-child{
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -o-border-top-right-radius:5px;
    border-top-right-radius:5px
}
.sf-menu ul.sub-menu li:last-child{
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px
}
.sf-menu li li{
    padding:7px 20px
}
.sf-menu li li:hover{
    border-left-width:3px;
    border-left-style:solid;
    padding:7px 20px 7px 17px
}
.sf-menu li ul li a{
    font-weight:400;
    padding:0 !important;
    text-align:left;
    line-height:1.4em
}
.sf-menu li.current-menu-item ul li a:after{
    border-width:0 !important
}
.sf-menu ul.sub-menu li a:after{
    border-width:0 !important
}
.sf-menu ul.sub-menu li.current-menu-item a{
    font-weight:400 !important
}
.sf-menu ul.sub-menu li.current-menu-item{
    border-left-width:3px;
    border-left-style:solid;
    padding:7px 20px 7px 17px
}
.sf-menu ul.sub-menu li ul.sub-menu{
    padding-top:10px;
    padding-left:2px
}
.sf-menu ul.sub-menu li.current-menu-item li a{
    font-weight:400 !important
}
.sf-menu ul.sub-menu li.current-menu-item li a:hover{
    font-weight:400 !important
}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active{
    outline:0
}
.sf-sub-indicator{
    position:absolute;
    display:block;
    right:.75em;
    top:1.05em;
    width:10px;
    height:10px;
    text-indent:-999em;
    overflow:hidden
}
a>.sf-sub-indicator{
    top:1em;
    background-position:0 -100px
}
a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,li:hover>a>.sf-sub-indicator,li.sfHover>a>.sf-sub-indicator{
    background-position:-10px -100px
}
.sf-menu ul .sf-sub-indicator{
    background-position:-10px 0
}
.sf-menu ul a>.sf-sub-indicator{
    background-position:0 0
}
.sf-menu ul a:focus>.sf-sub-indicator,.sf-menu ul a:hover>.sf-sub-indicator,.sf-menu ul a:active>.sf-sub-indicator,.sf-menu ul li:hover>a>.sf-sub-indicator,.sf-menu ul li.sfHover>a>.sf-sub-indicator{
    background-position:-10px 0
}
.sf-shadow ul.sf-shadow-off{
    background:0 0
}
.main_container img{
    opacity:0;
    display:none
}
.home_slider_container img{
    opacity:0;
    display:none
}
.flexslider{
    margin:0 !important;
    background:0 0 !important;
    border:none !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    -o-border-radius:0px !important;
    border-radius:0 !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    -o-box-shadow:none !important;
    box-shadow:none !important
}
.flex-control-paging li a{
    box-shadow:inset 0 0 3px rgba(0,0,0,.1) !important
}
.home_slider_container{
    padding-top:10px;
    overflow:hidden
}
.home_slider_container .flexslider,.single_portfolio_slider_wrapper.flexslider{
    margin:0;
    width:100% !important;
    min-height:65px
}
.home_slider_container .flex-caption-wrap{
    width:980px;
    margin:0 auto;
    position:relative
}
.home_slider_container .flex-caption{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    bottom:80px;
    left:20px;
    padding:10px 20px;
    position:absolute;
    width:350px
}
.home_slider_container.home_move_up .flex-caption{
    bottom:120px
}
.home_slider_container .flex-title{
    padding-bottom:6px
}
.home_slider_container .flex-desc{
    padding:0
}
.home_slider_container .flex-desc p{
    line-height:16px;
    margin:0;
    padding:0
}
.home_slider_container .flex-control-nav,.single_portfolio_slider_wrapper.flexslider .flex-control-nav{
    bottom:20px
}
.home_slider_container.home_move_up .flex-control-nav{
    bottom:80px
}
.home_slider_container .flex-control-paging li a,.single_portfolio_slider_wrapper.flexslider .flex-control-paging li a{
    border:3px solid rgba(255,255,255,.7);
    width:16px;
    height:16px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px
}
.home_slider_container .flex-control-nav li,.single_portfolio_slider_wrapper.flexslider .flex-control-nav li{
    margin:0 4px
}
.home-food-media .flex_home_food ul.slides{
    box-shadow:none !important
}
.home-food-media .flex_home_food ul li{
    margin:0;
    padding:0;
    border:none
}
.flex_home_food{
    position:relative
}
.flex_home_food .flex-control-paging{
    opacity:1;
    bottom:10px;
    padding:0;
    margin:0
}
.flex_home_food .flex-control-paging li{
    margin:0 2px
}
.flex_home_food .flex-control-paging li a{
    border:2px solid rgba(255,255,255,.7);
    width:14px;
    height:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    -o-border-radius:14px;
    border-radius:14px
}
.flex_home_food .flex-direction-nav{
    display:none
}
.sc_slider_wrapper.flexslider{
    margin-bottom:30px !important;
    padding:10px 50px
}
.sc_slider_wrapper .flex-control-paging{
    display:none
}
.sc_slider_wrapper .flex-direction-nav a{
    text-indent:0px;
    font-size:25px;
    width:28px;
    height:28px;
    text-align:center;
    color:#fff !important;
    opacity:1
}
.sc_slider_wrapper.flexslider .flex-prev{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    left:0
}
.sc_slider_wrapper.flexslider .flex-next{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    right:0
}
.sc_slider_wrapper.flexslider:hover .flex-prev{
    left:0;
    opacity:.8
}
.sc_slider_wrapper.flexslider:hover .flex-next{
    opacity:.8;
    right:0
}
.main_container{
    padding-bottom:50px
}
.main_container.left-sidebar .sidebar{
    float:left
}
.main_container.left-sidebar .blog-content,.main_container.left-sidebar .post,.main_container.left-sidebar .type-attachment,.main_container.left-sidebar .comments_wrap,.main_container.left-sidebar .no_comments_wrap,.main_container.left-sidebar #respond,.main_container.left-sidebar .page-content,.main_container.left-sidebar .page-content .entry-content,.main_container.left-sidebar .page-content .post-media{
    float:right
}
.main_container.no-sidebar .sidebar{
    display:none
}
.main_container.no-sidebar .post,.main_container.no-sidebar .type-attachment,.main_container.no-sidebar .comments_wrap,.main_container.no-sidebar .no_comments_wrap,.main_container.no-sidebar #respond{
    width:auto
}
.main_container.no-sidebar .post-title-excerpt{
    width:780px
}
body.error404 .main_container_inner{
    padding-top:70px
}
.span9.page-content .entry-content,.span9.page-content .post-media{
    width:676px
}
.entry-content{
    margin-bottom:40px
}
.entry-content-inner{
    padding:25px 30px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px
}
.entry-content-inner.have_featured_image{
    -webkit-border-radius:0px 0px 12px 12px;
    -moz-border-radius:0px 0px 12px 12px;
    -o-border-radius:0px 0px 12px 12px;
    border-radius:0 0 12px 12px
}
body.home.blog .page_title_container{
    border-bottom:none;
    margin-bottom:50px
}
body.home.blog .page_title_container .page_title{
    display:none
}
.page_title_container{
    position:relative;
    z-index:10;
    border-bottom-width:3px;
    border-bottom-style:dotted;
    margin-bottom:50px
}
.page_title{
    text-align:left;
    padding:16px 18px 14px 0;
    z-index:-1;
    position:relative
}
.page_title_ribbon{
    width:72px;
    height:60px;
    position:absolute;
    top:-5px;
    text-align:center;
    z-index:10;
    padding-top:30px
}
.page_title_ribbon i{
    font-size:42px
}
.page_title_ribbon:after{
    border-color:transparent
}
.page_title_ribbon:after{
    border-style:solid;
    border-width:0 36px 18px;
    bottom:-18px;
    content:"";
    display:block;
    height:0;
    position:absolute;
    width:0;
    z-index:10
}
.page_title_ribbon_shadow{
    width:72px;
    height:87px;
    position:absolute;
    top:0;
    left:5px;
    background:#000;
    opacity:.4
}
.page_title_ribbon_shadow:after{
    border-color:#000 #000 transparent
}
.page_title_ribbon_shadow:after{
    border-style:solid;
    border-width:0 36px 18px;
    bottom:-18px;
    content:"";
    display:block;
    height:0;
    position:absolute;
    width:0;
    z-index:8
}
h1.page_title_text{
    padding:0 0 0 98px;
    margin:0
}
.post,.type-attachment,.type-menu,.type-gallery,.type-attachment{
    width:676px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    margin-bottom:40px
}
.post-content{
    padding-top:30px;
    padding-bottom:33px
}
.post-media{
    position:relative
}
.post-media,.post-media img{
    min-height:220px
}
.post-media img,.post-media:hover img{
    -webkit-border-radius:12px 12px 0px 0px;
    -moz-border-radius:12px 12px 0px 0px;
    -o-border-radius:12px 12px 0px 0px;
    border-radius:12px 12px 0 0
}
.post-media:after{
    border-style:solid;
    border-width:0 22px 22px;
    content:"";
    height:0;
    left:50px;
    bottom:-5px;
    position:absolute;
    width:0;
    z-index:11;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.post-media:hover:after{
    bottom:-1px
}
.post-meta-published{
    border-left-width:7px;
    border-left-style:solid;
    float:left
}
.post-meta-day-month{
    float:right;
    padding-left:35px
}
.post-meta-day{
    line-height:48px;
    text-align:center
}
.post-meta-month{
    line-height:16px;
    text-align:center
}
.post-title-excerpt{
    float:right;
    text-align:left;
    width:780px;
    padding:0 20px 0 0
}
h2.post-title{
    margin:0;
    margin-bottom:10px
}
.post-excerpt{
    margin-bottom:8px
}
a.readmore{
    line-height:16px;
    height:16px;
    padding:0 10px 0 0;
    margin-left:10px;
    display:inline-block;
    vertical-align:middle;
    position:relative
}
a.readmore:before{
    border-style:solid;
    border-width:8px 0 8px 9px;
    content:"";
    display:block;
    float:left;
    height:0;
    left:-9px;
    position:relative;
    width:0;
    z-index:11
}
a.readmore:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
a.readmore:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
    border-width:8px;
    top:50%;
    margin-top:-8px
}
a.readmore:after{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
#nav-below{
    margin:20px auto;
    position:relative;
    float:left;
    left:50%
}
.wp-pagenavi{
    position:relative;
    float:left;
    left:-50%
}
.wp-pagenavi a:first-child:before,.wp-pagenavi span:first-child:before,.wp-pagenavi a:last-child:after,.wp-pagenavi span:last-child:after{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.wp-pagenavi a:first-child:before,.wp-pagenavi span:first-child:before{
    border-color:transparent;
    border-width:13px;
    top:50%;
    left:-26px;
    margin-top:-13px
}
.wp-pagenavi a:last-child:after,.wp-pagenavi span:last-child:after{
    border-color:transparent;
    border-width:13px;
    top:50%;
    left:100%;
    margin-top:-13px
}
.wp-pagenavi a,.wp-pagenavi span{
    padding:0 14px !important;
    text-decoration:none;
    display:block;
    float:left;
    border:none !important;
    border-right-width:3px !important;
    border-right-style:dotted !important;
    height:26px;
    line-height:26px;
    margin:0 !important
}
.wp-pagenavi a:last-child,.wp-pagenavi span:last-child{
    border-right:none !important
}
.single-post-content{
    margin:0;
    padding:0
}
.single-post-content:before{
    top:-15px
}
.colorbox-icon{
    width:26px;
    height:20px;
    line-height:20px;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:16px;
    position:relative;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.colorbox-icon:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.colorbox-icon:after{
    border-width:5px;
    top:50%;
    margin-top:-5px
}
.single-post-date-comment{
    padding:20px 0;
    border-bottom-style:dotted;
    border-bottom-width:4px
}
.single-post-date{
    float:left
}
.single-post-date-text{
    float:left;
    padding-top:3px
}
.colorbox-calendar{
    margin-left:40px;
    float:left
}
.single-post-comment{
    float:right;
    margin-right:16px
}
.single-post-comment-text{
    float:right;
    padding-top:3px
}
.post-content-title-and-detail{
    padding-top:32px
}
h2.post-content-title{
    border-left-width:7px;
    border-left-style:solid;
    padding-left:38px;
    padding-right:15px
}
.post-content-detail{
    padding:10px 40px 25px
}
.single_blog_social,.single_food_social{
    margin:0 auto 25px auto
}
.single_food_social{
    margin-bottom:0;
    margin-top:35px
}
ul.single_social_icon_list{
    text-align:center;
    padding:0;
    margin:0
}
li.single_social_icon{
    margin:0 4px;
    width:32px;
    height:32px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    text-align:center
}
li.single_social_icon a{
    font-size:24px;
    line-height:24px;
    padding-top:4px;
    display:block
}
li.single_social_icon i{
    margin:0 auto
}
li.single_social_icon:hover i{
    color:#fff
}
li.single_social_icon.facebook:hover{
    background:#3b5998
}
li.single_social_icon.twitter:hover{
    background:#1bb2e9
}
li.single_social_icon.google-plus:hover{
    background:#d73d32
}
li.single_social_icon.linkedin:hover{
    background:#127cb4
}
.post-category-and-tag{
    border-top-width:4px;
    border-top-style:dotted;
    padding:15px 20px 15px 40px
}
.post-category{
    width:49%
}
.post-category{
    float:left
}
.post-tag{
    float:right;
    width:auto;
    min-width:20%;
    max-width:49%
}
.post-category-list{
    padding-right:25px;
    padding-left:46px
}
.post-tag-list{
    padding-left:46px
}
.post-tag-list,.post-category-list{
    padding-top:1px
}
.colorbox-comment{
    margin-right:15px
}
.post-content-page{
    margin:0 auto 20px auto;
    text-align:center
}
.comments_wrap,.no_comments_wrap{
    width:676px;
    margin-bottom:40px
}
.comments_wrap p.nopassword{
    padding-left:45px;
    margin:0
}
.no_comments_wrap{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px
}
.no_comments_wrap p{
    padding:30px;
    margin:0
}
.post.pingback{
    border-radius:4px;
    margin-bottom:20px
}
.post.pingback p{
    padding:20px
}
.comments_wrap #respond{
    width:auto
}
.main_container.left-sidebar .comments_wrap #respond{
    float:none
}
ol.commentlist{
    list-style:none;
    padding:0;
    margin:30px 0 0
}
ol.commentlist ul.children{
    list-style:none;
    margin-left:33px
}
.comment-avatar{
    display:block;
    float:left;
    margin-right:8px
}
.comment-avatar img{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.comment-box{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    display:block;
    margin-bottom:26px;
    margin-left:55px;
    position:relative
}
.comment-content{
    padding:21px 30px;
    border-bottom-style:dotted;
    border-bottom-width:3px
}
.comment-content:before{
    border-style:solid;
    border-width:10px;
    content:"";
    height:0;
    left:-20px;
    top:20px;
    position:absolute;
    width:0;
    z-index:11
}
.comment-content:before{
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent
}
.comment-content p{
    padding:0;
    margin:0
}
.comment-meta{
    padding:15px 0
}
.comment-author{
    float:left;
    margin-left:30px
}
.comment-date{
    float:left;
    margin-left:5px
}
.comment-edit-reply{
    text-align:right;
    margin-right:15px
}
.comment-edit-link,.comment-reply-link{
    padding:1px 9px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.comment-navigation{
    margin:0 auto 0px auto;
    position:relative;
    float:left;
    left:50%
}
#reply-title .widget_title{
    display:block
}
#reply-title span.widget_title_text{
    padding-left:45px
}
#respond{
    width:676px
}
#commentform{
    padding:40px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px
}
#respond code{
    background:0 0;
    border:none;
    white-space:normal;
    font-size:11px
}
#respond textarea{
    height:100px;
    width:97%
}
.entry-content.food-menu-category-parent-desc{
    margin-bottom:20px
}
.entry-content.food-menu-category-parent-desc p{
    margin-bottom:0
}
.food_menu_text_wrap{
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    overflow:hidden;
    padding:20px 0
}
.food_menu_text_table{
    display:table
}
.food_menu_text_row{
    display:table-row
}
.food_menu_text_left,.food_menu_text_right{
    display:table-cell !important;
    float:none !important;
    text-align:left;
    vertical-align:top;
    width:467px !important
}
.food_menu_text_right{
    padding-left:20px !important
}
.food_menu_text_left{
    border-right-width:3px;
    border-right-style:dotted
}
.food_menu_text_category_wrap{
    margin:10px 0 25px
}
h3.food_menu_catagory_name{
    border-left-style:solid;
    border-left-width:7px;
    padding-left:20px;
    margin:0 0 25px
}
.food_menu_text{
    position:relative;
    margin-bottom:8px
}
.food_menu_text.child_category_desc{
    padding:10px 46px 15px
}
.food_menu_text_badge{
    position:absolute;
    left:0;
    top:0;
    width:42px
}
.food_menu_text .food-menu-widget-badge-icon:before{
    border-left:none;
    border-right:none
}
.food_menu_text .food-menu-widget-badge-icon{
    margin-bottom:5px;
    background-color:none !important;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.food_menu_text .food-menu-widget-badge-icon{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    float:left;
    font-size:12px;
    margin:0 0 6px 13px;
    position:relative;
    text-align:center;
    width:20px;
    height:20px;
    padding:0
}
.food_menu_text .food-menu-widget-badge-icon-image{
    margin-top:0
}
.food_menu_text .food-menu-widget-badge-icon-image img{
    display:inline !important;
    margin-left:13px
}
.food_menu_text_name_desc{
    float:left;
    padding-left:46px
}
.food_menu_text_name_desc,.food_menu_text_name_desc.single_price{
    width:65%
}
.food_menu_text_name_desc.multi_price{
    width:58%
}
.food_menu_text_name{
    padding-right:10px;
    margin:0;
    padding:0
}
.food_menu_text_desc{
    margin-top:4px;
    line-height:20px;
    float:left;
    margin-bottom:12px
}
.food_menu_text_desc p{
    margin:0
}
.food_menu_text_price{
    float:right;
    text-align:right;
    padding-right:20px;
    line-height:20px
}
.food_menu_text_price.multi_price{
    margin-bottom:6px
}
.food_menu_price_name{
    display:inline-block
}
.food_menu_price_number{
    padding-left:15px;
    display:inline-block
}
.food_menu_recommended{
    border-bottom-width:3px;
    border-bottom-style:dotted;
    padding-bottom:10px;
    margin-bottom:30px
}
.food-menu-widget.food-menu-widget-recommended{
    width:220px;
    height:196px
}
.food-menu-widget-recommended .food-menu-widget-media{
    width:220px;
    height:146px
}
.food-menu-widget-recommended .food-menu-widget-media img,.food-menu-widget-recommended:hover .food-menu-widget-media img,.food-menu-widget-recommended .food-menu-widget-overlay,.food-menu-widget-recommended:hover .food-menu-widget-overlay{
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -o-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0 0
}
.food-menu-widget-recommended .food-menu-widget-overlay{
    display:block;
    height:100%;
    opacity:0;
    position:absolute;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    width:100%;
    z-index:10
}
.food-menu-widget-recommended:hover .food-menu-widget-overlay{
    opacity:.3;
    -webkit-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -o-transform:translateX(0px);
    transform:translateX(0px)
}
.food-menu-widget-overlay .food-menu-widget-bghover{
    display:block;
    height:100%;
    position:absolute;
    width:100%;
    opacity:.4
}
.food-menu-widget-recommended .food-menu-title-and-price{
    position:absolute;
    overflow:hidden;
    padding-top:13px;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -o-border-radius:0px 0px 4px 4px;
    border-radius:0 0 4px 4px
}
.food-menu-widget-recommended .food-menu-title-and-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    z-index:12;
    bottom:-1px;
    height:50px;
    width:220px
}
.food-menu-widget-recommended:hover .food-menu-title-and-price{
    opacity:1;
    height:105px
}
.food-menu-widget-recommended.no-price .food-menu-title-and-price{
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s;
    opacity:1;
    height:50px
}
.food-menu-widget-recommended.no-price:hover .food-menu-title-and-price{
    height:60px
}
.food-menu-widget-recommended .food-menu-widget-title{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    opacity:1;
    border-bottom:none;
    position:relative;
    width:220px
}
.food-menu-widget-recommended .food-menu-widget-title:before{
    border-style:solid;
    border-width:0 12px 12px;
    content:"";
    height:0;
    left:16px;
    top:-12px;
    position:absolute;
    width:0;
    z-index:11
}
.food-menu-widget-recommended .food-menu-widget-title:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.food-menu-widget-recommended:hover .food-menu-widget-title{
    opacity:1
}
.food-menu-widget-recommended .food-menu-widget-price{
    border-top-width:3px;
    border-top-style:dotted;
    width:220px;
    position:relative;
    bottom:0;
    padding:10px 0;
    opacity:0
}
.food-menu-widget-recommended .food-menu-widget-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}
.food-menu-widget-recommended:hover .food-menu-widget-price{
    opacity:1;
    display:block
}
.food-menu-widget-recommended.no-price:hover .food-menu-widget-price{
    opacity:0;
    display:none
}
.isotope-item.span4 .isotope-food.food-menu-widget,.isotope-item.span4 .isotope-food .food-menu-widget-media{
    width:300px;
    height:206px;
    overflow:hidden
}
.isotope-item.span2 .isotope-food.food-menu-widget,.isotope-item.span2 .isotope-food .food-menu-widget-media{
    width:140px;
    height:93px
}
.isotope-food .food-menu-widget-media{
    overflow:hidden;
    position:relative
}
.isotope-food .food-menu-widget-media img,.isotope-food:hover .food-menu-widget-media img{
    border-radius:4px
}
.isotope-item.span2 .isotope-food .food-menu-widget-media img,.isotope-item.span2:hover .isotope-food .food-menu-widget-media img{
    border-radius:4px
}
.isotope-food .food-menu-widget-overlay{
    display:block;
    height:100%;
    opacity:0;
    position:absolute;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    width:100%;
    z-index:10
}
.isotope-food:hover .food-menu-widget-overlay{
    opacity:.3
}
.isotope-food .food-menu-widget-overlay .food-menu-widget-bghover{
    display:block;
    height:100%;
    position:absolute;
    width:100%;
    opacity:.4
}
.isotope-item.span2 .isotope-food .food-menu-title-and-price{
    display:none
}
.isotope-food .food-menu-title-and-price{
    position:absolute
}
.isotope-food .food-menu-title-and-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    z-index:12;
    bottom:0;
    height:50px;
    border-radius:0 0 4px 4px
}
.isotope-food:hover .food-menu-title-and-price{
    opacity:1;
    height:100px
}
.isotope-food.no-price .food-menu-title-and-price{
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s;
    opacity:1;
    height:50px
}
.isotope-food.no-price:hover .food-menu-title-and-price{
    height:60px
}
.isotope-food .food-menu-widget-title{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    opacity:1;
    border-bottom:none;
    height:25px;
    position:relative;
    width:300px
}
.isotope-food .food-menu-widget-title:before{
    border-style:solid;
    border-width:0 12px 12px;
    content:"";
    height:0;
    left:16px;
    top:-12px;
    position:absolute;
    width:0;
    z-index:11
}
.isotope-food .food-menu-widget-title:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.isotope-food:hover .food-menu-widget-title{
    opacity:1
}
.isotope-food .food-menu-widget-price{
    border-top-width:3px;
    border-top-style:dotted;
    width:300px;
    position:relative;
    bottom:0;
    padding:10px 0;
    opacity:0
}
.isotope-food .food-menu-widget-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}
.isotope-food:hover .food-menu-widget-price{
    opacity:1;
    display:block
}
.isotope-food.no-price .food-menu-widget-price{
    opacity:0;
    display:none
}
.isotope-food.no-price:hover .food-menu-widget-price{
    opacity:0;
    display:none
}
.food_menu_small_image_wrap{
    border-radius:12px;
    margin:5px 0 25px;
    overflow:hidden;
    padding:20px 0
}
.food_menu_small_image_category_wrap{
    margin:10px 0
}
h3.food_menu_catagory_name{
    border-left-width:7px;
    border-left-style:solid;
    padding-left:20px;
    margin:0 0 20px
}
.food_menu_small_image.child_category_desc{
    padding:5px 40px 25px 50px
}
.food_menu_small_image{
    padding:20px 0;
    position:relative;
    border-bottom-width:2px;
    border-bottom-style:dotted
}
.food_menu_small_image_thumbnail{
    float:left;
    position:relative;
    width:140px
}
.food_menu_small_image_thumbnail:after{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.food_menu_small_image_thumbnail:after{
    border-color:transparent;
    border-width:13px;
    top:38%;
    right:-4px
}
.food_menu_small_image_thumbnail:hover:after{
    right:-1px
}
.food_menu_small_image_name_desc{
    padding-left:20px;
    float:left
}
.food_menu_small_image_name_desc{
    width:80%
}
.food_menu_small_image_name_desc.no_thumbnail.single_price{
    width:80%
}
.food_menu_small_image_name_desc.no_thumbnail.multi_price{
    width:75%
}
.food_menu_small_image_name_desc.single_price{
    width:64%
}
.food_menu_small_image_name_desc.multi_price{
    width:59%
}
.food_menu_small_image_badge{
    float:left;
    margin-right:0;
    margin-left:15px;
    width:22px
}
.food_menu_small_image_badge .food-menu-widget-badge-icon:before{
    border-left:none;
    border-right:none
}
.food_menu_small_image_badge .food-menu-widget-badge-icon{
    background-color:none !important;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    float:left;
    font-size:12px;
    margin:0 0 10px;
    position:relative;
    text-align:center;
    width:20px;
    height:20px;
    padding:0
}
.food_menu_small_image_badge .food-menu-widget-badge-icon-image .food_menu_small_image_badge .food-menu-widget-badge-icon.no-image-icon{
    margin:0
}
.food_menu_small_image_badge .food-menu-widget-badge-icon-image{
    display:block
}
.food_menu_small_image_badge .food-menu-widget-badge-icon-image img{
    display:inline !important
}
.food_menu_small_image_name{
    padding-right:10px;
    margin:0;
    padding:0
}
.food_menu_small_image_desc{
    margin-top:6px;
    padding-right:0
}
.food_menu_small_image_desc p{
    margin:0
}
.food_menu_small_image_price{
    float:right;
    text-align:right;
    padding-right:20px;
    line-height:20px
}
.food_menu_small_image .food_menu_small_image_price .food_menu_price_name{
    width:80px
}
.food_menu_sticky{
    margin-bottom:0
}
.food_menu_sticky .nav-container{
    width:100%
}
.food_menu_sticky nav,#isotope-filter{
    z-index:42;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:940px;
    position:relative;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    text-align:center;
    border-bottom-style:dotted;
    border-bottom-width:0
}
#isotope-filter{
    margin-bottom:20px;
    border-bottom-width:0;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px
}
.food_menu_sticky nav ul,#isotope-filter ul{
    padding:0;
    margin:0
}
.food_menu_sticky nav li,#isotope-filter ul li{
    display:inline;
    list-style:none
}
.food_menu_sticky nav li a,#isotope-filter ul li a{
    text-decoration:none;
    display:inline-block;
    text-align:center;
    padding:15px;
    border-top-style:solid;
    border-top-width:4px
}
.food_menu_sticky .sticky{
    position:fixed;
    top:0 !important;
    animation:thedrop 1s 1;
    -moz-animation:thedrop 1s 1;
    -webkit-animation:thedrop 1s 1
}
.food_menu_sticky .sticky .nav-above{
    position:absolute;
    top:0;
    left:1em;
    right:1em;
    height:15px
}
.single-food-menu-wrapper{
    overflow:hidden;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    padding-bottom:30px;
    position:relative
}
.single-food-menu-media{
    position:relative
}
.single-food-menu-wrapper .single-food-menu-media img,.single-food-menu-wrapper .single-food-menu-media iframe{
    -webkit-border-radius:12px 12px 0px 0px;
    -moz-border-radius:12px 12px 0px 0px;
    -o-border-radius:12px 12px 0px 0px;
    border-radius:12px 12px 0 0
}
.single-food-menu-media ul.slides{
    margin:0
}
.single-food-menu-content{
    border-bottom-width:4px;
    border-bottom-style:dotted;
    padding:0 0 30px
}
.single-food-menu-content:before{
    border-style:solid;
    border-width:0 17px 17px;
    content:"";
    height:0;
    left:50px;
    top:-17px;
    position:relative;
    width:0;
    z-index:11
}
.single-food-menu-content:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.single-food-menu-price,.single-food-menu-badge{
    padding:16px 42px;
    position:relative;
    border-bottom-width:4px;
    border-bottom-style:dotted
}
.single-food-menu-price{
    padding-top:4px
}
.single-food-menu-money{
    width:30px;
    height:20px;
    line-height:20px;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:18px;
    position:relative;
    border-radius:3px 0 0 3px
}
.single-food-menu-money:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.single-food-menu-money:after{
    border-color:transparent;
    border-width:12px 6px;
    top:50%;
    margin-top:-12px
}
h3.single-food-menu-price-text,h3.single-food-menu-badge-text{
    margin:0
}
.single-food-menu-badge-icon{
    width:30px;
    height:20px;
    line-height:20px;
    border-radius:3px 3px 0;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:18px;
    position:relative;
    margin-top:3px
}
.single-food-menu-badge-icon:before{
    border-style:solid;
    border-width:8px 0 0 8px;
    content:"";
    display:block;
    float:right;
    height:0;
    right:-8px;
    top:18px;
    position:absolute;
    width:0;
    z-index:11
}
.single-food-menu-badge-icon:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
h2.single-food-menu-title{
    margin:25px 0 0;
    border-left-width:7px;
    border-left-style:solid;
    padding-left:35px
}
.single-food-menu-excerpt{
    padding-left:42px;
    padding-right:42px;
    margin-top:10px;
    margin-bottom:10px
}
.single-food-menu-detail{
    padding-left:42px;
    padding-right:42px;
    margin-top:20px
}
.page-fullwidth-gallery{
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    padding:30px 0 25px;
    margin-bottom:30px
}
.gallery-title{
    border-left-style:solid;
    border-left-width:7px;
    padding:0 35px 0 25px
}
.gallery_wrap{
    border-bottom-width:3px;
    border-bottom-style:dotted;
    margin-top:30px
}
.gallery-excerpt{
    padding:0 35px;
    margin-top:10px
}
.gallery-detail{
    padding:0 35px;
    margin-top:10px
}
.gallery_row{
    border-top-width:3px;
    border-top-style:dotted;
    padding-top:25px;
    padding-bottom:25px
}
.gallery_box{
    float:left;
    width:235px
}
.gallery_image{
    position:relative
}
.gallery_image:after{
    border-style:solid;
    border-width:0 20px 20px;
    content:"";
    height:0;
    left:25%;
    bottom:-5px;
    position:absolute;
    width:0;
    z-index:11
}
.gallery_image:hover:after{
    bottom:0
}
.gallery_image:after{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
a.gallery_shadow{
    display:block;
    position:relative
}
a.gallery_shadow img{
    display:block
}
a.gallery_shadow:before{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:9px 0 20px -3px #333 inset;
    -webkit-box-shadow:9px 0 20px -3px #333 inset;
    box-shadow:9px 0 20px -3px #333 inset
}
.gallery_row .gallery_box:first-child a.gallery_shadow:before{
    box-shadow:none
}
.gallery_image_title{
    text-align:center;
    padding:15px 15px 0;
    margin:0
}
.page-fullwidth-gallery a.readmore{
    margin-left:40px;
    margin-top:15px
}
.widget ul{
    padding:0;
    margin:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
.widget ul li{
    list-style:none;
    border-bottom-style:dotted;
    border-bottom-width:3px;
    padding:10px 10px 10px 20px
}
.widget ul li i{
    margin-right:15px
}
.widget ul li:hover i{
    margin-right:11px;
    margin-left:4px
}
.widget ul li:last-child{
    border-bottom:none
}
.widget_title{
    text-align:left;
    padding:10px 4px 10px 0;
    z-index:0;
    position:relative;
    border-top-style:dotted;
    border-top-width:3px;
    border-bottom-style:dotted;
    border-bottom-width:3px;
    margin-bottom:25px
}
.widget_title_ribbon{
    width:28px;
    height:36px;
    position:absolute;
    top:-5px;
    text-align:center;
    font-size:22px;
    padding-top:15px
}
.widget_title_ribbon:after{
    border-color:transparent
}
.widget_title_ribbon:after{
    border-style:solid;
    border-width:0 14px 7px;
    bottom:-7px;
    content:"";
    display:block;
    height:0;
    position:absolute;
    width:0;
    z-index:11
}
h3.widget_title_text{
    padding-left:45px;
    margin:0
}
.widget ul.children,.widget ul.sub-menu{
    box-shadow:none !important;
    margin-left:15px
}
.widget ul.children li,.widget ul.sub-menu li{
    border:none !important;
    padding:5px
}
.widget ul.children li:last-child,.widget ul.sub-menu li:last-child{
    padding-bottom:0 !important
}
.home_widgets_container div.widget:first-child{
    margin-top:30px
}
.home_widgets_container.home_move_up div.widget:first-child{
    margin-top:-62px;
    position:relative
}
.home_widgets_container .home_widgets.no-home-slider div.widget:first-child{
    margin-top:30px !important
}
.home_widgets .widget{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom-width:4px;
    border-bottom-style:dotted
}
.sidebar .widget{
    margin-bottom:30px
}
.footer_widgets .footer_widget_col{
    border-right-width:4px;
    border-right-style:dotted
}
.footer_widgets .last .footer_widget_col{
    border-right:none
}
.footer_widgets .widget{
    padding-bottom:20px;
    margin-bottom:15px;
    padding-right:20px;
    box-shadow:none
}
.footer_widgets .widget ul li{
    border-bottom-width:1px;
    border-bottom-style:dotted;
    padding:5px 5px 5px 0
}
.footer_widgets .widget_title{
    border:none;
    padding:13px 5px 7px 0
}
.footer_widgets .widget_title_ribbon{
    width:36px;
    height:36px
}
.footer_widgets .widget_title_ribbon:after{
    border-style:solid;
    border-width:0 18px 9px;
    bottom:-36px;
    content:"";
    display:block;
    height:0;
    position:relative;
    width:0;
    z-index:11
}
.footer_widgets .widget_title_ribbon i{
    left:26%;
    position:absolute;
    top:33%;
    font-size:20px
}
.footer_widgets .widget_title_text{
    padding-left:50px
}
.AT_fourboxes_widget .teaser_box{
    padding:0;
    text-align:center;
    transition:all .2s ease 0s;
    padding:20px 8px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    margin-bottom:15px
}
.AT_fourboxes_widget .teaser_icon_title{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    height:64px;
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    transition:all .2s ease-in-out 0s;
    vertical-align:middle;
    width:64px;
    display:block
}
.AT_fourboxes_widget .teaser_icon_title img{
    display:block
}
.AT_fourboxes_widget .teaser_icon_title a i{
    padding-top:10px
}
.AT_fourboxes_widget .teaser_title{
    margin:13px 0 6px
}
.AT_fourboxes_widget .teaser_title a{
    font-weight:400;
    transition:all .2s ease-in-out 0s
}
.AT_fourboxes_widget .teaser_desc{
    line-height:18px;
    padding:0 20px
}
.sidebar .AT_fourboxes_widget .teaser_box{
    width:auto
}
.footer_widgets .AT_fourboxes_widget .teaser_box{
    background:0 0;
    width:auto
}
.widget_flickr{
    margin:10px 0 0;
    position:relative
}
.widget_flickr .flickr_badge_image{
    float:left;
    margin:0 10px 10px 0
}
.widget_flickr .flickr_badge_image img{
    opacity:1;
    transition:opacity .2s ease-in-out 0s;
    height:65px;
    width:65px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
.widget_flickr .flickr_badge_image img:hover{
    opacity:.7
}
.sidebar .widget_flickr .flickr_badge_image:nth-child(3n+1){
    margin-right:0
}
.footer_widgets .widget_flickr .flickr_badge_image img{
    height:60px;
    width:60px
}
.AT_home_food_widget .home-food-wrap{
    position:relative;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px
}
.AT_home_food_widget .home-food-wrap .home-food-media img,.AT_home_food_widget .home-food-wrap .home-food-media .video-container,.AT_home_food_widget .home-food-wrap .home-food-media .slides{
    -webkit-border-radius:12px 0px 0px 12px;
    -moz-border-radius:12px 0px 0px 12px;
    -o-border-radius:12px 0px 0px 12px;
    border-radius:12px 0 0 12px;
    overflow:hidden
}
h3.home-food-title{
    padding:14px 5px 0 45px;
    margin-bottom:8px
}
.home-food-excerpt{
    padding:8px 25px 14px 45px
}
.home-food-excerpt p{
    padding:0;
    margin:0
}
.home-food-badge{
    border-top-width:3px;
    border-top-style:dotted;
    padding:10px 0;
    position:relative
}
.home-food-price{
    border-top-width:3px;
    border-top-style:dotted
}
.AT_home_food_widget .home-food-badge-text,.AT_home_food_widget .home-food-widget-price-text{
    width:auto;
    line-height:18px;
    padding-top:5px
}
.home-gallery-wrap{
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    position:relative
}
.AT_home_gallery_widget .widget_title_ribbon{
    left:16px;
    width:32px
}
.AT_home_gallery_widget .widget_title_ribbon:after{
    border-width:0 16px 8px;
    bottom:-8px
}
.home-gallery-content{
    float:left;
    width:376px
}
.home-gallery-title{
    padding:13px 10px 0 65px;
    margin-bottom:6px
}
.home-gallery-excerpt{
    padding:0 15px 15px 65px
}
.home-gallery-excerpt p{
    margin-bottom:0
}
.home-gallery-image-row{
    width:564px;
    float:left
}
.home-gallery-image{
    position:relative;
    float:left;
    width:141px;
    height:141px
}
.home-gallery-image-row .home-gallery-image:nth-child(4) img{
    -webkit-border-radius:0px 12px 12px 0px;
    -moz-border-radius:0px 12px 12px 0px;
    -o-border-radius:0px 12px 12px 0px;
    border-radius:0 12px 12px 0
}
.home-gallery-image-row .home-gallery-image:nth-child(4) img:hover{
    -webkit-border-radius:0px 12px 12px 0px;
    -moz-border-radius:0px 12px 12px 0px;
    -o-border-radius:0px 12px 12px 0px;
    border-radius:0 12px 12px 0
}
.home_widgets .widget.AT_boxes_widget{
    position:relative;
    padding-bottom:0
}
.AT_boxes_widget .home-special-boxes{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:30px
}
.AT_boxes_widget .home-special-boxes{
    animation-duration:1.5s;
    animation-name:slideup
}
.AT_boxes_widget .food-menu-widget-thumbnail img,.AT_boxes_widget .food-menu-widget-thumbnail:hover img{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0
}
@keyframes slideup{
    from{
        margin-top:160px
    }
    to{
        margin-top:0
    }
}
.AT_boxes_widget .home-special-boxes.food-menu-widget{
    position:inherit;
    overflow:inherit
}
.AT_boxes_widget .widget_title{
    z-index:10;
    border:none;
    margin-bottom:0;
    padding:10px 5px 8px 0;
    height:45px
}
.AT_boxes_widget .widget_title_ribbon{
    left:16px;
    width:32px
}
.AT_boxes_widget .widget_title_ribbon:after{
    border-width:0 16px 8px;
    bottom:-8px
}
.AT_boxes_widget .widget_title_ribbon_style2:after{
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-width:8px 16px 8px;
    bottom:-16px
}
.AT_boxes_widget .widget_title_ribbon_none{
    background:0 0;
    padding-top:17px
}
.AT_boxes_widget .widget_title_ribbon_none:after{
    border:none
}
.widget_title_ribbon_twelve_point_star{
    height:36px;
    width:36px;
    position:absolute;
    z-index:-1;
    left:14px;
    top:5px
}
.widget_title_ribbon_twelve_point_star:before{
    height:36px;
    width:36px;
    content:"";
    position:absolute;
    -moz-transform:rotate(deg);
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    -o-transform:rotate(30deg);
    transform:rotate(30deg)
}
.widget_title_ribbon_twelve_point_star:after{
    height:36px;
    width:36px;
    content:"";
    position:absolute;
    -moz-transform:rotate(-30deg);
    -webkit-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
    transform:rotate(-30deg)
}
.AT_boxes_widget h3.widget_title_text{
    padding-left:65px
}
.AT_boxes_widget .widget_title_ribbon_none h3.widget_title_text{
    padding-left:70px
}
.home-special-boxes-post-title-and-detail{
    padding-top:12px;
    position:relative
}
.home-special-boxes-post-title-text{
    border-left-width:4px;
    border-left-style:solid;
    padding-left:14px;
    margin-bottom:8px
}
.home-special-boxes-post-detial{
    padding:0 20px 20px
}
.home-special-boxes-post-detial p{
    padding:0;
    margin:0
}
.AT_boxes_widget .food-menu-title-and-price{
    padding-top:16px
}
.AT_boxes_widget .food-menu-widget-title{
    margin-top:0;
    padding-top:0
}
.home-special-boxes-content-text{
    padding:20px
}
.home-special-boxes-html-unwrapped-text{
    background:0 0 !important;
    box-shadow:none !important
}
.AT_stunning_text_widget .home-stunning-text-wrap{
    position:relative
}
.AT_stunning_text_widget .widget_title_ribbon{
    left:16px;
    width:32px
}
.AT_stunning_text_widget .widget_title_ribbon:after{
    border-width:0 16px 8px;
    bottom:-8px
}
.AT_stunning_text_widget .home-stunning-text-area{
    padding:40px 9% 42px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px
}
.AT_stunning_text_widget .home-stunning-text-area .home-stunning-text-button{
    display:none
}
.AT_stunning_text_widget .home-stunning-text-area.button-enable{
    padding-right:24%
}
.AT_stunning_text_widget .home-stunning-text-area.button-enable .home-stunning-text-button{
    display:inline-block
}
.AT_stunning_text_widget .home-stunning-text-button{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    height:42px;
    line-height:42px;
    margin-top:-16px;
    padding:0 21px;
    position:absolute;
    right:42px;
    top:46%
}
.twitter-wrap{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:20px;
    position:relative
}
.twitter-wrap:after{
    border-style:solid;
    border-width:12px 12px 0;
    content:"";
    height:0;
    left:14px;
    bottom:-8px;
    position:absolute;
    width:0;
    z-index:100;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.twitter-wrap:hover:after{
    bottom:-12px
}
.food-menu-widget-thumbnail:hover:after{
    bottom:-1px
}
.tweet-container{
    border-bottom-style:dotted;
    border-bottom-width:3px;
    padding:15px 0 20px
}
.twitter-wrap .tweet-container:last-child{
    border-bottom:none
}
.tweet-user-avatar{
    float:left;
    padding:0 15px
}
.tweet-user-avatar img{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
p.tweet-user-names,.tweet-text,.tweet-time{
    padding:0 15px 0 62px
}
p.tweet-user-names{
    margin:0
}
a.tweet-user-name-text{
    display:none;
    padding:0
}
a.tweet-user-screen-name-text{
    padding:0
}
.tweet-time{
    font-style:italic;
    margin:0
}
.tweet-intents{
    display:none
}
.footer_widgets .tweet-container{
    border-bottom-style:dotted;
    border-bottom-width:1px;
    padding:0 0 15px;
    margin-bottom:15px
}
.footer_widgets .twitter-follow-button{
    display:none
}
.home_widgets .textwidget,.sidebar .textwidget{
    padding:20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
.footer_widgets .textwidget{
    background:0 0
}
#calendar_wrap{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden
}
table#wp-calendar{
    width:100%;
    border:none
}
table#wp-calendar caption{
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -o-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    font-weight:700;
    margin:0 auto;
    padding:10px 0 8px;
    text-transform:uppercase
}
table#wp-calendar td{
    border-left:medium none;
    border-right:medium none;
    padding:5px;
    text-align:center;
    border:none
}
table#wp-calendar thead tr th,table#wp-calendar tfoot tr td{
    border-left:medium none;
    border-right:medium none;
    padding:5px;
    border:none
}
table#wp-calendar tfoot tr td#prev{
    text-align:center
}
table#wp-calendar tfoot tr td#next{
    text-align:center
}
table#wp-calendar thead tr th{
    text-align:center !important
}
.footer_widgets table#wp-calendar caption,.footer_widgets table#wp-calendar thead tr th,.footer_widgets table#wp-calendar tfoot tr td,.footer_widgets table#wp-calendar td{
    background:0 0 !important
}
.tagcloud a{
    display:inline-block;
    margin:3px 12px 3px 0;
    padding:0 5px 0 10px;
    height:24px;
    line-height:24px;
    position:relative
}
.tagcloud a:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.tagcloud a:after{
    border-width:12px;
    top:50%;
    margin-top:-12px
}
.food-menu-widget{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    position:relative;
    margin-bottom:20px
}
.food-menu-widget-thumbnail{
    position:relative;
    display:block
}
.food-menu-widget-thumbnail img,.food-menu-widget-thumbnail:hover img{
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -o-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0 0;
    min-height:50px;
    -moz-backface-visibility:hidden
}
.food-menu-widget-thumbnail:after{
    border-style:solid;
    border-width:0 18px 18px;
    content:"";
    height:0;
    left:16px;
    bottom:-4px;
    position:absolute;
    width:0;
    z-index:100;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.food-menu-widget-thumbnail:hover:after{
    bottom:-1px
}
.food-menu-widget-title{
    padding:12px 0;
    position:relative
}
.food-menu-widget-badge-icon{
    width:30px;
    height:20px;
    line-height:20px;
    -webkit-border-radius:0px 2px 0px 0px;
    -moz-border-radius:0px 2px 0px 0px;
    -o-border-radius:0px 2px 0px 0px;
    border-radius:0 2px 0 0;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:18px;
    position:relative
}
.food-menu-widget-badge-icon:before{
    border-style:solid;
    border-width:8px 0 0 8px;
    content:"";
    display:block;
    float:right;
    height:0;
    right:-8px;
    top:18px;
    position:absolute;
    width:0;
    z-index:11
}
.food-menu-widget-badge-icon:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.food-menu-widget-price{
    padding:12px 0;
    position:relative;
    border-top-width:3px;
    border-top-style:dotted;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -o-border-radius:0px 0px 4px 4px;
    border-radius:0 0 4px 4px
}
.food-menu-widget-money{
    width:30px;
    height:20px;
    line-height:20px;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:20px;
    position:relative
}
.food-menu-widget-money:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.food-menu-widget-money:after{
    border-color:transparent;
    border-width:12px 6px;
    top:50%;
    margin-top:-12px
}
.food-menu-widget-title-text,.food-menu-widget-price-text{
    line-height:15px;
    padding-right:10px;
    padding-left:50px
}
.food-menu-widget-price-text{
    line-height:18px;
    padding-top:5px
}
.sidebar .food-menu-widget-thumbnail img{
    width:220px;
    height:147px
}
.footer_widgets .food-menu-widget{
    background:0 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0
}
.footer_widgets .food-menu-widget-thumbnail img{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden
}
.footer_widgets .food-menu-title-and-price{
    border:none
}
.footer_widgets .food-menu-title-and-price:before{
    border:none
}
.footer_widgets .food-menu-widget-title{
    border:none
}
.footer_widgets .food-menu-widget-price{
    background:0 0;
    border:none;
    padding:0;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -o-border-radius:0px 0px 4px 4px;
    border-radius:0 0 4px 4px
}
.widget_search label.screen-reader-text,.widget_search .widget_title{
    display:none
}
.widget_search #s{
    border:none;
    -webkit-border-radius:3px 0px 0px 3px;
    -moz-border-radius:3px 0px 0px 3px;
    -o-border-radius:3px 0px 0px 3px;
    border-radius:3px 0 0 3px;
    height:24px;
    margin:0;
    padding:4px 10px;
    width:162px;
    float:left;
    z-index:10
}
.input-append .add-on{
    -webkit-border-radius:0px 3px 3px 0px;
    -moz-border-radius:0px 3px 3px 0px;
    -o-border-radius:0px 3px 3px 0px;
    border-radius:0 3px 3px 0;
    text-shadow:none;
    border:none;
    padding:0 8px;
    height:32px;
    line-height:30px;
    font-size:20px;
    color:#fff;
    position:relative;
    z-index:11
}
.input-append .add-on:before{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.input-append .add-on:before{
    border-color:transparent;
    border-right-color:transparent;
    border-width:8px;
    top:50%;
    left:-15px;
    margin-top:-8px
}
.sidebar .widget_search h3.widget-title{
    display:none
}
.footer_widgets .widget_search #s{
    background:#fff
}
.footer_widgets .span4 .widget_search #s{
    width:220px
}
.recent-post{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:16px
}
.recent-post-thumbnail{
    float:left;
    width:90px;
    height:60px;
    position:relative;
    display:block
}
.recent-post-thumbnail img{
    -webkit-border-radius:4px 0px 0px 4px;
    -moz-border-radius:4px 0px 0px 4px;
    -o-border-radius:4px 0px 0px 4px;
    border-radius:4px 0 0 4px;
    width:90px;
    height:60px
}
.recent-post-thumbnail:after{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.recent-post-thumbnail:after{
    border-color:transparent;
    border-width:14px;
    top:10px;
    right:-4px
}
.recent-post:hover .recent-post-thumbnail:after{
    right:-1px
}
.recent-post-title{
    width:114px;
    float:right;
    padding:6px 5px 4px 2px;
    line-height:14px
}
.recent-post-title.no-thumbnail{
    float:none;
    text-align:left;
    padding:6px 8px;
    width:auto
}
.recent-post-published{
    margin-top:5px
}
.footer_widgets .recent-post{
    background:0 0
}
.footer_widgets .recent-post-thumbnail:after{
    border:none
}
.home_widgets .recent-post-title,.footer_widgets .recent-post-title{
    padding:12px;
    width:auto;
    float:left;
    text-align:left
}
.footer_widgets .recent-post-title{
    padding:3px 12px;
    width:56%
}
.footer_widgets .recent-post-title.no-thumbnail{
    width:auto
}
.home_widgets .recent-post-title a,.footer_widgets .recent-post-title a{
    font-weight:700
}
.footer_widgets .recent-post{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0
}
.footer_widgets .recent-post-thumbnail,.footer_widgets .recent-post-thumbnail img,.footer_widgets .recent-post-thumbnail:hover img{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden
}
.AT_opening_hours_widget ul.opening_hours_list{
    margin:0 0 10px
}
.AT_opening_hours_widget ul.opening_hours_list li{
    border-bottom-width:1px;
    border-bottom-style:dotted;
    list-style:none;
    padding:0;
    margin:0;
    clear:both
}
.AT_opening_hours_widget ul.opening_hours_list li span.day,.AT_opening_hours_widget ul.opening_hours_list li span.opening_hours{
    padding:6px 0 4px
}
.AT_opening_hours_widget ul.opening_hours_list li span.day{
    text-align:left;
    float:left;
    display:block
}
.AT_opening_hours_widget ul.opening_hours_list li span.opening_hours{
    text-align:right;
    display:block
}
.home_widgets .AT_opening_hours_widget ul.opening_hours_list{
    padding:10px 15px
}
.home_widgets .AT_opening_hours_widget ul.opening_hours_list li:last-child{
    border-bottom:none
}
.sidebar .AT_opening_hours_widget ul.opening_hours_list{
    padding:2px 10px
}
.sidebar .AT_opening_hours_widget ul.opening_hours_list li:last-child{
    border-bottom:none
}
.at-shortcodes-code{
    margin-bottom:20px;
    width:100%
}
.one_half{
    width:48%
}
.one_third{
    width:30.66%
}
.two_third{
    width:65.33%
}
.one_fourth{
    width:22%
}
.three_fourth{
    width:74%
}
.one_fifth{
    width:16.8%
}
.two_fifth{
    width:37.6%
}
.three_fifth{
    width:58.4%
}
.four_fifth{
    width:67.2%
}
.one_sixth{
    width:13.33%
}
.five_sixth{
    width:82.67%
}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
    float:left;
    margin-right:4%;
    position:relative
}
.one_half.last,.one_third.last,.two_third.last,.three_fourth.last,.one_fourth.last,.one_fifth.last,.two_fifth.last,.three_fifth.last,.four_fifth.last,.one_sixth.last,.five_sixth.last{
    clear:right;
    margin-right:0 !important
}
.clearboth{
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    width:100%
}
.divider{
    border-bottom-width:1px;
    border-bottom-style:solid;
    clear:both;
    display:block;
    height:0;
    margin:30px 0
}
.divider.solid{
    border-bottom-width:3px;
    border-bottom-style:solid
}
.divider.light-solid{
    border-bottom-width:1px;
    border-bottom-style:solid
}
.divider.dashed{
    border-bottom-width:3px;
    border-bottom-style:dashed
}
.divider.light-dashed{
    border-bottom-width:1px;
    border-bottom-style:dashed
}
.divider.dotted{
    border-bottom-width:3px;
    border-bottom-style:dotted
}
.divider.light-dotted{
    border-bottom-width:1px;
    border-bottom-style:dotted
}
.divider.double{
    border-bottom-width:3px;
    border-bottom-style:double
}
.divider.gallery-divider{
    border-bottom:4px dotted #1b1b1b;
    margin:30px 0 30px 20px;
    width:auto
}
ul.list-style-short-code{
    margin:0 0 15px
}
ul.list-style-short-code li{
    list-style:none
}
ul.list-style-short-code li i{
    margin-right:7px
}
blockquote{
    padding:10px 20px 10px 40px;
    margin:10px 10px 20px 20px;
    border-left-style:solid;
    border-left-width:5px;
    font-style:italic
}
blockquote p{
    margin:0 !important;
    line-height:1.4
}
.pullquote_wrapper{
    width:220px;
    border-left-style:solid;
    border-left-width:5px;
    line-height:1.4
}
.pullquote_wrapper.left{
    float:left;
    padding:10px 10px 12px 40px
}
.pullquote_wrapper.right{
    float:right;
    border-left:none;
    border-right-style:solid;
    border-right-width:5px;
    padding:10px 40px 12px 15px;
    text-align:right
}
.blockquote_wraaper{
    width:100%
}
.box_wrapper{
    margin-bottom:20px
}
.btn-at-blue{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#006dcc;
    *background-color:#04c;
    background-image:-moz-linear-gradient(top,#08c,#04c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image:-webkit-linear-gradient(top,#08c,#04c);
    background-image:-o-linear-gradient(top,#08c,#04c);
    background-image:linear-gradient(to bottom,#08c,#04c);
    background-repeat:repeat-x;
    border-color:#04c #04c #002a80;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-blue:hover{
    color:#fff;
    background-color:#04c;
    *background-color:#003bb3;
}
.btn-at-yellow{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#faa732;
    *background-color:#f89406;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-yellow:hover{
    color:#fff;
    background-color:#f89406;
    *background-color:#df8505;
}
.btn-at-yellow:active,.btn-at-orange.active{
    background-color:#c67605 \9
}
.btn-at-brown{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#7f4736;
    background-image:-moz-linear-gradient(top,#843d13,#48230c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#843d13),to(#48230c));
    background-image:-webkit-linear-gradient(top,#843d13,#48230c);
    background-image:-o-linear-gradient(top,#843d13,#48230c);
    background-image:linear-gradient(to bottom,#843d13,#48230c);
    background-repeat:repeat-x;
    border-color:#48230c;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-brown:hover{
    color:#fff;
    background-color:#48230c
}
.btn-at-violet{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#5d478b;
    background-image:-moz-linear-gradient(top,#8771b6,#5d478b);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#8771b6),to(#5d478b));
    background-image:-webkit-linear-gradient(top,#8771b6,#5d478b);
    background-image:-o-linear-gradient(top,#8771b6,#5d478b);
    background-image:linear-gradient(to bottom,#8771b6,#5d478b);
    background-repeat:repeat-x;
    border-color:#422d6d;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-violet:hover{
    color:#fff;
    background-color:#5d478b
}
.btn-at-orange{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#f27f0c;
    background-image:-moz-linear-gradient(top,#f27f0c,#db740c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f27f0c),to(#db740c));
    background-image:-webkit-linear-gradient(top,#f27f0c,#db740c);
    background-image:-o-linear-gradient(top,#f27f0c,#db740c);
    background-image:linear-gradient(to bottom,#f27f0c,#db740c);
    background-repeat:repeat-x;
    border-color:#cd6a06;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-orange:hover{
    color:#fff;
    background-color:#db740c
}
.btn-at-grey{
    color:#fff;
    text-shadow:0 -1px 0 #474747;
    background-color:#696969;
    background-image:-moz-linear-gradient(top,#939393,#696969);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#939393),to(#696969));
    background-image:-webkit-linear-gradient(top,#939393,#696969);
    background-image:-o-linear-gradient(top,#939393,#696969);
    background-image:linear-gradient(to bottom,#939393,#696969);
    background-repeat:repeat-x;
    border-color:#474747;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)
}
.btn-at-grey:hover{
    color:#fff;
    background-color:#696969
}
.btn-at-red{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#da4f49;
    *background-color:#bd362f;
    background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat:repeat-x;
    border-color:#bd362f #bd362f #802420;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-red:hover{
    color:#fff;
    background-color:#bd362f;
    *background-color:#a9302a;
}
.btn-at-red:active,.btn-at-red.active{
    background-color:#942a25 \9
}
.btn-at-green{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#5bb75b;
    *background-color:#51a351;
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(to bottom,#62c462,#51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-green:hover{
    color:#fff;
    background-color:#51a351;
    *background-color:#499249;
}
.btn-at-black{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#363636;
    *background-color:#222;
    background-image:-moz-linear-gradient(top,#444,#222);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image:-webkit-linear-gradient(top,#444,#222);
    background-image:-o-linear-gradient(top,#444,#222);
    background-image:linear-gradient(to bottom,#444,#222);
    background-repeat:repeat-x;
    border-color:#222 #222 #000;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-black:hover{
    color:#fff;
    background-color:#222;
    *background-color:#151515;
}
.btn-at-black:active,.btn-at-black.active{
    background-color:#080808 \9
}
.tabs-hide{
    display:none
}
.tabs-container{
    padding-top:20px
}
.nav-tabs>li{
    margin-right:4px
}
.nav-tabs>li>a{
    border:none
}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{
    border:none
}
.tabs-container-wrapper{
    display:block;
    margin:0 0 20px
}
.accordion-group{
    border-style:solid;
    border-width:1px
}
.accordion-inner{
    border:none;
    padding:2px 15px 13px
}
.toggle_wrapper.style1{
    padding:10px 0
}
.toggle_wrapper.style2{
    padding:14px 18px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:15px 0;
    border-width:1px;
    border-style:solid
}
.toggle{
    margin:0 !important
}
.toggle i.icon-plus-sign,.toggle i.icon-minus-sign{
    margin-right:10px
}
.toggle a{
    text-decoration:none;
    display:block
}
.toggle a:hover{
    text-decoration:none
}
.active{
    background-position:10px center;
    background-repeat:no-repeat
}
.toggle_container{
    overflow:hidden;
    padding:10px 0 0
}
.toggle_wrapper.style1 .toggle_container{
    border-top-width:1px;
    border-top-style:solid;
    margin-top:5px
}
#jquery-overlay{
    position:absolute;
    top:0;
    left:0;
    z-index:120;
    width:100%;
    height:500px
}
#jquery-lightbox{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:130;
    text-align:center;
    line-height:0
}
#jquery-lightbox a img{
    border:none
}
#lightbox-container-image-box{
    position:relative;
    background-color:#fff;
    width:250px;
    height:250px;
    margin:0 auto;
    -webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -o-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0 0
}
#lightbox-container-image{
    padding:10px
}
#lightbox-loading{
    position:absolute;
    top:40%;
    left:0;
    height:25%;
    width:100%;
    text-align:center;
    line-height:0
}
#lightbox-nav{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:10
}
#lightbox-container-image-box>#lightbox-nav{
    left:0
}
#lightbox-nav a{
    outline:none
}
#lightbox-nav-btnPrev,#lightbox-nav-btnNext{
    width:49%;
    height:100%;
    zoom:1;
    display:block
}
#lightbox-nav-btnPrev{
    left:0;
    float:left
}
#lightbox-nav-btnNext{
    right:0;
    float:right
}
#lightbox-container-image-data-box{
    font:10px Verdana,Helvetica,sans-serif;
    background-color:#fff;
    margin:0 auto;
    line-height:1.4em;
    overflow:auto;
    width:100%;
    padding:0 10px 0;
    -webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
    -o-border-radius:0px 0px 5px 5px;
    border-radius:0 0 5px 5px
}
#lightbox-container-image-data{
    padding:0 10px;
    color:#666
}
#lightbox-container-image-data #lightbox-image-details{
    width:70%;
    float:left;
    text-align:left
}
#lightbox-image-details-caption{
    font-weight:700
}
#lightbox-image-details-currentNumber{
    display:block;
    clear:left;
    padding-bottom:1em
}
#lightbox-secNav-btnClose{
    width:66px;
    float:right;
    padding-bottom:.7em
}
.gallery-item{
    margin-bottom:10px
}
.gallery-item dt a{
    display:inline-block
}
.gallery-item img{
    border-width:1px;
    border-style:solid
}
.gallery-caption{
    display:none
}
div.message-box-wrapper{
    border:1px solid;
    display:table;
    margin-bottom:20px;
    padding:20px 0;
    width:100%
}
div.message-box-icon{
    float:left;
    padding-left:20px
}
div.message-box-content{
    float:left;
    padding:0 0 0 20px;
    width:81%
}
div.message-box-content.no-icon{
    padding:0 20px;
    width:92%
}
div.message-box-icon i{
    font-size:32px;
    width:8%
}
div.message-box-icon i.no-icon{
    padding-right:0;
    width:0
}
div.message-box-wrapper.red{
    background-color:#ffdcdd;
    border-color:#e9b9bb;
    color:#713a3c
}
div.message-box-wrapper.red div.message-box-icon i{
    color:#8d4345
}
div.message-box-wrapper.yellow{
    background-color:#ffffe0;
    border-color:#e1db8b;
    color:#4d4d39
}
div.message-box-wrapper.yellow div.message-box-icon i{
    color:#737357
}
div.message-box-wrapper.blue{
    background-color:#c2e1ee;
    border-color:#8ec3d9;
    color:#3d5058
}
div.message-box-wrapper.blue div.message-box-icon i{
    color:#475d66
}
div.message-box-wrapper.green{
    background-color:#e1ffd9;
    border-color:#badeb1;
    color:#435b3d
}
div.message-box-wrapper.green div.message-box-icon i{
    color:#526d4b
}
div.message-box-wrapper.orange{
    background-color:#f27f0c;
    border-color:#db740c;
    color:#fff
}
div.message-box-wrapper.orange div.message-box-icon i{
    color:#eee
}
div.message-box-wrapper.black{
    background-color:#111;
    border-color:#222;
    color:#d1d1d1
}
div.message-box-wrapper.black div.message-box-icon i{
    color:#fff
}
div.message-box-wrapper.gray{
    background-color:#7c7c7c;
    border-color:#4c4c4c;
    color:#ddd
}
div.message-box-wrapper.gray div.message-box-icon i{
    color:#fff
}
.contact{
    clear:both;
    margin-bottom:20px
}
#contact_me ol{
    margin:0;
    padding:0
}
#contact_me ol li{
    list-style:none;
    padding:5px 0
}
#contact_me ol li strong{
    font-weight:400;
    margin-bottom:5px
}
#contact_me ol.forms li input[type=text]{
    width:50%;
    margin:0
}
#contact_me textarea{
    height:165px;
    margin:0;
    max-width:100%;
    width:97%
}
div.contacterror{
    display:none;
    color:#fff;
    padding:0 7px;
    background:#d22134;
    margin-left:2px
}
div.contacterror.name-error{
    width:154px
}
div.contacterror.email-error{
    width:151px
}
div.contacterror.email-valid{
    width:214px
}
div.contacterror.message-error{
    width:167px
}
.contact #contact_success,#reservation_success{
    padding:20px 20px 20px 70px !important;
    border:1px solid #a6a6a6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:10px;
    color:#222;
    background:#fff url(//www.abla.com.au/wp-content/themes/dine-and-drink-child/../dine-and-drink/images/box_icon_success_light.png) no-repeat scroll 15px 15px
}
#reservation_me ol.forms{
    margin:0
}
#reservation_me ol.forms li{
    list-style:none;
    float:left;
    width:50%;
    padding-bottom:16px;
    position:relative
}
.span12.page-fullwidth #reservation_me ol.forms li,.span12.content #reservation_me ol.forms li{
    width:34%
}
.span12.page-fullwidth #reservation_me ol.forms li.textarea,.span12.content #reservation_me ol.forms li.textarea{
    width:100%
}
.span12.page-fullwidth #reservation_me ol.forms li textarea,.span12.content #reservation_me ol.forms li textarea{
    width:97%
}
.span12.page-fullwidth #reservation_me ol.forms li input[type=text],.span12.content #reservation_me ol.forms li input[type=text]{
    width:84%
}
.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3),.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6),.span12.content #reservation_me ol.forms li:nth-child(3),.span12.content #reservation_me ol.forms li:nth-child(6){
    width:29%
}
.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(6) input[type=text]{
    width:100%
}
#reservation_me ol.forms li input[type=text]{
    width:80%;
    margin:0
}
#reservation_me ol.forms li.textarea{
    width:100%
}
#reservation_me ol.forms li textarea{
    width:89.8%
}
#reservation_me ol.forms li textarea{
    height:120px;
    margin-bottom:4px
}
#reservation_me ol.forms li label{
    margin-bottom:2px
}
div.reservationerror{
    display:none;
    color:#fff;
    padding:0 7px;
    background:#d22134;
    margin-left:2px
}
div.reservationerror.name-error{
    width:154px
}
div.reservationerror.phone-error{
    width:205px
}
div.reservationerror.email-error{
    width:151px
}
div.reservationerror.email-valid{
    width:214px
}
div.reservationerror.guest-error{
    width:200px
}
div.reservationerror.date-error{
    width:117px
}
div.reservationerror.time-error{
    width:116px
}
.reservation_loading,.contact_loading{
    float:left;
    width:40px;
    padding:10px
}
.contact-submit.button{
    float:left
}
.ui-datepicker-calendar{
    border-width:1px;
    border-style:solid
}
.ui-datepicker td,.ui-datepicker th{
    padding:0;
    text-align:center
}
.ui-datepicker th{
    padding:4px 0
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    border-width:1px;
    border-style:solid
}
.ui-datepicker .ui-datepicker-header{
    padding:11px 15px;
    position:relative
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{
    height:1.8em;
    position:absolute;
    top:16px;
    width:1.8em;
    width:auto
}
.ui-datepicker .ui-datepicker-prev{
    left:10px
}
.ui-datepicker .ui-datepicker-next{
    right:10px
}
.ui-datepicker .ui-datepicker-title{
    font-weight:400;
    line-height:1.8em;
    margin:0 2.3em;
    text-align:center
}
.ui-datepicker td span,.ui-datepicker td a{
    display:block;
    padding:3px 12px;
    text-align:center;
    text-decoration:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.footer_widgets_before{
    height:7px;
    background-size:10px 12px;
    width:100%;
    background-position:0 7px;
    position:relative;
    top:-47px
}
.footer_widgets.no_footer_widgets,.footer_widgets.no_footer_widgets .footer_widgets_before{
    height:0;
    display:none
}
.footer_widgets{
    position:relative;
    z-index:10;
    width:100%;
    padding:40px 0 35px
}
.footer_widgets.no_footer_widgets{
    padding:0
}
.footer_copyright_before{
    height:7px;
    background-size:10px 12px;
    width:100%;
    background-position:0 7px;
    position:relative;
    top:-11px
}
.footer_copyright{
    padding:4px 0 12px;
    text-align:center;
    position:relative;
    z-index:11
}
/*! * Bootstrap v2.3.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */
 .clearfix{
    *zoom:1;
}
.clearfix:before,.clearfix:after{
    display:table;
    line-height:0;
    content:""
}
.clearfix:after{
    clear:both
}
.hide-text{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.input-block-level{
    display:block;
    width:100%;
    min-height:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
    display:block
}
audio,canvas,video{
    display:inline-block;
    *display:inline;
    *zoom:1;
}
audio:not([controls]){
    display:none
}
html{
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
a:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
a:hover,a:active{
    outline:0
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    width:auto\9;
    height:auto;
    max-width:100%;
    vertical-align:middle;
    border:0;
    -ms-interpolation-mode:bicubic
}
#map_canvas img,.google-maps img{
    max-width:none
}
button,input,select,textarea{
    margin:0;
    font-size:100%;
    vertical-align:middle
}
button,input{
    *overflow:visible;
    line-height:normal
}
button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
    border:0
}
button,html input[type=button],input[type=reset],input[type=submit]{
    cursor:pointer;
    -webkit-appearance:button
}
label,select,button,input[type=button],input[type=reset],input[type=submit],input[type=radio],input[type=checkbox]{
    cursor:pointer
}
input[type=search]{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:textfield
}
input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance:none
}
textarea{
    overflow:auto;
    vertical-align:top
}
@media print{
    *{
        color:#000 !important;
        text-shadow:none !important;
        background:0 0 !important;
        box-shadow:none !important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" (" attr(href) ")"
    }
    abbr[title]:after{
        content:" (" attr(title) ")"
    }
    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{
        content:""
    }
    pre,blockquote{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    tr,img{
        page-break-inside:avoid
    }
    img{
        max-width:100% !important
    }
    @page{
        margin:.5cm
    }
    p,h2,h3{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
}
body{
    margin:0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:20px;
    color:#333;
    background-color:#fff
}
a{
    color:#08c;
    text-decoration:none
}
a:hover,a:focus{
    color:#005580;
    text-decoration:underline
}
.img-rounded{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.img-polaroid{
    padding:4px;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
    box-shadow:0 1px 3px rgba(0,0,0,.1)
}
.img-circle{
    -webkit-border-radius:500px;
    -moz-border-radius:500px;
    border-radius:500px
}
.row{
    margin-left:-20px;
    *zoom:1;
}
.row:before,.row:after{
    display:table;
    line-height:0;
    content:""
}
.row:after{
    clear:both
}
[class*=span]{
    float:left;
    min-height:1px;
    margin-left:20px
}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
    width:940px
}
.span12{
    width:940px
}
.span11{
    width:860px
}
.span10{
    width:780px
}
.span9{
    width:700px
}
.span8{
    width:620px
}
.span7{
    width:540px
}
.span6{
    width:460px
}
.span5{
    width:380px
}
.span4{
    width:300px
}
.span3{
    width:220px
}
.span2{
    width:140px
}
.span1{
    width:60px
}
.offset12{
    margin-left:980px
}
.offset11{
    margin-left:900px
}
.offset10{
    margin-left:820px
}
.offset9{
    margin-left:740px
}
.offset8{
    margin-left:660px
}
.offset7{
    margin-left:580px
}
.offset6{
    margin-left:500px
}
.offset5{
    margin-left:420px
}
.offset4{
    margin-left:340px
}
.offset3{
    margin-left:260px
}
.offset2{
    margin-left:180px
}
.offset1{
    margin-left:100px
}
.row-fluid{
    width:100%;
    *zoom:1;
}
.row-fluid:before,.row-fluid:after{
    display:table;
    line-height:0;
    content:""
}
.row-fluid:after{
    clear:both
}
.row-fluid [class*=span]{
    display:block;
    float:left;
    width:100%;
    min-height:30px;
    margin-left:2.127659574468085%;
    *margin-left:2.074468085106383%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.row-fluid [class*=span]:first-child{
    margin-left:0
}
.row-fluid .controls-row [class*=span]+[class*=span]{
    margin-left:2.127659574468085%
}
.row-fluid .span12{
    width:100%;
    *width:99.94680851063829%;
}
.row-fluid .span11{
    width:91.48936170212765%;
    *width:91.43617021276594%;
}
.row-fluid .span10{
    width:82.97872340425532%;
    *width:82.92553191489361%;
}
.row-fluid .span9{
    width:74.46808510638297%;
    *width:74.41489361702126%;
}
.row-fluid .span8{
    width:65.95744680851064%;
    *width:65.90425531914893%;
}
.row-fluid .span7{
    width:57.44680851063829%;
    *width:57.39361702127659%;
}
.row-fluid .span6{
    width:48.93617021276595%;
    *width:48.88297872340425%;
}
.row-fluid .span5{
    width:40.42553191489362%;
    *width:40.37234042553192%;
}
.row-fluid .span4{
    width:31.914893617021278%;
    *width:31.861702127659576%;
}
.row-fluid .span3{
    width:23.404255319148934%;
    *width:23.351063829787233%;
}
.row-fluid .span2{
    width:14.893617021276595%;
    *width:14.840425531914894%;
}
.row-fluid .span1{
    width:6.382978723404255%;
    *width:6.329787234042553%;
}
.row-fluid .offset12{
    margin-left:104.25531914893617%;
    *margin-left:104.14893617021275%;
}
.row-fluid .offset12:first-child{
    margin-left:102.12765957446808%;
    *margin-left:102.02127659574467%;
}
.row-fluid .offset11{
    margin-left:95.74468085106382%;
    *margin-left:95.6382978723404%;
}
.row-fluid .offset11:first-child{
    margin-left:93.61702127659574%;
    *margin-left:93.51063829787232%;
}
.row-fluid .offset10{
    margin-left:87.23404255319149%;
    *margin-left:87.12765957446807%;
}
.row-fluid .offset10:first-child{
    margin-left:85.1063829787234%;
    *margin-left:84.99999999999999%;
}
.row-fluid .offset9{
    margin-left:78.72340425531914%;
    *margin-left:78.61702127659572%;
}
.row-fluid .offset9:first-child{
    margin-left:76.59574468085106%;
    *margin-left:76.48936170212764%;
}
.row-fluid .offset8{
    margin-left:70.2127659574468%;
    *margin-left:70.10638297872339%;
}
.row-fluid .offset8:first-child{
    margin-left:68.08510638297872%;
    *margin-left:67.9787234042553%;
}
.row-fluid .offset7{
    margin-left:61.70212765957446%;
    *margin-left:61.59574468085106%;
}
.row-fluid .offset7:first-child{
    margin-left:59.574468085106375%;
    *margin-left:59.46808510638297%;
}
.row-fluid .offset6{
    margin-left:53.191489361702125%;
    *margin-left:53.085106382978715%;
}
.row-fluid .offset6:first-child{
    margin-left:51.063829787234035%;
    *margin-left:50.95744680851063%;
}
.row-fluid .offset5{
    margin-left:44.68085106382979%;
    *margin-left:44.57446808510638%;
}
.row-fluid .offset5:first-child{
    margin-left:42.5531914893617%;
    *margin-left:42.4468085106383%;
}
.row-fluid .offset4{
    margin-left:36.170212765957444%;
    *margin-left:36.06382978723405%;
}
.row-fluid .offset4:first-child{
    margin-left:34.04255319148936%;
    *margin-left:33.93617021276596%;
}
.row-fluid .offset3{
    margin-left:27.659574468085104%;
    *margin-left:27.5531914893617%;
}
.row-fluid .offset3:first-child{
    margin-left:25.53191489361702%;
    *margin-left:25.425531914893618%;
}
.row-fluid .offset2{
    margin-left:19.148936170212764%;
    *margin-left:19.04255319148936%;
}
.row-fluid .offset2:first-child{
    margin-left:17.02127659574468%;
    *margin-left:16.914893617021278%;
}
.row-fluid .offset1{
    margin-left:10.638297872340425%;
    *margin-left:10.53191489361702%;
}
.row-fluid .offset1:first-child{
    margin-left:8.51063829787234%;
    *margin-left:8.404255319148938%;
}
[class*=span].hide,.row-fluid [class*=span].hide{
    display:none
}
[class*=span].pull-right,.row-fluid [class*=span].pull-right{
    float:right
}
.container{
    margin-right:auto;
    margin-left:auto;
    *zoom:1;
}
.container:before,.container:after{
    display:table;
    line-height:0;
    content:""
}
.container:after{
    clear:both
}
.container-fluid{
    padding-right:20px;
    padding-left:20px;
    *zoom:1;
}
.container-fluid:before,.container-fluid:after{
    display:table;
    line-height:0;
    content:""
}
.container-fluid:after{
    clear:both
}
p{
    margin:0 0 10px
}
.lead{
    margin-bottom:20px;
    font-size:21px;
    font-weight:200;
    line-height:30px
}
small{
    font-size:85%
}
strong{
    font-weight:700
}
em{
    font-style:italic
}
cite{
    font-style:normal
}
.muted{
    color:#999
}
a.muted:hover,a.muted:focus{
    color:gray
}
.text-warning{
    color:#c09853
}
a.text-warning:hover,a.text-warning:focus{
    color:#a47e3c
}
.text-error{
    color:#b94a48
}
a.text-error:hover,a.text-error:focus{
    color:#953b39
}
.text-info{
    color:#3a87ad
}
a.text-info:hover,a.text-info:focus{
    color:#2d6987
}
.text-success{
    color:#468847
}
a.text-success:hover,a.text-success:focus{
    color:#356635
}
.text-left{
    text-align:left
}
.text-right{
    text-align:right
}
.text-center{
    text-align:center
}
h1,h2,h3,h4,h5,h6{
    margin:10px 0;
    font-family:inherit;
    font-weight:700;
    line-height:20px;
    color:inherit;
    text-rendering:optimizelegibility
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
    font-weight:400;
    line-height:1;
    color:#999
}
h1,h2,h3{
    line-height:40px
}
h1{
    font-size:38.5px
}
h2{
    font-size:31.5px
}
h3{
    font-size:24.5px
}
h4{
    font-size:17.5px
}
h5{
    font-size:14px
}
h6{
    font-size:11.9px
}
h1 small{
    font-size:24.5px
}
h2 small{
    font-size:17.5px
}
h3 small{
    font-size:14px
}
h4 small{
    font-size:14px
}
.page-header{
    padding-bottom:9px;
    margin:20px 0 30px;
    border-bottom:1px solid #eee
}
ul,ol{
    padding:0;
    margin:0 0 10px 25px
}
ul ul,ul ol,ol ol,ol ul{
    margin-bottom:0
}
li{
    line-height:20px
}
ul.unstyled,ol.unstyled{
    margin-left:0;
    list-style:none
}
ul.inline,ol.inline{
    margin-left:0;
    list-style:none
}
ul.inline>li,ol.inline>li{
    display:inline-block;
    *display:inline;
    padding-right:5px;
    padding-left:5px;
    *zoom:1;
}
dl{
    margin-bottom:20px
}
dt,dd{
    line-height:20px
}
dt{
    font-weight:700
}
dd{
    margin-left:10px
}
.dl-horizontal{
    *zoom:1;
}
.dl-horizontal:before,.dl-horizontal:after{
    display:table;
    line-height:0;
    content:""
}
.dl-horizontal:after{
    clear:both
}
.dl-horizontal dt{
    float:left;
    width:160px;
    overflow:hidden;
    clear:left;
    text-align:right;
    text-overflow:ellipsis;
    white-space:nowrap
}
.dl-horizontal dd{
    margin-left:180px
}
hr{
    margin:20px 0;
    border:0;
    border-top:1px solid #eee;
    border-bottom:1px solid #fff
}
abbr[title],abbr[data-original-title]{
    cursor:help;
    border-bottom:1px dotted #999
}
abbr.initialism{
    font-size:90%;
    text-transform:uppercase
}
blockquote{
    padding:0 0 0 15px;
    margin:0 0 20px;
    border-left:5px solid #eee
}
blockquote p{
    margin-bottom:0;
    font-size:17.5px;
    font-weight:300;
    line-height:1.25
}
blockquote small{
    display:block;
    line-height:20px;
    color:#999
}
blockquote small:before{
    content:'\2014 \00A0'
}
blockquote.pull-right{
    float:right;
    padding-right:15px;
    padding-left:0;
    border-right:5px solid #eee;
    border-left:0
}
blockquote.pull-right p,blockquote.pull-right small{
    text-align:right
}
blockquote.pull-right small:before{
    content:''
}
blockquote.pull-right small:after{
    content:'\00A0 \2014'
}
q:before,q:after,blockquote:before,blockquote:after{
    content:""
}
address{
    display:block;
    margin-bottom:20px;
    font-style:normal;
    line-height:20px
}
code,pre{
    padding:0 3px 2px;
    font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size:12px;
    color:#333;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
code{
    padding:2px 4px;
    color:#d14;
    white-space:nowrap;
    background-color:#f7f7f9;
    border:1px solid #e1e1e8
}
pre{
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:20px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:pre;
    white-space:pre-wrap;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
pre.prettyprint{
    margin-bottom:20px
}
pre code{
    padding:0;
    color:inherit;
    white-space:pre;
    white-space:pre-wrap;
    background-color:transparent;
    border:0
}
.pre-scrollable{
    max-height:340px;
    overflow-y:scroll
}
form{
    margin:0 0 20px
}
fieldset{
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    font-size:21px;
    line-height:40px;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}
legend small{
    font-size:15px;
    color:#999
}
label,input,button,select,textarea{
    font-size:14px;
    font-weight:400;
    line-height:20px
}
input,button,select,textarea{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}
label{
    display:block;
    margin-bottom:5px
}
select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input{
    display:inline-block;
    height:20px;
    padding:4px 6px;
    margin-bottom:10px;
    font-size:14px;
    line-height:20px;
    color:#555;
    vertical-align:middle;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
input,textarea,.uneditable-input{
    width:206px
}
textarea{
    height:auto
}
textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input{
    background-color:#fff;
    border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border linear .2s,box-shadow linear .2s;
    -moz-transition:border linear .2s,box-shadow linear .2s;
    -o-transition:border linear .2s,box-shadow linear .2s;
    transition:border linear .2s,box-shadow linear .2s
}
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,.uneditable-input:focus{
    border-color:rgba(82,168,236,.8);
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}
input[type=radio],input[type=checkbox]{
    margin:4px 0 0;
    margin-top:1px \9;
    *margin-top:0;
    line-height:normal
}
input[type=file],input[type=image],input[type=submit],input[type=reset],input[type=button],input[type=radio],input[type=checkbox]{
    width:auto
}
select,input[type=file]{
    height:30px;
    *margin-top:4px;
    line-height:30px
}
select{
    width:220px;
    background-color:#fff;
    border:1px solid #ccc
}
select[multiple],select[size]{
    height:auto
}
select:focus,input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.uneditable-input,.uneditable-textarea{
    color:#999;
    cursor:not-allowed;
    background-color:#fcfcfc;
    border-color:#ccc;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.025);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.025)
}
.uneditable-input{
    overflow:hidden;
    white-space:nowrap
}
.uneditable-textarea{
    width:auto;
    height:auto
}
input:-moz-placeholder,textarea:-moz-placeholder{
    color:#999
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#999
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999
}
.radio,.checkbox{
    min-height:20px;
    padding-left:20px
}
.radio input[type=radio],.checkbox input[type=checkbox]{
    float:left;
    margin-left:-20px
}
.controls>.radio:first-child,.controls>.checkbox:first-child{
    padding-top:5px
}
.radio.inline,.checkbox.inline{
    display:inline-block;
    padding-top:5px;
    margin-bottom:0;
    vertical-align:middle
}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{
    margin-left:10px
}
.input-mini{
    width:60px
}
.input-small{
    width:90px
}
.input-medium{
    width:150px
}
.input-large{
    width:210px
}
.input-xlarge{
    width:270px
}
.input-xxlarge{
    width:530px
}
input[class*=span],select[class*=span],textarea[class*=span],.uneditable-input[class*=span],.row-fluid input[class*=span],.row-fluid select[class*=span],.row-fluid textarea[class*=span],.row-fluid .uneditable-input[class*=span]{
    float:none;
    margin-left:0
}
.input-append input[class*=span],.input-append .uneditable-input[class*=span],.input-prepend input[class*=span],.input-prepend .uneditable-input[class*=span],.row-fluid input[class*=span],.row-fluid select[class*=span],.row-fluid textarea[class*=span],.row-fluid .uneditable-input[class*=span],.row-fluid .input-prepend [class*=span],.row-fluid .input-append [class*=span]{
    display:inline-block
}
input,textarea,.uneditable-input{
    margin-left:0
}
.controls-row [class*=span]+[class*=span]{
    margin-left:20px
}
input.span12,textarea.span12,.uneditable-input.span12{
    width:926px
}
input.span11,textarea.span11,.uneditable-input.span11{
    width:846px
}
input.span10,textarea.span10,.uneditable-input.span10{
    width:766px
}
input.span9,textarea.span9,.uneditable-input.span9{
    width:686px
}
input.span8,textarea.span8,.uneditable-input.span8{
    width:606px
}
input.span7,textarea.span7,.uneditable-input.span7{
    width:526px
}
input.span6,textarea.span6,.uneditable-input.span6{
    width:446px
}
input.span5,textarea.span5,.uneditable-input.span5{
    width:366px
}
input.span4,textarea.span4,.uneditable-input.span4{
    width:286px
}
input.span3,textarea.span3,.uneditable-input.span3{
    width:206px
}
input.span2,textarea.span2,.uneditable-input.span2{
    width:126px
}
input.span1,textarea.span1,.uneditable-input.span1{
    width:46px
}
.controls-row{
    *zoom:1;
}
.controls-row:before,.controls-row:after{
    display:table;
    line-height:0;
    content:""
}
.controls-row:after{
    clear:both
}
.controls-row [class*=span],.row-fluid .controls-row [class*=span]{
    float:left
}
.controls-row .checkbox[class*=span],.controls-row .radio[class*=span]{
    padding-top:5px
}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{
    cursor:not-allowed;
    background-color:#eee
}
input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio][readonly],input[type=checkbox][readonly]{
    background-color:transparent
}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{
    color:#c09853
}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
    color:#c09853
}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{
    border-color:#c09853;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{
    border-color:#a47e3c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{
    color:#c09853;
    background-color:#fcf8e3;
    border-color:#c09853
}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{
    color:#b94a48
}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{
    color:#b94a48
}
.control-group.error input,.control-group.error select,.control-group.error textarea{
    border-color:#b94a48;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{
    border-color:#953b39;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{
    color:#b94a48;
    background-color:#f2dede;
    border-color:#b94a48
}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{
    color:#468847
}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{
    color:#468847
}
.control-group.success input,.control-group.success select,.control-group.success textarea{
    border-color:#468847;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{
    border-color:#356635;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{
    color:#468847;
    background-color:#dff0d8;
    border-color:#468847
}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{
    color:#3a87ad
}
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{
    color:#3a87ad
}
.control-group.info input,.control-group.info select,.control-group.info textarea{
    border-color:#3a87ad;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{
    border-color:#2d6987;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{
    color:#3a87ad;
    background-color:#d9edf7;
    border-color:#3a87ad
}
input:focus:invalid,textarea:focus:invalid,select:focus:invalid{
    color:#b94a48;
    border-color:#ee5f5b
}
input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{
    border-color:#e9322d;
    -webkit-box-shadow:0 0 6px #f8b9b7;
    -moz-box-shadow:0 0 6px #f8b9b7;
    box-shadow:0 0 6px #f8b9b7
}
.form-actions{
    padding:19px 20px 20px;
    margin-top:20px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border-top:1px solid #e5e5e5;
    *zoom:1;
}
.form-actions:before,.form-actions:after{
    display:table;
    line-height:0;
    content:""
}
.form-actions:after{
    clear:both
}
.help-block,.help-inline{
    color:#595959
}
.help-block{
    display:block;
    margin-bottom:10px
}
.help-inline{
    display:inline-block;
    *display:inline;
    padding-left:5px;
    vertical-align:middle;
    *zoom:1;
}
.input-append,.input-prepend{
    display:inline-block;
    margin-bottom:10px;
    font-size:0;
    white-space:nowrap;
    vertical-align:middle
}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{
    font-size:14px
}
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{
    position:relative;
    margin-bottom:0;
    *margin-left:0;
    vertical-align:top;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{
    z-index:2
}
.input-append .add-on,.input-prepend .add-on{
    display:inline-block;
    width:auto;
    height:20px;
    min-width:16px;
    padding:4px 5px;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    text-align:center;
    text-shadow:0 1px 0 #fff;
    background-color:#eee;
    border:1px solid #ccc
}
.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{
    vertical-align:top;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.input-append .active,.input-prepend .active{
    background-color:#a9dba9;
    border-color:#46a546
}
.input-prepend .add-on,.input-prepend .btn{
    margin-right:-1px
}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.input-append input,.input-append select,.input-append .uneditable-input{
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-append .add-on,.input-append .btn,.input-append .btn-group{
    margin-left:-1px
}
.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{
    margin-right:-1px;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{
    margin-left:-1px;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.input-prepend.input-append .btn-group:first-child{
    margin-left:0
}
input.search-query{
    padding-right:14px;
    padding-right:4px \9;
    padding-left:14px;
    padding-left:4px \9;
    margin-bottom:0;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px
}
.form-search .input-append .search-query,.form-search .input-prepend .search-query{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.form-search .input-append .search-query{
    -webkit-border-radius:14px 0 0 14px;
    -moz-border-radius:14px 0 0 14px;
    border-radius:14px 0 0 14px
}
.form-search .input-append .btn{
    -webkit-border-radius:0 14px 14px 0;
    -moz-border-radius:0 14px 14px 0;
    border-radius:0 14px 14px 0
}
.form-search .input-prepend .search-query{
    -webkit-border-radius:0 14px 14px 0;
    -moz-border-radius:0 14px 14px 0;
    border-radius:0 14px 14px 0
}
.form-search .input-prepend .btn{
    -webkit-border-radius:14px 0 0 14px;
    -moz-border-radius:14px 0 0 14px;
    border-radius:14px 0 0 14px
}
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{
    display:inline-block;
    *display:inline;
    margin-bottom:0;
    vertical-align:middle;
    *zoom:1;
}
.form-search .hide,.form-inline .hide,.form-horizontal .hide{
    display:none
}
.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{
    display:inline-block
}
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{
    margin-bottom:0
}
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{
    padding-left:0;
    margin-bottom:0;
    vertical-align:middle
}
.form-search .radio input[type=radio],.form-search .checkbox input[type=checkbox],.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{
    float:left;
    margin-right:3px;
    margin-left:0
}
.control-group{
    margin-bottom:10px
}
legend+.control-group{
    margin-top:20px;
    -webkit-margin-top-collapse:separate
}
.form-horizontal .control-group{
    margin-bottom:20px;
    *zoom:1;
}
.form-horizontal .control-group:before,.form-horizontal .control-group:after{
    display:table;
    line-height:0;
    content:""
}
.form-horizontal .control-group:after{
    clear:both
}
.form-horizontal .control-label{
    float:left;
    width:160px;
    padding-top:5px;
    text-align:right
}
.form-horizontal .controls{
    *display:inline-block;
    *padding-left:20px;
    margin-left:180px;
    *margin-left:0;
}
.form-horizontal .controls:first-child{
    *padding-left:180px;
}
.form-horizontal .help-block{
    margin-bottom:0
}
.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{
    margin-top:10px
}
.form-horizontal .form-actions{
    padding-left:180px
}
table{
    max-width:100%;
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0
}
.table{
    width:100%;
    margin-bottom:20px
}
.table th,.table td{
    padding:8px;
    line-height:20px;
    text-align:left;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table th{
    font-weight:700
}
.table thead th{
    vertical-align:bottom
}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{
    border-top:0
}
.table tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed th,.table-condensed td{
    padding:4px 5px
}
.table-bordered{
    border:1px solid #ddd;
    border-collapse:separate;
    *border-collapse:collapse;
    border-left:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.table-bordered th,.table-bordered td{
    border-left:1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{
    border-top:0
}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topleft:4px
}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-radius-topright:4px
}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px
}
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{
    -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius:0;
    -moz-border-radius-bottomleft:0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{
    -webkit-border-bottom-right-radius:0;
    border-bottom-right-radius:0;
    -moz-border-radius-bottomright:0
}
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topleft:4px
}
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-radius-topright:4px
}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{
    background-color:#f9f9f9
}
.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{
    background-color:#f5f5f5
}
table td[class*=span],table th[class*=span],.row-fluid table td[class*=span],.row-fluid table th[class*=span]{
    display:table-cell;
    float:none;
    margin-left:0
}
.table td.span1,.table th.span1{
    float:none;
    width:44px;
    margin-left:0
}
.table td.span2,.table th.span2{
    float:none;
    width:124px;
    margin-left:0
}
.table td.span3,.table th.span3{
    float:none;
    width:204px;
    margin-left:0
}
.table td.span4,.table th.span4{
    float:none;
    width:284px;
    margin-left:0
}
.table td.span5,.table th.span5{
    float:none;
    width:364px;
    margin-left:0
}
.table td.span6,.table th.span6{
    float:none;
    width:444px;
    margin-left:0
}
.table td.span7,.table th.span7{
    float:none;
    width:524px;
    margin-left:0
}
.table td.span8,.table th.span8{
    float:none;
    width:604px;
    margin-left:0
}
.table td.span9,.table th.span9{
    float:none;
    width:684px;
    margin-left:0
}
.table td.span10,.table th.span10{
    float:none;
    width:764px;
    margin-left:0
}
.table td.span11,.table th.span11{
    float:none;
    width:844px;
    margin-left:0
}
.table td.span12,.table th.span12{
    float:none;
    width:924px;
    margin-left:0
}
.table tbody tr.success>td{
    background-color:#dff0d8
}
.table tbody tr.error>td{
    background-color:#f2dede
}
.table tbody tr.warning>td{
    background-color:#fcf8e3
}
.table tbody tr.info>td{
    background-color:#d9edf7
}
.table-hover tbody tr.success:hover>td{
    background-color:#d0e9c6
}
.table-hover tbody tr.error:hover>td{
    background-color:#ebcccc
}
.table-hover tbody tr.warning:hover>td{
    background-color:#faf2cc
}
.table-hover tbody tr.info:hover>td{
    background-color:#c4e3f3
}
[class^=icon-],[class*=" icon-"]{
    display:inline-block;
    width:14px;
    height:14px;
    margin-top:1px;
    *margin-right:.3em;
    line-height:14px;
    vertical-align:text-top;
    background-image:url(//www.abla.com.au/wp-content/themes/dine-and-drink-child/../dine-and-drink/bootstrap/css/../img/glyphicons-halflings.png);
    background-position:14px 14px;
    background-repeat:no-repeat
}
.icon-white,.nav-pills>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-menu>li>a:focus>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.dropdown-submenu:focus>a>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{
    background-image:url(//www.abla.com.au/wp-content/themes/dine-and-drink-child/../dine-and-drink/bootstrap/css/../img/glyphicons-halflings-white.png)
}
.icon-glass{
    background-position:0 0
}
.icon-music{
    background-position:-24px 0
}
.icon-search{
    background-position:-48px 0
}
.icon-envelope{
    background-position:-72px 0
}
.icon-heart{
    background-position:-96px 0
}
.icon-star{
    background-position:-120px 0
}
.icon-star-empty{
    background-position:-144px 0
}
.icon-user{
    background-position:-168px 0
}
.icon-film{
    background-position:-192px 0
}
.icon-th-large{
    background-position:-216px 0
}
.icon-th{
    background-position:-240px 0
}
.icon-th-list{
    background-position:-264px 0
}
.icon-ok{
    background-position:-288px 0
}
.icon-remove{
    background-position:-312px 0
}
.icon-zoom-in{
    background-position:-336px 0
}
.icon-zoom-out{
    background-position:-360px 0
}
.icon-off{
    background-position:-384px 0
}
.icon-signal{
    background-position:-408px 0
}
.icon-cog{
    background-position:-432px 0
}
.icon-trash{
    background-position:-456px 0
}
.icon-home{
    background-position:0 -24px
}
.icon-file{
    background-position:-24px -24px
}
.icon-time{
    background-position:-48px -24px
}
.icon-road{
    background-position:-72px -24px
}
.icon-download-alt{
    background-position:-96px -24px
}
.icon-download{
    background-position:-120px -24px
}
.icon-upload{
    background-position:-144px -24px
}
.icon-inbox{
    background-position:-168px -24px
}
.icon-play-circle{
    background-position:-192px -24px
}
.icon-repeat{
    background-position:-216px -24px
}
.icon-refresh{
    background-position:-240px -24px
}
.icon-list-alt{
    background-position:-264px -24px
}
.icon-lock{
    background-position:-287px -24px
}
.icon-flag{
    background-position:-312px -24px
}
.icon-headphones{
    background-position:-336px -24px
}
.icon-volume-off{
    background-position:-360px -24px
}
.icon-volume-down{
    background-position:-384px -24px
}
.icon-volume-up{
    background-position:-408px -24px
}
.icon-qrcode{
    background-position:-432px -24px
}
.icon-barcode{
    background-position:-456px -24px
}
.icon-tag{
    background-position:0 -48px
}
.icon-tags{
    background-position:-25px -48px
}
.icon-book{
    background-position:-48px -48px
}
.icon-bookmark{
    background-position:-72px -48px
}
.icon-print{
    background-position:-96px -48px
}
.icon-camera{
    background-position:-120px -48px
}
.icon-font{
    background-position:-144px -48px
}
.icon-bold{
    background-position:-167px -48px
}
.icon-italic{
    background-position:-192px -48px
}
.icon-text-height{
    background-position:-216px -48px
}
.icon-text-width{
    background-position:-240px -48px
}
.icon-align-left{
    background-position:-264px -48px
}
.icon-align-center{
    background-position:-288px -48px
}
.icon-align-right{
    background-position:-312px -48px
}
.icon-align-justify{
    background-position:-336px -48px
}
.icon-list{
    background-position:-360px -48px
}
.icon-indent-left{
    background-position:-384px -48px
}
.icon-indent-right{
    background-position:-408px -48px
}
.icon-facetime-video{
    background-position:-432px -48px
}
.icon-picture{
    background-position:-456px -48px
}
.icon-pencil{
    background-position:0 -72px
}
.icon-map-marker{
    background-position:-24px -72px
}
.icon-adjust{
    background-position:-48px -72px
}
.icon-tint{
    background-position:-72px -72px
}
.icon-edit{
    background-position:-96px -72px
}
.icon-share{
    background-position:-120px -72px
}
.icon-check{
    background-position:-144px -72px
}
.icon-move{
    background-position:-168px -72px
}
.icon-step-backward{
    background-position:-192px -72px
}
.icon-fast-backward{
    background-position:-216px -72px
}
.icon-backward{
    background-position:-240px -72px
}
.icon-play{
    background-position:-264px -72px
}
.icon-pause{
    background-position:-288px -72px
}
.icon-stop{
    background-position:-312px -72px
}
.icon-forward{
    background-position:-336px -72px
}
.icon-fast-forward{
    background-position:-360px -72px
}
.icon-step-forward{
    background-position:-384px -72px
}
.icon-eject{
    background-position:-408px -72px
}
.icon-chevron-left{
    background-position:-432px -72px
}
.icon-chevron-right{
    background-position:-456px -72px
}
.icon-plus-sign{
    background-position:0 -96px
}
.icon-minus-sign{
    background-position:-24px -96px
}
.icon-remove-sign{
    background-position:-48px -96px
}
.icon-ok-sign{
    background-position:-72px -96px
}
.icon-question-sign{
    background-position:-96px -96px
}
.icon-info-sign{
    background-position:-120px -96px
}
.icon-screenshot{
    background-position:-144px -96px
}
.icon-remove-circle{
    background-position:-168px -96px
}
.icon-ok-circle{
    background-position:-192px -96px
}
.icon-ban-circle{
    background-position:-216px -96px
}
.icon-arrow-left{
    background-position:-240px -96px
}
.icon-arrow-right{
    background-position:-264px -96px
}
.icon-arrow-up{
    background-position:-289px -96px
}
.icon-arrow-down{
    background-position:-312px -96px
}
.icon-share-alt{
    background-position:-336px -96px
}
.icon-resize-full{
    background-position:-360px -96px
}
.icon-resize-small{
    background-position:-384px -96px
}
.icon-plus{
    background-position:-408px -96px
}
.icon-minus{
    background-position:-433px -96px
}
.icon-asterisk{
    background-position:-456px -96px
}
.icon-exclamation-sign{
    background-position:0 -120px
}
.icon-gift{
    background-position:-24px -120px
}
.icon-leaf{
    background-position:-48px -120px
}
.icon-fire{
    background-position:-72px -120px
}
.icon-eye-open{
    background-position:-96px -120px
}
.icon-eye-close{
    background-position:-120px -120px
}
.icon-warning-sign{
    background-position:-144px -120px
}
.icon-plane{
    background-position:-168px -120px
}
.icon-calendar{
    background-position:-192px -120px
}
.icon-random{
    width:16px;
    background-position:-216px -120px
}
.icon-comment{
    background-position:-240px -120px
}
.icon-magnet{
    background-position:-264px -120px
}
.icon-chevron-up{
    background-position:-288px -120px
}
.icon-chevron-down{
    background-position:-313px -119px
}
.icon-retweet{
    background-position:-336px -120px
}
.icon-shopping-cart{
    background-position:-360px -120px
}
.icon-folder-close{
    width:16px;
    background-position:-384px -120px
}
.icon-folder-open{
    width:16px;
    background-position:-408px -120px
}
.icon-resize-vertical{
    background-position:-432px -119px
}
.icon-resize-horizontal{
    background-position:-456px -118px
}
.icon-hdd{
    background-position:0 -144px
}
.icon-bullhorn{
    background-position:-24px -144px
}
.icon-bell{
    background-position:-48px -144px
}
.icon-certificate{
    background-position:-72px -144px
}
.icon-thumbs-up{
    background-position:-96px -144px
}
.icon-thumbs-down{
    background-position:-120px -144px
}
.icon-hand-right{
    background-position:-144px -144px
}
.icon-hand-left{
    background-position:-168px -144px
}
.icon-hand-up{
    background-position:-192px -144px
}
.icon-hand-down{
    background-position:-216px -144px
}
.icon-circle-arrow-right{
    background-position:-240px -144px
}
.icon-circle-arrow-left{
    background-position:-264px -144px
}
.icon-circle-arrow-up{
    background-position:-288px -144px
}
.icon-circle-arrow-down{
    background-position:-312px -144px
}
.icon-globe{
    background-position:-336px -144px
}
.icon-wrench{
    background-position:-360px -144px
}
.icon-tasks{
    background-position:-384px -144px
}
.icon-filter{
    background-position:-408px -144px
}
.icon-briefcase{
    background-position:-432px -144px
}
.icon-fullscreen{
    background-position:-456px -144px
}
.dropup,.dropdown{
    position:relative
}
.dropdown-toggle{
    *margin-bottom:-3px;
}
.dropdown-toggle:active,.open .dropdown-toggle{
    outline:0
}
.caret{
    display:inline-block;
    width:0;
    height:0;
    vertical-align:top;
    border-top:4px solid #000;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    content:""
}
.dropdown .caret{
    margin-top:8px;
    margin-left:2px
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    *border-right-width:2px;
    *border-bottom-width:2px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,.2);
    box-shadow:0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box
}
.dropdown-menu.pull-right{
    right:0;
    left:auto
}
.dropdown-menu .divider{
    *width:100%;
    height:1px;
    margin:9px 1px;
    *margin:-5px 0 5px;
    overflow:hidden;
    background-color:#e5e5e5;
    border-bottom:1px solid #fff
}
.dropdown-menu>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:20px;
    color:#333;
    white-space:nowrap
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
    color:#fff;
    text-decoration:none;
    background-color:#0081c2;
    background-image:-moz-linear-gradient(top,#08c,#0077b3);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image:-webkit-linear-gradient(top,#08c,#0077b3);
    background-image:-o-linear-gradient(top,#08c,#0077b3);
    background-image:linear-gradient(to bottom,#08c,#0077b3);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
    color:#fff;
    text-decoration:none;
    background-color:#0081c2;
    background-image:-moz-linear-gradient(top,#08c,#0077b3);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image:-webkit-linear-gradient(top,#08c,#0077b3);
    background-image:-o-linear-gradient(top,#08c,#0077b3);
    background-image:linear-gradient(to bottom,#08c,#0077b3);
    background-repeat:repeat-x;
    outline:0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
    color:#999
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
    text-decoration:none;
    cursor:default;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open{
    *z-index:1000;
}
.open>.dropdown-menu{
    display:block
}
.pull-right>.dropdown-menu{
    right:0;
    left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
    border-top:0;
    border-bottom:4px solid #000;
    content:""
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-bottom:1px
}
.dropdown-submenu{
    position:relative
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px;
    -moz-border-radius:0 6px 6px;
    border-radius:0 6px 6px
}
.dropdown-submenu:hover>.dropdown-menu{
    display:block
}
.dropup .dropdown-submenu>.dropdown-menu{
    top:auto;
    bottom:0;
    margin-top:0;
    margin-bottom:-2px;
    -webkit-border-radius:5px 5px 5px 0;
    -moz-border-radius:5px 5px 5px 0;
    border-radius:5px 5px 5px 0
}
.dropdown-submenu>a:after{
    display:block;
    float:right;
    width:0;
    height:0;
    margin-top:5px;
    margin-right:-10px;
    border-color:transparent;
    border-left-color:#ccc;
    border-style:solid;
    border-width:5px 0 5px 5px;
    content:" "
}
.dropdown-submenu:hover>a:after{
    border-left-color:#fff
}
.dropdown-submenu.pull-left{
    float:none
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px
}
.dropdown .dropdown-menu .nav-header{
    padding-right:20px;
    padding-left:20px
}
.typeahead{
    z-index:1051;
    margin-top:2px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.well{
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote{
    border-color:#ddd;
    border-color:rgba(0,0,0,.15)
}
.well-large{
    padding:24px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.well-small{
    padding:9px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.fade{
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -moz-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in{
    opacity:1
}
.collapse{
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition:height .35s ease;
    -moz-transition:height .35s ease;
    -o-transition:height .35s ease;
    transition:height .35s ease
}
.collapse.in{
    height:auto
}
.close{
    float:right;
    font-size:20px;
    font-weight:700;
    line-height:20px;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
    filter:alpha(opacity=20)
}
.close:hover,.close:focus{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    opacity:.4;
    filter:alpha(opacity=40)
}
button.close{
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none
}
.btn{
    display:inline-block;
    *display:inline;
    padding:4px 12px;
    margin-bottom:0;
    *margin-left:.3em;
    font-size:14px;
    line-height:20px;
    color:#333;
    text-align:center;
    text-shadow:0 1px 1px rgba(255,255,255,.75);
    vertical-align:middle;
    cursor:pointer;
    background-color:#f5f5f5;
    *background-color:#e6e6e6;
    background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image:-o-linear-gradient(top,#fff,#e6e6e6);
    background-image:linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat:repeat-x;
    border:1px solid #ccc;
    *border:0;
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom:1;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{
    color:#333;
    background-color:#e6e6e6;
    *background-color:#d9d9d9;
}
.btn:active,.btn.active{
    background-color:#ccc \9
}
.btn:first-child{
    *margin-left:0;
}
.btn:hover,.btn:focus{
    color:#333;
    text-decoration:none;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    -moz-transition:background-position .1s linear;
    -o-transition:background-position .1s linear;
    transition:background-position .1s linear
}
.btn:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn.active,.btn:active{
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}
.btn.disabled,.btn[disabled]{
    cursor:default;
    background-image:none;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.btn-large{
    padding:11px 19px;
    font-size:17.5px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.btn-large [class^=icon-],.btn-large [class*=" icon-"]{
    margin-top:4px
}
.btn-small{
    padding:2px 10px;
    font-size:11.9px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.btn-small [class^=icon-],.btn-small [class*=" icon-"]{
    margin-top:0
}
.btn-mini [class^=icon-],.btn-mini [class*=" icon-"]{
    margin-top:-1px
}
.btn-mini{
    padding:0 6px;
    font-size:10.5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.btn-block{
    display:block;
    width:100%;
    padding-right:0;
    padding-left:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.btn-block+.btn-block{
    margin-top:5px
}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{
    width:100%
}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{
    color:rgba(255,255,255,.75)
}
.btn-primary{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#006dcc;
    *background-color:#04c;
    background-image:-moz-linear-gradient(top,#08c,#04c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image:-webkit-linear-gradient(top,#08c,#04c);
    background-image:-o-linear-gradient(top,#08c,#04c);
    background-image:linear-gradient(to bottom,#08c,#04c);
    background-repeat:repeat-x;
    border-color:#04c #04c #002a80;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{
    color:#fff;
    background-color:#04c;
    *background-color:#003bb3;
}
.btn-primary:active,.btn-primary.active{
    background-color:#039 \9
}
.btn-warning{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#faa732;
    *background-color:#f89406;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{
    color:#fff;
    background-color:#f89406;
    *background-color:#df8505;
}
.btn-warning:active,.btn-warning.active{
    background-color:#c67605 \9
}
.btn-danger{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#da4f49;
    *background-color:#bd362f;
    background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat:repeat-x;
    border-color:#bd362f #bd362f #802420;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{
    color:#fff;
    background-color:#bd362f;
    *background-color:#a9302a;
}
.btn-danger:active,.btn-danger.active{
    background-color:#942a25 \9
}
.btn-success{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#5bb75b;
    *background-color:#51a351;
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(to bottom,#62c462,#51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{
    color:#fff;
    background-color:#51a351;
    *background-color:#499249;
}
.btn-success:active,.btn-success.active{
    background-color:#408140 \9
}
.btn-info{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#49afcd;
    *background-color:#2f96b4;
    background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat:repeat-x;
    border-color:#2f96b4 #2f96b4 #1f6377;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{
    color:#fff;
    background-color:#2f96b4;
    *background-color:#2a85a0;
}
.btn-info:active,.btn-info.active{
    background-color:#24748c \9
}
.btn-inverse{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#363636;
    *background-color:#222;
    background-image:-moz-linear-gradient(top,#444,#222);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image:-webkit-linear-gradient(top,#444,#222);
    background-image:-o-linear-gradient(top,#444,#222);
    background-image:linear-gradient(to bottom,#444,#222);
    background-repeat:repeat-x;
    border-color:#222 #222 #000;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{
    color:#fff;
    background-color:#222;
    *background-color:#151515;
}
.btn-inverse:active,.btn-inverse.active{
    background-color:#080808 \9
}
button.btn,input[type=submit].btn{
    *padding-top:3px;
    *padding-bottom:3px;
}
button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{
    padding:0;
    border:0
}
button.btn.btn-large,input[type=submit].btn.btn-large{
    *padding-top:7px;
    *padding-bottom:7px;
}
button.btn.btn-small,input[type=submit].btn.btn-small{
    *padding-top:3px;
    *padding-bottom:3px;
}
button.btn.btn-mini,input[type=submit].btn.btn-mini{
    *padding-top:1px;
    *padding-bottom:1px;
}
.btn-link,.btn-link:active,.btn-link[disabled]{
    background-color:transparent;
    background-image:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.btn-link{
    color:#08c;
    cursor:pointer;
    border-color:transparent;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-link:hover,.btn-link:focus{
    color:#005580;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:hover,.btn-link[disabled]:focus{
    color:#333;
    text-decoration:none
}
.btn-group{
    position:relative;
    display:inline-block;
    *display:inline;
    *margin-left:.3em;
    font-size:0;
    white-space:nowrap;
    vertical-align:middle;
    *zoom:1;
}
.btn-group:first-child{
    *margin-left:0;
}
.btn-group+.btn-group{
    margin-left:5px
}
.btn-toolbar{
    margin-top:10px;
    margin-bottom:10px;
    font-size:0
}
.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{
    margin-left:5px
}
.btn-group>.btn{
    position:relative;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-group>.btn+.btn{
    margin-left:-1px
}
.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{
    font-size:14px
}
.btn-group>.btn-mini{
    font-size:10.5px
}
.btn-group>.btn-small{
    font-size:11.9px
}
.btn-group>.btn-large{
    font-size:17.5px
}
.btn-group>.btn:first-child{
    margin-left:0;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px
}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px
}
.btn-group>.btn.large:first-child{
    margin-left:0;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-topleft:6px
}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomright:6px
}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{
    z-index:2
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{
    outline:0
}
.btn-group>.btn+.dropdown-toggle{
    *padding-top:5px;
    padding-right:8px;
    *padding-bottom:5px;
    padding-left:8px;
    -webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}
.btn-group>.btn-mini+.dropdown-toggle{
    *padding-top:2px;
    padding-right:5px;
    *padding-bottom:2px;
    padding-left:5px
}
.btn-group>.btn-small+.dropdown-toggle{
    *padding-top:5px;
    *padding-bottom:4px;
}
.btn-group>.btn-large+.dropdown-toggle{
    *padding-top:7px;
    padding-right:12px;
    *padding-bottom:7px;
    padding-left:12px
}
.btn-group.open .dropdown-toggle{
    background-image:none;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}
.btn-group.open .btn.dropdown-toggle{
    background-color:#e6e6e6
}
.btn-group.open .btn-primary.dropdown-toggle{
    background-color:#04c
}
.btn-group.open .btn-warning.dropdown-toggle{
    background-color:#f89406
}
.btn-group.open .btn-danger.dropdown-toggle{
    background-color:#bd362f
}
.btn-group.open .btn-success.dropdown-toggle{
    background-color:#51a351
}
.btn-group.open .btn-info.dropdown-toggle{
    background-color:#2f96b4
}
.btn-group.open .btn-inverse.dropdown-toggle{
    background-color:#222
}
.btn .caret{
    margin-top:8px;
    margin-left:0
}
.btn-large .caret{
    margin-top:6px
}
.btn-large .caret{
    border-top-width:5px;
    border-right-width:5px;
    border-left-width:5px
}
.btn-mini .caret,.btn-small .caret{
    margin-top:8px
}
.dropup .btn-large .caret{
    border-bottom-width:5px
}
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.btn-group-vertical{
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.btn-group-vertical>.btn{
    display:block;
    float:none;
    max-width:100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-group-vertical>.btn+.btn{
    margin-top:-1px;
    margin-left:0
}
.btn-group-vertical>.btn:first-child{
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0
}
.btn-group-vertical>.btn:last-child{
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px
}
.btn-group-vertical>.btn-large:first-child{
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0
}
.btn-group-vertical>.btn-large:last-child{
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px
}
.alert{
    padding:8px 35px 8px 14px;
    margin-bottom:20px;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    background-color:#fcf8e3;
    border:1px solid #fbeed5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.alert,.alert h4{
    color:#c09853
}
.alert h4{
    margin:0
}
.alert .close{
    position:relative;
    top:-2px;
    right:-21px;
    line-height:20px
}
.alert-success{
    color:#468847;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.alert-success h4{
    color:#468847
}
.alert-danger,.alert-error{
    color:#b94a48;
    background-color:#f2dede;
    border-color:#eed3d7
}
.alert-danger h4,.alert-error h4{
    color:#b94a48
}
.alert-info{
    color:#3a87ad;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.alert-info h4{
    color:#3a87ad
}
.alert-block{
    padding-top:14px;
    padding-bottom:14px
}
.alert-block>p,.alert-block>ul{
    margin-bottom:0
}
.alert-block p+p{
    margin-top:5px
}
.nav{
    margin-bottom:20px;
    margin-left:0;
    list-style:none
}
.nav>li>a{
    display:block
}
.nav>li>a:hover,.nav>li>a:focus{
    text-decoration:none;
    background-color:#eee
}
.nav>li>a>img{
    max-width:none
}
.nav>.pull-right{
    float:right
}
.nav-header{
    display:block;
    padding:3px 15px;
    font-size:11px;
    font-weight:700;
    line-height:20px;
    color:#999;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    text-transform:uppercase
}
.nav li+.nav-header{
    margin-top:9px
}
.nav-list{
    padding-right:15px;
    padding-left:15px;
    margin-bottom:0
}
.nav-list>li>a,.nav-list .nav-header{
    margin-right:-15px;
    margin-left:-15px;
    text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.nav-list>li>a{
    padding:3px 15px
}
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.2);
    background-color:#08c
}
.nav-list [class^=icon-],.nav-list [class*=" icon-"]{
    margin-right:2px
}
.nav-list .divider{
    *width:100%;
    height:1px;
    margin:9px 1px;
    *margin:-5px 0 5px;
    overflow:hidden;
    background-color:#e5e5e5;
    border-bottom:1px solid #fff
}
.nav-tabs,.nav-pills{
    *zoom:1;
}
.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{
    display:table;
    line-height:0;
    content:""
}
.nav-tabs:after,.nav-pills:after{
    clear:both
}
.nav-tabs>li,.nav-pills>li{
    float:left
}
.nav-tabs>li>a,.nav-pills>li>a{
    padding-right:12px;
    padding-left:12px;
    margin-right:2px;
    line-height:14px
}
.nav-tabs{
    border-bottom:1px solid #ddd
}
.nav-tabs>li{
    margin-bottom:-1px
}
.nav-tabs>li>a{
    padding-top:8px;
    padding-bottom:8px;
    line-height:20px;
    border:1px solid transparent;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{
    border-color:#eee #eee #ddd
}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{
    color:#555;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent
}
.nav-pills>li>a{
    padding-top:8px;
    padding-bottom:8px;
    margin-top:2px;
    margin-bottom:2px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{
    color:#fff;
    background-color:#08c
}
.nav-stacked>li{
    float:none
}
.nav-stacked>li>a{
    margin-right:0
}
.nav-tabs.nav-stacked{
    border-bottom:0
}
.nav-tabs.nav-stacked>li>a{
    border:1px solid #ddd;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.nav-tabs.nav-stacked>li:first-child>a{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-topleft:4px
}
.nav-tabs.nav-stacked>li:last-child>a{
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px
}
.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{
    z-index:2;
    border-color:#ddd
}
.nav-pills.nav-stacked>li>a{
    margin-bottom:3px
}
.nav-pills.nav-stacked>li:last-child>a{
    margin-bottom:1px
}
.nav-tabs .dropdown-menu{
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px
}
.nav-pills .dropdown-menu{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.nav .dropdown-toggle .caret{
    margin-top:6px;
    border-top-color:#08c;
    border-bottom-color:#08c
}
.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{
    border-top-color:#005580;
    border-bottom-color:#005580
}
.nav-tabs .dropdown-toggle .caret{
    margin-top:8px
}
.nav .active .dropdown-toggle .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.nav-tabs .active .dropdown-toggle .caret{
    border-top-color:#555;
    border-bottom-color:#555
}
.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{
    cursor:pointer
}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{
    color:#fff;
    background-color:#999;
    border-color:#999
}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{
    border-top-color:#fff;
    border-bottom-color:#fff;
    opacity:1;
    filter:alpha(opacity=100)
}
.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{
    border-color:#999
}
.tabbable{
    *zoom:1;
}
.tabbable:before,.tabbable:after{
    display:table;
    line-height:0;
    content:""
}
.tabbable:after{
    clear:both
}
.tab-content{
    overflow:auto
}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{
    border-bottom:0
}
.tab-content>.tab-pane,.pill-content>.pill-pane{
    display:none
}
.tab-content>.active,.pill-content>.active{
    display:block
}
.tabs-below>.nav-tabs{
    border-top:1px solid #ddd
}
.tabs-below>.nav-tabs>li{
    margin-top:-1px;
    margin-bottom:0
}
.tabs-below>.nav-tabs>li>a{
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px
}
.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{
    border-top-color:#ddd;
    border-bottom-color:transparent
}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{
    border-color:transparent #ddd #ddd
}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{
    float:none
}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{
    min-width:74px;
    margin-right:0;
    margin-bottom:3px
}
.tabs-left>.nav-tabs{
    float:left;
    margin-right:19px;
    border-right:1px solid #ddd
}
.tabs-left>.nav-tabs>li>a{
    margin-right:-1px;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px
}
.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{
    border-color:#eee #ddd #eee #eee
}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{
    border-color:#ddd transparent #ddd #ddd;
    *border-right-color:#fff;
}
.tabs-right>.nav-tabs{
    float:right;
    margin-left:19px;
    border-left:1px solid #ddd
}
.tabs-right>.nav-tabs>li>a{
    margin-left:-1px;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0
}
.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{
    border-color:#eee #eee #eee #ddd
}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{
    border-color:#ddd #ddd #ddd transparent;
    *border-left-color:#fff;
}
.nav>.disabled>a{
    color:#999
}
.nav>.disabled>a:hover,.nav>.disabled>a:focus{
    text-decoration:none;
    cursor:default;
    background-color:transparent
}
.navbar{
    *position:relative;
    *z-index:2;
    margin-bottom:20px;
    overflow:visible
}
.navbar-inner{
    min-height:40px;
    padding-right:20px;
    padding-left:20px;
    background-color:#fafafa;
    background-image:-moz-linear-gradient(top,#fff,#f2f2f2);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image:-o-linear-gradient(top,#fff,#f2f2f2);
    background-image:linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat:repeat-x;
    border:1px solid #d4d4d4;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    *zoom:1;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.065);
    box-shadow:0 1px 4px rgba(0,0,0,.065)
}
.navbar-inner:before,.navbar-inner:after{
    display:table;
    line-height:0;
    content:""
}
.navbar-inner:after{
    clear:both
}
.navbar .container{
    width:auto
}
.nav-collapse.collapse{
    height:auto;
    overflow:visible
}
.navbar .brand{
    display:block;
    float:left;
    padding:10px 20px 10px;
    margin-left:-20px;
    font-size:20px;
    font-weight:200;
    color:#777;
    text-shadow:0 1px 0 #fff
}
.navbar .brand:hover,.navbar .brand:focus{
    text-decoration:none
}
.navbar-text{
    margin-bottom:0;
    line-height:40px;
    color:#777
}
.navbar-link{
    color:#777
}
.navbar-link:hover,.navbar-link:focus{
    color:#333
}
.navbar .divider-vertical{
    height:40px;
    margin:0 9px;
    border-right:1px solid #fff;
    border-left:1px solid #f2f2f2
}
.navbar .btn,.navbar .btn-group{
    margin-top:5px
}
.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{
    margin-top:0
}
.navbar-form{
    margin-bottom:0;
    *zoom:1;
}
.navbar-form:before,.navbar-form:after{
    display:table;
    line-height:0;
    content:""
}
.navbar-form:after{
    clear:both
}
.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{
    margin-top:5px
}
.navbar-form input,.navbar-form select,.navbar-form .btn{
    display:inline-block;
    margin-bottom:0
}
.navbar-form input[type=image],.navbar-form input[type=checkbox],.navbar-form input[type=radio]{
    margin-top:3px
}
.navbar-form .input-append,.navbar-form .input-prepend{
    margin-top:5px;
    white-space:nowrap
}
.navbar-form .input-append input,.navbar-form .input-prepend input{
    margin-top:0
}
.navbar-search{
    position:relative;
    float:left;
    margin-top:5px;
    margin-bottom:0
}
.navbar-search .search-query{
    padding:4px 14px;
    margin-bottom:0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:1;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px
}
.navbar-static-top{
    position:static;
    margin-bottom:0
}
.navbar-static-top .navbar-inner{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.navbar-fixed-top,.navbar-fixed-bottom{
    position:fixed;
    right:0;
    left:0;
    z-index:1030;
    margin-bottom:0
}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
    border-width:0 0 1px
}
.navbar-fixed-bottom .navbar-inner{
    border-width:1px 0 0
}
.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{
    padding-right:0;
    padding-left:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
    width:940px
}
.navbar-fixed-top{
    top:0
}
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
    -webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
    box-shadow:0 1px 10px rgba(0,0,0,.1)
}
.navbar-fixed-bottom{
    bottom:0
}
.navbar-fixed-bottom .navbar-inner{
    -webkit-box-shadow:0 -1px 10px rgba(0,0,0,.1);
    -moz-box-shadow:0 -1px 10px rgba(0,0,0,.1);
    box-shadow:0 -1px 10px rgba(0,0,0,.1)
}
.navbar .nav{
    position:relative;
    left:0;
    display:block;
    float:left;
    margin:0 10px 0 0
}
.navbar .nav.pull-right{
    float:right;
    margin-right:0
}
.navbar .nav>li{
    float:left
}
.navbar .nav>li>a{
    float:none;
    padding:10px 15px 10px;
    color:#777;
    text-decoration:none;
    text-shadow:0 1px 0 #fff
}
.navbar .nav .dropdown-toggle .caret{
    margin-top:8px
}
.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{
    color:#333;
    text-decoration:none;
    background-color:transparent
}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
    color:#555;
    text-decoration:none;
    background-color:#e5e5e5;
    -webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,.125)
}
.navbar .btn-navbar{
    display:none;
    float:right;
    padding:7px 10px;
    margin-right:5px;
    margin-left:5px;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#ededed;
    *background-color:#e5e5e5;
    background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
    background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat:repeat-x;
    border-color:#e5e5e5 #e5e5e5 #bfbfbf;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075)
}
.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{
    color:#fff;
    background-color:#e5e5e5;
    *background-color:#d9d9d9;
}
.navbar .btn-navbar:active,.navbar .btn-navbar.active{
    background-color:#ccc \9
}
.navbar .btn-navbar .icon-bar{
    display:block;
    width:18px;
    height:2px;
    background-color:#f5f5f5;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow:0 1px 0 rgba(0,0,0,.25);
    box-shadow:0 1px 0 rgba(0,0,0,.25)
}
.btn-navbar .icon-bar+.icon-bar{
    margin-top:3px
}
.navbar .nav>li>.dropdown-menu:before{
    position:absolute;
    top:-7px;
    left:9px;
    display:inline-block;
    border-right:7px solid transparent;
    border-bottom:7px solid #ccc;
    border-left:7px solid transparent;
    border-bottom-color:rgba(0,0,0,.2);
    content:''
}
.navbar .nav>li>.dropdown-menu:after{
    position:absolute;
    top:-6px;
    left:10px;
    display:inline-block;
    border-right:6px solid transparent;
    border-bottom:6px solid #fff;
    border-left:6px solid transparent;
    content:''
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:before{
    top:auto;
    bottom:-7px;
    border-top:7px solid #ccc;
    border-bottom:0;
    border-top-color:rgba(0,0,0,.2)
}
.navbar-fixed-bottom .nav>li>.dropdown-menu:after{
    top:auto;
    bottom:-6px;
    border-top:6px solid #fff;
    border-bottom:0
}
.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{
    border-top-color:#333;
    border-bottom-color:#333
}
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{
    color:#555;
    background-color:#e5e5e5
}
.navbar .nav li.dropdown>.dropdown-toggle .caret{
    border-top-color:#777;
    border-bottom-color:#777
}
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
    border-top-color:#555;
    border-bottom-color:#555
}
.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{
    right:0;
    left:auto
}
.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{
    right:12px;
    left:auto
}
.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{
    right:13px;
    left:auto
}
.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{
    right:100%;
    left:auto;
    margin-right:-1px;
    margin-left:0;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px
}
.navbar-inverse .navbar-inner{
    background-color:#1b1b1b;
    background-image:-moz-linear-gradient(top,#222,#111);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
    background-image:-webkit-linear-gradient(top,#222,#111);
    background-image:-o-linear-gradient(top,#222,#111);
    background-image:linear-gradient(to bottom,#222,#111);
    background-repeat:repeat-x;
    border-color:#252525;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)
}
.navbar-inverse .brand,.navbar-inverse .nav>li>a{
    color:#999;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{
    color:#fff
}
.navbar-inverse .brand{
    color:#999
}
.navbar-inverse .navbar-text{
    color:#999
}
.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{
    color:#fff;
    background-color:transparent
}
.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{
    color:#fff;
    background-color:#111
}
.navbar-inverse .navbar-link{
    color:#999
}
.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{
    color:#fff
}
.navbar-inverse .divider-vertical{
    border-right-color:#222;
    border-left-color:#111
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{
    color:#fff;
    background-color:#111
}
.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{
    border-top-color:#999;
    border-bottom-color:#999
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{
    border-top-color:#fff;
    border-bottom-color:#fff
}
.navbar-inverse .navbar-search .search-query{
    color:#fff;
    background-color:#515151;
    border-color:#111;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder{
    color:#ccc
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{
    color:#ccc
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{
    color:#ccc
}
.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{
    padding:5px 15px;
    color:#333;
    text-shadow:0 1px 0 #fff;
    background-color:#fff;
    border:0;
    outline:0;
    -webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
    -moz-box-shadow:0 0 3px rgba(0,0,0,.15);
    box-shadow:0 0 3px rgba(0,0,0,.15)
}
.navbar-inverse .btn-navbar{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#0e0e0e;
    *background-color:#040404;
    background-image:-moz-linear-gradient(top,#151515,#040404);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
    background-image:-webkit-linear-gradient(top,#151515,#040404);
    background-image:-o-linear-gradient(top,#151515,#040404);
    background-image:linear-gradient(to bottom,#151515,#040404);
    background-repeat:repeat-x;
    border-color:#040404 #040404 #000;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{
    color:#fff;
    background-color:#040404;
    *background-color:#000;
}
.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{
    background-color:#000 \9
}
.breadcrumb{
    padding:8px 15px;
    margin:0 0 20px;
    list-style:none;
    background-color:#f5f5f5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.breadcrumb>li{
    display:inline-block;
    *display:inline;
    text-shadow:0 1px 0 #fff;
    *zoom:1;
}
.breadcrumb>li>.divider{
    padding:0 5px;
    color:#ccc
}
.breadcrumb>.active{
    color:#999
}
.pagination{
    margin:20px 0
}
.pagination ul{
    display:inline-block;
    *display:inline;
    margin-bottom:0;
    margin-left:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *zoom:1;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.05);
    box-shadow:0 1px 2px rgba(0,0,0,.05)
}
.pagination ul>li{
    display:inline
}
.pagination ul>li>a,.pagination ul>li>span{
    float:left;
    padding:4px 12px;
    line-height:20px;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd;
    border-left-width:0
}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{
    background-color:#f5f5f5
}
.pagination ul>.active>a,.pagination ul>.active>span{
    color:#999;
    cursor:default
}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{
    color:#999;
    cursor:default;
    background-color:transparent
}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{
    border-left-width:1px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px
}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px
}
.pagination-centered{
    text-align:center
}
.pagination-right{
    text-align:right
}
.pagination-large ul>li>a,.pagination-large ul>li>span{
    padding:11px 19px;
    font-size:17.5px
}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-topleft:6px
}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomright:6px
}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-topleft:3px
}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:3px
}
.pagination-small ul>li>a,.pagination-small ul>li>span{
    padding:2px 10px;
    font-size:11.9px
}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{
    padding:0 6px;
    font-size:10.5px
}
.pager{
    margin:20px 0;
    text-align:center;
    list-style:none;
    *zoom:1;
}
.pager:before,.pager:after{
    display:table;
    line-height:0;
    content:""
}
.pager:after{
    clear:both
}
.pager li{
    display:inline
}
.pager li>a,.pager li>span{
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px
}
.pager li>a:hover,.pager li>a:focus{
    text-decoration:none;
    background-color:#f5f5f5
}
.pager .next>a,.pager .next>span{
    float:right
}
.pager .previous>a,.pager .previous>span{
    float:left
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{
    color:#999;
    cursor:default;
    background-color:#fff
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop,.modal-backdrop.fade.in{
    opacity:.8;
    filter:alpha(opacity=80)
}
.modal{
    position:fixed;
    top:10%;
    left:50%;
    z-index:1050;
    width:560px;
    margin-left:-280px;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.3);
    *border:1px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    outline:none;
    -webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);
    -moz-box-shadow:0 3px 7px rgba(0,0,0,.3);
    box-shadow:0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding-box;
    background-clip:padding-box
}
.modal.fade{
    top:-25%;
    -webkit-transition:opacity .3s linear,top .3s ease-out;
    -moz-transition:opacity .3s linear,top .3s ease-out;
    -o-transition:opacity .3s linear,top .3s ease-out;
    transition:opacity .3s linear,top .3s ease-out
}
.modal.fade.in{
    top:10%
}
.modal-header{
    padding:9px 15px;
    border-bottom:1px solid #eee
}
.modal-header .close{
    margin-top:2px
}
.modal-header h3{
    margin:0;
    line-height:30px
}
.modal-body{
    position:relative;
    max-height:400px;
    padding:15px;
    overflow-y:auto
}
.modal-form{
    margin-bottom:0
}
.modal-footer{
    padding:14px 15px 15px;
    margin-bottom:0;
    text-align:right;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
    *zoom:1;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff
}
.modal-footer:before,.modal-footer:after{
    display:table;
    line-height:0;
    content:""
}
.modal-footer:after{
    clear:both
}
.modal-footer .btn+.btn{
    margin-bottom:0;
    margin-left:5px
}
.modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
    margin-left:0
}
.tooltip{
    position:absolute;
    z-index:1030;
    display:block;
    font-size:11px;
    line-height:1.4;
    opacity:0;
    filter:alpha(opacity=0);
    visibility:visible
}
.tooltip.in{
    opacity:.8;
    filter:alpha(opacity=80)
}
.tooltip.top{
    padding:5px 0;
    margin-top:-3px
}
.tooltip.right{
    padding:0 5px;
    margin-left:3px
}
.tooltip.bottom{
    padding:5px 0;
    margin-top:3px
}
.tooltip.left{
    padding:0 5px;
    margin-left:-3px
}
.tooltip-inner{
    max-width:200px;
    padding:8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-top-color:#000;
    border-width:5px 5px 0
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-right-color:#000;
    border-width:5px 5px 5px 0
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-left-color:#000;
    border-width:5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-bottom-color:#000;
    border-width:0 5px 5px
}
.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1010;
    display:none;
    max-width:276px;
    padding:1px;
    text-align:left;
    white-space:normal;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,.2);
    box-shadow:0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box
}
.popover.top{
    margin-top:-10px
}
.popover.right{
    margin-left:10px
}
.popover.bottom{
    margin-top:10px
}
.popover.left{
    margin-left:-10px
}
.popover-title{
    padding:8px 14px;
    margin:0;
    font-size:14px;
    font-weight:400;
    line-height:18px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0
}
.popover-title:empty{
    display:none
}
.popover-content{
    padding:9px 14px
}
.popover .arrow,.popover .arrow:after{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.popover .arrow{
    border-width:11px
}
.popover .arrow:after{
    border-width:10px;
    content:""
}
.popover.top .arrow{
    bottom:-11px;
    left:50%;
    margin-left:-11px;
    border-top-color:#999;
    border-top-color:rgba(0,0,0,.25);
    border-bottom-width:0
}
.popover.top .arrow:after{
    bottom:1px;
    margin-left:-10px;
    border-top-color:#fff;
    border-bottom-width:0
}
.popover.right .arrow{
    top:50%;
    left:-11px;
    margin-top:-11px;
    border-right-color:#999;
    border-right-color:rgba(0,0,0,.25);
    border-left-width:0
}
.popover.right .arrow:after{
    bottom:-10px;
    left:1px;
    border-right-color:#fff;
    border-left-width:0
}
.popover.bottom .arrow{
    top:-11px;
    left:50%;
    margin-left:-11px;
    border-bottom-color:#999;
    border-bottom-color:rgba(0,0,0,.25);
    border-top-width:0
}
.popover.bottom .arrow:after{
    top:1px;
    margin-left:-10px;
    border-bottom-color:#fff;
    border-top-width:0
}
.popover.left .arrow{
    top:50%;
    right:-11px;
    margin-top:-11px;
    border-left-color:#999;
    border-left-color:rgba(0,0,0,.25);
    border-right-width:0
}
.popover.left .arrow:after{
    right:1px;
    bottom:-10px;
    border-left-color:#fff;
    border-right-width:0
}
.thumbnails{
    margin-left:-20px;
    list-style:none;
    *zoom:1;
}
.thumbnails:before,.thumbnails:after{
    display:table;
    line-height:0;
    content:""
}
.thumbnails:after{
    clear:both
}
.row-fluid .thumbnails{
    margin-left:0
}
.thumbnails>li{
    float:left;
    margin-bottom:20px;
    margin-left:20px
}
.thumbnail{
    display:block;
    padding:4px;
    line-height:20px;
    border:1px solid #ddd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.055);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.055);
    box-shadow:0 1px 3px rgba(0,0,0,.055);
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
a.thumbnail:hover,a.thumbnail:focus{
    border-color:#08c;
    -webkit-box-shadow:0 1px 4px rgba(0,105,214,.25);
    -moz-box-shadow:0 1px 4px rgba(0,105,214,.25);
    box-shadow:0 1px 4px rgba(0,105,214,.25)
}
.thumbnail>img{
    display:block;
    max-width:100%;
    margin-right:auto;
    margin-left:auto
}
.thumbnail .caption{
    padding:9px;
    color:#555
}
.media,.media-body{
    overflow:hidden;
    *overflow:visible;
    zoom:1
}
.media,.media .media{
    margin-top:15px
}
.media:first-child{
    margin-top:0
}
.media-object{
    display:block
}
.media-heading{
    margin:0 0 5px
}
.media>.pull-left{
    margin-right:10px
}
.media>.pull-right{
    margin-left:10px
}
.media-list{
    margin-left:0;
    list-style:none
}
.label,.badge{
    display:inline-block;
    padding:2px 4px;
    font-size:11.844px;
    font-weight:700;
    line-height:14px;
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    white-space:nowrap;
    vertical-align:baseline;
    background-color:#999
}
.label{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.badge{
    padding-right:9px;
    padding-left:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px
}
.label:empty,.badge:empty{
    display:none
}
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.label-important,.badge-important{
    background-color:#b94a48
}
.label-important[href],.badge-important[href]{
    background-color:#953b39
}
.label-warning,.badge-warning{
    background-color:#f89406
}
.label-warning[href],.badge-warning[href]{
    background-color:#c67605
}
.label-success,.badge-success{
    background-color:#468847
}
.label-success[href],.badge-success[href]{
    background-color:#356635
}
.label-info,.badge-info{
    background-color:#3a87ad
}
.label-info[href],.badge-info[href]{
    background-color:#2d6987
}
.label-inverse,.badge-inverse{
    background-color:#333
}
.label-inverse[href],.badge-inverse[href]{
    background-color:#1a1a1a
}
.btn .label,.btn .badge{
    position:relative;
    top:-1px
}
.btn-mini .label,.btn-mini .badge{
    top:0
}
@-webkit-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-moz-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-ms-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-o-keyframes progress-bar-stripes{
    from{
        background-position:0 0
    }
    to{
        background-position:40px 0
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
.progress{
    height:20px;
    margin-bottom:20px;
    overflow:hidden;
    background-color:#f7f7f7;
    background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
    background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    background-repeat:repeat-x;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress .bar{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    color:#fff;
    text-align:center;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#0e90d2;
    background-image:-moz-linear-gradient(top,#149bdf,#0480be);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
    background-image:-webkit-linear-gradient(top,#149bdf,#0480be);
    background-image:-o-linear-gradient(top,#149bdf,#0480be);
    background-image:linear-gradient(to bottom,#149bdf,#0480be);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:width .6s ease;
    -moz-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease
}
.progress .bar+.bar{
    -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 1px 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15)
}
.progress-striped .bar{
    background-color:#149bdf;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size:40px 40px;
    -moz-background-size:40px 40px;
    -o-background-size:40px 40px;
    background-size:40px 40px
}
.progress.active .bar{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -moz-animation:progress-bar-stripes 2s linear infinite;
    -ms-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}
.progress-danger .bar,.progress .bar-danger{
    background-color:#dd514c;
    background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
    background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);
    background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);
    background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)
}
.progress-danger.progress-striped .bar,.progress-striped .bar-danger{
    background-color:#ee5f5b;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-success .bar,.progress .bar-success{
    background-color:#5eb95e;
    background-image:-moz-linear-gradient(top,#62c462,#57a957);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
    background-image:-webkit-linear-gradient(top,#62c462,#57a957);
    background-image:-o-linear-gradient(top,#62c462,#57a957);
    background-image:linear-gradient(to bottom,#62c462,#57a957);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)
}
.progress-success.progress-striped .bar,.progress-striped .bar-success{
    background-color:#62c462;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-info .bar,.progress .bar-info{
    background-color:#4bb1cf;
    background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
    background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);
    background-image:-o-linear-gradient(top,#5bc0de,#339bb9);
    background-image:linear-gradient(to bottom,#5bc0de,#339bb9);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)
}
.progress-info.progress-striped .bar,.progress-striped .bar-info{
    background-color:#5bc0de;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-warning .bar,.progress .bar-warning{
    background-color:#faa732;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)
}
.progress-warning.progress-striped .bar,.progress-striped .bar-warning{
    background-color:#fbb450;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.accordion{
    margin-bottom:20px
}
.accordion-group{
    margin-bottom:2px;
    border:1px solid #e5e5e5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.accordion-heading{
    border-bottom:0
}
.accordion-heading .accordion-toggle{
    display:block;
    padding:8px 15px
}
.accordion-toggle{
    cursor:pointer
}
.accordion-inner{
    padding:9px 15px;
    border-top:1px solid #e5e5e5
}
.carousel{
    position:relative;
    margin-bottom:20px;
    line-height:1
}
.carousel-inner{
    position:relative;
    width:100%;
    overflow:hidden
}
.carousel-inner>.item{
    position:relative;
    display:none;
    -webkit-transition:.6s ease-in-out left;
    -moz-transition:.6s ease-in-out left;
    -o-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
    display:block;
    line-height:1
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
    display:block
}
.carousel-inner>.active{
    left:0
}
.carousel-inner>.next,.carousel-inner>.prev{
    position:absolute;
    top:0;
    width:100%
}
.carousel-inner>.next{
    left:100%
}
.carousel-inner>.prev{
    left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
    left:0
}
.carousel-inner>.active.left{
    left:-100%
}
.carousel-inner>.active.right{
    left:100%
}
.carousel-control{
    position:absolute;
    top:40%;
    left:15px;
    width:40px;
    height:40px;
    margin-top:-20px;
    font-size:60px;
    font-weight:100;
    line-height:30px;
    color:#fff;
    text-align:center;
    background:#222;
    border:3px solid #fff;
    -webkit-border-radius:23px;
    -moz-border-radius:23px;
    border-radius:23px;
    opacity:.5;
    filter:alpha(opacity=50)
}
.carousel-control.right{
    right:15px;
    left:auto
}
.carousel-control:hover,.carousel-control:focus{
    color:#fff;
    text-decoration:none;
    opacity:.9;
    filter:alpha(opacity=90)
}
.carousel-indicators{
    position:absolute;
    top:15px;
    right:15px;
    z-index:5;
    margin:0;
    list-style:none
}
.carousel-indicators li{
    display:block;
    float:left;
    width:10px;
    height:10px;
    margin-left:5px;
    text-indent:-999px;
    background-color:#ccc;
    background-color:rgba(255,255,255,.25);
    border-radius:5px
}
.carousel-indicators .active{
    background-color:#fff
}
.carousel-caption{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    padding:15px;
    background:#333;
    background:rgba(0,0,0,.75)
}
.carousel-caption h4,.carousel-caption p{
    line-height:20px;
    color:#fff
}
.carousel-caption h4{
    margin:0 0 5px
}
.carousel-caption p{
    margin-bottom:0
}
.hero-unit{
    padding:60px;
    margin-bottom:30px;
    font-size:18px;
    font-weight:200;
    line-height:30px;
    color:inherit;
    background-color:#eee;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.hero-unit h1{
    margin-bottom:0;
    font-size:60px;
    line-height:1;
    letter-spacing:-1px;
    color:inherit
}
.hero-unit li{
    line-height:30px
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.hide{
    display:none
}
.show{
    display:block
}
.invisible{
    visibility:hidden
}
.affix{
    position:fixed
}
@charset "UTF-8";
body{
    line-height:20px;
    -ms-word-wrap:break-word;
    word-wrap:break-word
}
h1,h2,h3,h4,h5,h6{
    line-height:140%;
    margin:0 0 15px;
    padding:0
}
p{
    margin-bottom:20px
}
address{
    font-style:italic
}
table{
    border-style:solid;
    border-width:1px;
    width:100%
}
ul,ol{
    margin:0 0 0 20px
}
table,table tr,table tr td,table tr th{
    border-color:#999
}
table th{
    font-weight:700
}
tr th,tr td{
    border-right:1px solid;
    border-bottom:1px solid;
    padding:8px 20px
}
tr th{
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:left
}
tr th:last-child,tr td:last-child{
    border-right:0 none
}
a{
    cursor:pointer
}
a:hover,a:focus{
    text-decoration:none
}
a.button,#comment-submit,#respond .form-submit #submit,.contact-submit,input[type=submit]{
    border:medium none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    box-shadow:0 1px 1px rgba(0,0,0,.2);
    color:#fff;
    font-family:"OpenSansRegular",Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:400;
    margin:10px 0;
    outline:medium none;
    padding:5px 15px;
    text-decoration:none;
    text-shadow:-1px -1px rgba(0,0,0,.1);
    transition:all .3s linear 0s;
    width:auto
}
.gallery_image:after,.food-menu-widget-thumbnail:after,.recent-post-thumbnail:after,.post-media:after,.food_menu_small_image_thumbnail:after,.food-menu-widget-thumbnail,.gallery_image img,.food-menu-widget-thumbnail img,.recent-post-thumbnail img,.post-media img,.home-gallery-image img,.food_menu_small_image_thumbnail img,.ui-datepicker a,.twitter-wrap:after{
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.gallery_image:hover img,.food-menu-widget-thumbnail:hover img,.recent-post-thumbnail:hover img,.post-media:hover a img,.home-gallery-image:hover img,.food_menu_small_image_thumbnail:hover img,.widget_flickr .flickr_badge_image:hover img{
    opacity:.7 !important;
    -moz-backface-visibility:hidden
}
.gallery_image img,.food-menu-widget-thumbnail img,.recent-post-thumbnail img,.post-media a img,.home-gallery-image img,.food_menu_small_image_thumbnail img,.widget_flickr .flickr_badge_image img{
    -moz-backface-visibility:hidden
}
.video-container{
    height:0;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    z-index:10
}
.video-container iframe,.video-container object,.video-container embed{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
img[src*="gstatic.com/"],img[src*="googleapis.com/"]{
    max-width:none
}
.gmap_container{
    height:0;
    overflow:hidden;
    padding-bottom:52.25%;
    padding-top:30px;
    position:relative;
    margin-bottom:20px
}
.gmap_container .map-canvas{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    max-width:100%
}
.gmap_container .map-canvas-info{
    color:#222
}
.gmap_container img{
    opacity:1 !important;
    display:block !important
}
.entry-content-inner img,.post-content-detail img,.page-content .entry-content-inner img{
    opacity:1 !important;
    display:block !important
}
.at-loading{
    text-align:center;
    margin:0 auto;
    width:auto;
    height:auto;
    position:relative;
    left:47%;
    top:44%
}
.post-media .at-loading{
    position:absolute
}
.wp-caption{
    width:auto !important;
    text-align:center;
    margin-bottom:10px
}
.wp-caption a{
    display:block
}
.sticky{
    border-width:2px;
    border-style:solid
}
.sticky .post-media{
    border-bottom-width:1px;
    border-bottom-style:solid
}
p.wp-caption-text{
    text-align:center;
    font-style:italic;
    margin-bottom:20px;
    padding:5px 0
}
.entry-content img{
    margin:0
}
.alignleft,img.alignleft{
    float:left;
    margin-right:20px;
    margin-bottom:20px
}
.alignright,img.alignright{
    display:block;
    float:right;
    margin-left:20px;
    margin-bottom:20px
}
.aligncenter,img.aligncenter{
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.wp-smiley{
    max-height:12px;
    margin:0 !important
}
.hentry ul,.hentry ol{
    margin-bottom:0
}
.hentry p{
    margin-bottom:20px
}
.header .span12{
    position:relative
}
.header_mainmenu.logo_overlap_menu_left .header_logo{
    text-align:left;
    width:100%
}
.header_mainmenu.logo_overlap_menu_center .header_logo{
    text-align:center;
    width:100%
}
.header_mainmenu.logo_overlap_menu_right .header_logo{
    text-align:right;
    width:100%
}
.header_logo{
    position:absolute;
    z-index:99;
    left:0;
    top:0
}
.header_reservation{
    float:right;
    z-index:101;
    cursor:pointer;
    text-align:center;
    position:absolute;
    right:0;
    top:0
}
.header_reservation a{
    padding:3px 15px;
    display:inline-block;
    min-width:80px;
    text-align:center
}
.header_reservation_triangle{
    height:7px;
    background-size:10px 12px;
    width:100%;
    background-position:1px 0
}
.header_reservation i{
    margin-right:4px
}
.header_social{
    float:right;
    margin-top:45px;
    position:absolute;
    right:0;
    z-index:101
}
.header_social.no_header_reservation{
    margin-top:15px
}
ul.header_social_icon_list{
    margin:0
}
.header_social li{
    list-style:none;
    padding:0;
    margin:0 0 5px 2px
}
.header_social a{
    display:block;
    padding-top:6px
}
.header_social a i{
    font-size:20px;
    padding-left:1px
}
.header_social_icon:hover i{
    color:#fff
}
.header_social_icon{
    width:32px;
    height:32px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -o-border-radius:16px;
    border-radius:16px;
    display:inline-block;
    text-align:center;
    font-size:19px
}
.socicon{
    font-family:'socicon' !important;
    font-size:24px !important;
    font-style:normal !important;
    left:-.5px;
    position:relative;
    top:4px
}
.header_social_icon.header_social_yelp a,.header_social_icon.header_social_tripadvisor a{
    padding-top:2.5px
}
.header_social_icon.header_social_facebook:hover{
    background:#3b5998
}
.header_social_icon.header_social_twitter:hover{
    background:#1bb2e9
}
.header_social_icon.header_social_google_plus:hover{
    background:#d73d32
}
.header_social_icon.header_social_linkedin:hover{
    background:#017fb2
}
.header_social_icon.header_social_pinterest:hover{
    background:#cb2028
}
.header_social_icon.header_social_dribbble:hover{
    background:#e94d8a
}
.header_social_icon.header_social_tumblr:hover{
    background:#304d6b
}
.header_social_icon.header_social_youtube:hover{
    background:#a62625
}
.header_social_icon.header_social_instagram:hover{
    background:#87614c
}
.header_social_icon.header_social_flickr:hover{
    background:#ff0084
}
.header_social_icon.header_social_foursquare:hover{
    background:#156db5
}
.header_social_icon.header_social_yelp:hover{
    background:#c11001
}
.header_social_icon.header_social_tripadvisor:hover{
    background:#4b7e37
}
.main_menu{
    text-align:center;
    height:50px;
    border-top-width:3px;
    border-top-style:dotted
}
.main_menu_dropdown{
    display:none;
    margin:0;
    text-align:center;
    position:relative
}
.main_menu_dropdown:after{
    border-style:solid;
    border-width:0 14px 14px;
    content:"";
    height:0;
    left:48%;
    bottom:0;
    position:absolute;
    width:0;
    z-index:11;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.main_menu_dropdown form,.main_menu_dropdown p{
    margin:0
}
nav{
    display:block
}
.responsive_menu{
    display:block
}
.responsive_menu li{
    display:inline-block;
    position:relative;
    z-index:100
}
.responsive_menu li:first-child{
    margin-left:0
}
.responsive_menu li a{
    font-weight:600;
    text-decoration:none;
    padding:7px 15px;
    display:block;
    border-left-width:3px;
    border-left-style:solid;
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    -ms-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s
}
.responsive_menu ul{
    display:none;
    margin:0;
    padding:0;
    width:150px;
    position:absolute;
    top:43px;
    left:0
}
.responsive_menu ul li{
    display:block;
    float:none;
    background:0 0;
    margin:0;
    padding:0
}
ul.responsive_menu li a{
    font-size:12px;
    font-weight:400;
    display:block;
    border-left-width:3px;
    border-left-style:solid
}
.responsive_menu ul li a:hover,.responsive_menu ul li:hover>a{
    border-left-width:3px;
    border-left-style:solid
}
.responsive_menu li:hover>ul{
    display:block
}
.responsive_menu ul ul{
    left:149px;
    top:0
}
.mobile-menu{
    display:none;
    width:100%;
    padding:11px;
    text-transform:uppercase;
    font-weight:600
}
.mobile-menu:hover{
    text-decoration:none
}
.navbar{
    margin-bottom:0
}
.navbar-inner{
    background:0 0;
    border:none;
    box-shadow:none;
    padding:5px 0
}
.nav>li>a:hover,.nav>li>a:focus{
    text-decoration:none;
    background:0 0
}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{
    background:0 0;
    box-shadow:none
}
.navbar .nav li a{
    font-weight:400;
    text-align:center;
    background:0 0;
    text-shadow:none
}
.sf-menu,.sf-menu *{
    margin:0;
    padding:0;
    list-style:none
}
.sf-menu{
    line-height:1.0
}
.logo_overlap_menu_center .main_menu{
    text-align:right
}
.logo_overlap_menu_left .main_menu{
    text-align:right
}
.logo_overlap_menu_left ul.sf-menu li:last-child a{
    padding-right:0
}
.logo_overlap_menu_right .main_menu{
    text-align:left
}
.logo_overlap_menu_right ul.sf-menu li:first-child a{
    padding-left:0
}
.sf-menu.menu_right{
    float:right;
    width:460px
}
.sf-menu ul{
    position:absolute;
    top:-999em
}
.sf-menu ul li{
    width:100%
}
.sf-menu li:hover{
    visibility:inherit
}
.sf-menu li{
    float:left;
    position:relative
}
.sf-menu a{
    display:block;
    position:relative
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{
    left:0;
    top:40px;
    z-index:99
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{
    top:-999em
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{
    left:207px;
    top:0
}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{
    top:-999em
}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{
    left:180px;
    top:0
}
.sf-menu{
    display:inline-block;
    position:relative;
    top:2px;
    z-index:100
}
li.current-menu-item a{
    font-weight:700 !important
}
li.current-menu-item ul li a{
    font-weight:400 !important
}
.sf-menu a{
    text-decoration:none
}
.sf-menu li.current-menu-item a{
    position:relative
}
.sf-menu li.current-menu-item a:after{
    border-style:solid;
    border-width:0 10px 10px;
    content:"";
    height:0;
    left:28%;
    bottom:-4px;
    position:absolute;
    width:0;
    z-index:100;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
ul.sf-menu li a{
    padding:0 12px;
    line-height:44px
}
ul.sf-menu li a i{
    font-size:18px;
    padding-right:2px;
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    -ms-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out
}
.sf-menu li li{
    width:170px
}
.sf-menu ul.sub-menu{
    padding-top:15px
}
.sf-menu ul.sub-menu li:first-child{
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -o-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -o-border-top-right-radius:5px;
    border-top-right-radius:5px
}
.sf-menu ul.sub-menu li:last-child{
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px
}
.sf-menu li li{
    padding:7px 20px
}
.sf-menu li li:hover{
    border-left-width:3px;
    border-left-style:solid;
    padding:7px 20px 7px 17px
}
.sf-menu li ul li a{
    font-weight:400;
    padding:0 !important;
    text-align:left;
    line-height:1.4em
}
.sf-menu li.current-menu-item ul li a:after{
    border-width:0 !important
}
.sf-menu ul.sub-menu li a:after{
    border-width:0 !important
}
.sf-menu ul.sub-menu li.current-menu-item a{
    font-weight:400 !important
}
.sf-menu ul.sub-menu li.current-menu-item{
    border-left-width:3px;
    border-left-style:solid;
    padding:7px 20px 7px 17px
}
.sf-menu ul.sub-menu li ul.sub-menu{
    padding-top:10px;
    padding-left:2px
}
.sf-menu ul.sub-menu li.current-menu-item li a{
    font-weight:400 !important
}
.sf-menu ul.sub-menu li.current-menu-item li a:hover{
    font-weight:400 !important
}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active{
    outline:0
}
.sf-sub-indicator{
    position:absolute;
    display:block;
    right:.75em;
    top:1.05em;
    width:10px;
    height:10px;
    text-indent:-999em;
    overflow:hidden
}
a>.sf-sub-indicator{
    top:1em;
    background-position:0 -100px
}
a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,li:hover>a>.sf-sub-indicator,li.sfHover>a>.sf-sub-indicator{
    background-position:-10px -100px
}
.sf-menu ul .sf-sub-indicator{
    background-position:-10px 0
}
.sf-menu ul a>.sf-sub-indicator{
    background-position:0 0
}
.sf-menu ul a:focus>.sf-sub-indicator,.sf-menu ul a:hover>.sf-sub-indicator,.sf-menu ul a:active>.sf-sub-indicator,.sf-menu ul li:hover>a>.sf-sub-indicator,.sf-menu ul li.sfHover>a>.sf-sub-indicator{
    background-position:-10px 0
}
.sf-shadow ul.sf-shadow-off{
    background:0 0
}
.main_container img{
    opacity:0;
    display:none
}
.home_slider_container img{
    opacity:0;
    display:none
}
.flexslider{
    margin:0 !important;
    background:0 0 !important;
    border:none !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    -o-border-radius:0px !important;
    border-radius:0 !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    -o-box-shadow:none !important;
    box-shadow:none !important
}
.flex-control-paging li a{
    box-shadow:inset 0 0 3px rgba(0,0,0,.1) !important
}
.home_slider_container{
    padding-top:10px;
    overflow:hidden
}
.home_slider_container .flexslider,.single_portfolio_slider_wrapper.flexslider{
    margin:0;
    width:100% !important;
    min-height:65px
}
.home_slider_container .flex-caption-wrap{
    width:980px;
    margin:0 auto;
    position:relative
}
.home_slider_container .flex-caption{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    bottom:80px;
    left:20px;
    padding:10px 20px;
    position:absolute;
    width:350px
}
.home_slider_container.home_move_up .flex-caption{
    bottom:120px
}
.home_slider_container .flex-title{
    padding-bottom:6px
}
.home_slider_container .flex-desc{
    padding:0
}
.home_slider_container .flex-desc p{
    line-height:16px;
    margin:0;
    padding:0
}
.home_slider_container .flex-control-nav,.single_portfolio_slider_wrapper.flexslider .flex-control-nav{
    bottom:20px
}
.home_slider_container.home_move_up .flex-control-nav{
    bottom:80px
}
.home_slider_container .flex-control-paging li a,.single_portfolio_slider_wrapper.flexslider .flex-control-paging li a{
    border:3px solid rgba(255,255,255,.7);
    width:16px;
    height:16px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px
}
.home_slider_container .flex-control-nav li,.single_portfolio_slider_wrapper.flexslider .flex-control-nav li{
    margin:0 4px
}
.home-food-media .flex_home_food ul.slides{
    box-shadow:none !important
}
.home-food-media .flex_home_food ul li{
    margin:0;
    padding:0;
    border:none
}
.flex_home_food{
    position:relative
}
.flex_home_food .flex-control-paging{
    opacity:1;
    bottom:10px;
    padding:0;
    margin:0
}
.flex_home_food .flex-control-paging li{
    margin:0 2px
}
.flex_home_food .flex-control-paging li a{
    border:2px solid rgba(255,255,255,.7);
    width:14px;
    height:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    -o-border-radius:14px;
    border-radius:14px
}
.flex_home_food .flex-direction-nav{
    display:none
}
.sc_slider_wrapper.flexslider{
    margin-bottom:30px !important;
    padding:10px 50px
}
.sc_slider_wrapper .flex-control-paging{
    display:none
}
.sc_slider_wrapper .flex-direction-nav a{
    text-indent:0px;
    font-size:25px;
    width:28px;
    height:28px;
    text-align:center;
    color:#fff !important;
    opacity:1
}
.sc_slider_wrapper.flexslider .flex-prev{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    left:0
}
.sc_slider_wrapper.flexslider .flex-next{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    right:0
}
.sc_slider_wrapper.flexslider:hover .flex-prev{
    left:0;
    opacity:.8
}
.sc_slider_wrapper.flexslider:hover .flex-next{
    opacity:.8;
    right:0
}
.main_container{
    padding-bottom:50px
}
.main_container.left-sidebar .sidebar{
    float:left
}
.main_container.left-sidebar .blog-content,.main_container.left-sidebar .post,.main_container.left-sidebar .type-attachment,.main_container.left-sidebar .comments_wrap,.main_container.left-sidebar .no_comments_wrap,.main_container.left-sidebar #respond,.main_container.left-sidebar .page-content,.main_container.left-sidebar .page-content .entry-content,.main_container.left-sidebar .page-content .post-media{
    float:right
}
.main_container.no-sidebar .sidebar{
    display:none
}
.main_container.no-sidebar .post,.main_container.no-sidebar .type-attachment,.main_container.no-sidebar .comments_wrap,.main_container.no-sidebar .no_comments_wrap,.main_container.no-sidebar #respond{
    width:auto
}
.main_container.no-sidebar .post-title-excerpt{
    width:780px
}
body.error404 .main_container_inner{
    padding-top:70px
}
.span9.page-content .entry-content,.span9.page-content .post-media{
    width:676px
}
.entry-content{
    margin-bottom:40px
}
.entry-content-inner{
    padding:25px 30px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px
}
.entry-content-inner.have_featured_image{
    -webkit-border-radius:0px 0px 12px 12px;
    -moz-border-radius:0px 0px 12px 12px;
    -o-border-radius:0px 0px 12px 12px;
    border-radius:0 0 12px 12px
}
body.home.blog .page_title_container{
    border-bottom:none;
    margin-bottom:50px
}
body.home.blog .page_title_container .page_title{
    display:none
}
.page_title_container{
    position:relative;
    z-index:10;
    border-bottom-width:3px;
    border-bottom-style:dotted;
    margin-bottom:50px
}
.page_title{
    text-align:left;
    padding:16px 18px 14px 0;
    z-index:-1;
    position:relative
}
.page_title_ribbon{
    width:72px;
    height:60px;
    position:absolute;
    top:-5px;
    text-align:center;
    z-index:10;
    padding-top:30px
}
.page_title_ribbon i{
    font-size:42px
}
.page_title_ribbon:after{
    border-color:transparent
}
.page_title_ribbon:after{
    border-style:solid;
    border-width:0 36px 18px;
    bottom:-18px;
    content:"";
    display:block;
    height:0;
    position:absolute;
    width:0;
    z-index:10
}
.page_title_ribbon_shadow{
    width:72px;
    height:87px;
    position:absolute;
    top:0;
    left:5px;
    background:#000;
    opacity:.4
}
.page_title_ribbon_shadow:after{
    border-color:#000 #000 transparent
}
.page_title_ribbon_shadow:after{
    border-style:solid;
    border-width:0 36px 18px;
    bottom:-18px;
    content:"";
    display:block;
    height:0;
    position:absolute;
    width:0;
    z-index:8
}
h1.page_title_text{
    padding:0 0 0 98px;
    margin:0
}
.post,.type-attachment,.type-menu,.type-gallery,.type-attachment{
    width:676px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    margin-bottom:40px
}
.post-content{
    padding-top:30px;
    padding-bottom:33px
}
.post-media{
    position:relative
}
.post-media,.post-media img{
    min-height:220px
}
.post-media img,.post-media:hover img{
    -webkit-border-radius:12px 12px 0px 0px;
    -moz-border-radius:12px 12px 0px 0px;
    -o-border-radius:12px 12px 0px 0px;
    border-radius:12px 12px 0 0
}
.post-media:after{
    border-style:solid;
    border-width:0 22px 22px;
    content:"";
    height:0;
    left:50px;
    bottom:-5px;
    position:absolute;
    width:0;
    z-index:11;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.post-media:hover:after{
    bottom:-1px
}
.post-meta-published{
    border-left-width:7px;
    border-left-style:solid;
    float:left
}
.post-meta-day-month{
    float:right;
    padding-left:35px
}
.post-meta-day{
    line-height:48px;
    text-align:center
}
.post-meta-month{
    line-height:16px;
    text-align:center
}
.post-title-excerpt{
    float:right;
    text-align:left;
    width:720px;
    padding:0 20px 0 0
}
h2.post-title{
    margin:0;
    margin-bottom:10px
}
.post-excerpt{
    margin-bottom:8px
}
a.readmore{
    line-height:16px;
    height:16px;
    padding:0 10px 0 0;
    margin-left:10px;
    display:inline-block;
    vertical-align:middle;
    position:relative
}
a.readmore:before{
    border-style:solid;
    border-width:8px 0 8px 9px;
    content:"";
    display:block;
    float:left;
    height:0;
    left:-9px;
    position:relative;
    width:0;
    z-index:11
}
a.readmore:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
a.readmore:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
    border-width:8px;
    top:50%;
    margin-top:-8px
}
a.readmore:after{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
#nav-below{
    margin:20px auto;
    position:relative;
    float:left;
    left:50%
}
.wp-pagenavi{
    position:relative;
    float:left;
    left:-50%
}
.wp-pagenavi a:first-child:before,.wp-pagenavi span:first-child:before,.wp-pagenavi a:last-child:after,.wp-pagenavi span:last-child:after{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.wp-pagenavi a:first-child:before,.wp-pagenavi span:first-child:before{
    border-color:transparent;
    border-width:13px;
    top:50%;
    left:-26px;
    margin-top:-13px
}
.wp-pagenavi a:last-child:after,.wp-pagenavi span:last-child:after{
    border-color:transparent;
    border-width:13px;
    top:50%;
    left:100%;
    margin-top:-13px
}
.wp-pagenavi a,.wp-pagenavi span{
    padding:0 14px !important;
    text-decoration:none;
    display:block;
    float:left;
    border:none !important;
    border-right-width:3px !important;
    border-right-style:dotted !important;
    height:26px;
    line-height:26px;
    margin:0 !important
}
.wp-pagenavi a:last-child,.wp-pagenavi span:last-child{
    border-right:none !important
}
.single-post-content{
    margin:0;
    padding:0
}
.single-post-content:before{
    top:-15px
}
.colorbox-icon{
    width:26px;
    height:20px;
    line-height:20px;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:16px;
    position:relative;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.colorbox-icon:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.colorbox-icon:after{
    border-width:5px;
    top:50%;
    margin-top:-5px
}
.single-post-date-comment{
    padding:20px 0;
    border-bottom-style:dotted;
    border-bottom-width:4px
}
.single-post-date{
    float:left
}
.single-post-date-text{
    float:left;
    padding-top:3px
}
.colorbox-calendar{
    margin-left:40px;
    float:left
}
.single-post-comment{
    float:right;
    margin-right:16px
}
.single-post-comment-text{
    float:right;
    padding-top:3px
}
.post-content-title-and-detail{
    padding-top:32px
}
h2.post-content-title{
    border-left-width:7px;
    border-left-style:solid;
    padding-left:38px;
    padding-right:15px
}
.post-content-detail{
    padding:10px 40px 25px
}
.single_blog_social,.single_food_social{
    margin:0 auto 25px auto
}
.single_food_social{
    margin-bottom:0;
    margin-top:35px
}
ul.single_social_icon_list{
    text-align:center;
    padding:0;
    margin:0
}
li.single_social_icon{
    margin:0 4px;
    width:32px;
    height:32px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    text-align:center
}
li.single_social_icon a{
    font-size:24px;
    line-height:24px;
    padding-top:4px;
    display:block
}
li.single_social_icon i{
    margin:0 auto
}
li.single_social_icon:hover i{
    color:#fff
}
li.single_social_icon.facebook:hover{
    background:#3b5998
}
li.single_social_icon.twitter:hover{
    background:#1bb2e9
}
li.single_social_icon.google-plus:hover{
    background:#d73d32
}
li.single_social_icon.linkedin:hover{
    background:#127cb4
}
.post-category-and-tag{
    border-top-width:4px;
    border-top-style:dotted;
    padding:15px 20px 15px 40px
}
.post-category{
    width:49%
}
.post-category{
    float:left
}
.post-tag{
    float:right;
    width:auto;
    min-width:20%;
    max-width:49%
}
.post-category-list{
    padding-right:25px;
    padding-left:46px
}
.post-tag-list{
    padding-left:46px
}
.post-tag-list,.post-category-list{
    padding-top:1px
}
.colorbox-comment{
    margin-right:15px
}
.post-content-page{
    margin:0 auto 20px auto;
    text-align:center
}
.comments_wrap,.no_comments_wrap{
    width:676px;
    margin-bottom:40px
}
.comments_wrap p.nopassword{
    padding-left:45px;
    margin:0
}
.no_comments_wrap{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px
}
.no_comments_wrap p{
    padding:30px;
    margin:0
}
.post.pingback{
    border-radius:4px;
    margin-bottom:20px
}
.post.pingback p{
    padding:20px
}
.comments_wrap #respond{
    width:auto
}
.main_container.left-sidebar .comments_wrap #respond{
    float:none
}
ol.commentlist{
    list-style:none;
    padding:0;
    margin:30px 0 0
}
ol.commentlist ul.children{
    list-style:none;
    margin-left:33px
}
.comment-avatar{
    display:block;
    float:left;
    margin-right:8px
}
.comment-avatar img{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.comment-box{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    display:block;
    margin-bottom:26px;
    margin-left:55px;
    position:relative
}
.comment-content{
    padding:21px 30px;
    border-bottom-style:dotted;
    border-bottom-width:3px
}
.comment-content:before{
    border-style:solid;
    border-width:10px;
    content:"";
    height:0;
    left:-20px;
    top:20px;
    position:absolute;
    width:0;
    z-index:11
}
.comment-content:before{
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent
}
.comment-content p{
    padding:0;
    margin:0
}
.comment-meta{
    padding:15px 0
}
.comment-author{
    float:left;
    margin-left:30px
}
.comment-date{
    float:left;
    margin-left:5px
}
.comment-edit-reply{
    text-align:right;
    margin-right:15px
}
.comment-edit-link,.comment-reply-link{
    padding:1px 9px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.comment-navigation{
    margin:0 auto 0px auto;
    position:relative;
    float:left;
    left:50%
}
#reply-title .widget_title{
    display:block
}
#reply-title span.widget_title_text{
    padding-left:45px
}
#respond{
    width:676px
}
#commentform{
    padding:40px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px
}
#respond code{
    background:0 0;
    border:none;
    white-space:normal;
    font-size:11px
}
#respond textarea{
    height:100px;
    width:97%
}
.entry-content.food-menu-category-parent-desc{
    margin-bottom:20px
}
.entry-content.food-menu-category-parent-desc p{
    margin-bottom:0
}
.food_menu_text_wrap{
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    overflow:hidden;
    padding:20px 0
}
.food_menu_text_table{
    display:table
}
.food_menu_text_row{
    display:table-row
}
.food_menu_text_left,.food_menu_text_right{
    display:table-cell !important;
    float:none !important;
    text-align:left;
    vertical-align:top;
    width:467px !important
}
.food_menu_text_right{
    padding-left:20px !important
}
.food_menu_text_left{
    border-right-width:3px;
    border-right-style:dotted
}
.food_menu_text_category_wrap{
    margin:10px 0 25px
}
h3.food_menu_catagory_name{
    border-left-style:solid;
    border-left-width:7px;
    padding-left:20px;
    margin:0 0 25px
}
.food_menu_text{
    position:relative;
    margin-bottom:8px
}
.food_menu_text.child_category_desc{
    padding:10px 46px 15px
}
.food_menu_text_badge{
    position:absolute;
    left:0;
    top:0;
    width:42px
}
.food_menu_text .food-menu-widget-badge-icon:before{
    border-left:none;
    border-right:none
}
.food_menu_text .food-menu-widget-badge-icon{
    margin-bottom:5px;
    background-color:none !important;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.food_menu_text .food-menu-widget-badge-icon{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    float:left;
    font-size:12px;
    margin:0 0 6px 13px;
    position:relative;
    text-align:center;
    width:20px;
    height:20px;
    padding:0
}
.food_menu_text .food-menu-widget-badge-icon-image{
    margin-top:0
}
.food_menu_text .food-menu-widget-badge-icon-image img{
    display:inline !important;
    margin-left:13px
}
.food_menu_text_name_desc{
    float:left;
    padding-left:46px
}
.food_menu_text_name_desc,.food_menu_text_name_desc.single_price{
    width:65%
}
.food_menu_text_name_desc.multi_price{
    width:58%
}
.food_menu_text_name{
    padding-right:10px;
    margin:0;
    padding:0
}
.food_menu_text_desc{
    margin-top:4px;
    line-height:20px;
    float:left;
    margin-bottom:12px
}
.food_menu_text_desc p{
    margin:0
}
.food_menu_text_price{
    float:right;
    text-align:right;
    padding-right:20px;
    line-height:20px
}
.food_menu_text_price.multi_price{
    margin-bottom:6px
}
.food_menu_price_name{
    display:inline-block
}
.food_menu_price_number{
    padding-left:15px;
    display:inline-block
}
.food_menu_recommended{
    border-bottom-width:3px;
    border-bottom-style:dotted;
    padding-bottom:10px;
    margin-bottom:30px
}
.food-menu-widget.food-menu-widget-recommended{
    width:220px;
    height:196px
}
.food-menu-widget-recommended .food-menu-widget-media{
    width:220px;
    height:146px
}
.food-menu-widget-recommended .food-menu-widget-media img,.food-menu-widget-recommended:hover .food-menu-widget-media img,.food-menu-widget-recommended .food-menu-widget-overlay,.food-menu-widget-recommended:hover .food-menu-widget-overlay{
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -o-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0 0
}
.food-menu-widget-recommended .food-menu-widget-overlay{
    display:block;
    height:100%;
    opacity:0;
    position:absolute;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    width:100%;
    z-index:10
}
.food-menu-widget-recommended:hover .food-menu-widget-overlay{
    opacity:.3;
    -webkit-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -o-transform:translateX(0px);
    transform:translateX(0px)
}
.food-menu-widget-overlay .food-menu-widget-bghover{
    display:block;
    height:100%;
    position:absolute;
    width:100%;
    opacity:.4
}
.food-menu-widget-recommended .food-menu-title-and-price{
    position:absolute;
    overflow:hidden;
    padding-top:13px;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -o-border-radius:0px 0px 4px 4px;
    border-radius:0 0 4px 4px
}
.food-menu-widget-recommended .food-menu-title-and-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    z-index:12;
    bottom:-1px;
    height:50px;
    width:220px
}
.food-menu-widget-recommended:hover .food-menu-title-and-price{
    opacity:1;
    height:105px
}
.food-menu-widget-recommended.no-price .food-menu-title-and-price{
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s;
    opacity:1;
    height:50px
}
.food-menu-widget-recommended.no-price:hover .food-menu-title-and-price{
    height:60px
}
.food-menu-widget-recommended .food-menu-widget-title{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    opacity:1;
    border-bottom:none;
    position:relative;
    width:220px
}
.food-menu-widget-recommended .food-menu-widget-title:before{
    border-style:solid;
    border-width:0 12px 12px;
    content:"";
    height:0;
    left:16px;
    top:-12px;
    position:absolute;
    width:0;
    z-index:11
}
.food-menu-widget-recommended .food-menu-widget-title:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.food-menu-widget-recommended:hover .food-menu-widget-title{
    opacity:1
}
.food-menu-widget-recommended .food-menu-widget-price{
    border-top-width:3px;
    border-top-style:dotted;
    width:220px;
    position:relative;
    bottom:0;
    padding:10px 0;
    opacity:0
}
.food-menu-widget-recommended .food-menu-widget-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}
.food-menu-widget-recommended:hover .food-menu-widget-price{
    opacity:1;
    display:block
}
.food-menu-widget-recommended.no-price:hover .food-menu-widget-price{
    opacity:0;
    display:none
}
.isotope-item.span4 .isotope-food.food-menu-widget,.isotope-item.span4 .isotope-food .food-menu-widget-media{
    width:300px;
    height:206px;
    overflow:hidden
}
.isotope-item.span2 .isotope-food.food-menu-widget,.isotope-item.span2 .isotope-food .food-menu-widget-media{
    width:140px;
    height:93px
}
.isotope-food .food-menu-widget-media{
    overflow:hidden;
    position:relative
}
.isotope-food .food-menu-widget-media img,.isotope-food:hover .food-menu-widget-media img{
    border-radius:4px
}
.isotope-item.span2 .isotope-food .food-menu-widget-media img,.isotope-item.span2:hover .isotope-food .food-menu-widget-media img{
    border-radius:4px
}
.isotope-food .food-menu-widget-overlay{
    display:block;
    height:100%;
    opacity:0;
    position:absolute;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    width:100%;
    z-index:10
}
.isotope-food:hover .food-menu-widget-overlay{
    opacity:.3
}
.isotope-food .food-menu-widget-overlay .food-menu-widget-bghover{
    display:block;
    height:100%;
    position:absolute;
    width:100%;
    opacity:.4
}
.isotope-item.span2 .isotope-food .food-menu-title-and-price{
    display:none
}
.isotope-food .food-menu-title-and-price{
    position:absolute
}
.isotope-food .food-menu-title-and-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    z-index:12;
    bottom:0;
    height:50px;
    border-radius:0 0 4px 4px
}
.isotope-food:hover .food-menu-title-and-price{
    opacity:1;
    height:100px
}
.isotope-food.no-price .food-menu-title-and-price{
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s;
    opacity:1;
    height:50px
}
.isotope-food.no-price:hover .food-menu-title-and-price{
    height:60px
}
.isotope-food .food-menu-widget-title{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s;
    opacity:1;
    border-bottom:none;
    height:25px;
    position:relative;
    width:300px
}
.isotope-food .food-menu-widget-title:before{
    border-style:solid;
    border-width:0 12px 12px;
    content:"";
    height:0;
    left:16px;
    top:-12px;
    position:absolute;
    width:0;
    z-index:11
}
.isotope-food .food-menu-widget-title:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.isotope-food:hover .food-menu-widget-title{
    opacity:1
}
.isotope-food .food-menu-widget-price{
    border-top-width:3px;
    border-top-style:dotted;
    width:300px;
    position:relative;
    bottom:0;
    padding:10px 0;
    opacity:0
}
.isotope-food .food-menu-widget-price{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    -o-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}
.isotope-food:hover .food-menu-widget-price{
    opacity:1;
    display:block
}
.isotope-food.no-price .food-menu-widget-price{
    opacity:0;
    display:none
}
.isotope-food.no-price:hover .food-menu-widget-price{
    opacity:0;
    display:none
}
.food_menu_small_image_wrap{
    border-radius:12px;
    margin:5px 0 25px;
    overflow:hidden;
    padding:20px 0
}
.food_menu_small_image_category_wrap{
    margin:10px 0
}
h3.food_menu_catagory_name{
    border-left-width:7px;
    border-left-style:solid;
    padding-left:20px;
    margin:0 0 20px
}
.food_menu_small_image.child_category_desc{
    padding:5px 40px 25px 50px
}
.food_menu_small_image{
    padding:20px 0;
    position:relative;
    border-bottom-width:2px;
    border-bottom-style:dotted
}
.food_menu_small_image_thumbnail{
    float:left;
    position:relative;
    width:140px
}
.food_menu_small_image_thumbnail:after{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.food_menu_small_image_thumbnail:after{
    border-color:transparent;
    border-width:13px;
    top:38%;
    right:-4px
}
.food_menu_small_image_thumbnail:hover:after{
    right:-1px
}
.food_menu_small_image_name_desc{
    padding-left:20px;
    float:left
}
.food_menu_small_image_name_desc{
    width:80%
}
.food_menu_small_image_name_desc.no_thumbnail.single_price{
    width:80%
}
.food_menu_small_image_name_desc.no_thumbnail.multi_price{
    width:75%
}
.food_menu_small_image_name_desc.single_price{
    width:64%
}
.food_menu_small_image_name_desc.multi_price{
    width:59%
}
.food_menu_small_image_badge{
    float:left;
    margin-right:0;
    margin-left:15px;
    width:22px
}
.food_menu_small_image_badge .food-menu-widget-badge-icon:before{
    border-left:none;
    border-right:none
}
.food_menu_small_image_badge .food-menu-widget-badge-icon{
    background-color:none !important;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    float:left;
    font-size:12px;
    margin:0 0 10px;
    position:relative;
    text-align:center;
    width:20px;
    height:20px;
    padding:0
}
.food_menu_small_image_badge .food-menu-widget-badge-icon-image .food_menu_small_image_badge .food-menu-widget-badge-icon.no-image-icon{
    margin:0
}
.food_menu_small_image_badge .food-menu-widget-badge-icon-image{
    display:block
}
.food_menu_small_image_badge .food-menu-widget-badge-icon-image img{
    display:inline !important
}
.food_menu_small_image_name{
    padding-right:10px;
    margin:0;
    padding:0
}
.food_menu_small_image_desc{
    margin-top:6px;
    padding-right:0
}
.food_menu_small_image_desc p{
    margin:0
}
.food_menu_small_image_price{
    float:right;
    text-align:right;
    padding-right:20px;
    line-height:20px
}
.food_menu_small_image .food_menu_small_image_price .food_menu_price_name{
    width:80px
}
.food_menu_sticky{
    margin-bottom:0
}
.food_menu_sticky .nav-container{
    width:100%
}
.food_menu_sticky nav,#isotope-filter{
    z-index:42;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:940px;
    position:relative;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    text-align:center;
    border-bottom-style:dotted;
    border-bottom-width:0
}
#isotope-filter{
    margin-bottom:20px;
    border-bottom-width:0;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px
}
.food_menu_sticky nav ul,#isotope-filter ul{
    padding:0;
    margin:0
}
.food_menu_sticky nav li,#isotope-filter ul li{
    display:inline;
    list-style:none
}
.food_menu_sticky nav li a,#isotope-filter ul li a{
    text-decoration:none;
    display:inline-block;
    text-align:center;
    padding:15px;
    border-top-style:solid;
    border-top-width:4px
}
.food_menu_sticky .sticky{
    position:fixed;
    top:0 !important;
    animation:thedrop 1s 1;
    -moz-animation:thedrop 1s 1;
    -webkit-animation:thedrop 1s 1
}
.food_menu_sticky .sticky .nav-above{
    position:absolute;
    top:0;
    left:1em;
    right:1em;
    height:15px
}
.single-food-menu-wrapper{
    overflow:hidden;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    padding-bottom:30px;
    position:relative
}
.single-food-menu-media{
    position:relative
}
.single-food-menu-wrapper .single-food-menu-media img,.single-food-menu-wrapper .single-food-menu-media iframe{
    -webkit-border-radius:12px 12px 0px 0px;
    -moz-border-radius:12px 12px 0px 0px;
    -o-border-radius:12px 12px 0px 0px;
    border-radius:12px 12px 0 0
}
.single-food-menu-media ul.slides{
    margin:0
}
.single-food-menu-content{
    border-bottom-width:4px;
    border-bottom-style:dotted;
    padding:0 0 30px
}
.single-food-menu-content:before{
    border-style:solid;
    border-width:0 17px 17px;
    content:"";
    height:0;
    left:50px;
    top:-17px;
    position:relative;
    width:0;
    z-index:11
}
.single-food-menu-content:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.single-food-menu-price,.single-food-menu-badge{
    padding:16px 42px;
    position:relative;
    border-bottom-width:4px;
    border-bottom-style:dotted
}
.single-food-menu-price{
    padding-top:4px
}
.single-food-menu-money{
    width:30px;
    height:20px;
    line-height:20px;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:18px;
    position:relative;
    border-radius:3px 0 0 3px
}
.single-food-menu-money:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.single-food-menu-money:after{
    border-color:transparent;
    border-width:12px 6px;
    top:50%;
    margin-top:-12px
}
h3.single-food-menu-price-text,h3.single-food-menu-badge-text{
    margin:0
}
.single-food-menu-badge-icon{
    width:30px;
    height:20px;
    line-height:20px;
    border-radius:3px 3px 0;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:18px;
    position:relative;
    margin-top:3px
}
.single-food-menu-badge-icon:before{
    border-style:solid;
    border-width:8px 0 0 8px;
    content:"";
    display:block;
    float:right;
    height:0;
    right:-8px;
    top:18px;
    position:absolute;
    width:0;
    z-index:11
}
.single-food-menu-badge-icon:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
h2.single-food-menu-title{
    margin:25px 0 0;
    border-left-width:7px;
    border-left-style:solid;
    padding-left:35px
}
.single-food-menu-excerpt{
    padding-left:42px;
    padding-right:42px;
    margin-top:10px;
    margin-bottom:10px
}
.single-food-menu-detail{
    padding-left:42px;
    padding-right:42px;
    margin-top:20px
}
.page-fullwidth-gallery{
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    padding:30px 0 25px;
    margin-bottom:30px
}
.gallery-title{
    border-left-style:solid;
    border-left-width:7px;
    padding:0 35px 0 25px
}
.gallery_wrap{
    border-bottom-width:3px;
    border-bottom-style:dotted;
    margin-top:30px
}
.gallery-excerpt{
    padding:0 35px;
    margin-top:10px
}
.gallery-detail{
    padding:0 35px;
    margin-top:10px
}
.gallery_row{
    border-top-width:3px;
    border-top-style:dotted;
    padding-top:25px;
    padding-bottom:25px
}
.gallery_box{
    float:left;
    width:235px
}
.gallery_image{
    position:relative
}
.gallery_image:after{
    border-style:solid;
    border-width:0 20px 20px;
    content:"";
    height:0;
    left:25%;
    bottom:-5px;
    position:absolute;
    width:0;
    z-index:11
}
.gallery_image:hover:after{
    bottom:0
}
.gallery_image:after{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
a.gallery_shadow{
    display:block;
    position:relative
}
a.gallery_shadow img{
    display:block
}
a.gallery_shadow:before{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:9px 0 20px -3px #333 inset;
    -webkit-box-shadow:9px 0 20px -3px #333 inset;
    box-shadow:9px 0 20px -3px #333 inset
}
.gallery_row .gallery_box:first-child a.gallery_shadow:before{
    box-shadow:none
}
.gallery_image_title{
    text-align:center;
    padding:15px 15px 0;
    margin:0
}
.page-fullwidth-gallery a.readmore{
    margin-left:40px;
    margin-top:15px
}
.widget ul{
    padding:0;
    margin:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
.widget ul li{
    list-style:none;
    border-bottom-style:dotted;
    border-bottom-width:3px;
    padding:10px 10px 10px 20px
}
.widget ul li i{
    margin-right:15px
}
.widget ul li:hover i{
    margin-right:11px;
    margin-left:4px
}
.widget ul li:last-child{
    border-bottom:none
}
.widget_title{
    text-align:left;
    padding:10px 4px 10px 0;
    z-index:0;
    position:relative;
    border-top-style:dotted;
    border-top-width:3px;
    border-bottom-style:dotted;
    border-bottom-width:3px;
    margin-bottom:25px
}
.widget_title_ribbon{
    width:28px;
    height:36px;
    position:absolute;
    top:-5px;
    text-align:center;
    font-size:22px;
    padding-top:15px
}
.widget_title_ribbon:after{
    border-color:transparent
}
.widget_title_ribbon:after{
    border-style:solid;
    border-width:0 14px 7px;
    bottom:-7px;
    content:"";
    display:block;
    height:0;
    position:absolute;
    width:0;
    z-index:11
}
h3.widget_title_text{
    padding-left:45px;
    margin:0
}
.widget ul.children,.widget ul.sub-menu{
    box-shadow:none !important;
    margin-left:15px
}
.widget ul.children li,.widget ul.sub-menu li{
    border:none !important;
    padding:5px
}
.widget ul.children li:last-child,.widget ul.sub-menu li:last-child{
    padding-bottom:0 !important
}
.home_widgets_container div.widget:first-child{
    margin-top:30px
}
.home_widgets_container.home_move_up div.widget:first-child{
    margin-top:-62px;
    position:relative
}
.home_widgets_container .home_widgets.no-home-slider div.widget:first-child{
    margin-top:30px !important
}
.home_widgets .widget{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom-width:4px;
    border-bottom-style:dotted
}
.sidebar .widget{
    margin-bottom:30px
}
.footer_widgets .footer_widget_col{
    border-right-width:4px;
    border-right-style:dotted
}
.footer_widgets .last .footer_widget_col{
    border-right:none
}
.footer_widgets .widget{
    padding-bottom:20px;
    margin-bottom:15px;
    padding-right:20px;
    box-shadow:none
}
.footer_widgets .widget ul li{
    border-bottom-width:1px;
    border-bottom-style:dotted;
    padding:5px 5px 5px 0
}
.footer_widgets .widget_title{
    border:none;
    padding:13px 5px 7px 0
}
.footer_widgets .widget_title_ribbon{
    width:36px;
    height:36px
}
.footer_widgets .widget_title_ribbon:after{
    border-style:solid;
    border-width:0 18px 9px;
    bottom:-36px;
    content:"";
    display:block;
    height:0;
    position:relative;
    width:0;
    z-index:11
}
.footer_widgets .widget_title_ribbon i{
    left:26%;
    position:absolute;
    top:33%;
    font-size:20px
}
.footer_widgets .widget_title_text{
    padding-left:50px
}
.AT_fourboxes_widget .teaser_box{
    padding:0;
    text-align:center;
    transition:all .2s ease 0s;
    padding:20px 8px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    margin-bottom:15px
}
.AT_fourboxes_widget .teaser_icon_title{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    height:64px;
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    transition:all .2s ease-in-out 0s;
    vertical-align:middle;
    width:64px;
    display:block
}
.AT_fourboxes_widget .teaser_icon_title img{
    display:block
}
.AT_fourboxes_widget .teaser_icon_title a i{
    padding-top:10px
}
.AT_fourboxes_widget .teaser_title{
    margin:13px 0 6px
}
.AT_fourboxes_widget .teaser_title a{
    font-weight:400;
    transition:all .2s ease-in-out 0s
}
.AT_fourboxes_widget .teaser_desc{
    line-height:18px;
    padding:0 20px
}
.sidebar .AT_fourboxes_widget .teaser_box{
    width:auto
}
.footer_widgets .AT_fourboxes_widget .teaser_box{
    background:0 0;
    width:auto
}
.widget_flickr{
    margin:10px 0 0;
    position:relative
}
.widget_flickr .flickr_badge_image{
    float:left;
    margin:0 10px 10px 0
}
.widget_flickr .flickr_badge_image img{
    opacity:1;
    transition:opacity .2s ease-in-out 0s;
    height:65px;
    width:65px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
.widget_flickr .flickr_badge_image img:hover{
    opacity:.7
}
.sidebar .widget_flickr .flickr_badge_image:nth-child(3n+1){
    margin-right:0
}
.footer_widgets .widget_flickr .flickr_badge_image img{
    height:60px;
    width:60px
}
.AT_home_food_widget .home-food-wrap{
    position:relative;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px
}
.AT_home_food_widget .home-food-wrap .home-food-media img,.AT_home_food_widget .home-food-wrap .home-food-media .video-container,.AT_home_food_widget .home-food-wrap .home-food-media .slides{
    -webkit-border-radius:12px 0px 0px 12px;
    -moz-border-radius:12px 0px 0px 12px;
    -o-border-radius:12px 0px 0px 12px;
    border-radius:12px 0 0 12px;
    overflow:hidden
}
h3.home-food-title{
    padding:14px 5px 0 45px;
    margin-bottom:8px
}
.home-food-excerpt{
    padding:8px 25px 14px 45px
}
.home-food-excerpt p{
    padding:0;
    margin:0
}
.home-food-badge{
    border-top-width:3px;
    border-top-style:dotted;
    padding:10px 0;
    position:relative
}
.home-food-price{
    border-top-width:3px;
    border-top-style:dotted
}
.AT_home_food_widget .home-food-badge-text,.AT_home_food_widget .home-food-widget-price-text{
    width:auto;
    line-height:18px;
    padding-top:5px
}
.home-gallery-wrap{
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    position:relative
}
.AT_home_gallery_widget .widget_title_ribbon{
    left:16px;
    width:32px
}
.AT_home_gallery_widget .widget_title_ribbon:after{
    border-width:0 16px 8px;
    bottom:-8px
}
.home-gallery-content{
    float:left;
    width:376px
}
.home-gallery-title{
    padding:13px 10px 0 65px;
    margin-bottom:6px
}
.home-gallery-excerpt{
    padding:0 15px 15px 65px
}
.home-gallery-excerpt p{
    margin-bottom:0
}
.home-gallery-image-row{
    width:564px;
    float:left
}
.home-gallery-image{
    position:relative;
    float:left;
    width:141px;
    height:141px
}
.home-gallery-image-row .home-gallery-image:nth-child(4) img{
    -webkit-border-radius:0px 12px 12px 0px;
    -moz-border-radius:0px 12px 12px 0px;
    -o-border-radius:0px 12px 12px 0px;
    border-radius:0 12px 12px 0
}
.home-gallery-image-row .home-gallery-image:nth-child(4) img:hover{
    -webkit-border-radius:0px 12px 12px 0px;
    -moz-border-radius:0px 12px 12px 0px;
    -o-border-radius:0px 12px 12px 0px;
    border-radius:0 12px 12px 0
}
.home_widgets .widget.AT_boxes_widget{
    position:relative;
    padding-bottom:0
}
.AT_boxes_widget .home-special-boxes{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:30px
}
.AT_boxes_widget .home-special-boxes{
    animation-duration:1.5s;
    animation-name:slideup
}
.AT_boxes_widget .food-menu-widget-thumbnail img,.AT_boxes_widget .food-menu-widget-thumbnail:hover img{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0
}
@keyframes slideup{
    from{
        margin-top:160px
    }
    to{
        margin-top:0
    }
}
.AT_boxes_widget .home-special-boxes.food-menu-widget{
    position:inherit;
    overflow:inherit
}
.AT_boxes_widget .widget_title{
    z-index:10;
    border:none;
    margin-bottom:0;
    padding:10px 5px 8px 0;
    height:45px
}
.AT_boxes_widget .widget_title_ribbon{
    left:16px;
    width:32px
}
.AT_boxes_widget .widget_title_ribbon:after{
    border-width:0 16px 8px;
    bottom:-8px
}
.AT_boxes_widget .widget_title_ribbon_style2:after{
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-width:8px 16px 8px;
    bottom:-16px
}
.AT_boxes_widget .widget_title_ribbon_none{
    background:0 0;
    padding-top:17px
}
.AT_boxes_widget .widget_title_ribbon_none:after{
    border:none
}
.widget_title_ribbon_twelve_point_star{
    height:36px;
    width:36px;
    position:absolute;
    z-index:-1;
    left:14px;
    top:5px
}
.widget_title_ribbon_twelve_point_star:before{
    height:36px;
    width:36px;
    content:"";
    position:absolute;
    -moz-transform:rotate(deg);
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    -o-transform:rotate(30deg);
    transform:rotate(30deg)
}
.widget_title_ribbon_twelve_point_star:after{
    height:36px;
    width:36px;
    content:"";
    position:absolute;
    -moz-transform:rotate(-30deg);
    -webkit-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
    transform:rotate(-30deg)
}
.AT_boxes_widget h3.widget_title_text{
    padding-left:65px
}
.AT_boxes_widget .widget_title_ribbon_none h3.widget_title_text{
    padding-left:70px
}
.home-special-boxes-post-title-and-detail{
    padding-top:12px;
    position:relative
}
.home-special-boxes-post-title-text{
    border-left-width:4px;
    border-left-style:solid;
    padding-left:14px;
    margin-bottom:8px
}
.home-special-boxes-post-detial{
    padding:0 20px 20px
}
.home-special-boxes-post-detial p{
    padding:0;
    margin:0
}
.AT_boxes_widget .food-menu-title-and-price{
    padding-top:16px
}
.AT_boxes_widget .food-menu-widget-title{
    margin-top:0;
    padding-top:0
}
.home-special-boxes-content-text{
    padding:20px
}
.home-special-boxes-html-unwrapped-text{
    background:0 0 !important;
    box-shadow:none !important
}
.AT_stunning_text_widget .home-stunning-text-wrap{
    position:relative
}
.AT_stunning_text_widget .widget_title_ribbon{
    left:16px;
    width:32px
}
.AT_stunning_text_widget .widget_title_ribbon:after{
    border-width:0 16px 8px;
    bottom:-8px
}
.AT_stunning_text_widget .home-stunning-text-area{
    padding:40px 9% 42px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px
}
.AT_stunning_text_widget .home-stunning-text-area .home-stunning-text-button{
    display:none
}
.AT_stunning_text_widget .home-stunning-text-area.button-enable{
    padding-right:24%
}
.AT_stunning_text_widget .home-stunning-text-area.button-enable .home-stunning-text-button{
    display:inline-block
}
.AT_stunning_text_widget .home-stunning-text-button{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    height:42px;
    line-height:42px;
    margin-top:-16px;
    padding:0 21px;
    position:absolute;
    right:42px;
    top:46%
}
.twitter-wrap{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:20px;
    position:relative
}
.twitter-wrap:after{
    border-style:solid;
    border-width:12px 12px 0;
    content:"";
    height:0;
    left:14px;
    bottom:-8px;
    position:absolute;
    width:0;
    z-index:100;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.twitter-wrap:hover:after{
    bottom:-12px
}
.food-menu-widget-thumbnail:hover:after{
    bottom:-1px
}
.tweet-container{
    border-bottom-style:dotted;
    border-bottom-width:3px;
    padding:15px 0 20px
}
.twitter-wrap .tweet-container:last-child{
    border-bottom:none
}
.tweet-user-avatar{
    float:left;
    padding:0 15px
}
.tweet-user-avatar img{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
p.tweet-user-names,.tweet-text,.tweet-time{
    padding:0 15px 0 62px
}
p.tweet-user-names{
    margin:0
}
a.tweet-user-name-text{
    display:none;
    padding:0
}
a.tweet-user-screen-name-text{
    padding:0
}
.tweet-time{
    font-style:italic;
    margin:0
}
.tweet-intents{
    display:none
}
.footer_widgets .tweet-container{
    border-bottom-style:dotted;
    border-bottom-width:1px;
    padding:0 0 15px;
    margin-bottom:15px
}
.footer_widgets .twitter-follow-button{
    display:none
}
.home_widgets .textwidget,.sidebar .textwidget{
    padding:20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px
}
.footer_widgets .textwidget{
    background:0 0
}
#calendar_wrap{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden
}
table#wp-calendar{
    width:100%;
    border:none
}
table#wp-calendar caption{
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -o-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    font-weight:700;
    margin:0 auto;
    padding:10px 0 8px;
    text-transform:uppercase
}
table#wp-calendar td{
    border-left:medium none;
    border-right:medium none;
    padding:5px;
    text-align:center;
    border:none
}
table#wp-calendar thead tr th,table#wp-calendar tfoot tr td{
    border-left:medium none;
    border-right:medium none;
    padding:5px;
    border:none
}
table#wp-calendar tfoot tr td#prev{
    text-align:center
}
table#wp-calendar tfoot tr td#next{
    text-align:center
}
table#wp-calendar thead tr th{
    text-align:center !important
}
.footer_widgets table#wp-calendar caption,.footer_widgets table#wp-calendar thead tr th,.footer_widgets table#wp-calendar tfoot tr td,.footer_widgets table#wp-calendar td{
    background:0 0 !important
}
.tagcloud a{
    display:inline-block;
    margin:3px 12px 3px 0;
    padding:0 5px 0 10px;
    height:24px;
    line-height:24px;
    position:relative
}
.tagcloud a:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.tagcloud a:after{
    border-width:12px;
    top:50%;
    margin-top:-12px
}
.food-menu-widget{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    position:relative;
    margin-bottom:20px
}
.food-menu-widget-thumbnail{
    position:relative;
    display:block
}
.food-menu-widget-thumbnail img,.food-menu-widget-thumbnail:hover img{
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -o-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0 0;
    min-height:50px;
    -moz-backface-visibility:hidden
}
.food-menu-widget-thumbnail:after{
    border-style:solid;
    border-width:0 18px 18px;
    content:"";
    height:0;
    left:16px;
    bottom:-4px;
    position:absolute;
    width:0;
    z-index:100;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.food-menu-widget-thumbnail:hover:after{
    bottom:-1px
}
.food-menu-widget-title{
    padding:12px 0;
    position:relative
}
.food-menu-widget-badge-icon{
    width:30px;
    height:20px;
    line-height:20px;
    -webkit-border-radius:0px 2px 0px 0px;
    -moz-border-radius:0px 2px 0px 0px;
    -o-border-radius:0px 2px 0px 0px;
    border-radius:0 2px 0 0;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:18px;
    position:relative
}
.food-menu-widget-badge-icon:before{
    border-style:solid;
    border-width:8px 0 0 8px;
    content:"";
    display:block;
    float:right;
    height:0;
    right:-8px;
    top:18px;
    position:absolute;
    width:0;
    z-index:11
}
.food-menu-widget-badge-icon:before{
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent
}
.food-menu-widget-price{
    padding:12px 0;
    position:relative;
    border-top-width:3px;
    border-top-style:dotted;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -o-border-radius:0px 0px 4px 4px;
    border-radius:0 0 4px 4px
}
.food-menu-widget-money{
    width:30px;
    height:20px;
    line-height:20px;
    float:left;
    margin-right:20px;
    text-align:center;
    padding:3px 0;
    font-size:20px;
    position:relative
}
.food-menu-widget-money:after{
    left:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.food-menu-widget-money:after{
    border-color:transparent;
    border-width:12px 6px;
    top:50%;
    margin-top:-12px
}
.food-menu-widget-title-text,.food-menu-widget-price-text{
    line-height:15px;
    padding-right:10px;
    padding-left:50px
}
.food-menu-widget-price-text{
    line-height:18px;
    padding-top:5px
}
.sidebar .food-menu-widget-thumbnail img{
    width:220px;
    height:147px
}
.footer_widgets .food-menu-widget{
    background:0 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0
}
.footer_widgets .food-menu-widget-thumbnail img{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden
}
.footer_widgets .food-menu-title-and-price{
    border:none
}
.footer_widgets .food-menu-title-and-price:before{
    border:none
}
.footer_widgets .food-menu-widget-title{
    border:none
}
.footer_widgets .food-menu-widget-price{
    background:0 0;
    border:none;
    padding:0;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -o-border-radius:0px 0px 4px 4px;
    border-radius:0 0 4px 4px
}
.widget_search label.screen-reader-text,.widget_search .widget_title{
    display:none
}
.widget_search #s{
    border:none;
    -webkit-border-radius:3px 0px 0px 3px;
    -moz-border-radius:3px 0px 0px 3px;
    -o-border-radius:3px 0px 0px 3px;
    border-radius:3px 0 0 3px;
    height:24px;
    margin:0;
    padding:4px 10px;
    width:162px;
    float:left;
    z-index:10
}
.input-append .add-on{
    -webkit-border-radius:0px 3px 3px 0px;
    -moz-border-radius:0px 3px 3px 0px;
    -o-border-radius:0px 3px 3px 0px;
    border-radius:0 3px 3px 0;
    text-shadow:none;
    border:none;
    padding:0 8px;
    height:32px;
    line-height:30px;
    font-size:20px;
    color:#fff;
    position:relative;
    z-index:11
}
.input-append .add-on:before{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.input-append .add-on:before{
    border-color:transparent;
    border-right-color:transparent;
    border-width:8px;
    top:50%;
    left:-15px;
    margin-top:-8px
}
.sidebar .widget_search h3.widget-title{
    display:none
}
.footer_widgets .widget_search #s{
    background:#fff
}
.footer_widgets .span4 .widget_search #s{
    width:220px
}
.recent-post{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:16px
}
.recent-post-thumbnail{
    float:left;
    width:90px;
    height:60px;
    position:relative;
    display:block
}
.recent-post-thumbnail img{
    -webkit-border-radius:4px 0px 0px 4px;
    -moz-border-radius:4px 0px 0px 4px;
    -o-border-radius:4px 0px 0px 4px;
    border-radius:4px 0 0 4px;
    width:90px;
    height:60px
}
.recent-post-thumbnail:after{
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none
}
.recent-post-thumbnail:after{
    border-color:transparent;
    border-width:14px;
    top:10px;
    right:-4px
}
.recent-post:hover .recent-post-thumbnail:after{
    right:-1px
}
.recent-post-title{
    width:114px;
    float:right;
    padding:6px 5px 4px 2px;
    line-height:14px
}
.recent-post-title.no-thumbnail{
    float:none;
    text-align:left;
    padding:6px 8px;
    width:auto
}
.recent-post-published{
    margin-top:5px
}
.footer_widgets .recent-post{
    background:0 0
}
.footer_widgets .recent-post-thumbnail:after{
    border:none
}
.home_widgets .recent-post-title,.footer_widgets .recent-post-title{
    padding:12px;
    width:auto;
    float:left;
    text-align:left
}
.footer_widgets .recent-post-title{
    padding:3px 12px;
    width:56%
}
.footer_widgets .recent-post-title.no-thumbnail{
    width:auto
}
.home_widgets .recent-post-title a,.footer_widgets .recent-post-title a{
    font-weight:700
}
.footer_widgets .recent-post{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0
}
.footer_widgets .recent-post-thumbnail,.footer_widgets .recent-post-thumbnail img,.footer_widgets .recent-post-thumbnail:hover img{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden
}
.AT_opening_hours_widget ul.opening_hours_list{
    margin:0 0 10px
}
.AT_opening_hours_widget ul.opening_hours_list li{
    border-bottom-width:1px;
    border-bottom-style:dotted;
    list-style:none;
    padding:0;
    margin:0;
    clear:both
}
.AT_opening_hours_widget ul.opening_hours_list li span.day,.AT_opening_hours_widget ul.opening_hours_list li span.opening_hours{
    padding:6px 0 4px
}
.AT_opening_hours_widget ul.opening_hours_list li span.day{
    text-align:left;
    float:left;
    display:block
}
.AT_opening_hours_widget ul.opening_hours_list li span.opening_hours{
    text-align:right;
    display:block
}
.home_widgets .AT_opening_hours_widget ul.opening_hours_list{
    padding:10px 15px
}
.home_widgets .AT_opening_hours_widget ul.opening_hours_list li:last-child{
    border-bottom:none
}
.sidebar .AT_opening_hours_widget ul.opening_hours_list{
    padding:2px 10px
}
.sidebar .AT_opening_hours_widget ul.opening_hours_list li:last-child{
    border-bottom:none
}
.at-shortcodes-code{
    margin-bottom:20px;
    width:100%
}
.one_half{
    width:48%
}
.one_third{
    width:30.66%
}
.two_third{
    width:65.33%
}
.one_fourth{
    width:22%
}
.three_fourth{
    width:74%
}
.one_fifth{
    width:16.8%
}
.two_fifth{
    width:37.6%
}
.three_fifth{
    width:58.4%
}
.four_fifth{
    width:67.2%
}
.one_sixth{
    width:13.33%
}
.five_sixth{
    width:82.67%
}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
    float:left;
    margin-right:4%;
    position:relative
}
.one_half.last,.one_third.last,.two_third.last,.three_fourth.last,.one_fourth.last,.one_fifth.last,.two_fifth.last,.three_fifth.last,.four_fifth.last,.one_sixth.last,.five_sixth.last{
    clear:right;
    margin-right:0 !important
}
.clearboth{
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    width:100%
}
.divider{
    border-bottom-width:1px;
    border-bottom-style:solid;
    clear:both;
    display:block;
    height:0;
    margin:30px 0
}
.divider.solid{
    border-bottom-width:3px;
    border-bottom-style:solid
}
.divider.light-solid{
    border-bottom-width:1px;
    border-bottom-style:solid
}
.divider.dashed{
    border-bottom-width:3px;
    border-bottom-style:dashed
}
.divider.light-dashed{
    border-bottom-width:1px;
    border-bottom-style:dashed
}
.divider.dotted{
    border-bottom-width:3px;
    border-bottom-style:dotted
}
.divider.light-dotted{
    border-bottom-width:1px;
    border-bottom-style:dotted
}
.divider.double{
    border-bottom-width:3px;
    border-bottom-style:double
}
.divider.gallery-divider{
    border-bottom:4px dotted #1b1b1b;
    margin:30px 0 30px 20px;
    width:auto
}
ul.list-style-short-code{
    margin:0 0 15px
}
ul.list-style-short-code li{
    list-style:none
}
ul.list-style-short-code li i{
    margin-right:7px
}
blockquote{
    padding:10px 20px 10px 40px;
    margin:10px 10px 20px 20px;
    border-left-style:solid;
    border-left-width:5px;
    font-style:italic
}
blockquote p{
    margin:0 !important;
    line-height:1.4
}
.pullquote_wrapper{
    width:220px;
    border-left-style:solid;
    border-left-width:5px;
    line-height:1.4
}
.pullquote_wrapper.left{
    float:left;
    padding:10px 10px 12px 40px
}
.pullquote_wrapper.right{
    float:right;
    border-left:none;
    border-right-style:solid;
    border-right-width:5px;
    padding:10px 40px 12px 15px;
    text-align:right
}
.blockquote_wraaper{
    width:100%
}
.box_wrapper{
    margin-bottom:20px
}
.btn-at-blue{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#006dcc;
    *background-color:#04c;
    background-image:-moz-linear-gradient(top,#08c,#04c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image:-webkit-linear-gradient(top,#08c,#04c);
    background-image:-o-linear-gradient(top,#08c,#04c);
    background-image:linear-gradient(to bottom,#08c,#04c);
    background-repeat:repeat-x;
    border-color:#04c #04c #002a80;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-blue:hover{
    color:#fff;
    background-color:#04c;
    *background-color:#003bb3;
}
.btn-at-yellow{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#faa732;
    *background-color:#f89406;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-yellow:hover{
    color:#fff;
    background-color:#f89406;
    *background-color:#df8505;
}
.btn-at-yellow:active,.btn-at-orange.active{
    background-color:#c67605 \9
}
.btn-at-brown{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#7f4736;
    background-image:-moz-linear-gradient(top,#843d13,#48230c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#843d13),to(#48230c));
    background-image:-webkit-linear-gradient(top,#843d13,#48230c);
    background-image:-o-linear-gradient(top,#843d13,#48230c);
    background-image:linear-gradient(to bottom,#843d13,#48230c);
    background-repeat:repeat-x;
    border-color:#48230c;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-brown:hover{
    color:#fff;
    background-color:#48230c
}
.btn-at-violet{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#5d478b;
    background-image:-moz-linear-gradient(top,#8771b6,#5d478b);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#8771b6),to(#5d478b));
    background-image:-webkit-linear-gradient(top,#8771b6,#5d478b);
    background-image:-o-linear-gradient(top,#8771b6,#5d478b);
    background-image:linear-gradient(to bottom,#8771b6,#5d478b);
    background-repeat:repeat-x;
    border-color:#422d6d;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-violet:hover{
    color:#fff;
    background-color:#5d478b
}
.btn-at-orange{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#f27f0c;
    background-image:-moz-linear-gradient(top,#f27f0c,#db740c);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f27f0c),to(#db740c));
    background-image:-webkit-linear-gradient(top,#f27f0c,#db740c);
    background-image:-o-linear-gradient(top,#f27f0c,#db740c);
    background-image:linear-gradient(to bottom,#f27f0c,#db740c);
    background-repeat:repeat-x;
    border-color:#cd6a06;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-orange:hover{
    color:#fff;
    background-color:#db740c
}
.btn-at-grey{
    color:#fff;
    text-shadow:0 -1px 0 #474747;
    background-color:#696969;
    background-image:-moz-linear-gradient(top,#939393,#696969);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#939393),to(#696969));
    background-image:-webkit-linear-gradient(top,#939393,#696969);
    background-image:-o-linear-gradient(top,#939393,#696969);
    background-image:linear-gradient(to bottom,#939393,#696969);
    background-repeat:repeat-x;
    border-color:#474747;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)
}
.btn-at-grey:hover{
    color:#fff;
    background-color:#696969
}
.btn-at-red{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#da4f49;
    *background-color:#bd362f;
    background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat:repeat-x;
    border-color:#bd362f #bd362f #802420;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-red:hover{
    color:#fff;
    background-color:#bd362f;
    *background-color:#a9302a;
}
.btn-at-red:active,.btn-at-red.active{
    background-color:#942a25 \9
}
.btn-at-green{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#5bb75b;
    *background-color:#51a351;
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(to bottom,#62c462,#51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-green:hover{
    color:#fff;
    background-color:#51a351;
    *background-color:#499249;
}
.btn-at-black{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#363636;
    *background-color:#222;
    background-image:-moz-linear-gradient(top,#444,#222);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image:-webkit-linear-gradient(top,#444,#222);
    background-image:-o-linear-gradient(top,#444,#222);
    background-image:linear-gradient(to bottom,#444,#222);
    background-repeat:repeat-x;
    border-color:#222 #222 #000;
    border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-at-black:hover{
    color:#fff;
    background-color:#222;
    *background-color:#151515;
}
.btn-at-black:active,.btn-at-black.active{
    background-color:#080808 \9
}
.tabs-hide{
    display:none
}
.tabs-container{
    padding-top:20px
}
.nav-tabs>li{
    margin-right:4px
}
.nav-tabs>li>a{
    border:none
}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{
    border:none
}
.tabs-container-wrapper{
    display:block;
    margin:0 0 20px
}
.accordion-group{
    border-style:solid;
    border-width:1px
}
.accordion-inner{
    border:none;
    padding:2px 15px 13px
}
.toggle_wrapper.style1{
    padding:10px 0
}
.toggle_wrapper.style2{
    padding:14px 18px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:15px 0;
    border-width:1px;
    border-style:solid
}
.toggle{
    margin:0 !important
}
.toggle i.icon-plus-sign,.toggle i.icon-minus-sign{
    margin-right:10px
}
.toggle a{
    text-decoration:none;
    display:block
}
.toggle a:hover{
    text-decoration:none
}
.active{
    background-position:10px center;
    background-repeat:no-repeat
}
.toggle_container{
    overflow:hidden;
    padding:10px 0 0
}
.toggle_wrapper.style1 .toggle_container{
    border-top-width:1px;
    border-top-style:solid;
    margin-top:5px
}
#jquery-overlay{
    position:absolute;
    top:0;
    left:0;
    z-index:120;
    width:100%;
    height:500px
}
#jquery-lightbox{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:130;
    text-align:center;
    line-height:0
}
#jquery-lightbox a img{
    border:none
}
#lightbox-container-image-box{
    position:relative;
    background-color:#fff;
    width:250px;
    height:250px;
    margin:0 auto;
    -webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -o-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0 0
}
#lightbox-container-image{
    padding:10px
}
#lightbox-loading{
    position:absolute;
    top:40%;
    left:0;
    height:25%;
    width:100%;
    text-align:center;
    line-height:0
}
#lightbox-nav{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:10
}
#lightbox-container-image-box>#lightbox-nav{
    left:0
}
#lightbox-nav a{
    outline:none
}
#lightbox-nav-btnPrev,#lightbox-nav-btnNext{
    width:49%;
    height:100%;
    zoom:1;
    display:block
}
#lightbox-nav-btnPrev{
    left:0;
    float:left
}
#lightbox-nav-btnNext{
    right:0;
    float:right
}
#lightbox-container-image-data-box{
    font:10px Verdana,Helvetica,sans-serif;
    background-color:#fff;
    margin:0 auto;
    line-height:1.4em;
    overflow:auto;
    width:100%;
    padding:0 10px 0;
    -webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
    -o-border-radius:0px 0px 5px 5px;
    border-radius:0 0 5px 5px
}
#lightbox-container-image-data{
    padding:0 10px;
    color:#666
}
#lightbox-container-image-data #lightbox-image-details{
    width:70%;
    float:left;
    text-align:left
}
#lightbox-image-details-caption{
    font-weight:700
}
#lightbox-image-details-currentNumber{
    display:block;
    clear:left;
    padding-bottom:1em
}
#lightbox-secNav-btnClose{
    width:66px;
    float:right;
    padding-bottom:.7em
}
.gallery-item{
    margin-bottom:10px
}
.gallery-item dt a{
    display:inline-block
}
.gallery-item img{
    border-width:1px;
    border-style:solid
}
.gallery-caption{
    display:none
}
div.message-box-wrapper{
    border:1px solid;
    display:table;
    margin-bottom:20px;
    padding:20px 0;
    width:100%
}
div.message-box-icon{
    float:left;
    padding-left:20px
}
div.message-box-content{
    float:left;
    padding:0 0 0 20px;
    width:81%
}
div.message-box-content.no-icon{
    padding:0 20px;
    width:92%
}
div.message-box-icon i{
    font-size:32px;
    width:8%
}
div.message-box-icon i.no-icon{
    padding-right:0;
    width:0
}
div.message-box-wrapper.red{
    background-color:#ffdcdd;
    border-color:#e9b9bb;
    color:#713a3c
}
div.message-box-wrapper.red div.message-box-icon i{
    color:#8d4345
}
div.message-box-wrapper.yellow{
    background-color:#ffffe0;
    border-color:#e1db8b;
    color:#4d4d39
}
div.message-box-wrapper.yellow div.message-box-icon i{
    color:#737357
}
div.message-box-wrapper.blue{
    background-color:#c2e1ee;
    border-color:#8ec3d9;
    color:#3d5058
}
div.message-box-wrapper.blue div.message-box-icon i{
    color:#475d66
}
div.message-box-wrapper.green{
    background-color:#e1ffd9;
    border-color:#badeb1;
    color:#435b3d
}
div.message-box-wrapper.green div.message-box-icon i{
    color:#526d4b
}
div.message-box-wrapper.orange{
    background-color:#f27f0c;
    border-color:#db740c;
    color:#fff
}
div.message-box-wrapper.orange div.message-box-icon i{
    color:#eee
}
div.message-box-wrapper.black{
    background-color:#111;
    border-color:#222;
    color:#d1d1d1
}
div.message-box-wrapper.black div.message-box-icon i{
    color:#fff
}
div.message-box-wrapper.gray{
    background-color:#7c7c7c;
    border-color:#4c4c4c;
    color:#ddd
}
div.message-box-wrapper.gray div.message-box-icon i{
    color:#fff
}
.contact{
    clear:both;
    margin-bottom:20px
}
#contact_me ol{
    margin:0;
    padding:0
}
#contact_me ol li{
    list-style:none;
    padding:5px 0
}
#contact_me ol li strong{
    font-weight:400;
    margin-bottom:5px
}
#contact_me ol.forms li input[type=text]{
    width:50%;
    margin:0
}
#contact_me textarea{
    height:165px;
    margin:0;
    max-width:100%;
    width:97%
}
div.contacterror{
    display:none;
    color:#fff;
    padding:0 7px;
    background:#d22134;
    margin-left:2px
}
div.contacterror.name-error{
    width:154px
}
div.contacterror.email-error{
    width:151px
}
div.contacterror.email-valid{
    width:214px
}
div.contacterror.message-error{
    width:167px
}
.contact #contact_success,#reservation_success{
    padding:20px 20px 20px 70px !important;
    border:1px solid #a6a6a6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-bottom:10px;
    color:#222;
    background:#fff url(//www.abla.com.au/wp-content/themes/dine-and-drink-child/../dine-and-drink/images/box_icon_success_light.png) no-repeat scroll 15px 15px
}
#reservation_me ol.forms{
    margin:0
}
#reservation_me ol.forms li{
    list-style:none;
    float:left;
    width:50%;
    padding-bottom:16px;
    position:relative
}
.span12.page-fullwidth #reservation_me ol.forms li,.span12.content #reservation_me ol.forms li{
    width:34%
}
.span12.page-fullwidth #reservation_me ol.forms li.textarea,.span12.content #reservation_me ol.forms li.textarea{
    width:100%
}
.span12.page-fullwidth #reservation_me ol.forms li textarea,.span12.content #reservation_me ol.forms li textarea{
    width:97%
}
.span12.page-fullwidth #reservation_me ol.forms li input[type=text],.span12.content #reservation_me ol.forms li input[type=text]{
    width:84%
}
.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3),.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6),.span12.content #reservation_me ol.forms li:nth-child(3),.span12.content #reservation_me ol.forms li:nth-child(6){
    width:29%
}
.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(6) input[type=text]{
    width:100%
}
#reservation_me ol.forms li input[type=text]{
    width:80%;
    margin:0
}
#reservation_me ol.forms li.textarea{
    width:100%
}
#reservation_me ol.forms li textarea{
    width:89.8%
}
#reservation_me ol.forms li textarea{
    height:120px;
    margin-bottom:4px
}
#reservation_me ol.forms li label{
    margin-bottom:2px
}
div.reservationerror{
    display:none;
    color:#fff;
    padding:0 7px;
    background:#d22134;
    margin-left:2px
}
div.reservationerror.name-error{
    width:154px
}
div.reservationerror.phone-error{
    width:205px
}
div.reservationerror.email-error{
    width:151px
}
div.reservationerror.email-valid{
    width:214px
}
div.reservationerror.guest-error{
    width:200px
}
div.reservationerror.date-error{
    width:117px
}
div.reservationerror.time-error{
    width:116px
}
.reservation_loading,.contact_loading{
    float:left;
    width:40px;
    padding:10px
}
.contact-submit.button{
    float:left
}
.ui-datepicker-calendar{
    border-width:1px;
    border-style:solid
}
.ui-datepicker td,.ui-datepicker th{
    padding:0;
    text-align:center
}
.ui-datepicker th{
    padding:4px 0
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    border-width:1px;
    border-style:solid
}
.ui-datepicker .ui-datepicker-header{
    padding:11px 15px;
    position:relative
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{
    height:1.8em;
    position:absolute;
    top:16px;
    width:1.8em;
    width:auto
}
.ui-datepicker .ui-datepicker-prev{
    left:10px
}
.ui-datepicker .ui-datepicker-next{
    right:10px
}
.ui-datepicker .ui-datepicker-title{
    font-weight:400;
    line-height:1.8em;
    margin:0 2.3em;
    text-align:center
}
.ui-datepicker td span,.ui-datepicker td a{
    display:block;
    padding:3px 12px;
    text-align:center;
    text-decoration:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.footer_widgets_before{
    height:7px;
    background-size:10px 12px;
    width:100%;
    background-position:0 7px;
    position:relative;
    top:-47px
}
.footer_widgets.no_footer_widgets,.footer_widgets.no_footer_widgets .footer_widgets_before{
    height:0;
    display:none
}
.footer_widgets{
    position:relative;
    z-index:10;
    width:100%;
    padding:40px 0 35px
}
.footer_widgets.no_footer_widgets{
    padding:0
}
.footer_copyright_before{
    height:7px;
    background-size:10px 12px;
    width:100%;
    background-position:0 7px;
    position:relative;
    top:-11px
}
.footer_copyright{
    padding:4px 0 12px;
    text-align:center;
    position:relative;
    z-index:11
}
img.wp-smiley,img.emoji{
    display:inline !important;
    border:none !important;
    box-shadow:none !important;
    height:1em !important;
    width:1em !important;
    margin:0 .07em !important;
    vertical-align:-.1em !important;
    background:0 0 !important;
    padding:0 !important
}
 .formcraft-icon-mixin{
    font-family:'Material Icons';
    font-weight:400;
    font-style:normal;
    font-size:110%;
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    vertical-align:text-bottom;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    font-feature-settings:'liga'
}
.smoothing{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale
}
.noSmoothing{
    -webkit-font-smoothing:initial;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:initial
}
@-webkit-keyframes loadAnimate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes loadAnimate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.formcraft-shadow{
    background-color:#fff;
    box-shadow:0 0 0 .5px rgba(0,20,40,.11),0 2px 8px 0 rgba(50,55,90,.2)
}
.smoothing{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale
}
.noSmoothing{
    -webkit-font-smoothing:initial;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:initial
}
@font-face{
    font-family:'Material Icons';
    font-style:normal;
    font-weight:400;
    src:url(//www.abla.com.au/wp-content/plugins/formcraft3/dist/../lib/material-icons/MaterialIcons-Regular.eot);
    src:local('Material Icons'),local('MaterialIcons-Regular'),url(//www.abla.com.au/wp-content/plugins/formcraft3/dist/../lib/material-icons/MaterialIcons-Regular.woff) format('woff'),url(//www.abla.com.au/wp-content/plugins/formcraft3/dist/../lib/material-icons/MaterialIcons-Regular.ttf) format('truetype')
}
.formcraft-loader,.formcraft-loader:after{
    border-radius:100%;
    width:18px;
    height:18px;
    display:inline-block
}
.formcraft-loader{
    margin:0;
    font-size:12px;
    position:relative;
    text-indent:-9999em;
    border-top:2px solid #6495ed;
    border-right:2px solid #6495ed;
    border-bottom:2px solid #6495ed;
    border-left:2px solid transparent;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-animation:loadAnimate 1.1s infinite linear;
    animation:loadAnimate 1.1s infinite linear
}
.formcraft-css .formcraft-icon{
    font-family:'Material Icons'!important;
    font-weight:400;
    font-style:normal;
    font-size:110%;
    line-height:1;
    display:inline-block;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    vertical-align:text-bottom;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    font-feature-settings:'liga'
}
body.ReactModal__Body--open{
    overflow:hidden
}
.FormCraftModalOverlay{
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:999999;
    background:rgba(0,0,0,.3);
    opacity:0;
    transition:opacity .5s
}
.FormCraftModalOverlay .CloseIcon{
    position:absolute;
    top:0;
    right:0;
    font-size:1.4em;
    padding:.75em;
    color:inherit;
    opacity:.5;
    cursor:pointer;
    z-index:99999
}
.FormCraftModalOverlay .CloseIcon:hover{
    opacity:.75
}
.FormCraftModalOverlay .FormCraftModal{
    border-radius:4px;
    position:absolute;
    top:50%;
    left:50%;
    background:#fff;
    transform:scale(.98) translateY(-48%) translateX(-50%);
    opacity:0;
    transition:transform .25s,opacity .25s,height .5s,width .5s;
    box-shadow:0 5px 25px 0 rgba(0,0,0,.4);
    transform-origin:0 0;
    overflow:hidden
}
.FormCraftModalOverlay.ShowingModal{
    opacity:1
}
.FormCraftModalOverlay.ShowingModal .FormCraftModal{
    opacity:1;
    transform:scale(1) translateY(-50%) translateX(-50%)
}
.FormCraftModalOverlay.HidingModal{
    opacity:0
}
.FormCraftModalOverlay.HidingModal .FormCraftModal{
    opacity:0;
    transform:scale(.98) translateY(-48%) translateX(-50%)
}
.formcraft-css{
    line-height:1.35;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
.formcraft-css .IsRed{
    color:#e86464
}
.formcraft-css .IsGreen{
    color:#1d8e56;
    border-color:#1d8e56
}
.formcraft-css .IsRedBorder{
    border-color:#e86464!important
}
.formcraft-css button,.formcraft-css input,.formcraft-css optgroup,.formcraft-css select,.formcraft-css textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:1.3;
    text-transform:none;
    font-weight:400;
    margin:0;
    outline:0
}
.formcraft-css ::-webkit-input-placeholder{
    color:#bbb
}
.formcraft-css ::-moz-placeholder{
    color:#bbb
}
.formcraft-css :-ms-input-placeholder{
    color:#bbb
}
.formcraft-css :-moz-placeholder{
    color:#bbb
}
.formcraft-css select{
    height:auto;
    color:inherit;
    cursor:pointer;
    box-shadow:none;
    border:0;
    margin:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    text-indent:.01px;
    text-overflow:'';
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDYgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPnNlbGVjdC0tYXJyb3dzPC90aXRsZT48cGF0aCBkPSJNMS4xNDIgOC42ODNMMi4zMSA5Ljc1cy4zNS4zOC42OS4zOGMuMzQgMCAuNjg5LS4zNzkuNjg5LS4zNzlsMS4xNjktMS4wNjhhLjY5LjY5IDAgMCAxIC45NDMuMDA2LjYyLjYyIDAgMCAxIC4wMDYuOTA1TDMuNDcgMTEuODE3QS42NzEuNjcxIDAgMCAxIDMgMTJhLjY3MS42NzEgMCAwIDEtLjQ2OS0uMTgzTC4xOTMgOS41OTRhLjYyLjYyIDAgMCAxIC4wMDYtLjkwNS42OS42OSAwIDAgMSAuOTQzLS4wMDZ6bTAtNS4zNjZBLjY5LjY5IDAgMCAxIC4yIDMuMzExYS42Mi42MiAwIDAgMS0uMDA2LS45MDVMMi41My4xODNBLjY3MS42NzEgMCAwIDEgMyAwYy4xNzEgMCAuMzQxLjA2LjQ2OS4xODNsMi4zMzggMi4yMjNhLjYyLjYyIDAgMCAxLS4wMDYuOTA1LjY5LjY5IDAgMCAxLS45NDMuMDA2TDMuNjg4IDIuMjVTMy4zNCAxLjg3IDMgMS44N2MtLjM0IDAtLjY5LjM4LS42OS4zOEwxLjE0MiAzLjMxN3oiIGZpbGw9IiM1MjVGN0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-repeat:no-repeat;
    background-size:6px;
    background-position:92% 54%;
    background-position:right 1.2em top 55%;
    background-color:transparent
}
.formcraft-css [type=button]::-moz-focus-inner,.formcraft-css [type=reset]::-moz-focus-inner,.formcraft-css [type=submit]::-moz-focus-inner,.formcraft-css button::-moz-focus-inner{
    border-style:none;
    padding:0
}
.formcraft-css input[type=checkbox],.formcraft-css input[type=radio]{
    box-sizing:border-box;
    border:1px solid #6a839c;
    box-shadow:0 0 0 .5px #7088a0;
    background:0 0;
    border-radius:100%;
    width:18px;
    height:18px;
    vertical-align:bottom;
    -webkit-appearance:none;
    text-align:center;
    cursor:pointer;
    display:inline-block
}
.formcraft-css input[type=checkbox]:focus,.formcraft-css input[type=radio]:focus{
    border:1px solid #456;
    box-shadow:0 0 0 .5px #456
}
.formcraft-css input[type=checkbox]:hover,.formcraft-css input[type=radio]:hover{
    border:1px solid #456;
    box-shadow:0 0 0 .5px #456
}
.formcraft-css input[type=checkbox]:before,.formcraft-css input[type=checkbox]:checked:before,.formcraft-css input[type=radio]:before,.formcraft-css input[type=radio]:checked:before{
    background:0 0;
    vertical-align:middle;
    box-sizing:border-box;
    -webkit-font-smoothing:initial;
    -moz-osx-font-smoothing:initial;
    margin:2px 0 0 1.5px;
    speak:none;
    color:#fff;
    font-family:'Material Icons';
    text-rendering:optimizeLegibility;
    font-feature-settings:'liga';
    content:'check';
    font-size:13px;
    font-weight:900;
    display:none;
    -webkit-text-stroke:.2px;
    text-indent:0;
    line-height:initial;
    height:12px;
    width:16px;
    float:left;
    text-align:left
}
.formcraft-css input[type=checkbox]:checked,.formcraft-css input[type=radio]:checked{
    border-color:#44aa7d;
    background:#4cb787;
    box-shadow:0 0 0 .5px #49b585
}
.formcraft-css input[type=checkbox]:checked:before,.formcraft-css input[type=radio]:checked:before{
    display:inline-block
}
.formcraft-css input[type=checkbox]{
    border-radius:2px
}
.formcraft-css .wp-picker-holder{
    position:absolute;
    z-index:999;
    margin-top:0
}
.formcraft-css .wp-picker-active{
    box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 2px 12px 0 rgba(0,10,20,.25)
}
.formcraft-css .wp-picker-active .wp-picker-holder{
    box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 2px 12px 0 rgba(0,10,20,.25)
}
.formcraft-css .wp-picker-container .iris-picker{
    margin-top:0;
    border:0
}
.formcraft-css .textangular{
    display:block;
    border:0;
    margin-top:2px;
    background-color:#fff;
    transition:box-shadow .4s;
    position:relative;
    padding-top:4px;
    box-shadow:0 0 0 1px rgba(0,20,40,.08)
}
.formcraft-css .textangular:before{
    height:4px;
    top:0;
    left:-1px;
    right:-1px;
    position:absolute;
    content:'';
    background-color:#777
}
.formcraft-css .textangular.focussed{
    box-shadow:0 0 0 .5px rgba(0,20,40,.08),0 2px 12px rgba(0,10,20,.16)
}
.formcraft-css .textangular.focussed:before{
    background-color:#6495ed
}
.formcraft-css .textangular .ta-toolbar{
    border-bottom:1px solid #e1e2e3;
    background-color:#f8fafc;
    padding-bottom:.45em;
    padding-top:.35em
}
.formcraft-css .textangular .ta-toolbar .btn-group{
    display:inline-block;
    border:0;
    margin:.35em 0 0 .65em;
    box-shadow:0 0 0 .5px rgba(0,0,0,.22);
    border-radius:2px;
    background-color:#fff;
    overflow:hidden
}
.formcraft-css .textangular .ta-toolbar .btn-group button{
    cursor:pointer;
    background:0 0;
    box-shadow:none;
    border:0;
    padding:.52em .55em .47em;
    display:inline-block;
    margin:0;
    margin-bottom:-1px;
    outline:0
}
.formcraft-css .textangular .ta-toolbar .btn-group button .formcraft-icon{
    font-size:1.2em
}
.formcraft-css .textangular .ta-toolbar .btn-group button.active{
    color:#6495ed
}
.formcraft-css .textangular .ta-toolbar .btn-group button:hover{
    background-color:#f0f1f2
}
.formcraft-css .textangular .ta-editor textarea{
    outline:0;
    background:inherit
}
.formcraft-css .textangular .ta-hidden-input{
    width:1px;
    height:1px;
    border:none;
    margin:0;
    padding:0;
    position:absolute;
    top:-10000px;
    left:-10000px;
    opacity:0;
    overflow:hidden
}
.formcraft-css .textangular .ta-root.focussed>.ta-scroll-window.form-control{
    outline:0
}
.formcraft-css .textangular .ta-editor.ta-html,.formcraft-css .textangular .ta-scroll-window.form-control{
    height:auto;
    overflow:auto;
    font-family:inherit;
    font-size:100%;
    width:100%;
    box-shadow:none;
    outline:0;
    border:0;
    margin:0;
    vertical-align:top
}
.formcraft-css .textangular .ta-scroll-window.form-control{
    position:relative;
    padding:0
}
.formcraft-css .textangular .ta-scroll-window>.ta-bind{
    height:auto;
    padding:0 1em
}
.formcraft-css .textangular .ta-bind,.formcraft-css .textangular textarea{
    min-height:200px
}
.formcraft-css .textangular textarea,.formcraft-css .textangular textarea:focus,.formcraft-css .textangular textarea:hover{
    box-shadow:none!important;
    border:0!important;
    border-radius:0!important
}
.formcraft-css .textangular .ta-editor:focus{
    user-select:text
}
.formcraft-css .textangular .ta-resizer-handle-overlay{
    z-index:100;
    position:absolute;
    display:none
}
.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-info{
    position:absolute;
    bottom:16px;
    right:16px;
    border:1px solid #000;
    background-color:#fff;
    padding:0 4px;
    opacity:.7
}
.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-background{
    position:absolute;
    bottom:5px;
    right:5px;
    left:5px;
    top:5px;
    border:1px solid #000;
    background-color:rgba(0,0,0,.2)
}
.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner{
    width:10px;
    height:10px;
    position:absolute
}
.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-tl{
    top:0;
    left:0;
    border-left:1px solid #000;
    border-top:1px solid #000
}
.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-tr{
    top:0;
    right:0;
    border-right:1px solid #000;
    border-top:1px solid #000
}
.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-bl{
    bottom:0;
    left:0;
    border-left:1px solid #000;
    border-bottom:1px solid #000
}
.formcraft-css .textangular .ta-resizer-handle-overlay>.ta-resizer-handle-corner-br{
    bottom:0;
    right:0;
    border:1px solid #000;
    cursor:se-resize;
    background-color:#fff
}
.formcraft-css .textangular .popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:none;
    max-width:230px!important;
    padding:0;
    font-size:1em;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    white-space:normal;
    background-color:#fff;
    border-radius:0;
    box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 2px 12px 0 rgba(0,10,20,.25)
}
.formcraft-css .textangular .popover .arrow{
    display:none!important
}
.formcraft-css .textangular .popover.top{
    margin-top:-10px
}
.formcraft-css .textangular .popover.bottom{
    margin-top:10px
}
.formcraft-css .textangular .popover-title{
    padding:8px 14px;
    margin:0;
    font-size:14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-radius:5px 5px 0 0
}
.formcraft-css .textangular .popover-content{
    padding:0;
    white-space:nowrap
}
.formcraft-css .textangular .popover-content .btn-group{
    display:inline-block;
    padding-right:0!important
}
.formcraft-css .textangular .popover-content button{
    cursor:pointer;
    background:0 0;
    box-shadow:none;
    border:0;
    padding:.65em;
    display:inline-block;
    margin:0;
    outline:0
}
.formcraft-css .textangular .popover-content button .formcraft-icon{
    font-size:1.25em
}
.formcraft-css .textangular .popover-content button:hover{
    color:#6495ed
}
.formcraft-css .tooltip{
    position:absolute;
    z-index:99999;
    display:block;
    visibility:visible;
    font-size:12px;
    font-weight:400;
    line-height:1.4;
    margin-top:-4px;
    opacity:0;
    filter:alpha(opacity=0);
    letter-spacing:0;
    text-transform:none
}
.formcraft-css .tooltip.right.in{
    margin-top:0;
    padding:0 5px;
    margin-left:3px
}
.formcraft-css .tooltip-cover{
    position:relative
}
.formcraft-css .tooltip.in{
    opacity:1;
    filter:alpha(opacity=100)
}
.formcraft-css .tooltip.top{
    margin-top:-10px;
    padding:0
}
.formcraft-css .tooltip.right{
    margin-left:3px;
    margin-top:0;
    padding:0 5px
}
.formcraft-css .tooltip.bottom{
    margin-top:3px;
    padding:5px 0
}
.formcraft-css .tooltip.left{
    margin-right:22px;
    margin-left:0;
    padding:0 5px;
    margin-top:1px
}
.formcraft-css .tooltip-inner{
    max-width:400px;
    min-width:40px;
    padding:8px 10px;
    color:#656565;
    text-align:left;
    text-decoration:none;
    background-color:#fff;
    box-shadow:0 0 0 .5px rgba(0,20,40,.14),0 2px 12px 0 rgba(20,40,80,.4);
    border-radius:2px
}
.formcraft-css .tooltip-inner br{
    line-height:1.8em
}
.formcraft-css .tooltip.top .tooltip-arrow:after{
    content:'';
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    bottom:-1px;
    left:50%;
    margin-left:-7px;
    border-width:7px 7px 0;
    border-top-color:#ddd;
    border-style:solid;
    z-index:-1
}
.formcraft-css .tooltip.right .tooltip-arrow:after{
    content:'';
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    bottom:-7px;
    left:14px;
    margin-left:-15px;
    border-width:7px 7px 7px 0;
    border-right-color:#ddd;
    border-style:solid;
    z-index:-1
}
.formcraft-css .tooltip.left .tooltip-arrow:after{
    content:'';
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    bottom:-7px;
    right:14px;
    margin-right:-15px;
    border-width:7px 0 7px 7px;
    border-left-color:#ddd;
    border-style:solid;
    z-index:-1
}
.formcraft-css .tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.formcraft-css .tooltip.top .tooltip-arrow{
    bottom:-6px;
    left:50%;
    margin-left:-7px;
    border-width:7px 7px 0;
    border-top-color:#fff
}
.formcraft-css .tooltip.top-left .tooltip-arrow{
    bottom:0;
    right:7px;
    margin-bottom:-7px;
    border-width:7px 7px 0;
    border-top-color:#fff
}
.formcraft-css .tooltip.top-right .tooltip-arrow{
    bottom:0;
    left:7px;
    margin-bottom:-7px;
    border-width:7px 7px 0;
    border-top-color:#fff
}
.formcraft-css .tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-7px;
    border-width:7px 7px 7px 0;
    border-right-color:#fff
}
.formcraft-css .tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-7px;
    border-width:7px 0 7px 7px;
    border-left-color:#fff
}
.formcraft-css .tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-7px;
    border-width:0 7px 7px;
    border-bottom-color:#fff
}
.formcraft-css .tooltip.bottom-left .tooltip-arrow{
    top:0;
    right:7px;
    margin-top:-7px;
    border-width:0 7px 7px;
    border-bottom-color:#fff
}
.formcraft-css .tooltip.bottom-right .tooltip-arrow{
    top:0;
    left:7px;
    margin-top:-7px;
    border-width:0 7px 7px;
    border-bottom-color:#fff
}
.formcraft-css .formcraft-button{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    display:inline-block;
    text-decoration:none;
    background-color:#6495ed;
    box-shadow:none;
    border:0;
    color:#fff;
    padding:1em 1.3em;
    border-radius:4px;
    cursor:pointer;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:.1px;
    font-size:.85em;
    box-shadow:0 0 0 .5px #4678c8,0 2px 4px rgba(0,20,40,.18);
    transition:box-shadow .1s,padding .2s;
    line-height:inherit;
    position:relative
}
.formcraft-css .formcraft-button .formcraft-loader{
    border-top-color:#fff;
    border-right-color:#fff;
    border-bottom-color:#fff;
    border-left-color:transparent;
    width:9px;
    height:9px;
    top:50%;
    margin-top:-.45em;
    right:.75em;
    display:inline-block;
    position:absolute;
    transition:right .25s,opacity .25s;
    opacity:0
}
.formcraft-css .formcraft-button.loading .formcraft-loader{
    opacity:1
}
.formcraft-css .formcraft-button:hover{
    box-shadow:0 0 0 .5px #4678c8,0 2px 5px rgba(0,20,40,.32)
}
.formcraft-css .formcraft-button.isEnabled{
    box-shadow:0 1px 4px rgba(0,20,40,.45) inset;
    background-color:#5b8fec
}
.formcraft-css .formcraft-button:active{
    box-shadow:0 0 0 .5px rgba(0,20,40,.15),0 2px 5px rgba(0,20,40,.32)
}
.formcraft-css .formcraft-button .formcraft-icon{
    font-weight:700;
    font-size:1.25em;
    vertical-align:sub;
    margin:-.24em .35em -.24em -.22em
}
.formcraft-css .formcraft-button .loader{
    margin-bottom:-2px;
    margin-left:-1px;
    margin-right:3px
}
.formcraft-css .formcraft-button.small{
    padding:.79em 1.3em .71em;
    font-size:.78em;
    border-radius:3px
}
.formcraft-css .formcraft-button.small.loading{
    padding-left:.5em
}
.formcraft-css .formcraft-button.small .formcraft-loader{
    width:7px;
    height:7px;
    margin-bottom:-3px
}
.formcraft-css .formcraft-button.large{
    padding:1.4em 1.85em 1.18em;
    font-size:.95em;
    letter-spacing:.1px;
    font-weight:700
}
.formcraft-css .formcraft-button.large .loader{
    margin-bottom:-3px
}
.formcraft-css .formcraft-button.white{
    text-transform:none;
    display:inline-block;
    outline:0;
    background-color:#f8fafc;
    box-shadow:none;
    color:#485a6c;
    padding:.86em 1.5em .83em 1.6em;
    border-radius:4px;
    font-weight:400;
    font-size:1em;
    box-shadow:0 0 0 .5px rgba(0,0,0,.1),0 1px 4px rgba(0,20,40,.12);
    transition:box-shadow .1s;
    border:0
}
.formcraft-css .formcraft-button.white.small{
    padding:.53em 1em .51em;
    font-size:.9em
}
.formcraft-css .formcraft-button.white:focus,.formcraft-css .formcraft-button.white:hover{
    color:#456;
    border:0;
    background-color:#fff;
    box-shadow:0 0 0 .5px rgba(0,0,0,.12),0 2px 6px rgba(0,20,40,.16)
}
.formcraft-css .formcraft-button.red{
    background-color:#f56969;
    box-shadow:0 0 0 .5px rgba(100,0,0,.7),0 2px 4px rgba(0,20,40,.18)
}
.formcraft-css .formcraft-button.red:hover{
    background-color:#f34c4c;
    box-shadow:0 0 0 .5px #640000,0 2px 5px rgba(0,20,40,.32)
}
.formcraft-css .formcraft-button.red:disabled{
    background-color:#f89999;
    cursor:default
}
.formcraft-css .formcraft-button.green{
    background-color:#4cb787;
    box-shadow:0 0 0 .5px rgba(0,100,0,.65),0 2px 4px rgba(0,20,40,.18)
}
.formcraft-css .formcraft-button.green:hover{
    background-color:#44aa7d;
    box-shadow:0 0 0 .5px #006400,0 2px 5px rgba(0,20,40,.32)
}
.formcraft-css .formcraft-button.green:disabled{
    background-color:#70c69f;
    cursor:default
}
.formcraft-css .formcraft-button:hover{
    background-color:#5289eb
}
.formcraft-css .formcraft-button.disabled,.formcraft-css .formcraft-button:disabled{
    opacity:.5;
    cursor:default
}
.formcraft-css .formcraft-button.disabled:hover,.formcraft-css .formcraft-button:disabled:hover{
    background-color:#6495ed;
    box-shadow:0 0 0 .5px #4678c8,0 2px 4px rgba(0,20,40,.18)
}
.formcraft-css .formcraft-input-button{
    padding:0;
    display:inline-block;
    position:relative
}
.formcraft-css .formcraft-input-button.type-search:after{
    font-family:'Material Icons';
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    font-feature-settings:'liga';
    content:'search';
    position:absolute;
    left:.6em;
    margin-top:-.7em;
    top:50%;
    font-size:105%;
    font-weight:500;
    color:#b2b5b8
}
.formcraft-css .formcraft-input-button.small{
    padding:0
}
.formcraft-css .formcraft-input-button.small input{
    padding:.53em 1em .51em 2.2em;
    font-size:.9em;
    max-width:70px
}
.formcraft-css .formcraft-input-button.large input{
    padding:.94em 1.2em .92em;
    font-size:1.2em;
    max-width:300px
}
.formcraft-css .formcraft-input-button input{
    max-width:180px;
    outline:0;
    background-color:#f8fafc;
    box-shadow:none;
    border:1px solid #dadbdd;
    border:0;
    box-shadow:0 0 0 .5px rgba(0,0,0,.12),0 1px 2px rgba(0,20,40,.12);
    color:#485a6c;
    padding:.86em 1.5em .83em 1.6em;
    border-radius:4px;
    font-weight:400;
    font-size:1em;
    text-shadow:none;
    transition:box-shadow .1s;
    -webkit-font-smoothing:initial;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:initial
}
.formcraft-css .formcraft-input-button input:focus,.formcraft-css .formcraft-input-button input:hover{
    background-color:#fff;
    color:#456;
    box-shadow:0 0 0 .5px rgba(0,0,0,.12),0 2px 4px rgba(0,20,40,.16)
}
.formcraft-datepicker{
    width:224px;
    position:absolute;
    display:none;
    padding:0;
    font-size:90%;
    background:#f3f5f7;
    border:none;
    margin:0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    background-color:#fff;
    border:0;
    border-radius:0 0 2px 2px;
    box-shadow:0 0 0 .5px rgba(0,10,20,.1),15px 0 15px -15px rgba(0,10,20,.12),15px 15px 15px -15px rgba(0,10,20,.12),-15px 15px 15px -15px rgba(0,10,20,.12);
    z-index:9999999!important;
    color:#666
}
.formcraft-datepicker *{
    box-sizing:border-box
}
.formcraft-datepicker .ui-datepicker-header{
    border:none;
    background:0 0;
    font-weight:400;
    font-size:15px;
    margin-top:-1px
}
.formcraft-datepicker .ui-datepicker-header .ui-state-hover{
    background:0 0;
    border-color:transparent;
    cursor:pointer;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0
}
.formcraft-datepicker .ui-datepicker-title{
    margin:0;
    background-color:#6495ed;
    color:#fff;
    text-align:center;
    line-height:2.9em;
    height:2.9em;
    white-space:nowrap
}
.formcraft-datepicker .ui-datepicker-title select{
    color:inherit;
    -webkit-appearance:none;
    -moz-appearance:none;
    text-indent:.01px;
    text-overflow:'';
    box-shadow:none;
    padding:0 .5em!important;
    height:2.9em;
    vertical-align:top;
    margin:0;
    border:0;
    background:0 0;
    cursor:pointer;
    width:auto;
    display:inline-block;
    font-size:inherit;
    border-radius:0
}
.formcraft-datepicker .ui-datepicker-title select:hover{
    background-color:#4d85ea
}
.formcraft-datepicker .ui-datepicker-prev{
    position:absolute;
    padding:0 1em;
    color:#fff;
    top:0;
    line-height:2.9em;
    cursor:pointer;
    left:0;
    font-size:inherit;
    margin-top:-1px
}
.formcraft-datepicker .ui-datepicker-next{
    position:absolute;
    padding:0 1em;
    color:#fff;
    top:0;
    line-height:2.9em;
    cursor:pointer;
    right:0;
    font-size:inherit;
    margin-top:-1px
}
.formcraft-datepicker .ui-datepicker-next:hover,.formcraft-datepicker .ui-datepicker-prev:hover{
    background-color:#4d85ea
}
.formcraft-datepicker .ui-datepicker-next,.formcraft-datepicker .ui-datepicker-next-hover,.formcraft-datepicker .ui-datepicker-prev,.formcraft-datepicker .ui-datepicker-prev-hover{
    border:none
}
.formcraft-datepicker .ui-datepicker-next span,.formcraft-datepicker .ui-datepicker-prev span{
    background-position:-32px 0;
    margin-top:0;
    top:0;
    font-weight:400
}
.formcraft-datepicker .ui-datepicker-prev span{
    background-position:-96px 0
}
.formcraft-datepicker table{
    margin:0;
    margin-bottom:-1px;
    border-collapse:collapse;
    border-radius:0 0 2px 2px;
    overflow:hidden
}
.formcraft-datepicker th{
    padding:1em 0;
    font-size:13px;
    font-weight:400;
    border:none;
    color:#6495ed;
    text-align:center
}
.formcraft-datepicker td{
    border:none;
    padding:0
}
.formcraft-datepicker td .ui-state-default{
    background:0 0;
    border:none;
    text-align:center;
    padding:.61em .7em;
    margin:0;
    font-weight:400;
    text-decoration:none;
    color:inherit;
    font-size:12px;
    display:block
}
.formcraft-datepicker td.ui-datepicker-today .ui-state-default{
    color:red
}
.formcraft-datepicker td.ui-datepicker-today .ui-state-active,.formcraft-datepicker td.ui-datepicker-today .ui-state-hover{
    color:#fff!important
}
.formcraft-datepicker .ui-state-disabled{
    opacity:.25
}
.formcraft-datepicker td .ui-state-active,.formcraft-datepicker td .ui-state-hover{
    background:#6495ed;
    color:#fff
}
.fc-form-modal .fc_modal-content{
    background-color:transparent;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    background-clip:padding-box;
    outline:0
}
.fc-form-modal .fc_modal-body{
    background-color:transparent;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border:0;
    padding:0
}
.fc_modal-open{
    overflow:hidden!important;
    position:fixed;
    width:100%
}
.fc_modal{
    display:none;
    overflow:auto;
    overflow-y:scroll;
    position:fixed!important;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding-top:50px;
    z-index:9999998;
    transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;
    -moz-transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;
    -webkit-transition:-webkit-transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;
    -ms-transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear;
    -o-transition:transform .3s cubic-bezier(.1,0,.7,1),opacity .2s linear
}
.fc_modal.fc_fade{
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transform:scale(.99) translate3d(0,-2px,0);
    -moz-transform:scale(.99) translate3d(0,-2px,0);
    -o-transform:scale(.99) translate3d(0,-2px,0);
    -ms-transform:scale(.99) translate3d(0,-2px,0);
    transform:scale(.99) translate3d(0,-2px,0)
}
.fc_modal.fc_fade.fc_in{
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1) translate3d(0,0,0);
    -moz-transform:scale(1) translate3d(0,0,0);
    -o-transform:scale(1) translate3d(0,0,0);
    -ms-transform:scale(1) translate3d(0,0,0);
    transform:scale(1) translate3d(0,0,0)
}
.fc_modal.animate-left,.fc_modal.animate-right{
    transition:transform .35s ease-out,opacity .2s linear;
    -moz-transition:transform .35s ease-out,opacity .2s linear;
    -webkit-transition:-webkit-transform .35s ease-out,opacity .2s linear;
    -ms-transition:transform .35s ease-out,opacity .2s linear;
    -o-transition:transform .35s ease-out,opacity .2s linear
}
.fc_modal.fc_fade.animate-right{
    opacity:0;
    -webkit-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);
    -moz-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);
    -o-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);
    -ms-transform:scale(.5) translate3d(75%,0,0) rotate(-3deg);
    transform:scale(.5) translate3d(75%,0,0) rotate(-3deg)
}
.fc_modal.fc_fade.animate-right.fc_in{
    opacity:1;
    -webkit-transform:scale(1) translate3d(0,0,0);
    -moz-transform:scale(1) translate3d(0,0,0);
    -o-transform:scale(1) translate3d(0,0,0);
    -ms-transform:scale(1) translate3d(0,0,0);
    transform:scale(1) translate3d(0,0,0)
}
.fc_modal.fc_fade.animate-left{
    opacity:0;
    -webkit-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);
    -moz-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);
    -o-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);
    -ms-transform:scale(.5) translate3d(-75%,0,0) rotate(3deg);
    transform:scale(.5) translate3d(-75%,0,0) rotate(3deg)
}
.fc_modal.fc_fade.animate-left.fc_in{
    opacity:1;
    -webkit-transform:scale(1) translate3d(0,0,0);
    -moz-transform:scale(1) translate3d(0,0,0);
    -o-transform:scale(1) translate3d(0,0,0);
    -ms-transform:scale(1) translate3d(0,0,0);
    transform:scale(1) translate3d(0,0,0)
}
.fc_modal-dialog{
    margin-left:auto;
    margin-right:auto;
    width:auto;
    padding:10px;
    z-index:99999
}
.fc_modal-content{
    position:relative;
    background-color:#fff;
    border-radius:3px;
    box-shadow:0 0 0 .5px rgba(0,20,40,.5),0 2px 25px 0 rgba(50,55,90,.75);
    background-clip:padding-box;
    outline:0
}
.fc_modal-backdrop{
    position:fixed!important;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999997;
    transition:opacity .2s linear;
    -moz-transition:opacity .2s linear;
    -webkit-transition:opacity .2s linear;
    -ms-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    background:#323232;
    background:rgba(50,50,50,.3)
}
.fc_modal-backdrop.fc_fade{
    opacity:0;
    filter:alpha(opacity=0)
}
.fc_modal-backdrop.fc_fade.fc_in{
    opacity:1;
    filter:alpha(opacity=100)
}
.fc_modal-backdrop:before{
    content:'press ESC';
    font-size:14px;
    color:#000;
    position:absolute;
    top:10px;
    left:10px
}
.fc_modal-header{
    padding:16px 20px;
    background-color:#f4f4f4;
    border-bottom:1px solid #ddd;
    font-size:20px;
    font-weight:400;
    color:#666;
    border-radius:3px 3px 0 0
}
.fc_modal-header h3{
    font-size:18px;
    margin:0;
    color:inherit
}
body .fc-trigger-close,body .fc_modal .fc_close{
    position:absolute;
    top:5px;
    right:5px;
    padding:0;
    border:none;
    font-size:21px;
    z-index:9000;
    color:#999;
    cursor:pointer;
    font-weight:700;
    background:0 0;
    width:30px;
    height:30px;
    line-height:30px;
    outline:0;
    box-shadow:none;
    margin:0
}
body .fc_modal .fc_close:hover{
    color:#666;
    box-shadow:none
}
.fc_modal-title{
    margin:0;
    font-size:22px;
    font-weight:400;
    line-height:1.428571429
}
.fc_modal-body{
    position:relative;
    padding:20px;
    margin-bottom:0
}
.fc_modal-footer{
    padding:19px 20px 20px;
    background-color:#f4f4f4;
    text-align:right;
    border-top:1px solid #e5e5e5;
    border-radius:0 0 3px 3px
}
.fc_modal-footer:after,.fc_modal-footer:before{
    content:" ";
    display:table
}
.fc_modal-footer:after{
    clear:both
}
.fc_modal-footer .btn+.btn{
    margin-left:5px;
    margin-bottom:0
}
.fc_modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}
.fc_modal-footer .btn-block+.btn-block{
    margin-left:0
}
@media screen and (min-width:768px){
    .fc_modal-dialog{
        left:50%;
        right:auto;
        width:600px;
        padding-top:40px;
        padding-bottom:40px
    }
    .fc_modal-backdrop:before{
        content:''
    }
}
@-moz-document url-prefix(){
    body .formcraft-css input[type=checkbox],body .formcraft-css input[type=radio]{
        width:18px;
        height:18px;
        box-shadow:none!important;
        background-color:inherit!important
    }
}
 @-webkit-keyframes loadAnimate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes loadAnimate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
#fc-form-preview{
    position:fixed;
    top:12px;
    left:10px;
    padding:9px 14px 8px;
    color:#555;
    border-radius:2px;
    background-color:#fff;
    box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    z-index:999;
    font-size:95%
}
.fc-form-tip-cover{
    position:fixed;
    top:58px;
    left:10px;
    color:#555;
    border-radius:2px;
    font-size:95%
}
.fc-form-tip{
    display:block;
    max-width:300px;
    padding:9px 14px 8px;
    color:#555;
    border-radius:2px;
    background-color:#fff;
    box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    z-index:999
}
.formcraft-css .rtl,.rtl .formcraft-css{
    direction:rtl
}
.formcraft-css .rtl .fc-pagination .page-name,.rtl .formcraft-css .fc-pagination .page-name{
    letter-spacing:0
}
.formcraft-css .rtl .fc-form.label-floating .form-element .form-element-html .field-cover>span,.rtl .formcraft-css .fc-form.label-floating .form-element .form-element-html .field-cover>span{
    text-align:right
}
.formcraft-css .rtl .fc-form.label-floating .field-cover select,.rtl .formcraft-css .fc-form.label-floating .field-cover select{
    background-position:2% 52%
}
.formcraft-css .rtl .fc-form.label-floating .field-cover>span,.rtl .formcraft-css .fc-form.label-floating .field-cover>span{
    right:0;
    left:auto;
    -webkit-transform-origin:100% 0
}
.formcraft-css .rtl .fc-pagination>div:after,.rtl .formcraft-css .fc-pagination>div:after{
    display:none
}
.formcraft-css .rtl .prev-next>div:first-child,.rtl .formcraft-css .prev-next>div:first-child{
    float:right;
    border-left:1px solid rgba(0,0,0,.1)
}
.formcraft-css .rtl .prev-next>div span,.rtl .formcraft-css .prev-next>div span{
    letter-spacing:0
}
.formcraft-css .rtl .prev-next>div:last-child,.rtl .formcraft-css .prev-next>div:last-child{
    border:0
}
.formcraft-css .rtl .prev-next i,.rtl .formcraft-css .prev-next i{
    display:none
}
.formcraft-css .rtl .time-fields-cover,.rtl .formcraft-css .time-fields-cover{
    text-align:right
}
.formcraft-css .rtl .fc-form .form-element .field-cover .formcraft-icon,.rtl .formcraft-css .fc-form .form-element .field-cover .formcraft-icon{
    left:0!important;
    right:auto!important
}
.formcraft-css .rtl .fc-form select,.rtl .formcraft-css .fc-form select{
    background-position:3% 50%
}
html .rtl .formcraft-css .fc-form .form-element .checkbox-cover>div label input{
    margin-left:.3em;
    margin-right:0
}
.form-disabled-message{
    font-size:1em;
    color:inherit;
    margin:20px 0
}
html body .fc-form-modal{
    text-align:center
}
html body .fc-form-modal .fc_modal-dialog{
    display:inline-block;
    padding:40px 0 90px
}
html body .fc-form-modal .fc_modal-dialog .form-live{
    position:relative;
    width:auto;
    margin:0 auto;
    padding:0 2%
}
html body .fc-form-modal .formcraft-css .fc-pagination .active .page-number{
    border-color:transparent
}
html body .fc-form-modal .formcraft-css .fc-pagination .pagination-trigger .page-number,html body .fc-form-modal .formcraft-css .fc-pagination .pagination-trigger:hover .page-number{
    box-shadow:0 0 1px rgba(0,0,0,.8)
}
html body .fc_modal .formcraft-css form.fc-form{
    margin:0 auto;
    box-shadow:0 2px 4px rgba(0,0,0,.4);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.4)
}
html .fc-form-modal .formcraft-css .form-cover .prev-next{
    margin-left:auto;
    margin-right:auto
}
html body .formcraft-css .fc-sticky .fc-pagination-cover .fc-pagination,html body .formcraft-css .fc-sticky .form-cover .fc-form,html body .formcraft-css .fc-sticky .form-cover .prev-next{
    margin-left:0;
    margin-right:0
}
html .formcraft-css .fc-sticky .fc-pagination-cover{
    height:auto;
    border-bottom:1px solid #e8e8e8
}
html .formcraft-css .fc-sticky .fc-pagination-cover .fc-pagination{
    margin:0 auto;
    margin-top:10px!important
}
html .formcraft-css .fc-sticky .form-cover .prev-next{
    margin:0;
    box-shadow:none;
    width:100%;
    max-width:100%;
    border-top:1px solid #e8e8e8
}
html body .fc_modal .formcraft-css .prev-next{
    box-shadow:0 1px 6px rgba(0,0,0,.5);
    -webkit-box-shadow:0 1px 6px rgba(0,0,0,.5)
}
html body .fc-form-modal.fc_modal .fc-pagination{
    padding:0
}
html body .fc-form-modal.fc_modal .fc-pagination-cover{
    height:100px
}
html body .fc-sticky span .powered-by{
    position:static!important;
    font-weight:400;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    font-weight:600;
    letter-spacing:.4px
}
html body .fc_modal-dialog .powered-by{
    background:rgba(20,20,20,.22);
    padding:5px 12px 4px;
    border-radius:3px;
    color:rgba(255,255,255,.7);
    margin-top:20px;
    display:inline-block;
    width:auto!important;
    box-shadow:1px 1px 0 rgba(0,0,0,.12) inset;
    font-weight:400;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    font-weight:600;
    letter-spacing:.6px
}
html body .fc_modal-dialog .powered-by:hover{
    background:rgba(20,20,20,.22);
    color:rgba(255,255,255,.77)
}
html .formcraft-css .powered-by{
    color:#888;
    position:relative;
    z-index:999;
    display:inline-block;
    text-align:center;
    margin:13px auto;
    font-weight:400;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    font-weight:600;
    letter-spacing:.4px
}
html .formcraft-css .powered-by:hover{
    color:#48e
}
html .formcraft-css .fc-sticky-button{
    z-index:99998;
    cursor:pointer;
    transition:transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0,1)
}
html .formcraft-css .fc-sticky{
    max-width:100%;
    display:none;
    position:fixed;
    overflow:auto;
    bottom:-5px;
    right:50px;
    box-shadow:0 0 3px rgba(0,0,0,.35);
    -moz-box-shadow:0 0 3px rgba(0,0,0,.35);
    border-radius:3px 3px 0 0;
    background-color:#fff;
    z-index:99999;
    transition:transform .35s cubic-bezier(0,0,0,1);
    -webkit-transition:-webkit-transform .35s cubic-bezier(0,0,0,1)
}
html .formcraft-css .fc-sticky.show{
    transition:transform .35s ease-in;
    -webkit-transition:-webkit-transform .35s ease-in
}
html .formcraft-css .fc-sticky.fc-sticky-right{
    top:50%;
    bottom:auto;
    right:0;
    left:auto;
    display:block;
    opacity:0;
    transform:translate3d(100%,0,0);
    -webkit-transform:translate3d(100%,0,0)
}
html .formcraft-css .fc-sticky.fc-sticky-right.show{
    opacity:1;
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-right.show .form-cover{
    -webkit-animation:sticky_show_right .55s cubic-bezier(0,0,0,1);
    animation:sticky_show_right .55s cubic-bezier(0,0,0,1);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-right.hiding{
    opacity:1;
    transform:translate3d(100%,0,0);
    -webkit-transform:translate3d(100%,0,0);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-left{
    top:50%;
    bottom:auto;
    left:0;
    right:auto;
    display:block;
    opacity:0;
    transform:translate3d(-100%,0,0);
    -webkit-transform:translate3d(-100%,0,0)
}
html .formcraft-css .fc-sticky.fc-sticky-left.show{
    opacity:1;
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-left.show .form-cover{
    -webkit-animation:sticky_show_left .55s cubic-bezier(0,0,0,1);
    animation:sticky_show_left .55s cubic-bezier(0,0,0,1);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-left.hiding{
    opacity:1;
    transform:translate3d(-100%,0,0);
    -webkit-transform:translate3d(-100%,0,0);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right{
    top:50%;
    bottom:0;
    top:auto;
    left:auto;
    right:50px;
    display:block;
    opacity:0;
    transform:translate3d(0,100%,0);
    -webkit-transform:translate3d(0,100%,0)
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right.show{
    opacity:1;
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right.show .form-cover{
    -webkit-animation:sticky_show .55s cubic-bezier(0,0,0,1);
    animation:sticky_show .55s cubic-bezier(0,0,0,1);
    display:block
}
html .formcraft-css .fc-sticky.fc-sticky-bottom-right.hiding{
    opacity:1;
    transform:translate3d(0,100%,0);
    -webkit-transform:translate3d(0,100%,0);
    display:block
}
html .formcraft-css .fc-sticky.calculated{
    display:none;
    opacity:1
}
html .formcraft-css .fc-sticky .fc-form{
    box-shadow:none
}
html .formcraft-css .simple_button{
    display:inline-block;
    padding:6px 15px 7px;
    border-radius:2px;
    outline:0;
    box-shadow:none;
    cursor:pointer
}
html .formcraft-css .simple_button:hover{
    box-shadow:0 0 30px rgba(0,0,0,.12) inset
}
html .formcraft-css.image_button_cover{
    position:fixed;
    top:50%;
    box-shadow:none;
    z-index:99999;
    transition:transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0,1)
}
html .formcraft-css.image_button_cover a{
    padding:6px 15px 12px;
    font-size:15px;
    font-weight:700;
    display:inline-block;
    position:relative;
    transition:transform .3s;
    -webkit-transition:-webkit-transform .3s
}
html .formcraft-css.image_button_cover.placement-left{
    left:0
}
html .formcraft-css.image_button_cover.placement-left a{
    border-radius:3px 3px 0 0;
    transform:translate3d(-200%,0,0) rotate(90deg);
    -webkit-transform:translate3d(-200%,0,0) rotate(90deg);
    transform-origin:0 100%;
    -webkit-transform-origin:0 100%
}
html .formcraft-css.image_button_cover.placement-left.now-show a{
    transform:translate3d(-4px,0,0) rotate(90deg);
    -webkit-transform:translate3d(-4px,0,0) rotate(90deg)
}
html .formcraft-css.image_button_cover.placement-left a:hover{
    transform:translate3d(0,0,0) rotate(90deg);
    -webkit-transform:translate3d(0,0,0) rotate(90deg)
}
html .formcraft-css.image_button_cover.placement-right{
    right:0
}
html .formcraft-css.image_button_cover.placement-right a{
    border-radius:3px 3px 0 0;
    transform:translate3d(200%,0,0) rotate(-90deg);
    -webkit-transform:translate3d(200%,0,0) rotate(-90deg);
    transform-origin:100% 100%;
    -webkit-transform-origin:100% 100%
}
html .formcraft-css.image_button_cover.placement-right.now-show a{
    transform:translate3d(4px,0,0) rotate(-90deg);
    -webkit-transform:translate3d(4px,0,0) rotate(-90deg)
}
html .formcraft-css.image_button_cover.placement-right a:hover{
    transform:translate3d(0,0,0) rotate(-90deg);
    -webkit-transform:translate3d(0,0,0) rotate(-90deg)
}
html .formcraft-css.image_button_cover.placement-bottom-right{
    position:relative;
    top:auto;
    z-index:99997
}
html .formcraft-css.image_button_cover.placement-bottom-right a.fc-sticky-button{
    right:50px;
    position:fixed;
    bottom:0;
    top:auto!important;
    border-radius:3px 3px 0 0;
    transform:translate3d(0,50px,0);
    -webkit-transform:translate3d(0,50px,0);
    transform-origin:100% 100%;
    -webkit-transform-origin:100% 100%
}
html .formcraft-css.image_button_cover.placement-bottom-right.now-show a.fc-sticky-button{
    transform:translate3d(0,6px,0);
    -webkit-transform:translate3d(0,6px,0)
}
html .formcraft-css.image_button_cover.placement-bottom-right:hover a.fc-sticky-button{
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0)
}
html .formcraft-css.image_button_cover a{
    box-shadow:none;
    border:0
}
html .formcraft-css .form-page-logo{
    display:block;
    margin:30px auto;
    max-width:90%;
    height:auto
}
html .formcraft-css .form-logic{
    display:none
}
html .formcraft-css.align-left .fc-form,html .formcraft-css.align-left .fc-pagination-cover .fc-pagination,html .formcraft-css.align-left .prev-next{
    margin-left:2px
}
html .formcraft-css.align-right .fc-form,html .formcraft-css.align-right .fc-pagination-cover .fc-pagination,html .formcraft-css.align-right .prev-next{
    margin-right:2px
}
html .formcraft-css .prev-next{
    display:none;
    width:100%;
    letter-spacing:-4px;
    border-radius:2px;
    overflow:hidden;
    box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    margin:15px auto;
    background:#fff
}
html .formcraft-css .prev-next input{
    box-shadow:none;
    border:0;
    border-radius:0;
    padding:8px;
    background:0 0;
    text-align:center;
    display:none!important;
    padding:15px;
    font-size:.9em;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:.6px;
    color:inherit
}
html .formcraft-css .prev-next>div{
    display:inline-block;
    width:49.5%;
    letter-spacing:0;
    text-align:center
}
html .formcraft-css .prev-next>div span .icon-angle-left,html .formcraft-css .prev-next>div span .icon-angle-right{
    font-size:1.2em;
    vertical-align:middle;
    position:relative;
    top:-2px
}
html .formcraft-css .prev-next>div span{
    display:block;
    padding:15px;
    font-size:.87em;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:.6px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none
}
html .formcraft-css .prev-next>div span.inactive{
    opacity:.5;
    cursor:default
}
html .formcraft-css .prev-next>div span.inactive:hover{
    color:inherit
}
html .formcraft-css .prev-next>div:last-child{
    border-left:1px solid #e8e8e8;
    box-sizing:border-box;
    float:right
}
html .formcraft-css #form-cover-html{
    text-align:center;
    position:relative;
    min-width:100%
}
html .formcraft-css #form-cover-html>form{
    margin:0 auto
}
html .formcraft-css .fc-pagination-cover{
    text-align:center;
    height:130px;
    display:none;
    position:relative;
    max-width:100%
}
html .formcraft-css .fc-pagination{
    white-space:nowrap;
    text-align:center;
    position:relative;
    display:block;
    padding:12px 0;
    margin:0 auto;
    max-width:100%;
    transition:background .3s;
    -webkit-transition:background .3s
}
html .formcraft-css .fc-pagination>div{
    display:inline-block;
    padding:0 15px;
    position:relative;
    z-index:101;
    cursor:default;
    vertical-align:top;
    cursor:pointer;
    color:#999;
    transition:padding .3s;
    -webkit-transition:padding .3s
}
html .formcraft-css .fc-pagination>div:hover{
    color:#777
}
html .formcraft-css .fc-pagination>div:hover .page-number{
    box-shadow:0 0 0 .5px rgba(0,20,40,.18),0 2px 10px 0 rgba(50,55,90,.3)
}
html .formcraft-css .fc-pagination>div:first-child.active,html .formcraft-css .fc-pagination>div:last-child.active{
    z-index:101
}
html .formcraft-css .fc-pagination>div.active{
    z-index:102
}
html .formcraft-css .fc-pagination>div.active .page-number{
    transform:scale(1.25)
}
html .formcraft-css .fc-pagination>div.active .page-name{
    color:#666
}
html .formcraft-css .fc-pagination>div:after{
    position:absolute;
    border-top:2px solid #ccc;
    top:25px;
    width:100%;
    height:2px;
    content:'';
    left:0;
    z-index:101
}
html .formcraft-css .fc-pagination>div:first-child:after{
    width:110px;
    left:50%;
    margin-left:-15px
}
html .formcraft-css .fc-pagination>div:last-child:after{
    width:110px;
    right:50%;
    left:auto;
    margin-right:-15px
}
html .formcraft-css .fc-pagination .page-number{
    font-weight:700;
    display:inline-block;
    background-color:#fff;
    border-radius:3px;
    padding:5px;
    margin-bottom:10px;
    margin-top:10px;
    min-width:30px;
    position:relative;
    z-index:103;
    transition:transform .3s,background .3s,border-color .3s;
    -webkit-transition:transform .3s,background .3s,border-color .3s;
    border-width:0;
    box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    border:1px solid transparent;
    box-sizing:border-box;
    -moz-box-sizing:border-box
}
html .formcraft-css .fc-pagination .page-name{
    display:block;
    font-size:.85em;
    letter-spacing:.4px;
    font-weight:600;
    width:110px;
    text-transform:uppercase;
    padding:5px 0;
    white-space:normal
}
html .formcraft-css .fc-form{
    background:#fff;
    box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    border-radius:3px;
    letter-spacing:-4px;
    text-align:left;
    margin:0 auto;
    min-width:140px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    position:relative;
    max-width:100%
}
html .formcraft-css .fc-form .twitter-typeahead{
    display:block;
    width:100%
}
html .formcraft-css .fc-form .twitter-typeahead .tt-dropdown-menu{
    background:#fff;
    min-width:160px;
    margin-top:2px;
    padding:5px 0;
    background-color:#fff;
    border-radius:3px;
    box-shadow:0 2px 6px rgba(0,0,0,.15);
    background-clip:padding-box;
    z-index:999
}
html .formcraft-css .fc-form .twitter-typeahead .tt-suggestion{
    display:block;
    padding:4px 14px;
    cursor:pointer
}
html .formcraft-css .fc-form .twitter-typeahead .tt-suggestion:hover{
    background-color:#eee
}
html .formcraft-css .fc-form .twitter-typeahead .tt-suggestion p{
    margin:0
}
html .formcraft-css .fc-form .form-element-type-address{
    z-index:998!important
}
html .formcraft-css .fc-form.field-alignment-center{
    text-align:center
}
html .formcraft-css .fc-form.field-alignment-center .form-element{
    margin-left:auto;
    margin-right:auto
}
html .formcraft-css .fc-form.field-alignment-center .form-element .form-element-html .field-cover>div,html .formcraft-css .fc-form.field-alignment-center .form-element .form-element-html .field-cover>span{
    padding-top:0;
    text-align:center
}
html .formcraft-css .fc-form.field-alignment-center.label-floating .form-element .form-element-html .field-cover>div,html .formcraft-css .fc-form.field-alignment-center.label-floating .form-element .form-element-html .field-cover>span{
    text-align:left
}
html .formcraft-css .fc-form.field-alignment-right{
    text-align:right
}
html .formcraft-css .fc-form.field-alignment-right .form-element{
    margin-left:auto;
    margin-right:auto
}
html .formcraft-css .fc-form.field-alignment-right .form-element .form-element-html .field-cover>div,html .formcraft-css .fc-form.field-alignment-right .form-element .form-element-html .field-cover>span{
    text-align:right
}
html .formcraft-css .fc-form.icons-hide-true .form-element .field-cover div .formcraft-icon{
    display:none
}
html .formcraft-css .fc-form .form-page-content{
    padding:1.5em;
    padding-right:0;
    padding-bottom:0
}
html .formcraft-css .fc-form .form-page-content>p{
    margin:0!important;
    padding:0!important;
    display:inline!important
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText,html .formcraft-css .fc-form .form-page-content .form-element-type-heading{
    top:-.75em;
    position:relative
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover{
    border-radius:2px 2px 0 0;
    padding-bottom:1.5em;
    padding-top:.75em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child .customText-cover,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:last-child .heading-cover{
    border-radius:0 0 2px 2px;
    padding-bottom:1.5em;
    margin-bottom:-1.5em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child .form-element-html{
    margin-bottom:1.5em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child{
    margin-top:-.75em
}
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:last-child,html .formcraft-css .fc-form .form-page-content .form-element-type-heading:last-child{
    margin-bottom:-.75em
}
html .formcraft-css .fc-form h1{
    font-size:2em;
    margin:.5em 0;
    color:inherit
}
html .formcraft-css .fc-form h2{
    font-size:1.6em
}
html .formcraft-css .fc-form h3{
    font-size:1.5em
}
html .formcraft-css .fc-form h2,html .formcraft-css .fc-form h3{
    margin:.4em 0
}
html .formcraft-css .fc-form h1,html .formcraft-css .fc-form h2,html .formcraft-css .fc-form h3,html .formcraft-css .fc-form h4,html .formcraft-css .fc-form h5,html .formcraft-css .fc-form h6{
    font-weight:700;
    display:inline-block;
    color:inherit;
    line-height:normal;
    margin-top:0;
    margin-bottom:.2em
}
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.address-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.datepicker-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.dropdown-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.email-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.oneLineText-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.textarea-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.address-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.datepicker-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.dropdown-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.email-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.oneLineText-cover:after,html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.textarea-cover:after{
    content:'*';
    position:absolute;
    color:red;
    top:-3px;
    right:-1px;
    font-size:26px
}
html .formcraft-css .fc-form.label-placeholder .field-cover>span{
    display:none
}
html .formcraft-css .fc-form.label-placeholder .checkbox-cover>span,html .formcraft-css .fc-form.label-placeholder .slider-cover>span,html .formcraft-css .fc-form.label-placeholder .star-cover>span,html .formcraft-css .fc-form.label-placeholder .thumb-cover>span{
    display:block;
    width:100%;
    top:0;
    text-align:left
}
html .formcraft-css .fc-form.label-placeholder .field-cover>div{
    width:100%;
    display:block
}
html .formcraft-css .fc-form.label-placeholder .field-cover>div.tooltip{
    width:auto
}
html .formcraft-css .fc-form.label-placeholder .slider-cover .ui-slider-cover{
    top:0
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .field-cover>span>span.main-label>span:after{
    right:-8px
}
html .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button{
    padding:8px 18px
}
html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .checkbox-cover>div,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .fileupload-cover>div,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .matrix-cover>div,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .star-cover>div{
    margin-top:4px;
    border-color:red
}
html .formcraft-css .fc-form.label-floating .field-cover{
    position:relative
}
html .formcraft-css .fc-form.label-floating .field-cover>span{
    z-index:101
}
html .formcraft-css .fc-form.label-floating .field-cover input[type=email],html .formcraft-css .fc-form.label-floating .field-cover input[type=password],html .formcraft-css .fc-form.label-floating .field-cover input[type=tel],html .formcraft-css .fc-form.label-floating .field-cover input[type=text],html .formcraft-css .fc-form.label-floating .field-cover textarea{
    background-color:transparent!important;
    background-position:102% 50%
}
html .formcraft-css .fc-form.label-floating .field-cover select{
    background-color:transparent!important;
    background-position:102% 52%;
    cursor:pointer
}
html .formcraft-css .fc-form.label-floating .field-cover div .formcraft-icon{
    bottom:4px;
    top:auto;
    line-height:1.4em;
    margin:10px 2px 6px
}
html .formcraft-css .fc-form.label-floating .form-element.form-element-type-customText .form-element-html{
    padding-top:0
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email],html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password],html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel],html .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text],html .formcraft-css .fc-form.label-floating .form-element .form-element-html select,html .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea{
    border-width:0;
    border-radius:0;
    border-bottom-width:1px;
    box-shadow:none;
    margin:0;
    margin-top:6px;
    margin-bottom:4px;
    padding:10px 2px 6px
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover{
    border-width:0;
    border-radius:0;
    border-bottom-width:1px;
    box-shadow:none;
    background-color:transparent
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover input[type=text].meridian-picker,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover .time-fields-cover select{
    padding-top:3px;
    padding-bottom:3px
}
html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=email],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=password],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=tel],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=text],html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html select,html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html textarea{
    border-color:red
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover input[type=text].meridian-picker{
    padding:9px 12px 7px
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover input[type=text].meridian-picker{
    padding:9px 22px 7px
}
html .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .field-cover>span{
    color:red
}
html .formcraft-css .fc-form.label-floating .field-cover>span{
    display:block;
    color:#a8a8a8;
    z-index:98;
    width:100%;
    text-align:left;
    padding:10px 2px 6px;
    font-weight:400;
    font-size:1em;
    position:absolute;
    left:0;
    top:6px;
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    transition:transform .2s linear;
    -webkit-transition:transform .2s linear
}
html .formcraft-css .fc-form.label-floating .form-element .form-element-html .address-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .datepicker-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .dropdown-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .email-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .oneLineText-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .password-cover .error,html .formcraft-css .fc-form.label-floating .form-element .form-element-html .textarea-cover .error{
    font-size:11px;
    position:absolute;
    margin:0;
    padding:0;
    border:0;
    top:auto;
    bottom:-7px;
    right:2px;
    background:0 0
}
html .formcraft-css .fc-form.label-floating .field-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .field-cover.has-input>span{
    transform:translate3d(0,-19px,0) scale(.8);
    -webkit-transform:translate3d(0,-19px,0) scale(.8)
}
html .formcraft-css .fc-form.label-floating .field-cover .sub-label{
    display:none
}
html .formcraft-css .fc-form.label-floating .checkbox-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .checkbox-cover>span,html .formcraft-css .fc-form.label-floating .fileupload-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .fileupload-cover>span,html .formcraft-css .fc-form.label-floating .matrix-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .matrix-cover>span,html .formcraft-css .fc-form.label-floating .slider-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .slider-cover>span,html .formcraft-css .fc-form.label-floating .star-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .star-cover>span,html .formcraft-css .fc-form.label-floating .thumb-cover>span,html .formcraft-css .fc-form.label-floating .timepicker-cover.has-focus>span,html .formcraft-css .fc-form.label-floating .timepicker-cover>span{
    transform:none;
    position:static;
    display:block;
    width:100%;
    top:0;
    font-size:1em;
    padding-bottom:2px;
    text-align:left
}
html .formcraft-css .fc-form.label-floating .field-cover>div{
    width:100%;
    position:relative;
    z-index:99
}
html .formcraft-css .fc-form.label-floating .slider-cover .ui-slider-cover{
    top:0
}
html .formcraft-css .fc-form.label-block .field-cover>span{
    display:block;
    text-align:left;
    top:0;
    width:100%
}
html .formcraft-css .fc-form.label-block .form-element.is-required-true .field-cover>span>span:first-child>span{
    display:inline-block
}
html .formcraft-css .fc-form.label-block .field-cover>div{
    display:block;
    width:100%;
    margin-top:2px
}
html .formcraft-css .fc-form.label-block .field-cover .sub-label{
    margin-bottom:2px
}
html .formcraft-css .fc-form.label-block .form-element .slider-cover .ui-slider-cover{
    top:0
}
html .formcraft-css .fc-form.frame-hidden{
    box-shadow:none;
    -moz-box-shadow:none;
    padding:0
}
html .formcraft-css .fc-form.frame-hidden .form-page-content{
    padding:0;
    margin-right:-1.5em
}
html .formcraft-css .fc-form.align-left{
    margin-left:0;
    margin-right:auto
}
html .formcraft-css .fc-form.align-center{
    margin-left:auto;
    margin-right:auto
}
html .formcraft-css .fc-form.align-right{
    margin-left:auto;
    margin-right:0
}
html .formcraft-css .fc-form.remove-asterisk-true .form-element.is-required-true .field-cover>span>span:first-child>span:after{
    content:none
}
html .formcraft-css .fc-form .form-element.is-required-true .field-cover>span>span:first-child>span{
    position:relative
}
html .formcraft-css .fc-form .form-element.is-required-true .field-cover .main-label>span:after{
    content:'*';
    position:absolute;
    color:red;
    top:-3px;
    right:-6px
}
html .formcraft-css .fc-form .field-cover{
    letter-spacing:-4px
}
html .formcraft-css .fc-form .field-cover .tooltip{
    position:absolute;
    border:0!important;
    padding:0 5px!important
}
html .formcraft-css .fc-form .field-cover.textarea-cover .tooltip{
    top:0!important;
    position:absolute
}
html .formcraft-css .fc-form .field-cover.slider-cover .tooltip{
    top:-2px!important;
    padding:0 5px
}
html .formcraft-css .fc-form .field-cover.slider-cover .tooltip-arrow{
    top:20px!important
}
html .formcraft-css .fc-form .field-cover>div{
    position:relative
}
html .formcraft-css .fc-form .field-cover>div,html .formcraft-css .fc-form .field-cover>span{
    letter-spacing:0;
    display:inline-block;
    box-sizing:border-box;
    -moz-box-sizing:border-box
}
html .formcraft-css .fc-form .field-cover>span{
    width:30%;
    text-align:right;
    padding-right:9px;
    vertical-align:top;
    display:inline-block;
    position:relative;
    font-weight:600
}
html .formcraft-css .fc-form .field-cover>span>span{
    display:block;
    width:100%;
    line-height:1.45em
}
html .formcraft-css .fc-form .field-cover>span span.sub-label{
    font-weight:400;
    position:relative;
    font-style:italic;
    font-size:.9em;
    margin-top:-1px;
    opacity:.8
}
html .formcraft-css .fc-form .field-cover .sub-label-false{
    top:.7em
}
html .formcraft-css .fc-form .field-cover .sub-label-false span.sub-label{
    display:none
}
html .formcraft-css .fc-form .field-cover>div{
    width:70%;
    display:inline-block;
    text-align:left
}
html .formcraft-css .fc-form .field-cover>div input[type=email],html .formcraft-css .fc-form .field-cover>div input[type=password],html .formcraft-css .fc-form .field-cover>div input[type=tel],html .formcraft-css .fc-form .field-cover>div input[type=text],html .formcraft-css .fc-form .field-cover>div select,html .formcraft-css .fc-form .field-cover>div textarea{
    width:100%;
    margin:0
}
html .formcraft-css .fc-form .field-cover>div.full{
    width:auto;
    display:block
}
html .formcraft-css .fc-form .field-cover>div.full hr{
    margin:0 -1.5em;
    border-top:0;
    opacity:.4;
    border-bottom:1px solid #e5e5e5
}
html .formcraft-css .fc-form .final-success{
    letter-spacing:0;
    display:block;
    text-align:center;
    padding:40px 30px 35px;
    font-size:1.2em;
    line-height:normal;
    z-index:999;
    display:none;
    color:#1daa1d
}
html .formcraft-css .fc-form .final-success .final-success-check{
    font-size:135%;
    border:2px solid #1daa1d;
    border-radius:100%;
    padding:.2em;
    margin-bottom:.5em;
    box-shadow:0 0 0 .5px #1daa1d
}
html .formcraft-css .fc-form .final-success span{
    display:block;
    -webkit-animation:successIn .8s;
    animation:successIn .8s;
    color:inherit
}
html .formcraft-css .fc-form.submitted .form-element{
    transition:transform .8s,opacity .8s;
    -webkit-transition:-webkit-transform .8s,opacity .8s;
    opacity:0;
    transform:translate3d(0,-500px,0);
    -webkit-transform:translate3d(0,-500px,0)
}
html .formcraft-css .fc-form.submitted{
    overflow:hidden;
    min-height:130px
}
html .formcraft-css .fc-form .form-element-type-slider{
    z-index:103
}
html .formcraft-css .fc-form .form-element{
    position:relative;
    display:inline-block;
    letter-spacing:0;
    vertical-align:top;
    opacity:1;
    border-radius:2px;
    z-index:101;
    border:0;
    float:none!important;
    overflow:visible
}
html .formcraft-css .fc-form .form-element.error-field .error{
    display:block;
    white-space:nowrap
}
html .formcraft-css .fc-form .form-element.error-field .form-element-html .checkbox-cover>div,html .formcraft-css .fc-form .form-element.error-field .form-element-html .fileupload-cover>div,html .formcraft-css .fc-form .form-element.error-field .form-element-html .matrix-cover>div,html .formcraft-css .fc-form .form-element.error-field .form-element-html .star-cover>div{
    border-color:red;
    padding-left:8px
}
html .formcraft-css .fc-form .form-element.error-field .matrix-cover>div,html .formcraft-css .fc-form .form-element.error-field .star-cover>div{
    padding-left:0
}
html .formcraft-css .fc-form .form-element.error-field .checkbox-cover.images-true>div{
    padding-left:0
}
html .formcraft-css .fc-form .form-element.error-field .slider-cover>div{
    border:1px solid red;
    border-radius:3px
}
html .formcraft-css .fc-form .form-element.error-field input[type=password],html .formcraft-css .fc-form .form-element.error-field input[type=tel],html .formcraft-css .fc-form .form-element.error-field input[type=text],html .formcraft-css .fc-form .form-element.error-field select,html .formcraft-css .fc-form .form-element.error-field textarea{
    border-color:red
}
html .formcraft-css .fc-form .form-element .form-element-html input[type=color],html .formcraft-css .fc-form .form-element .form-element-html input[type=date],html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime-local],html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime],html .formcraft-css .fc-form .form-element .form-element-html input[type=email],html .formcraft-css .fc-form .form-element .form-element-html input[type=month],html .formcraft-css .fc-form .form-element .form-element-html input[type=number],html .formcraft-css .fc-form .form-element .form-element-html input[type=password],html .formcraft-css .fc-form .form-element .form-element-html input[type=search],html .formcraft-css .fc-form .form-element .form-element-html input[type=tel],html .formcraft-css .fc-form .form-element .form-element-html input[type=text],html .formcraft-css .fc-form .form-element .form-element-html input[type=time],html .formcraft-css .fc-form .form-element .form-element-html input[type=url],html .formcraft-css .fc-form .form-element .form-element-html input[type=week],html .formcraft-css .fc-form .form-element .form-element-html select,html .formcraft-css .fc-form .form-element .form-element-html textarea{
    box-sizing:border-box;
    padding:.72em .9em .65em;
    border-radius:2px;
    border:1px solid #d6d8d9;
    line-height:1.4em;
    background-color:#fafafa;
    font-family:inherit;
    height:auto;
    box-shadow:none;
    -webkit-box-shadow:none;
    -webkit-appearance:none;
    font-size:inherit
}
html .formcraft-css .fc-form .form-element input.is-read-only,html .formcraft-css .fc-form .form-element textarea.is-read-only{
    opacity:.75
}
html .formcraft-css .fc-form .form-element .form-element-html input[type=text]{
    background-image:none!important
}
html .formcraft-css .fc-form .form-element .error{
    display:none;
    position:absolute;
    top:-4px;
    z-index:103;
    font-size:.85em;
    line-height:8px;
    margin:0;
    padding:0;
    border:0;
    margin-top:0;
    background:#fff;
    right:30px;
    color:red;
    -webkit-animation:fadeInRight .3s ease-out;
    animation:fadeInRight .3s ease-out
}
html .formcraft-css .fc-form .form-element .form-element-html{
    padding:1.5em;
    padding-left:0;
    padding-top:0
}
html .formcraft-css .fc-form .form-element .field-cover{
    position:relative
}
html .formcraft-css .fc-form .form-element.index-true{
    z-index:103!important
}
html .formcraft-css .fc-form .form-element.form-element-type-customText .form-element-html{
    position:static
}
html .formcraft-css .fc-form .form-element .field-cover.heading-cover .bold-true{
    font-weight:700
}
html .formcraft-css .fc-form .form-element .field-cover.heading-cover>div{
    line-height:normal;
    width:100%
}
html .formcraft-css .fc-form .form-element .field-cover.heading-cover{
    white-space:pre-wrap;
    position:relative;
    margin:0 -1.5em;
    padding:.75em 1.5em;
    padding-bottom:1.5em;
    line-height:1.5em;
    margin-bottom:-1.5em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover{
    white-space:pre-wrap;
    position:relative;
    margin:0 -1.5em;
    padding:.75em 1.5em;
    line-height:1.5em;
    margin-bottom:-1.5em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover ul{
    list-style:inherit;
    margin-left:1.8em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover img{
    max-width:none
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover iframe{
    max-width:100%
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover.absolute-true{
    position:absolute;
    margin:0;
    margin-left:-1.5em;
    margin-right:-1.5em;
    padding-top:0;
    padding-bottom:0
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover.absolute-true img{
    max-width:none
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover h1,html .formcraft-css .fc-form .form-element .field-cover.customText-cover h2,html .formcraft-css .fc-form .form-element .field-cover.customText-cover h3,html .formcraft-css .fc-form .form-element .field-cover.customText-cover h4{
    display:block;
    letter-spacing:0;
    line-height:1.6em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover p{
    margin:.3em 0;
    width:100%!important;
    display:block;
    font-size:1em
}
html .formcraft-css .fc-form .form-element .field-cover.customText-cover a{
    text-decoration:none
}
html .formcraft-css .fc-form .form-element .textarea-cover .count-,html .formcraft-css .fc-form .form-element .textarea-cover .count-false{
    display:none
}
html .formcraft-css .fc-form .form-element .textarea-cover .count-true{
    display:block;
    text-align:right;
    font-size:.87em;
    padding:1px 0;
    letter-spacing:.4px
}
html .formcraft-css .fc-form .form-element .textarea-cover textarea{
    resize:none;
    display:block;
    min-height:0
}
html .formcraft-css .fc-form .form-element .field-cover .formcraft-icon{
    position:absolute;
    right:0;
    top:0;
    cursor:text;
    line-height:1.4em;
    font-size:1.25em;
    margin:.45em 12px;
    color:inherit;
    background-color:transparent
}
html .formcraft-css .fc-form .form-element .field-cover .formcraft-icon.icon-type-no-icon{
    display:none
}
html .formcraft-css .fc-form .form-element .emails-cover input{
    background-repeat:no-repeat;
    background-position:100% 50%;
    background-size:30px;
    background-image:url(//www.abla.com.au/wp-content/plugins/formcraft3/dist/../images/email-icon.png)
}
html .formcraft-css .fc-form .form-element .datepicker-cover input{
    background-repeat:no-repeat;
    background-position:100% 50%;
    background-size:30px
}
html .formcraft-css .fc-form .form-element .submit-response{
    display:block;
    text-align:center
}
html .formcraft-css .fc-form .form-element .submit-response>span{
    padding-top:15px;
    display:inline-block
}
html .formcraft-css .fc-form .form-element .submit-response>span.has-error{
    color:#f11010
}
html .formcraft-css .fc-form .form-element .submit-response>span a{
    padding:0;
    margin:0;
    display:inline
}
html .formcraft-css .fc-form .form-element .required_field{
    opacity:0
}
html .formcraft-css .fc-form .form-element .submit-cover{
    float:none!important;
    margin:0;
    transition:padding .5s
}
html .formcraft-css .fc-form .form-element .submit-cover.enabled{
    opacity:1
}
html .formcraft-css .fc-form .form-element .submit-cover.enabled .text{
    display:block
}
html .formcraft-css .fc-form .form-element .submit-cover.align-right{
    text-align:right
}
html .formcraft-css .fc-form .form-element .submit-cover.align-left{
    text-align:left
}
html .formcraft-css .fc-form .form-element .submit-cover.align-center{
    text-align:center
}
html .formcraft-css .fc-form .form-element .submit-cover.align-right .submit-button{
    margin-right:0
}
html .formcraft-css .fc-form .form-element .submit-cover.align-left .submit-button{
    margin-left:0
}
html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button{
    margin-left:auto;
    margin-right:auto
}
html .formcraft-css .fc-form .form-element .submit-cover .loading-icon{
    height:22px;
    font-size:22px;
    text-align:center;
    margin:0;
    line-height:.95em
}
html .formcraft-css .fc-form .form-element .submit-cover .spin-cover,html .formcraft-css .fc-form .form-element .submit-cover .spin-cover:after{
    border-radius:100%;
    width:1.2em;
    height:1.2em;
    display:inline-block
}
html .formcraft-css .fc-form .form-element .submit-cover .spin-cover{
    opacity:0;
    margin:0;
    font-size:12px;
    position:absolute;
    right:2em;
    top:50%;
    margin-top:-.55em;
    text-indent:-9999em;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    border-left:2px solid transparent;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-animation:loadAnimate 1.1s infinite linear;
    animation:loadAnimate 1.1s infinite linear;
    display:none
}
html .formcraft-css .fc-form .form-element .submit-cover .loading-icon:before{
    left:0;
    line-height:1em
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .submit-button:hover{
    box-shadow:none
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .submit-button{
    opacity:.75;
    padding-right:38px
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .spin-cover{
    right:1em;
    display:block;
    opacity:1
}
html .formcraft-css .fc-form .form-element .submit-cover.disabled .icon-spin5,html .formcraft-css .fc-form .form-element .submit-cover.disabled .loading-icon{
    display:none
}
html .formcraft-css .fc-form .form-element .submit-cover .submit-button{
    box-shadow:none;
    height:auto;
    font-size:1em;
    line-height:1.5em;
    position:relative;
    text-transform:none;
    margin:0 auto;
    padding:9px 18px;
    border:0;
    border-radius:2px;
    width:auto;
    cursor:pointer;
    font-weight:600;
    font-family:inherit;
    letter-spacing:0;
    white-space:nowrap;
    transition:padding .25s;
    -webkit-transition:padding .25s
}
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover{
    box-shadow:0 0 100px rgba(50,50,50,.08) inset
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label{
    text-align:center;
    vertical-align:bottom;
    opacity:.75;
    padding:3px 5px
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label.active,html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label:hover{
    opacity:1
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-true>div label img{
    display:block;
    margin:0 auto;
    margin-bottom:.5em;
    max-width:100%
}
html .formcraft-css .fc-form .form-element .checkbox-cover.images-false>div label img{
    display:none
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div{
    padding-bottom:4px;
    padding-top:5px;
    border-radius:2px;
    border:1px solid transparent;
    transition:padding .15s linear;
    -webkit-transition:padding .15s linear
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label{
    padding:.3em 10px .3em 0;
    display:inline-block;
    cursor:pointer;
    font-size:.9em
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label img{
    display:none
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label input{
    position:relative;
    opacity:1;
    margin-right:.35em;
    left:auto;
    visibility:visible
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label>span{
    vertical-align:middle
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label a{
    color:#48e
}
html .formcraft-css .fc-form .form-element .checkbox-cover>div label a:hover{
    text-decoration:underline
}
html .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button{
    width:100%!important;
    border-radius:2px!important;
    padding-left:0;
    padding-right:0;
    text-align:center
}
html .formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button{
    width:100%
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover>div{
    border-radius:3px;
    margin-top:-8px;
    padding-top:8px;
    padding-bottom:8px;
    padding-right:8px;
    border:1px solid transparent;
    transition:padding .15s linear;
    -webkit-transition:padding .15s linear
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file .icon-upload-cloud{
    font-size:46px;
    position:absolute;
    display:block;
    z-index:1;
    color:#fff;
    left:0;
    top:auto;
    opacity:.18;
    bottom:-20px;
    right:auto;
    margin:0;
    transform:none;
    -webkit-transform:none
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file{
    display:inline-block;
    overflow:hidden;
    font-size:1em;
    padding:0 16px;
    padding-left:55px;
    height:36px;
    line-height:36px;
    text-transform:none;
    font-weight:700;
    letter-spacing:0;
    padding-bottom:3px;
    box-shadow:none;
    border:0;
    border-radius:2px;
    text-align:center;
    cursor:pointer;
    position:relative
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file input{
    background-color:red;
    position:absolute;
    cursor:pointer;
    margin:0;
    left:0;
    right:0;
    bottom:0;
    height:105%;
    width:100%;
    opacity:0;
    z-index:2
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file ::-webkit-file-upload-button{
    cursor:pointer
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file:hover{
    box-shadow:0 0 100px rgba(50,50,50,.08) inset
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file span{
    position:relative;
    z-index:1
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list{
    margin:10px 0;
    margin-bottom:0;
    padding:0
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li{
    display:block;
    letter-spacing:-4px;
    position:relative;
    display:none;
    list-style:none;
    border-radius:2px;
    margin-bottom:6px;
    box-shadow:0 1px 2px #aaa inset;
    background-color:#eee
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li:last-child{
    margin-bottom:0
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li div{
    transition:width .1s ease;
    -webkit-transition:width .1s ease;
    letter-spacing:0;
    height:3em;
    line-height:3em;
    white-space:nowrap;
    display:block;
    width:0;
    background-color:#22c222;
    border:1px solid #27a615;
    border-radius:3px;
    color:#fff;
    font-size:.85em;
    padding:0 8px;
    overflow:hidden;
    box-sizing:border-box
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file,html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .icon-ok{
    letter-spacing:0;
    position:absolute;
    top:7px;
    font-weight:700;
    right:3px;
    font-size:12px;
    color:#eee;
    background-color:#22c222;
    cursor:pointer;
    -webkit-animation:bounceIn .3s;
    animation:bounceIn .3s
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file.animate-spin{
    -moz-animation:spin 2s infinite linear;
    -o-animation:spin 2s infinite linear;
    -webkit-animation:spin 2s infinite linear;
    animation:spin 2s infinite linear;
    display:inline-block;
    font-size:16px;
    top:7px;
    right:5px;
    padding:0;
    color:#fff
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file:hover{
    color:#fff
}
html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li .delete-file{
    font-size:21px;
    line-height:inherit;
    right:1px;
    padding:0 9px;
    font-weight:500;
    top:1px
}
html .formcraft-css .fc-form .form-element .slider-cover>div{
    padding:15px 3px;
    border:1px solid transparent;
    top:5px
}
html .formcraft-css .fc-form .form-element .slider-cover.show-scale-true>div{
    padding-top:27px;
    top:-2px
}
html .formcraft-css .fc-form .form-element .slider-cover.show-scale- .range-max,html .formcraft-css .fc-form .form-element .slider-cover.show-scale- .range-min,html .formcraft-css .fc-form .form-element .slider-cover.show-scale-false .range-max,html .formcraft-css .fc-form .form-element .slider-cover.show-scale-false .range-min{
    display:none
}
html .formcraft-css .fc-form .form-element .slider-cover .range-max,html .formcraft-css .fc-form .form-element .slider-cover .range-min{
    position:absolute;
    top:4px;
    width:40px;
    text-align:center;
    color:inherit;
    font-weight:500;
    left:-7px;
    font-size:.85em
}
html .formcraft-css .fc-form .form-element .slider-cover .range-max:before,html .formcraft-css .fc-form .form-element .slider-cover .range-min:before{
    content:'';
    position:absolute;
    width:1px;
    height:7px;
    background-color:#ccc;
    left:50%;
    top:16px
}
html .formcraft-css .fc-form .form-element .slider-cover .range-max{
    right:-3px;
    left:auto
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-cover{
    display:block;
    width:98%;
    margin-left:1%;
    height:6px;
    position:relative;
    padding-right:18px;
    background-color:#e9e9e9;
    box-shadow:0 1px 1px #ccc inset;
    border-radius:3px
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-range{
    height:6px;
    position:relative;
    border-radius:3px 0 0 3px
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider{
    cursor:pointer;
    display:block;
    width:100%;
    height:18px;
    font-size:inherit;
    top:-6px;
    padding-top:6px;
    position:relative;
    z-index:101;
    border:0;
    background:0 0
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-range .ui-slider-handle-nos{
    top:-41px;
    left:50%;
    margin-left:-16px
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos{
    -webkit-animation:tooltipTop .2s;
    animation:tooltipTop .2s;
    position:absolute;
    white-space:nowrap;
    display:none;
    top:-36px;
    border-radius:2px;
    background-color:#fff;
    height:26px;
    min-width:30px;
    line-height:26px;
    padding:0 6px;
    left:0;
    color:#777;
    text-align:center;
    font-size:.85em;
    font-weight:700;
    box-shadow:0 0 0 .5px rgba(0,20,40,.11),0 2px 8px 0 rgba(50,55,90,.2)
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos:before{
    content:'';
    width:0;
    height:0;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:5px solid rgba(0,10,20,.15);
    position:absolute;
    left:50%;
    margin-left:-4px;
    bottom:-5px;
    z-index:100
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle-nos:after{
    content:'';
    width:0;
    height:0;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:5px solid #fff;
    position:absolute;
    left:50%;
    margin-left:-4px;
    bottom:-4px;
    z-index:101
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    cursor:pointer;
    outline:0;
    background:#fff;
    border:0;
    box-shadow:0 0 0 .5px rgba(0,10,20,.12),0 0 8px rgba(0,10,20,.14);
    width:20px;
    height:20px;
    top:50%;
    margin-top:-10px;
    margin-left:-2px;
    display:block;
    border-radius:40px;
    position:absolute
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle:after,html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle:before{
    display:none;
    content:none
}
html .formcraft-css .fc-form .form-element .slider-cover .ui-slider-handle:hover{
    box-shadow:0 0 0 .5px rgba(0,10,20,.22),0 0 8px rgba(0,10,20,.24)
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover{
    border-radius:2px;
    overflow:hidden;
    display:block;
    font-size:1.1em;
    position:relative;
    background-color:#fafafa;
    border:1px solid #ddd;
    border-top-color:#bababa;
    border-left-color:#bfbfbf;
    background-repeat:no-repeat;
    background-position:100% 50%;
    background-size:30px
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker,html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select,html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select:first-child{
    padding:9px 10px 7px 4.5%
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker{
    text-transform:uppercase;
    letter-spacing:.6px
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover:after{
    content:'';
    position:absolute;
    line-height:35px;
    top:50%;
    margin-top:-17px;
    left:67px
}
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover.hide-meridian-true input.meridian-picker{
    display:none!important
}
html .formcraft-css .fc-form .form-element .timepicker-cover input.meridian-picker,html .formcraft-css .fc-form .form-element .timepicker-cover select{
    vertical-align:middle;
    display:inline-block!important;
    margin:0!important;
    border:0!important;
    cursor:pointer;
    text-align:left;
    box-shadow:none;
    border-radius:0;
    min-width:35px;
    width:30%;
    max-width:56px;
    border:0;
    background:0 0
}
html .formcraft-css .fc-form .form-element .timepicker-cover select:first-child{
    padding-left:13px
}
html .formcraft-css .fc-form .form-element .timepicker-cover input:hover,html .formcraft-css .fc-form .form-element .timepicker-cover select:focus{
    border:0
}
html .formcraft-css .fc-form .form-element .timepicker-cover input:hover,html .formcraft-css .fc-form .form-element .timepicker-cover select:hover{
    background-color:#eee
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover{
    letter-spacing:-4px
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-down,html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-up{
    font-size:3.5em
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label input[type=radio]{
    position:absolute;
    left:-999em
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label{
    transition:all .2s;
    transform:translate3d(0,0,0) scale(.95);
    display:inline-block;
    cursor:pointer;
    letter-spacing:0;
    padding:7px 0
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label .formcraft-icon{
    position:relative;
    margin:0;
    font-size:3em;
    line-height:1;
    cursor:pointer;
    margin:0 .2em;
    padding:0
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.active{
    transform:translate3d(0,0,0) scale(1.05)
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .thumbs-up{
    display:none
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .tooltip{
    -webkit-animation:none;
    animation:none;
    margin-top:-10px;
    font-family:inherit;
    width:auto;
    border:0
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover .tooltip .tooltip-inner{
    max-width:120px;
    min-width:60px;
    height:auto;
    font-family:inherit;
    font-size:12px;
    font-weight:500;
    padding-bottom:6px;
    text-align:center;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    -webkit-box-shadow:0 0 2px rgba(0,0,0,.5)
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.active,html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label:hover{
    color:red
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd.active,html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd:hover{
    color:green
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd .thumbs-up{
    display:block
}
html .formcraft-css .fc-form .form-element .thumb-cover .thumb-label-cover label.odd .thumbs-down{
    display:none
}
html .formcraft-css .fc-form .form-element .star-cover>div{
    border-radius:2px;
    border:1px solid transparent;
    transition:padding .15s linear;
    -webkit-transition:padding .15s linear
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip{
    -webkit-animation:none;
    animation:none;
    margin-top:-5px;
    font-family:inherit;
    width:auto;
    border:0
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip .tooltip-arrow{
    height:0
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover .tooltip .tooltip-inner{
    max-width:120px;
    min-width:60px;
    height:auto;
    font-family:inherit;
    font-size:12px;
    font-weight:500;
    padding-bottom:6px;
    text-align:center;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    -webkit-box-shadow:0 0 2px rgba(0,0,0,.5)
}
html .formcraft-css .fc-form .form-element .star-cover .star-label-cover>div{
    display:inline-block;
    min-height:40px
}
html .formcraft-css .fc-form .form-element .star-cover label{
    font-size:2em;
    cursor:pointer;
    display:inline-block;
    padding:0;
    opacity:1;
    min-width:40px
}
html .formcraft-css .fc-form .form-element .star-cover label .formcraft-icon{
    cursor:pointer;
    position:relative;
    display:block;
    margin:0;
    padding:0;
    -webkit-transition:-webkit-transform .2s;
    transform:translate3d(0,0,0) scale(1);
    -webkit-transform:translate3d(0,0,0) scale(1);
    color:#f3a10b;
    opacity:.5;
    font-size:1.6em;
    line-height:1;
    transition:all .3s
}
html .formcraft-css .fc-form .form-element .star-cover label .star{
    display:none
}
html .formcraft-css .fc-form .form-element .star-cover label .star-empty{
    display:block;
    transition:transform .3s;
    -webkit-transition:-webkit-transform .3s;
    transform:translate3d(0,0,0) scale(1);
    -webkit-transform:translate3d(0,0,0) scale(1)
}
html .formcraft-css .fc-form .form-element .star-cover>div>div label.fake-empty .formcraft-icon{
    opacity:.5
}
html .formcraft-css .fc-form .form-element .star-cover label.fake-hover .formcraft-icon{
    opacity:1
}
html .formcraft-css .fc-form .form-element .star-cover label.active .formcraft-icon,html .formcraft-css .fc-form .form-element .star-cover label.fake-click .formcraft-icon,html .formcraft-css .fc-form .form-element .star-cover label.fake-click:hover .formcraft-icon{
    opacity:1
}
html .formcraft-css .fc-form .form-element .star-cover label:hover .formcraft-icon{
    opacity:1;
    transform:translate3d(0,0,0) scale(1.1);
    -webkit-transform:translate3d(0,0,0) scale(1.1)
}
html .formcraft-css .fc-form .form-element .star-cover label input[type=radio]{
    position:absolute;
    left:-999em
}
html .formcraft-css .fc-form .form-element .matrix-cover>div{
    border-radius:2px;
    border:1px solid transparent
}
html .formcraft-css .fc-form .form-element .matrix-cover table{
    width:100%;
    font-size:1em;
    color:inherit;
    border:0
}
html .formcraft-css .fc-form .form-element .matrix-cover table td{
    padding:0;
    border:0
}
html .formcraft-css .fc-form .form-element .matrix-cover table th{
    padding:7px 6px;
    text-align:center;
    border:0
}
html .formcraft-css .fc-form .form-element .matrix-cover table td label{
    display:block;
    text-align:center;
    cursor:pointer
}
html .formcraft-css .fc-form .form-element .matrix-cover table td label input{
    margin-right:0;
    margin:.9em 0
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr td:first-child{
    text-align:left;
    padding:9px 6px 9px 10px
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(odd) td{
    background-color:rgba(0,0,0,.045)
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(even) td{
    background-color:rgba(0,0,0,0)
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(odd) td label:hover{
    background-color:rgba(0,0,0,.055)
}
html .formcraft-css .fc-form .form-element .matrix-cover table tr:nth-child(even) td label:hover{
    background-color:rgba(0,0,0,.02)
}
html .formcraft-css .fc-form .form-element .matrix-cover table thead th{
    text-align:center
}
html .form-live .fc-form.fc-temp-class .form-element.default-true{
    display:none
}
html .form-live .form-element.state-shown.even{
    display:inline-block;
    transform-origin:50% 0;
    -webkit-transform-origin:50% 0;
    -webkit-animation:fieldShowEven .35s ease-out;
    animation:fieldShowEven .35s ease-out
}
html .form-live .form-element.state-shown.odd{
    display:inline-block;
    transform-origin:50% 0;
    -webkit-transform-origin:50% 0;
    -webkit-animation:fieldShowOdd .35s ease-out;
    animation:fieldShowOdd .35s ease-out
}
html .form-live .form-element.state-hidden.even{
    transform-origin:50% 0;
    -webkit-transform-origin:50% 0;
    -webkit-animation:fieldHideEven .5s ease-out;
    animation:fieldHideEven .5s ease-out
}
html .form-live .form-element.state-hidden.odd{
    transform-origin:50% 0;
    -webkit-transform-origin:50% 0;
    -webkit-animation:fieldHideOdd .5s ease-out;
    animation:fieldHideOdd .5s ease-out
}
.form-live .form-cover{
    -webkit-perspective:750px;
    perspective:750px
}
.form-live .form-spinner{
    margin-top:50px
}
.form-live .form-spinner>div{
    background-color:#999;
    width:15px;
    margin:0 1px;
    height:15px
}
.form-live .fc-form.shake{
    -webkit-animation:shake .5s linear;
    animation:shake .5s linear
}
.form-live .fc-form .form-options,.form-live .fc-form .options-panel{
    display:none
}
.form-live .fc-form .form-element-type-address{
    z-index:998!important
}
.form-live .fc-form .form-element-type-address .address-field-map{
    height:240px;
    margin-top:20px
}
@media (max-width:480px){
    html body .fc-form-modal .formcraft-css .fc-pagination>div.active .page-name{
        color:#fff;
        text-shadow:0 0 8px #777
    }
    html body .fc-form-modal .fc_modal-dialog .formcraft-css .fc-pagination{
        box-shadow:0 1px 6px rgba(0,0,0,.5);
        border-radius:2px
    }
    html body .fc-form-modal .fc_modal-dialog .formcraft-css .fc-pagination>div .page-name{
        color:#666;
        text-shadow:none
    }
    html body .fc-form-modal .fc_modal-dialog .formcraft-css .fc-pagination>div.active .page-name{
        color:#666;
        text-shadow:none
    }
    html body .fc-form-modal.fc_modal .fc_modal-dialog .fc-pagination-cover{
        height:65px
    }
    html body .fc-form-modal.fc_modal .fc_modal-dialog .fc_close{
        margin-right:3px
    }
    html body .fc-form-modal.fc_modal .fc_close{
        font-size:26px;
        font-weight:400
    }
    html body .form-live{
        overflow:hidden
    }
    html .formcraft-css .fc-pagination-cover{
        left:0;
        margin-left:0
    }
    html body .formcraft-css .fc-sticky{
        right:3%;
        max-width:94%
    }
    html body .formcraft-css.image_button_cover.placement-bottom-right a{
        right:3%
    }
    html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker,html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select,html body .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select:first-child,html body .formcraft-css .fc-form.label-floating .form-element .form-element-html .timepicker-cover input[type=text].meridian-picker{
        padding-right:0
    }
    html body .fc-form-modal .fc_modal-dialog{
        max-width:96%;
        padding-top:0;
        padding-bottom:0
    }
    html body .fc-form .form-element{
        width:100%!important
    }
    html body .fc-form-modal{
        padding-top:3%;
        padding-bottom:3%
    }
}
 .hugeitmicro,.hugeitmicro .hugeitmicro-item{
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    -ms-transition-duration:.8s;
    -o-transition-duration:.8s;
    transition-duration:.8s
}
.hugeitmicro{
    -webkit-transition-property:height,width;
    -moz-transition-property:height,width;
    -ms-transition-property:height,width;
    -o-transition-property:height,width;
    transition-property:height,width
}
.hugeitmicro .hugeitmicro-item{
    -webkit-transition-property:-webkit-transform,opacity;
    -moz-transition-property:-moz-transform,opacity;
    -ms-transition-property:-ms-transform,opacity;
    -o-transition-property:-o-transform,opacity;
    transition-property:transform,opacity
}
#huge_it_gallery_container{
    padding:5px;
    margin-bottom:20px
}
#huge_it_gallery_container .open-close{
    width:20px;
    height:20px;
    display:block;
    background:#000
}
#sort-direction{
    position:absolute;
    top:0;
    right:113px
}
#huge_it_gallery_options{
    padding-bottom:1em;
    position:relative;
    margin-left:8px
}
#huge_it_gallery_options h3{
    margin-bottom:.2em;
    font-size:15px
}
#huge_it_gallery_options h4{
    font-weight:700
}
#huge_it_gallery_options ul{
    margin:0;
    list-style:none
}
#huge_it_gallery_options ul ul{
    margin-left:1.5em
}
#huge_it_gallery_options li{
    float:left;
    margin-bottom:.2em;
    margin:0 3px
}
#huge_it_gallery_options li a{
    border:1px solid #f3f3f3;
    display:block;
    padding:.4em .6em;
    color:#737373;
    font-size:10pt;
    text-decoration:none
}
#huge_it_gallery_options li a:hover{
    border:1px solid #cecece
}
#huge_it_gallery_options li a.selected{
    background-color:#f6f6f6
}
 #lightbox{
    position:absolute;
    width:100%;
    z-index:100;
    text-align:center;
    line-height:0
}
#lightbox2{
    z-index:100;
    position:fixed;
    top:40%;
    left:50%;
    background:#fff;
    padding:10px
}
#lightbox2 object,#lightbox2 embed{
    display:block;
    margin-bottom:10px
}
#lightbox2 .close{
    float:right;
    margin-right:20px
}
#lightbox a img{
    border:none
}
#outerImageContainer{
    position:relative;
    background-color:#fff;
    width:250px;
    height:250px;
    margin:0 auto
}
#imageContainer img{
    max-width:600px
}
#imageContainer{
    padding:10px
}
#loading{
    position:absolute;
    top:40%;
    left:0;
    height:25%;
    width:100%;
    text-align:center;
    line-height:0
}
#hoverNav{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:10
}
#imageContainer>#hoverNav{
    left:0
}
#hoverNav a{
    outline:none
}
#prevLink,#nextLink{
    width:49%;
    height:100%;
    background:transparent url(//www.abla.com.au/wp-content/plugins/gallery-images/style/../images/blank.gif) no-repeat;
    display:block
}
#prevLink{
    left:0;
    float:left
}
#nextLink{
    right:0;
    float:right
}
#prevLink:hover,#prevLink:visited:hover{
    background:url(//www.abla.com.au/wp-content/plugins/gallery-images/style/../images/prev.gif) left 50% no-repeat
}
#nextLink:hover,#nextLink:visited:hover{
    background:url(//www.abla.com.au/wp-content/plugins/gallery-images/style/../images/next.gif) right 50% no-repeat
}
#nextLinkText,#prevLinkText{
    color:#ff9834;
    font-weight:700;
    text-decoration:none
}
#nextLinkText{
    padding-left:20px
}
#prevLinkText{
    padding-right:20px
}
.ontop #imageData{
    padding-top:5px
}
#imageDataContainer{
    font:10px Verdana,Helvetica,sans-serif;
    background-color:#fff;
    margin:0 auto;
    line-height:1.4em
}
#imageData{
    padding:0 10px
}
#imageData #imageDetails{
    width:70%;
    float:left;
    text-align:left
}
#imageData #caption{
    font-weight:700
}
#imageData #numberDisplay{
    display:block;
    clear:left;
    padding-bottom:1em
}
#imageData #bottomNavClose{
    width:66px;
    float:right;
    padding-bottom:.7em
}
#imageData #helpDisplay{
    clear:left;
    float:left;
    display:block
}
#overlay{
    position:fixed;
    top:0;
    left:0;
    z-index:90;
    width:100%;
    height:100%;
    background-color:#000;
    display:none
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
* html>body .clearfix{
    display:inline-block;
    width:100%
}
* html .clearfix{
    height:1%
}
#lightboxIframe{
    display:none
}
 @font-face{
    font-family:'iconFont';
    src:url(//www.abla.com.au/wp-content/plugins/gallery-images/style/css/../src/iconFont.eot);
    src:url(//www.abla.com.au/wp-content/plugins/gallery-images/style/css/../src/iconFont.eot?#iefix) format('embedded-opentype'),url(//www.abla.com.au/wp-content/plugins/gallery-images/style/css/../src/iconFont.woff) format('woff'),url(//www.abla.com.au/wp-content/plugins/gallery-images/style/css/../src/iconFont.woff2) format('woff'),url(//www.abla.com.au/wp-content/plugins/gallery-images/style/css/../src/iconFont.ttf) format('truetype'),url(//www.abla.com.au/wp-content/plugins/gallery-images/style/css/../src/iconFont.svg#iconFont) format('svg');
    font-weight:400;
    font-style:normal
}
[data-icon]:before{
    font-family:'iconFont';
    content:attr(data-icon);
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased
}
[class*=hugeiticons-]{
    font-family:'iconFont' !important;
    speak:none;
    font-style:normal;
    font-weight:400 !important;
    font-variant:normal;
    text-transform:none;
    text-decoration:inherit;
    line-height:1;
    display:inline-block;
    vertical-align:-8%;
    -webkit-font-smoothing:antialiased;
    font-size:inherit
}
[class*=hugeiticons-].smaller{
    font-size:.7em;
    vertical-align:6%
}
[class*=hugeiticons-].large{
    font-size:1.2em;
    vertical-align:-10%
}
.hugeiticons-glass:before{
    content:"\f000"
}
.hugeiticons-music:before{
    content:"\f001"
}
.hugeiticons-search:before{
    content:"\f002"
}
.hugeiticons-envelope-o:before{
    content:"\f003"
}
.hugeiticons-heart:before{
    content:"\f004"
}
.hugeiticons-star:before{
    content:"\f005"
}
.hugeiticons-star-o:before{
    content:"\f006"
}
.hugeiticons-user:before{
    content:"\f007"
}
.hugeiticons-film:before{
    content:"\f008"
}
.hugeiticons-th-large:before{
    content:"\f009"
}
.hugeiticons-th:before{
    content:"\f00a"
}
.hugeiticons-th-list:before{
    content:"\f00b"
}
.hugeiticons-check:before{
    content:"\f00c"
}
.hugeiticons-remove:before,.hugeiticons-close:before,.hugeiticons-times:before{
    content:"\f00d"
}
.hugeiticons-search-plus:before{
    content:"\f00e"
}
.hugeiticons-search-minus:before{
    content:"\f010"
}
.hugeiticons-power-off:before{
    content:"\f011"
}
.hugeiticons-signal:before{
    content:"\f012"
}
.hugeiticons-gear:before,.hugeiticons-cog:before{
    content:"\f013"
}
.hugeiticons-trash-o:before{
    content:"\f014"
}
.hugeiticons-home:before{
    content:"\f015"
}
.hugeiticons-file-o:before{
    content:"\f016"
}
.hugeiticons-clock:before{
    content:"\f017"
}
.hugeiticons-road:before{
    content:"\f018"
}
.hugeiticons-download:before{
    content:"\f019"
}
.hugeiticons-arrow-circle-o-down:before{
    content:"\f01a"
}
.hugeiticons-arrow-circle-o-up:before{
    content:"\f01b"
}
.hugeiticons-inbox:before{
    content:"\f01c"
}
.hugeiticons-play-circle-o:before{
    content:"\f01d"
}
.hugeiticons-rotate-right:before,.hugeiticons-repeat:before{
    content:"\f01e"
}
.hugeiticons-refresh:before{
    content:"\f021"
}
.hugeiticons-list-alt:before{
    content:"\f022"
}
.hugeiticons-lock:before{
    content:"\f023"
}
.hugeiticons-flag:before{
    content:"\f024"
}
.hugeiticons-headphones:before{
    content:"\f025"
}
.hugeiticons-volume-off:before{
    content:"\f026"
}
.hugeiticons-volume-down:before{
    content:"\f027"
}
.hugeiticons-volume-up:before{
    content:"\f028"
}
.hugeiticons-qrcode:before{
    content:"\f029"
}
.hugeiticons-barcode:before{
    content:"\f02a"
}
.hugeiticons-tag:before{
    content:"\f02b"
}
.hugeiticons-tags:before{
    content:"\f02c"
}
.hugeiticons-book:before{
    content:"\f02d"
}
.hugeiticons-bookmark:before{
    content:"\f02e"
}
.hugeiticons-print:before{
    content:"\f02f"
}
.hugeiticons-camera:before{
    content:"\f030"
}
.hugeiticons-font:before{
    content:"\f031"
}
.hugeiticons-bold:before{
    content:"\f032"
}
.hugeiticons-italic:before{
    content:"\f033"
}
.hugeiticons-text-height:before{
    content:"\f034"
}
.hugeiticons-text-width:before{
    content:"\f035"
}
.hugeiticons-align-left:before{
    content:"\f036"
}
.hugeiticons-align-center:before{
    content:"\f037"
}
.hugeiticons-align-right:before{
    content:"\f038"
}
.hugeiticons-align-justify:before{
    content:"\f039"
}
.hugeiticons-list:before{
    content:"\f03a"
}
.hugeiticons-dedent:before,.hugeiticons-outdent:before{
    content:"\f03b"
}
.hugeiticons-indent:before{
    content:"\f03c"
}
.hugeiticons-video-camera:before{
    content:"\f03d"
}
.hugeiticons-photo:before,.hugeiticons-image:before,.hugeiticons-picture-o:before{
    content:"\f03e"
}
.hugeiticons-pencil:before{
    content:"\f040"
}
.hugeiticons-map-marker:before{
    content:"\f041"
}
.hugeiticons-adjust:before{
    content:"\f042"
}
.hugeiticons-tint:before{
    content:"\f043"
}
.hugeiticons-edit:before,.hugeiticons-pencil-square-o:before{
    content:"\f044"
}
.hugeiticons-share-square-o:before{
    content:"\f045"
}
.hugeiticons-check-square-o:before{
    content:"\f046"
}
.hugeiticons-arrows:before{
    content:"\f047"
}
.hugeiticons-step-backward:before{
    content:"\f048"
}
.hugeiticons-fast-backward:before{
    content:"\f049"
}
.hugeiticons-backward:before{
    content:"\f04a"
}
.hugeiticons-play:before{
    content:"\f04b"
}
.hugeiticons-pause:before{
    content:"\f04c"
}
.hugeiticons-stop:before{
    content:"\f04d"
}
.hugeiticons-forward:before{
    content:"\f04e"
}
.hugeiticons-fast-forward:before{
    content:"\f050"
}
.hugeiticons-step-forward:before{
    content:"\f051"
}
.hugeiticons-eject:before{
    content:"\f052"
}
.hugeiticons-chevron-left:before{
    content:"\f053"
}
.hugeiticons-chevron-right:before{
    content:"\f054"
}
.hugeiticons-plus-circle:before{
    content:"\f055"
}
.hugeiticons-minus-circle:before{
    content:"\f056"
}
.hugeiticons-times-circle:before{
    content:"\f057"
}
.hugeiticons-check-circle:before{
    content:"\f058"
}
.hugeiticons-question-circle:before{
    content:"\f059"
}
.hugeiticons-info-circle:before{
    content:"\f05a"
}
.hugeiticons-crosshairs:before{
    content:"\f05b"
}
.hugeiticons-times-circle-o:before{
    content:"\f05c"
}
.hugeiticons-check-circle-o:before{
    content:"\f05d"
}
.hugeiticons-ban:before{
    content:"\f05e"
}
.hugeiticons-arrow-left:before{
    content:"\f060"
}
.hugeiticons-arrow-right:before{
    content:"\f061"
}
.hugeiticons-arrow-up:before{
    content:"\f062"
}
.hugeiticons-arrow-down:before{
    content:"\f063"
}
.hugeiticons-mail-forward:before,.hugeiticons-share:before{
    content:"\f064"
}
.hugeiticons-expand:before{
    content:"\f065"
}
.hugeiticons-compress:before{
    content:"\f066"
}
.hugeiticons-plus:before{
    content:"\f067"
}
.hugeiticons-minus:before{
    content:"\f068"
}
.hugeiticons-asterisk:before{
    content:"\f069"
}
.hugeiticons-exclamation-circle:before{
    content:"\f06a"
}
.hugeiticons-gift:before{
    content:"\f06b"
}
.hugeiticons-leaf:before{
    content:"\f06c"
}
.hugeiticons-fire:before{
    content:"\f06d"
}
.hugeiticons-eye:before{
    content:"\f06e"
}
.hugeiticons-eye-slash:before{
    content:"\f070"
}
.hugeiticons-warning:before,.hugeiticons-exclamation-triangle:before{
    content:"\f071"
}
.hugeiticons-plane:before{
    content:"\f072"
}
.hugeiticons-calendar:before{
    content:"\f073"
}
.hugeiticons-random:before{
    content:"\f074"
}
.hugeiticons-comment:before{
    content:"\f075"
}
.hugeiticons-magnet:before{
    content:"\f076"
}
.hugeiticons-chevron-up:before{
    content:"\f077"
}
.hugeiticons-chevron-down:before{
    content:"\f078"
}
.hugeiticons-retweet:before{
    content:"\f079"
}
.hugeiticons-shopping-cart:before{
    content:"\f07a"
}
.hugeiticons-folder:before{
    content:"\f07b"
}
.hugeiticons-folder-open:before{
    content:"\f07c"
}
.hugeiticons-arrows-v:before{
    content:"\f07d"
}
.hugeiticons-arrows-h:before{
    content:"\f07e"
}
.hugeiticons-bar-chart-o:before,.hugeiticons-bar-chart:before{
    content:"\f080"
}
.hugeiticons-twitter-square:before{
    content:"\f081"
}
.hugeiticons-facebook-square:before{
    content:"\f082"
}
.hugeiticons-camera-retro:before{
    content:"\f083"
}
.hugeiticons-key:before{
    content:"\f084"
}
.hugeiticons-gears:before,.hugeiticons-cogs:before{
    content:"\f085"
}
.hugeiticons-comments:before{
    content:"\f086"
}
.hugeiticons-thumbs-o-up:before{
    content:"\f087"
}
.hugeiticons-thumbs-o-down:before{
    content:"\f088"
}
.hugeiticons-star-half:before{
    content:"\f089"
}
.hugeiticons-heart-o:before{
    content:"\f08a"
}
.hugeiticons-sign-out:before{
    content:"\f08b"
}
.hugeiticons-linkedin-square:before{
    content:"\f08c"
}
.hugeiticons-thumb-tack:before{
    content:"\f08d"
}
.hugeiticons-external-link:before{
    content:"\f08e"
}
.hugeiticons-sign-in:before{
    content:"\f090"
}
.hugeiticons-trophy:before{
    content:"\f091"
}
.hugeiticons-github-square:before{
    content:"\f092"
}
.hugeiticons-upload:before{
    content:"\f093"
}
.hugeiticons-lemon-o:before{
    content:"\f094"
}
.hugeiticons-phone:before{
    content:"\f095"
}
.hugeiticons-square-o:before{
    content:"\f096"
}
.hugeiticons-bookmark-o:before{
    content:"\f097"
}
.hugeiticons-phone-square:before{
    content:"\f098"
}
.hugeiticons-twitter:before{
    content:"\f099"
}
.hugeiticons-facebook-f:before,.hugeiticons-facebook:before{
    content:"\f09a"
}
.hugeiticons-github:before{
    content:"\f09b"
}
.hugeiticons-unlock:before{
    content:"\f09c"
}
.hugeiticons-credit-card:before{
    content:"\f09d"
}
.hugeiticons-rss:before{
    content:"\f09e"
}
.hugeiticons-hdd-o:before{
    content:"\f0a0"
}
.hugeiticons-bullhorn:before{
    content:"\f0a1"
}
.hugeiticons-bell:before{
    content:"\f0f3"
}
.hugeiticons-certificate:before{
    content:"\f0a3"
}
.hugeiticons-hand-o-right:before{
    content:"\f0a4"
}
.hugeiticons-hand-o-left:before{
    content:"\f0a5"
}
.hugeiticons-hand-o-up:before{
    content:"\f0a6"
}
.hugeiticons-hand-o-down:before{
    content:"\f0a7"
}
.hugeiticons-arrow-circle-left:before{
    content:"\f0a8"
}
.hugeiticons-arrow-circle-right:before{
    content:"\f0a9"
}
.hugeiticons-arrow-circle-up:before{
    content:"\f0aa"
}
.hugeiticons-arrow-circle-down:before{
    content:"\f0ab"
}
.hugeiticons-globe:before{
    content:"\f0ac"
}
.hugeiticons-wrench:before{
    content:"\f0ad"
}
.hugeiticons-tasks:before{
    content:"\f0ae"
}
.hugeiticons-filter:before{
    content:"\f0b0"
}
.hugeiticons-briefcase:before{
    content:"\f0b1"
}
.hugeiticons-arrows-alt:before{
    content:"\f0b2"
}
.hugeiticons-group:before,.hugeiticons-users:before{
    content:"\f0c0"
}
.hugeiticons-chain:before,.hugeiticons-link:before{
    content:"\f0c1"
}
.hugeiticons-cloud:before{
    content:"\f0c2"
}
.hugeiticons-flask:before{
    content:"\f0c3"
}
.hugeiticons-cut:before,.hugeiticons-scissors:before{
    content:"\f0c4"
}
.hugeiticons-copy:before,.hugeiticons-files-o:before{
    content:"\f0c5"
}
.hugeiticons-paperclip:before{
    content:"\f0c6"
}
.hugeiticons-save:before,.hugeiticons-floppy-o:before{
    content:"\f0c7"
}
.hugeiticons-square:before{
    content:"\f0c8"
}
.hugeiticons-navicon:before,.hugeiticons-reorder:before,.hugeiticons-bars:before{
    content:"\f0c9"
}
.hugeiticons-list-ul:before{
    content:"\f0ca"
}
.hugeiticons-list-ol:before{
    content:"\f0cb"
}
.hugeiticons-strikethrough:before{
    content:"\f0cc"
}
.hugeiticons-underline:before{
    content:"\f0cd"
}
.hugeiticons-table:before{
    content:"\f0ce"
}
.hugeiticons-magic:before{
    content:"\f0d0"
}
.hugeiticons-truck:before{
    content:"\f0d1"
}
.hugeiticons-pinterest:before{
    content:"\f0d2"
}
.hugeiticons-pinterest-square:before{
    content:"\f0d3"
}
.hugeiticons-google-plus-square:before{
    content:"\f0d4"
}
.hugeiticons-google-plus:before{
    content:"\f0d5"
}
.hugeiticons-money:before{
    content:"\f0d6"
}
.hugeiticons-caret-down:before{
    content:"\f0d7"
}
.hugeiticons-caret-up:before{
    content:"\f0d8"
}
.hugeiticons-caret-left:before{
    content:"\f0d9"
}
.hugeiticons-caret-right:before{
    content:"\f0da"
}
.hugeiticons-columns:before{
    content:"\f0db"
}
.hugeiticons-unsorted:before,.hugeiticons-sort:before{
    content:"\f0dc"
}
.hugeiticons-sort-down:before,.hugeiticons-sort-desc:before{
    content:"\f0dd"
}
.hugeiticons-sort-up:before,.hugeiticons-sort-asc:before{
    content:"\f0de"
}
.hugeiticons-envelope:before{
    content:"\f0e0"
}
.hugeiticons-linkedin:before{
    content:"\f0e1"
}
.hugeiticons-rotate-left:before,.hugeiticons-undo:before{
    content:"\f0e2"
}
.hugeiticons-legal:before,.hugeiticons-gavel:before{
    content:"\f0e3"
}
.hugeiticons-dashboard:before,.hugeiticons-tachometer:before{
    content:"\f0e4"
}
.hugeiticons-comment-o:before{
    content:"\f0e5"
}
.hugeiticons-comments-o:before{
    content:"\f0e6"
}
.hugeiticons-flash:before,.hugeiticons-bolt:before{
    content:"\f0e7"
}
.hugeiticons-sitemap:before{
    content:"\f0e8"
}
.hugeiticons-umbrella:before{
    content:"\f0e9"
}
.hugeiticons-paste:before,.hugeiticons-clipboard:before{
    content:"\f0ea"
}
.hugeiticons-lightbulb-o:before{
    content:"\f0eb"
}
.hugeiticons-exchange:before{
    content:"\f0ec"
}
.hugeiticons-cloud-download:before{
    content:"\f0ed"
}
.hugeiticons-cloud-upload:before{
    content:"\f0ee"
}
.hugeiticons-user-md:before{
    content:"\f0f0"
}
.hugeiticons-stethoscope:before{
    content:"\f0f1"
}
.hugeiticons-suitcase:before{
    content:"\f0f2"
}
.hugeiticons-bell-o:before{
    content:"\f0a2"
}
.hugeiticons-coffee:before{
    content:"\f0f4"
}
.hugeiticons-cutlery:before{
    content:"\f0f5"
}
.hugeiticons-file-text-o:before{
    content:"\f0f6"
}
.hugeiticons-building-o:before{
    content:"\f0f7"
}
.hugeiticons-hospital-o:before{
    content:"\f0f8"
}
.hugeiticons-ambulance:before{
    content:"\f0f9"
}
.hugeiticons-medkit:before{
    content:"\f0fa"
}
.hugeiticons-fighter-jet:before{
    content:"\f0fb"
}
.hugeiticons-beer:before{
    content:"\f0fc"
}
.hugeiticons-h-square:before{
    content:"\f0fd"
}
.hugeiticons-plus-square:before{
    content:"\f0fe"
}
.hugeiticons-angle-double-left:before{
    content:"\f100"
}
.hugeiticons-angle-double-right:before{
    content:"\f101"
}
.hugeiticons-angle-double-up:before{
    content:"\f102"
}
.hugeiticons-angle-double-down:before{
    content:"\f103"
}
.hugeiticons-angle-left:before{
    content:"\f104"
}
.hugeiticons-angle-right:before{
    content:"\f105"
}
.hugeiticons-angle-up:before{
    content:"\f106"
}
.hugeiticons-angle-down:before{
    content:"\f107"
}
.hugeiticons-desktop:before{
    content:"\f108"
}
.hugeiticons-laptop:before{
    content:"\f109"
}
.hugeiticons-tablet:before{
    content:"\f10a"
}
.hugeiticons-mobile-phone:before,.hugeiticons-mobile:before{
    content:"\f10b"
}
.hugeiticons-circle-o:before{
    content:"\f10c"
}
.hugeiticons-quote-left:before{
    content:"\f10d"
}
.hugeiticons-quote-right:before{
    content:"\f10e"
}
.hugeiticons-spinner:before{
    content:"\f110"
}
.hugeiticons-circle:before{
    content:"\f111"
}
.hugeiticons-mail-reply:before,.hugeiticons-reply:before{
    content:"\f112"
}
.hugeiticons-github-alt:before{
    content:"\f113"
}
.hugeiticons-folder-o:before{
    content:"\f114"
}
.hugeiticons-folder-open-o:before{
    content:"\f115"
}
.hugeiticons-smile-o:before{
    content:"\f118"
}
.hugeiticons-frown-o:before{
    content:"\f119"
}
.hugeiticons-meh-o:before{
    content:"\f11a"
}
.hugeiticons-gamepad:before{
    content:"\f11b"
}
.hugeiticons-keyboard-o:before{
    content:"\f11c"
}
.hugeiticons-flag-o:before{
    content:"\f11d"
}
.hugeiticons-flag-checkered:before{
    content:"\f11e"
}
.hugeiticons-terminal:before{
    content:"\f120"
}
.hugeiticons-code:before{
    content:"\f121"
}
.hugeiticons-mail-reply-all:before,.hugeiticons-reply-all:before{
    content:"\f122"
}
.hugeiticons-star-half-empty:before,.hugeiticons-star-half-full:before,.hugeiticons-star-half-o:before{
    content:"\f123"
}
.hugeiticons-location-arrow:before{
    content:"\f124"
}
.hugeiticons-crop:before{
    content:"\f125"
}
.hugeiticons-code-fork:before{
    content:"\f126"
}
.hugeiticons-unlink:before,.hugeiticons-chain-broken:before{
    content:"\f127"
}
.hugeiticons-question:before{
    content:"\f128"
}
.hugeiticons-info:before{
    content:"\f129"
}
.hugeiticons-exclamation:before{
    content:"\f12a"
}
.hugeiticons-superscript:before{
    content:"\f12b"
}
.hugeiticons-subscript:before{
    content:"\f12c"
}
.hugeiticons-eraser:before{
    content:"\f12d"
}
.hugeiticons-puzzle-piece:before{
    content:"\f12e"
}
.hugeiticons-microphone:before{
    content:"\f130"
}
.hugeiticons-microphone-slash:before{
    content:"\f131"
}
.hugeiticons-shield:before{
    content:"\f132"
}
.hugeiticons-calendar-o:before{
    content:"\f133"
}
.hugeiticons-fire-extinguisher:before{
    content:"\f134"
}
.hugeiticons-rocket:before{
    content:"\f135"
}
.hugeiticons-maxcdn:before{
    content:"\f136"
}
.hugeiticons-chevron-circle-left:before{
    content:"\f137"
}
.hugeiticons-chevron-circle-right:before{
    content:"\f138"
}
.hugeiticons-chevron-circle-up:before{
    content:"\f139"
}
.hugeiticons-chevron-circle-down:before{
    content:"\f13a"
}
.hugeiticons-html5:before{
    content:"\f13b"
}
.hugeiticons-css3:before{
    content:"\f13c"
}
.hugeiticons-anchor:before{
    content:"\f13d"
}
.hugeiticons-unlock-alt:before{
    content:"\f13e"
}
.hugeiticons-bullseye:before{
    content:"\f140"
}
.hugeiticons-ellipsis-h:before{
    content:"\f141"
}
.hugeiticons-ellipsis-v:before{
    content:"\f142"
}
.hugeiticons-rss-square:before{
    content:"\f143"
}
.hugeiticons-play-circle:before{
    content:"\f144"
}
.hugeiticons-ticket:before{
    content:"\f145"
}
.hugeiticons-minus-square:before{
    content:"\f146"
}
.hugeiticons-minus-square-o:before{
    content:"\f147"
}
.hugeiticons-level-up:before{
    content:"\f148"
}
.hugeiticons-level-down:before{
    content:"\f149"
}
.hugeiticons-check-square:before{
    content:"\f14a"
}
.hugeiticons-pencil-square:before{
    content:"\f14b"
}
.hugeiticons-external-link-square:before{
    content:"\f14c"
}
.hugeiticons-share-square:before{
    content:"\f14d"
}
.hugeiticons-compass:before{
    content:"\f14e"
}
.hugeiticons-toggle-down:before,.hugeiticons-caret-square-o-down:before{
    content:"\f150"
}
.hugeiticons-toggle-up:before,.hugeiticons-caret-square-o-up:before{
    content:"\f151"
}
.hugeiticons-toggle-right:before,.hugeiticons-caret-square-o-right:before{
    content:"\f152"
}
.hugeiticons-euro:before,.hugeiticons-eur:before{
    content:"\f153"
}
.hugeiticons-gbp:before{
    content:"\f154"
}
.hugeiticons-dollar:before,.hugeiticons-usd:before{
    content:"\f155"
}
.hugeiticons-rupee:before,.hugeiticons-inr:before{
    content:"\f156"
}
.hugeiticons-cny:before,.hugeiticons-rmb:before,.hugeiticons-yen:before,.hugeiticons-jpy:before{
    content:"\f157"
}
.hugeiticons-ruble:before,.hugeiticons-rouble:before,.hugeiticons-rub:before{
    content:"\f158"
}
.hugeiticons-won:before,.hugeiticons-krw:before{
    content:"\f159"
}
.hugeiticons-bitcoin:before,.hugeiticons-btc:before{
    content:"\f15a"
}
.hugeiticons-file:before{
    content:"\f15b"
}
.hugeiticons-file-text:before{
    content:"\f15c"
}
.hugeiticons-sort-alpha-asc:before{
    content:"\f15d"
}
.hugeiticons-sort-alpha-desc:before{
    content:"\f15e"
}
.hugeiticons-sort-amount-asc:before{
    content:"\f160"
}
.hugeiticons-sort-amount-desc:before{
    content:"\f161"
}
.hugeiticons-sort-numeric-asc:before{
    content:"\f162"
}
.hugeiticons-sort-numeric-desc:before{
    content:"\f163"
}
.hugeiticons-thumbs-up:before{
    content:"\f164"
}
.hugeiticons-thumbs-down:before{
    content:"\f165"
}
.hugeiticons-youtube-square:before{
    content:"\f166"
}
.hugeiticons-youtube:before{
    content:"\f167"
}
.hugeiticons-xing:before{
    content:"\f168"
}
.hugeiticons-xing-square:before{
    content:"\f169"
}
.hugeiticons-youtube-play:before{
    content:"\f16a"
}
.hugeiticons-dropbox:before{
    content:"\f16b"
}
.hugeiticons-stack-overflow:before{
    content:"\f16c"
}
.hugeiticons-instagram:before{
    content:"\f16d"
}
.hugeiticons-flickr:before{
    content:"\f16e"
}
.hugeiticons-adn:before{
    content:"\f170"
}
.hugeiticons-bitbucket:before{
    content:"\f171"
}
.hugeiticons-bitbucket-square:before{
    content:"\f172"
}
.hugeiticons-tumblr:before{
    content:"\f173"
}
.hugeiticons-tumblr-square:before{
    content:"\f174"
}
.hugeiticons-long-arrow-down:before{
    content:"\f175"
}
.hugeiticons-long-arrow-up:before{
    content:"\f176"
}
.hugeiticons-long-arrow-left:before{
    content:"\f177"
}
.hugeiticons-long-arrow-right:before{
    content:"\f178"
}
.hugeiticons-apple:before{
    content:"\f179"
}
.hugeiticons-windows:before{
    content:"\f17a"
}
.hugeiticons-android:before{
    content:"\f17b"
}
.hugeiticons-linux:before{
    content:"\f17c"
}
.hugeiticons-dribbble:before{
    content:"\f17d"
}
.hugeiticons-skype:before{
    content:"\f17e"
}
.hugeiticons-foursquare:before{
    content:"\f180"
}
.hugeiticons-trello:before{
    content:"\f181"
}
.hugeiticons-female:before{
    content:"\f182"
}
.hugeiticons-male:before{
    content:"\f183"
}
.hugeiticons-gittip:before,.hugeiticons-gratipay:before{
    content:"\f184"
}
.hugeiticons-sun-o:before{
    content:"\f185"
}
.hugeiticons-moon-o:before{
    content:"\f186"
}
.hugeiticons-archive:before{
    content:"\f187"
}
.hugeiticons-bug:before{
    content:"\f188"
}
.hugeiticons-vk:before{
    content:"\f189"
}
.hugeiticons-weibo:before{
    content:"\f18a"
}
.hugeiticons-renren:before{
    content:"\f18b"
}
.hugeiticons-pagelines:before{
    content:"\f18c"
}
.hugeiticons-stack-exchange:before{
    content:"\f18d"
}
.hugeiticons-arrow-circle-o-right:before{
    content:"\f18e"
}
.hugeiticons-arrow-circle-o-left:before{
    content:"\f190"
}
.hugeiticons-toggle-left:before,.hugeiticons-caret-square-o-left:before{
    content:"\f191"
}
.hugeiticons-dot-circle-o:before{
    content:"\f192"
}
.hugeiticons-wheelchair:before{
    content:"\f193"
}
.hugeiticons-vimeo-square:before{
    content:"\f194"
}
.hugeiticons-turkish-lira:before,.hugeiticons-try:before{
    content:"\f195"
}
.hugeiticons-plus-square-o:before{
    content:"\f196"
}
.hugeiticons-space-shuttle:before{
    content:"\f197"
}
.hugeiticons-slack:before{
    content:"\f198"
}
.hugeiticons-envelope-square:before{
    content:"\f199"
}
.hugeiticons-wordpress:before{
    content:"\f19a"
}
.hugeiticons-openid:before{
    content:"\f19b"
}
.hugeiticons-institution:before,.hugeiticons-bank:before,.hugeiticons-university:before{
    content:"\f19c"
}
.hugeiticons-mortar-board:before,.hugeiticons-graduation-cap:before{
    content:"\f19d"
}
.hugeiticons-yahoo:before{
    content:"\f19e"
}
.hugeiticons-google:before{
    content:"\f1a0"
}
.hugeiticons-reddit:before{
    content:"\f1a1"
}
.hugeiticons-reddit-square:before{
    content:"\f1a2"
}
.hugeiticons-stumbleupon-circle:before{
    content:"\f1a3"
}
.hugeiticons-stumbleupon:before{
    content:"\f1a4"
}
.hugeiticons-delicious:before{
    content:"\f1a5"
}
.hugeiticons-digg:before{
    content:"\f1a6"
}
.hugeiticons-pied-piper:before{
    content:"\f1a7"
}
.hugeiticons-pied-piper-alt:before{
    content:"\f1a8"
}
.hugeiticons-drupal:before{
    content:"\f1a9"
}
.hugeiticons-joomla:before{
    content:"\f1aa"
}
.hugeiticons-language:before{
    content:"\f1ab"
}
.hugeiticons-fax:before{
    content:"\f1ac"
}
.hugeiticons-building:before{
    content:"\f1ad"
}
.hugeiticons-child:before{
    content:"\f1ae"
}
.hugeiticons-paw:before{
    content:"\f1b0"
}
.hugeiticons-spoon:before{
    content:"\f1b1"
}
.hugeiticons-cube:before{
    content:"\f1b2"
}
.hugeiticons-cubes:before{
    content:"\f1b3"
}
.hugeiticons-behance:before{
    content:"\f1b4"
}
.hugeiticons-behance-square:before{
    content:"\f1b5"
}
.hugeiticons-steam:before{
    content:"\f1b6"
}
.hugeiticons-steam-square:before{
    content:"\f1b7"
}
.hugeiticons-recycle:before{
    content:"\f1b8"
}
.hugeiticons-automobile:before,.hugeiticons-car:before{
    content:"\f1b9"
}
.hugeiticons-cab:before,.hugeiticons-taxi:before{
    content:"\f1ba"
}
.hugeiticons-tree:before{
    content:"\f1bb"
}
.hugeiticons-spotify:before{
    content:"\f1bc"
}
.hugeiticons-deviantart:before{
    content:"\f1bd"
}
.hugeiticons-soundcloud:before{
    content:"\f1be"
}
.hugeiticons-database:before{
    content:"\f1c0"
}
.hugeiticons-file-pdf-o:before{
    content:"\f1c1"
}
.hugeiticons-file-word-o:before{
    content:"\f1c2"
}
.hugeiticons-file-excel-o:before{
    content:"\f1c3"
}
.hugeiticons-file-powerpoint-o:before{
    content:"\f1c4"
}
.hugeiticons-file-photo-o:before,.hugeiticons-file-picture-o:before,.hugeiticons-file-image-o:before{
    content:"\f1c5"
}
.hugeiticons-file-zip-o:before,.hugeiticons-file-archive-o:before{
    content:"\f1c6"
}
.hugeiticons-file-sound-o:before,.hugeiticons-file-audio-o:before{
    content:"\f1c7"
}
.hugeiticons-file-movie-o:before,.hugeiticons-file-video-o:before{
    content:"\f1c8"
}
.hugeiticons-file-code-o:before{
    content:"\f1c9"
}
.hugeiticons-vine:before{
    content:"\f1ca"
}
.hugeiticons-codepen:before{
    content:"\f1cb"
}
.hugeiticons-jsfiddle:before{
    content:"\f1cc"
}
.hugeiticons-life-bouy:before,.hugeiticons-life-buoy:before,.hugeiticons-life-saver:before,.hugeiticons-support:before,.hugeiticons-life-ring:before{
    content:"\f1cd"
}
.hugeiticons-circle-o-notch:before{
    content:"\f1ce"
}
.hugeiticons-ra:before,.hugeiticons-rebel:before{
    content:"\f1d0"
}
.hugeiticons-ge:before,.hugeiticons-empire:before{
    content:"\f1d1"
}
.hugeiticons-git-square:before{
    content:"\f1d2"
}
.hugeiticons-git:before{
    content:"\f1d3"
}
.hugeiticons-hacker-news:before{
    content:"\f1d4"
}
.hugeiticons-tencent-weibo:before{
    content:"\f1d5"
}
.hugeiticons-qq:before{
    content:"\f1d6"
}
.hugeiticons-wechat:before,.hugeiticons-weixin:before{
    content:"\f1d7"
}
.hugeiticons-send:before,.hugeiticons-paper-plane:before{
    content:"\f1d8"
}
.hugeiticons-send-o:before,.hugeiticons-paper-plane-o:before{
    content:"\f1d9"
}
.hugeiticons-history:before{
    content:"\f1da"
}
.hugeiticons-genderless:before,.hugeiticons-circle-thin:before{
    content:"\f1db"
}
.hugeiticons-header:before{
    content:"\f1dc"
}
.hugeiticons-paragraph:before{
    content:"\f1dd"
}
.hugeiticons-sliders:before{
    content:"\f1de"
}
.hugeiticons-share-alt:before{
    content:"\f1e0"
}
.hugeiticons-share-alt-square:before{
    content:"\f1e1"
}
.hugeiticons-bomb:before{
    content:"\f1e2"
}
.hugeiticons-soccer-ball-o:before,.hugeiticons-futbol-o:before{
    content:"\f1e3"
}
.hugeiticons-tty:before{
    content:"\f1e4"
}
.hugeiticons-binoculars:before{
    content:"\f1e5"
}
.hugeiticons-plug:before{
    content:"\f1e6"
}
.hugeiticons-slideshare:before{
    content:"\f1e7"
}
.hugeiticons-twitch:before{
    content:"\f1e8"
}
.hugeiticons-yelp:before{
    content:"\f1e9"
}
.hugeiticons-newspaper-o:before{
    content:"\f1ea"
}
.hugeiticons-wifi:before{
    content:"\f1eb"
}
.hugeiticons-calculator:before{
    content:"\f1ec"
}
.hugeiticons-paypal:before{
    content:"\f1ed"
}
.hugeiticons-google-wallet:before{
    content:"\f1ee"
}
.hugeiticons-cc-visa:before{
    content:"\f1f0"
}
.hugeiticons-cc-mastercard:before{
    content:"\f1f1"
}
.hugeiticons-cc-discover:before{
    content:"\f1f2"
}
.hugeiticons-cc-amex:before{
    content:"\f1f3"
}
.hugeiticons-cc-paypal:before{
    content:"\f1f4"
}
.hugeiticons-cc-stripe:before{
    content:"\f1f5"
}
.hugeiticons-bell-slash:before{
    content:"\f1f6"
}
.hugeiticons-bell-slash-o:before{
    content:"\f1f7"
}
.hugeiticons-trash:before{
    content:"\f1f8"
}
.hugeiticons-copyright:before{
    content:"\f1f9"
}
.hugeiticons-at:before{
    content:"\f1fa"
}
.hugeiticons-eyedropper:before{
    content:"\f1fb"
}
.hugeiticons-paint-brush:before{
    content:"\f1fc"
}
.hugeiticons-birthday-cake:before{
    content:"\f1fd"
}
.hugeiticons-area-chart:before{
    content:"\f1fe"
}
.hugeiticons-pie-chart:before{
    content:"\f200"
}
.hugeiticons-line-chart:before{
    content:"\f201"
}
.hugeiticons-lastfm:before{
    content:"\f202"
}
.hugeiticons-lastfm-square:before{
    content:"\f203"
}
.hugeiticons-toggle-off:before{
    content:"\f204"
}
.hugeiticons-toggle-on:before{
    content:"\f205"
}
.hugeiticons-bicycle:before{
    content:"\f206"
}
.hugeiticons-bus:before{
    content:"\f207"
}
.hugeiticons-ioxhost:before{
    content:"\f208"
}
.hugeiticons-angellist:before{
    content:"\f209"
}
.hugeiticons-cc:before{
    content:"\f20a"
}
.hugeiticons-shekel:before,.hugeiticons-sheqel:before,.hugeiticons-ils:before{
    content:"\f20b"
}
.hugeiticons-meanpath:before{
    content:"\f20c"
}
.hugeiticons-buysellads:before{
    content:"\f20d"
}
.hugeiticons-connectdevelop:before{
    content:"\f20e"
}
.hugeiticons-dashcube:before{
    content:"\f210"
}
.hugeiticons-forumbee:before{
    content:"\f211"
}
.hugeiticons-leanpub:before{
    content:"\f212"
}
.hugeiticons-sellsy:before{
    content:"\f213"
}
.hugeiticons-shirtsinbulk:before{
    content:"\f214"
}
.hugeiticons-simplybuilt:before{
    content:"\f215"
}
.hugeiticons-skyatlas:before{
    content:"\f216"
}
.hugeiticons-cart-plus:before{
    content:"\f217"
}
.hugeiticons-cart-arrow-down:before{
    content:"\f218"
}
.hugeiticons-diamond:before{
    content:"\f219"
}
.hugeiticons-ship:before{
    content:"\f21a"
}
.hugeiticons-user-secret:before{
    content:"\f21b"
}
.hugeiticons-motorcycle:before{
    content:"\f21c"
}
.hugeiticons-street-view:before{
    content:"\f21d"
}
.hugeiticons-heartbeat:before{
    content:"\f21e"
}
.hugeiticons-venus:before{
    content:"\f221"
}
.hugeiticons-mars:before{
    content:"\f222"
}
.hugeiticons-mercury:before{
    content:"\f223"
}
.hugeiticons-transgender:before{
    content:"\f224"
}
.hugeiticons-transgender-alt:before{
    content:"\f225"
}
.hugeiticons-venus-double:before{
    content:"\f226"
}
.hugeiticons-mars-double:before{
    content:"\f227"
}
.hugeiticons-venus-mars:before{
    content:"\f228"
}
.hugeiticons-mars-stroke:before{
    content:"\f229"
}
.hugeiticons-mars-stroke-v:before{
    content:"\f22a"
}
.hugeiticons-mars-stroke-h:before{
    content:"\f22b"
}
.hugeiticons-neuter:before{
    content:"\f22c"
}
.hugeiticons-facebook-official:before{
    content:"\f230"
}
.hugeiticons-pinterest-p:before{
    content:"\f231"
}
.hugeiticons-whatsapp:before{
    content:"\f232"
}
.hugeiticons-server:before{
    content:"\f233"
}
.hugeiticons-user-plus:before{
    content:"\f234"
}
.hugeiticons-user-times:before{
    content:"\f235"
}
.hugeiticons-hotel:before,.hugeiticons-bed:before{
    content:"\f236"
}
.hugeiticons-viacoin:before{
    content:"\f237"
}
.hugeiticons-train:before{
    content:"\f238"
}
.hugeiticons-subway:before{
    content:"\f239"
}
.hugeiticons-medium:before{
    content:"\f23a"
}
 .main_font,h1,h2,h3,h4,h5,h6,.header_reservation,.page_title_text,.widget_title,.post-meta-published,a.readmore,.wp-pagenavi,.food-menu-widget-title-text,.food-menu-widget-price-text,.food_menu_sticky nav li a,#isotope-filter ul li a,.flex-title,ul.nav-tabs.nav li a,.accordion-heading,.pullquote,blockquote p,.ui-datepicker .ui-datepicker-title{
    font-family:'Krona One';
    font-weight:400
}
body{
    font-family:'Arial';
    font-size:13px
}
.sidebar .AT_opening_hours_widget ul.opening_hours_list,#respond p.form-allowed-tags{
    font-size:11px
}
.widget_search #s,.recent-post-title,.comment-edit-link,.comment-reply-link,.tagcloud a,#reservation_me ol.forms li label,#contact_me ol.forms li label,span.reservationerror,.tweet-time{
    font-size:12px !important
}
table#wp-calendar caption{
    font-size:14px
}
.single-post-date-text,.single-post-comment-text,.post-meta-month{
    font-size:15px
}
.AT_stunning_text_widget .home-stunning-text-button,.food_menu_text_price.single_price,.food_menu_price_number,.food_menu_small_image_name,.food_menu_small_image_price.single_price,.food_menu_text_name{
    font-size:16px
}
.main_menu .nav li a{
    font-family:'Krona One';
    font-size:14px
}
@media (min-width:768px) and (max-width:979px){
    .main_menu .nav li a{
        font-size:12px
    }
}
.header_logo{
    top:25px
}
.header_mainmenu.logo_above_menu .header_logo{
    left:0
}
.header{
    height:120px
}
@media (max-width:767px){
    .header_logo{
        margin:20px auto
    }
}
@media (max-width:480px){
    .header_logo{
        margin:15px auto
    }
}
.header_mainmenu.logo_overlap_menu_center .sf-menu.menu_left{
    margin-right:0
}
.header_mainmenu.logo_overlap_menu_center .sf-menu.menu_right{
    margin-left:0
}
.header_mainmenu.logo_overlap_menu_center .sf-menu.menu_right{
    width:470px
}
@media (min-width:768px) and (max-width:979px){
    .header_mainmenu.logo_overlap_menu_center .sf-menu.menu_left{
        margin-right:0
    }
    .header_mainmenu.logo_overlap_menu_center .sf-menu.menu_right{
        margin-left:0
    }
    .header_mainmenu.logo_overlap_menu_center .sf-menu.menu_right{
        width:357.2px
    }
    .header_mainmenu.logo_overlap_menu_center .header_logo img{
        width:118.8px
    }
}
.header_mainmenu{
    background-color:#e4e1d6
}
.header_mainmenu{
    background-image:none
}
.header_mainmenu{
    background-position:left top
}
.header_social_icon{
    background-color:#4b4b4b
}
.header_social_icon i{
    color:#e4e1d6
}
.main_menu{
    border-top-color:#b5b2a8
}
.main_menu{
    background-color:#e4e1d6
}
.sf-menu a{
    color:#4b4b4b
}
.sf-menu a:hover,.sf-menu li.current-menu-item a{
    color:#ee7147
}
.sf-menu li ul.sub-menu li a,#touch-menu,.main_menu_dropdown ul.responsive_menu li a,.main_menu_dropdown ul.sub-menu li a{
    color:#e4e1d6 !important
}
.sf-menu li ul.sub-menu li:hover a,.sf-menu li ul.sub-menu li a:hover,.sf-menu li ul.sub-menu li.current-menu-item a,#touch-menu:hover,.main_menu_dropdown ul.responsive_menu li a:hover,.main_menu_dropdown ul.responsive_menu li:hover>a,.main_menu_dropdown ul.sub-menu li a:hover,.main_menu_dropdown ul.sub-menu li:hover>a{
    color:#ef7147 !important
}
.sf-menu li ul.sub-menu li:hover,.sf-menu li ul.sub-menu li.current-menu-item,.main_menu_dropdown ul.responsive_menu li a:hover,.main_menu_dropdown ul.responsive_menu li:hover>a,.main_menu_dropdown ul.sub-menu li a:hover,.main_menu_dropdown ul.sub-menu li:hover>a{
    border-left-color:#ef7147
}
.sf-menu li ul.sub-menu li ul.sub-menu li a{
    color:#e4e1d6 !important
}
.sf-menu li ul.sub-menu li ul.sub-menu li:hover a,.sf-menu li ul.sub-menu li ul.sub-menu li a:hover,.sf-menu li ul.sub-menu li ul.sub-menu li.current-menu-item a{
    color:#ef7147 !important
}
.sf-menu li li li:hover,.sf-menu li.current-menu-item{
    border-left-color:#ef7147
}
.sf-menu li li{
    background-color:rgba(31,31,31,.8)
}
.main_menu_dropdown .mobile-menu,.main_menu_dropdown .mobile-menu:hover,.main_menu_dropdown .responsive_menu li a,.main_menu_dropdown .responsive_menu li a:hover,.main_menu_dropdown .sub-menu li a,.main_menu_dropdown .sub-menu li a:hover{
    background-color:#1f1f1f
}
.main_menu_dropdown ul.responsive_menu li a,.main_menu_dropdown ul.sub-menu li a{
    border-left-color:#1f1f1f
}
body,.home_slider_container{
    background-color:#313131
}
.sf-menu li.current-menu-item a:after,.main_menu_dropdown:after{
    border-bottom-color:#313131
}
body{
    background-image:url(images/at_bodybg_spaghetti.png)
}
body{
    background-position:left top
}
body{
    background-repeat:repeat
}
.page_title_ribbon{
    background-color:#ef7147
}
.page_title_ribbon:after{
    border-left-color:#ef7147;
    border-right-color:#ef7147
}
.page_title_ribbon i{
    color:#fffefe
}
h1.page_title_text,.comments_wrap h3.widget_title_text,.respond_wrap h3.widget_title_text,.home_widgets h3.widget_title_text,#reply-title .widget_title_text{
    color:#ef7147
}
.page_title_container,.sidebar .widget_title,.food_menu_recommended,.widget_title,.home_widgets .widget,.wp-pagenavi a,.wp-pagenavi span,.divider.gallery-divider{
    border-color:#1b1b1b !important
}
.wp-pagenavi a,.wp-pagenavi span{
    color:#fff
}
.wp-pagenavi a:hover,.wp-pagenavi span:hover,.wp-pagenavi span.current{
    color:#1e1e1e
}
.wp-pagenavi a,.wp-pagenavi span{
    background-color:#ef7147
}
.wp-pagenavi a:first-child:before,.wp-pagenavi span:first-child:before{
    border-right-color:#ef7147
}
.wp-pagenavi a:last-child:after,.wp-pagenavi span:last-child:after{
    border-left-color:#ef7147
}
.wp-pagenavi a:hover,.wp-pagenavi span:hover,.wp-pagenavi span.current{
    background-color:#f2bc47
}
.wp-pagenavi a:first-child:hover:before,.wp-pagenavi span:first-child:hover:before,span:first-child:before,span.current:before,span.current:after,span.current:first-child:before{
    border-right-color:#f2bc47
}
.wp-pagenavi a:last-child:hover:after,.wp-pagenavi a.current:last-child:after,.wp-pagenavi span.current:last-child:after{
    border-left-color:#f2bc47
}
.sidebar .widget_title_ribbon,.sidebar .food-menu-widget-badge-icon,.sidebar .widget_search .input-append .add-on,.sidebar .food-menu-widget-money,.sidebar .teaser_icon_title{
    background-color:#ef7147
}
.sidebar .widget_title_ribbon:after,.sidebar .food-menu-widget-badge-icon:before{
    border-left-color:#ef7147;
    border-right-color:#ef7147
}
.sidebar .food-menu-widget-money:after{
    border-left-color:#ef7147
}
.sidebar .widget_search .input-append .add-on:before{
    border-right-color:#ef7147
}
.sidebar i{
    color:#fff
}
.sidebar .widget_title_text{
    color:#ef7147
}
.post,.type-menu,.type-gallery,.type-attachment,.entry-content-inner,.home_widgets .widget ul,.sidebar .widget ul,.tagcloud a,.home-special-boxes,.home-stunning-text-area,.AT_home_food_widget .home-food-wrap,.home-gallery-wrap,.home_widgets .food-menu-widget,.sidebar .food-menu-widget,.food-menu-widget,.home_widgets .recent-post,.sidebar .recent-post,.comment-box,#commentform,.home_widgets .textwidget,.sidebar .textwidget,.AT_fourboxes_widget .teaser_box,.home_widgets table#wp-calendar td,.sidebar table#wp-calendar td,.home_widgets table#wp-calendar tfoot tr td,.sidebar table#wp-calendar tfoot tr td,.food_menu_small_image_wrap,.food_menu_text_wrap,.single-food-menu-wrapper,.page-fullwidth .entry-content-inner,.food_menu_sticky nav,.food_menu_recommended .food-menu-widget-title,.widget_search #s,.flex-caption,.span12.page-fullwidth-gallery,.isotope-food .food-menu-title-and-price,#isotope-filter,.food-menu-widget-price,.food-menu-widget-overlay,.no_comments_wrap,.home_widgets .twitter-wrap,.sidebar .twitter-wrap{
    background-color:#1e1e1e
}
.flex-caption{
    background-color:rgba(30,30,30,.8)
}
.post-media:after,.single-food-menu-content:before,.food-menu-widget-thumbnail:after,.gallery_image:after{
    border-top-color:#1e1e1e;
    border-bottom-color:#1e1e1e
}
.tagcloud a:hover,.comment-edit-link,.comment-reply-link,.comment-edit-link:hover,.comment-reply-link:hover,.home_widgets table#wp-calendar caption,.sidebar table#wp-calendar caption,.home_widgets table#wp-calendar thead tr th,.sidebar table#wp-calendar thead tr th,.header_reservation a,.header_reservation:hover a,a.home-stunning-text-button.button,a.home-stunning-text-button.button:hover,.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus,#respond .form-submit #submit,.contact-submit,input[type=submit],table th,.ui-datepicker-title,.ui-datepicker td span,.ui-datepicker td a,.ui-datepicker-next:hover,.ui-datepicker-prev:hover,.ui-datepicker-next,.ui-datepicker-prev{
    color:#1e1e1e
}
.tagcloud a:after{
    border-left-color:#1e1e1e
}
.home_widgets .recent-post-thumbnail:after,.sidebar .recent-post-thumbnail:after,.comment-content:before,.food_menu_small_image_thumbnail:after{
    border-right-color:#1e1e1e
}
.food_menu_sticky nav li a,.food_menu_sticky nav li a:hover,#isotope-filter ul li a,.home_widgets .twitter-wrap:after,.sidebar .twitter-wrap:after{
    border-top-color:#1e1e1e
}
.isotope-food .food-menu-widget-title:before,.food-menu-widget-recommended .food-menu-widget-title:before{
    border-bottom-color:#1e1e1e
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    border-color:#1e1e1e
}
.post,.home_widgets .food-menu-widget,.sidebar .food-menu-widget,.home_widgets .recent-post,.sidebar .recent-post,.sidebar .widget ul,.home_widgets .textwidget,.sidebar .textwidget,.home_widgets #calendar_wrap,.sidebar .#calendar_wrap,.home-special-boxes,.home-stunning-text-area,.home-food-wrap,.home-gallery-wrap,.home_widgets .widget ul,.sidebar .widget ul,.home_widgets .AT_fourboxes_widget .teaser_box,.sidebar .AT_fourboxes_widget .teaser_box,.comment-box,#commentform,.food-menu-widget-recommended,.food_menu_text_wrap,.food_menu_small_image_wrap,.single-food-menu-wrapper,.span12.page-fullwidth-gallery,textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,.uneditable-input:focus,.no_comments_wrap,.food_menu_sticky,.isotope-food,.entry-content-inner,.home_widgets .twitter-wrap,.sidebar .twitter-wrap,#isotope-filter{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none
}
.post-meta-published,h1,h2,h3,h4,h5,h6,h3.food_menu_catagory_name,.food_menu_text_price,.food_menu_small_image_price,.single-food-menu-excerpt,.single-post-date-text,h3.widget_title_text,.food-menu-widget-price-text,.teaser_icon_title,#respond code,.food-menu-widget-title-text,.pullquote_wrapper,blockquote,.home_widgets .AT_boxes_widget h3.widget_title_text,.home-food-badge-text.food-menu-widget-title-text{
    color:#ef7147
}
h3.food_menu_catagory_name,.post-meta-published,h2.single-food-menu-title,h2.post-content-title,.AT_home_food_widget h3.home-food-title,.sticky .post-media,.sticky{
    border-color:#ef7147
}
.widget_title_ribbon,.food-menu-widget-badge-icon,.single-food-menu-badge-icon,.widget_search .input-append .add-on,.food-menu-widget-money,.single-food-menu-money,.colorbox-icon,table#wp-calendar caption,.widget_title_ribbon_twelve_point_star,.widget_title_ribbon_twelve_point_star:before,.widget_title_ribbon_twelve_point_star:after,li.single_social_icon{
    background-color:#ef7147
}
.widget_title_ribbon:after,.food-menu-widget-badge-icon:before,.single-food-menu-badge-icon:before{
    border-left-color:#ef7147;
    border-right-color:#ef7147
}
.food-menu-widget-money:after,.single-food-menu-money:after,.colorbox-icon:after,.pullquote_wrapper,blockquote{
    border-left-color:#ef7147
}
.widget_search .input-append .add-on:before,.pullquote_wrapper.right{
    border-right-color:#ef7147
}
.AT_boxes_widget .widget_title_ribbon_style2:after{
    border-top-color:#ef7147
}
.home_widgets i,.content i{
    color:#fff
}
.home-food-badge,.home_widgets .widget ul li,.sidebar .widget ul li,.food-menu-widget-title,.gallery_wrap,.gallery_row,.food_menu_sticky nav,.single-food-menu-price,.single-food-menu-badge,.single-food-menu-content,.single-post-date-comment,.post-category-and-tag,.food_menu_text_left,.comment-content,.food-menu-widget-recommended:hover,.food-menu-widget-price,.food_menu_small_image,.home-food-price,.food-menu-widget-recommended .food-menu-widget-price,table,table tr,table tr td,table tr th,.tweet-container{
    border-color:#323232
}
.gallery-item img{
    border-color:#323232!important
}
body,.widget_search #s,.required-star{
    color:#e4e1d6
}
a,.home_widgets .widget ul li a i,.sidebar .widget ul li a i,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.food_menu_sticky nav li a,.food_menu_text_name,i.at-loading,.flex-title,h4.toggle i.icon-plus-sign,h4.toggle i.icon-minus-sign,.food_menu_text_price,.food_menu_small_image_price,.food-menu-widget-title-text,.home-food-title,.food_menu_small_image_name,.post-tag-list,.post-category-list,.single-post-comment-text,#reservation_me ol.forms li label,#contact_me ol.forms li label,span.reservationerror{
    color:#ef7147
}
.header_reservation a,.comment-edit-link,.comment-reply-link,.home_widgets table#wp-calendar thead tr th,.sidebar table#wp-calendar thead tr th,#respond .form-submit #submit,.contact-submit,input[type=submit],a.button,.AT_fourboxes_widget .teaser_icon_title,.flex-control-paging a,.sc_slider_wrapper .flex-direction-nav a,table th,.ui-datepicker,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    background:#ef7147!important
}
.header_reservation .header_reservation_triangle{
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,#ef7147),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,#ef7147),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 0,100% 100%,color-stop(.75,transparent),color-stop(.75,#ef7147)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.75,transparent),color-stop(.75,#ef7147));
    background-image:-webkit-linear-gradient(45deg,#ef7147 25%,transparent 25%,transparent),-webkit-linear-gradient(-45deg,#ef7147 25%,transparent 25%,transparent),-webkit-linear-gradient(45deg,transparent 75%,#ef7147 75%),-webkit-linear-gradient(-45deg,transparent 75%,#ef7147 75%);
    background-image:-moz-linear-gradient(45deg,#ef7147 25%,transparent 25%,transparent),-moz-linear-gradient(-45deg,#ef7147 25%,transparent 25%,transparent),-moz-linear-gradient(45deg,transparent 75%,#ef7147 75%),-moz-linear-gradient(-45deg,transparent 75%,#ef7147 75%);
    background-image:-ms-linear-gradient(45deg,#ef7147 25%,transparent 25%,transparent),-ms-linear-gradient(-45deg,#ef7147 25%,transparent 25%,transparent),-ms-linear-gradient(45deg,transparent 75%,#ef7147 75%),-ms-linear-gradient(-45deg,transparent 75%,#ef7147 75%);
    background-image:-o-linear-gradient(45deg,#ef7147 25%,transparent 25%,transparent),-o-linear-gradient(-45deg,#ef7147 25%,transparent 25%,transparent),-o-linear-gradient(45deg,transparent 75%,#ef7147 75%),-o-linear-gradient(-45deg,transparent 75%,#ef7147 75%);
    background-image:linear-gradient(45deg,#ef7147 25%,transparent 25%,transparent),linear-gradient(-45deg,#ef7147 25%,transparent 25%,transparent),linear-gradient(45deg,transparent 75%,#ef7147 75%),linear-gradient(-45deg,transparent 75%,#ef7147 75%)
}
.home-special-boxes-post-title-text,.accordion-inner,.accordion-group,h2.gallery-title,.ui-datepicker-calendar tr th,.ui-datepicker-calendar tr td,.ui-datepicker-calendar{
    border-color:#ef7147
}
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,.uneditable-input:focus{
    box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(239,113,71,.5) inset;
    border-color:rgba(239,113,71,.2)
}
a:hover,a:focus,.home_widgets .widget ul li a:hover i,.sidebar .widget ul li a:hover i,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.food_menu_sticky nav li a:hover,.food_menu_sticky nav li a.selected,h3.toggle:hover i.icon-plus-sign,h3.toggle:hover i.icon-minus-sign,#isotope-filter ul li a.active,#isotope-filter ul li a.active:hover{
    color:#f2bc47
}
.tagcloud a:hover,.header_reservation:hover a,.comment-edit-link:hover,.comment-reply-link:hover,#respond .form-submit #submit:hover,.contact-submit:hover,input[type=submit]:hover,a.button:hover,.AT_boxes_widget .teaser_icon_title:hover,.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus,.flex-control-paging a.flex-active,.flex-control-paging a:hover,.teaser_icon_title:hover,.sc_slider_wrapper .flex-direction-nav a:hover,.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-datepicker-header{
    background-color:#f2bc47!important
}
.header_reservation:hover .header_reservation_triangle{
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,#f2bc47),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,#f2bc47),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 0,100% 100%,color-stop(.75,transparent),color-stop(.75,#f2bc47)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.75,transparent),color-stop(.75,#f2bc47));
    background-image:-webkit-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-webkit-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-webkit-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-webkit-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:-moz-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-moz-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-moz-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-moz-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:-ms-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-ms-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-ms-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-ms-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:-o-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-o-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-o-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-o-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),linear-gradient(45deg,transparent 75%,#f2bc47 75%),linear-gradient(-45deg,transparent 75%,#f2bc47 75%)
}
.tagcloud a:hover:after{
    border-left-color:#f2bc47
}
.food_menu_sticky nav li a.selected,.toggle_wrapper.style1:hover .toggle_container,#isotope-filter ul li a.active,#isotope-filter ul li a.active:hover,.toggle_wrapper.style2,.toggle_wrapper.style1 .toggle_container,.nav-tabs,.home-special-boxes-post-title-text:hover,h2.gallery-title:hover{
    border-color:#f2bc47
}
a.readmore{
    color:#fff
}
a.readmore:hover{
    color:#000
}
a.readmore{
    background:#ef7147
}
a.readmore:before{
    border-top-color:#ef7147;
    border-bottom-color:#ef7147
}
a.readmore:after{
    border-left-color:#ef7147
}
a.readmore:hover{
    background:#f2bc47
}
a.readmore:hover:before{
    border-top-color:#f2bc47;
    border-bottom-color:#f2bc47
}
a.readmore:hover:after{
    border-left-color:#f2bc47
}
.footer_widgets{
    background:#e4e1d6
}
.footer_widgets .tagcloud a,.footer_widgets .tagcloud a:hover{
    color:#e4e1d6
}
.footer_widgets .food-menu-widget-thumbnail:after{
    border-bottom-color:#e4e1d6
}
.footer_widgets_before{
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,#e4e1d6),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,#e4e1d6),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 0,100% 100%,color-stop(.75,transparent),color-stop(.75,#e4e1d6)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.75,transparent),color-stop(.75,#e4e1d6));
    background-image:-webkit-linear-gradient(45deg,#e4e1d6 25%,transparent 25%,transparent),-webkit-linear-gradient(-45deg,#e4e1d6 25%,transparent 25%,transparent),-webkit-linear-gradient(45deg,transparent 75%,#e4e1d6 75%),-webkit-linear-gradient(-45deg,transparent 75%,#e4e1d6 75%);
    background-image:-moz-linear-gradient(45deg,#e4e1d6 25%,transparent 25%,transparent),-moz-linear-gradient(-45deg,#e4e1d6 25%,transparent 25%,transparent),-moz-linear-gradient(45deg,transparent 75%,#e4e1d6 75%),-moz-linear-gradient(-45deg,transparent 75%,#e4e1d6 75%);
    background-image:-ms-linear-gradient(45deg,#e4e1d6 25%,transparent 25%,transparent),-ms-linear-gradient(-45deg,#e4e1d6 25%,transparent 25%,transparent),-ms-linear-gradient(45deg,transparent 75%,#e4e1d6 75%),-ms-linear-gradient(-45deg,transparent 75%,#e4e1d6 75%);
    background-image:-o-linear-gradient(45deg,#e4e1d6 25%,transparent 25%,transparent),-o-linear-gradient(-45deg,#e4e1d6 25%,transparent 25%,transparent),-o-linear-gradient(45deg,transparent 75%,#e4e1d6 75%),-o-linear-gradient(-45deg,transparent 75%,#e4e1d6 75%);
    background-image:linear-gradient(45deg,#e4e1d6 25%,transparent 25%,transparent),linear-gradient(-45deg,#e4e1d6 25%,transparent 25%,transparent),linear-gradient(45deg,transparent 75%,#e4e1d6 75%),linear-gradient(-45deg,transparent 75%,#e4e1d6 75%)
}
.footer_widgets h1,.footer_widgets h2,.footer_widgets h3,.footer_widgets h4,.footer_widgets h5,.footer_widgets h6,.footer_widgets .food-menu-widget-price-text,.footer_widgets table#wp-calendar caption{
    color:#ef7147
}
.footer_widgets .widget_title_ribbon,.footer_widgets .food-menu-widget-badge-icon,.footer_widgets .widget_search .input-append .add-on,.footer_widgets .food-menu-widget-money{
    background:#ef7147
}
.footer_widgets .widget_title_ribbon:after,.footer_widgets .food-menu-widget-badge-icon:before{
    border-left-color:#ef7147;
    border-right-color:#ef7147
}
.footer_widgets .food-menu-widget-money:after{
    border-left-color:#ef7147
}
.footer_widgets .widget_search .input-append .add-on:before{
    border-right-color:#ef7147
}
.footer_widgets i,.footer_widgets .AT_boxes_widget .teaser_icon_title a i{
    color:#e4e1d6
}
.footer_widgets .footer_widget_col,.footer_widgets .home-food-badge,.footer_widgets .widget ul li,.footer_widgets .food-menu-widget-title,.footer_widgets .tweet-container{
    border-color:#b5b2a8
}
.footer_widgets .widget_title_text{
    color:#4b4b4b
}
.footer_widgets,.footer_widgets p,.footer_widgets td{
    color:#4b4b4b
}
.footer_widgets a,.footer_widgets .widget ul li a i,.footer_widgets table#wp-calendar thead tr th{
    color:#4b4b4b
}
.footer_widgets .tagcloud a,.footer_widgets .teaser_icon_title{
    background:#4b4b4b !important
}
.footer_widgets .tagcloud a:after{
    border-left-color:#4b4b4b
}
.footer_widgets a:hover,.footer_widgets .widget ul li a:hover i{
    color:#4b4b4b
}
.footer_widgets .tagcloud a:hover,.footer_widgets .teaser_icon_title:hover{
    background:#4b4b4b !important
}
.footer_widgets .tagcloud a:hover:after{
    border-left-color:#4b4b4b
}
.footer_copyright{
    background-color:#f2bc47
}
.footer_copyright_before{
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,#f2bc47),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,#f2bc47),color-stop(.25,transparent),to(transparent)),-webkit-gradient(linear,0 0,100% 100%,color-stop(.75,transparent),color-stop(.75,#f2bc47)),-webkit-gradient(linear,0 100%,100% 0,color-stop(.75,transparent),color-stop(.75,#f2bc47));
    background-image:-webkit-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-webkit-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-webkit-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-webkit-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:-moz-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-moz-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-moz-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-moz-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:-ms-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-ms-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-ms-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-ms-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:-o-linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),-o-linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),-o-linear-gradient(45deg,transparent 75%,#f2bc47 75%),-o-linear-gradient(-45deg,transparent 75%,#f2bc47 75%);
    background-image:linear-gradient(45deg,#f2bc47 25%,transparent 25%,transparent),linear-gradient(-45deg,#f2bc47 25%,transparent 25%,transparent),linear-gradient(45deg,transparent 75%,#f2bc47 75%),linear-gradient(-45deg,transparent 75%,#f2bc47 75%)
}
.footer_copyright,.footer_copyright p{
    color:#4d4d4c
}
.footer_copyright a{
    color:#4d4d4c
}
.footer_copyright a:hover{
    color:#4d4d4c
}
h1{
    font-size:1.6em
}
h2{
    font-size:1.2em
}
h3{
    font-size:.96em
}
h4{
    font-size:.8em
}
h5{
    font-size:.72em
}
h6{
    font-size:.64em
}
h1.page_title_text,.post-meta-day{
    font-size:2.08em
}
h3.food_menu_catagory_name{
    font-size:1.6em
}
h2.post-content-title,.gallery-title,h2.post-title,h2.single-food-menu-title{
    font-size:1.44em
}
h3.single-food-menu-price-text,h3.single-food-menu-badge-text{
    font-size:1.2em
}
.post-meta-month,.food-menu-widget-price-text,.home_widgets h3.widget_title_text,.AT_boxes_widget h3.widget_title_text,h3.home-food-title,.home-gallery-title{
    font-size:1.12em
}
.home-special-boxes-post-title-text,.AT_fourboxes_widget h3.teaser_title,.flex-title,.ui-datepicker .ui-datepicker-title{
    font-size:1.04em
}
.post-meta-month,.food-menu-widget-price-text,.AT_home_food_widget .home-food-badge-text,.AT_home_food_widget .home-food-widget-price-text,h3.widget_title_text{
    font-size:.96em
}
.food-menu-widget-title-text,blockquote p,.pullquote,.blockquote,.food_menu_sticky nav li a,#isotope-filter ul li a{
    font-size:.88em
}
.accordion-heading,ul.nav-tabs.nav li a{
    font-size:.8em
}
.header_reservation a{
    font-size:.72em
}
.wp-pagenavi a,.wp-pagenavi span,.food-menu-widget-recommended .food-menu-widget-title-text{
    font-size:.72em
}
a.readmore{
    font-size:.64em
}
.header_logo{
    top:3px
}
.main_menu .nav li a{
    font-family:'Krona One';
    font-size:12px
}
 @font-face{
    font-family:'FontAwesome';
    src:url(fontawesome-webfont.eot?v=3.2.1);
    src:url(fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),url(fontawesome-webfont.woff?v=3.2.1) format('woff'),url(fontawesome-webfont.ttf?v=3.2.1) format('truetype'),url(fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
    font-weight:normal;
    font-style:normal;
}
[class^="icon-"],[class*=" icon-"]{
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    -webkit-font-smoothing:antialiased;
    *margin-right:.3em;
}
 [class^="icon-"]:before,[class*=" icon-"]:before{
    text-decoration:inherit;
    display:inline-block;
    speak:none;
}
 .icon-large:before{
    vertical-align:-10%;
    font-size:1.3333333333333333em;
}
 a [class^="icon-"],a [class*=" icon-"]{
    display:inline;
}
 [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{
    display:inline-block;
    width:1.1428571428571428em;
    text-align:right;
    padding-right:0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{
    width:1.4285714285714286em;
}
 .icons-ul{
    margin-left:2.142857142857143em;
    list-style-type:none;
}
.icons-ul>li{
    position:relative;
}
 .icons-ul .icon-li{
    position:absolute;
    left:-2.142857142857143em;
    width:2.142857142857143em;
    text-align:center;
    line-height:inherit;
}
 [class^="icon-"].hide,[class*=" icon-"].hide{
    display:none;
}
 .icon-muted{
    color:#eeeeee;
}
 .icon-light{
    color:#ffffff;
}
 .icon-dark{
    color:#333333;
}
 .icon-border{
    border:solid 1px #eeeeee;
    padding:.2em .25em .15em;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
 .icon-2x{
    font-size:2em;
}
.icon-2x.icon-border{
    border-width:2px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
 .icon-3x{
    font-size:3em;
}
.icon-3x.icon-border{
    border-width:3px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
 .icon-4x{
    font-size:4em;
}
.icon-4x.icon-border{
    border-width:4px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
 .icon-5x{
    font-size:5em;
}
.icon-5x.icon-border{
    border-width:5px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
 .pull-right{
    float:right;
}
 .pull-left{
    float:left;
}
 [class^="icon-"].pull-left,[class*=" icon-"].pull-left{
    margin-right:.3em;
}
 [class^="icon-"].pull-right,[class*=" icon-"].pull-right{
    margin-left:.3em;
}
 [class^="icon-"],[class*=" icon-"]{
    display:inline;
    width:auto;
    height:auto;
    line-height:normal;
    vertical-align:baseline;
    background-image:none;
    background-position:0% 0%;
    background-repeat:repeat;
    margin-top:0;
}
 .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{
    background-image:none;
}
 .btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{
    line-height:.9em;
}
 .btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{
    display:inline-block;
}
 .nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{
    line-height:.9em;
}
 .btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{
    margin-top:.18em;
}
 .btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{
    line-height:.8em;
}
 .btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{
    margin-top:.25em;
}
 .btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{
    margin-top:0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{
    margin-top:.05em;
}
 .btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{
    margin-right:.2em;
}
 .btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{
    margin-left:.2em;
}
 .nav-list [class^="icon-"],.nav-list [class*=" icon-"]{
    line-height:inherit;
}
 .icon-stack{
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:-35%;
}
.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{
    display:block;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    font-size:1em;
    line-height:inherit;
    *line-height:2em;
}
 .icon-stack .icon-stack-base{
    font-size:2em;
    *line-height:1em;
}
 .icon-spin{
    display:inline-block;
    -moz-animation:spin 2s infinite linear;
    -o-animation:spin 2s infinite linear;
    -webkit-animation:spin 2s infinite linear;
    animation:spin 2s infinite linear;
}
 a .icon-stack,a .icon-spin{
    display:inline-block;
    text-decoration:none;
}
 @-moz-keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
    }
     100%{
        -moz-transform:rotate(359deg);
    }
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
    }
     100%{
        -webkit-transform:rotate(359deg);
    }
}
@-o-keyframes spin{
    0%{
        -o-transform:rotate(0deg);
    }
     100%{
        -o-transform:rotate(359deg);
    }
}
@-ms-keyframes spin{
    0%{
        -ms-transform:rotate(0deg);
    }
     100%{
        -ms-transform:rotate(359deg);
    }
}
@keyframes spin{
    0%{
        transform:rotate(0deg);
    }
     100%{
        transform:rotate(359deg);
    }
}
.icon-rotate-90:before{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
 .icon-rotate-180:before{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
 .icon-rotate-270:before{
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transform:rotate(270deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
 .icon-flip-horizontal:before{
    -webkit-transform:scale(-1, 1);
    -moz-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    -o-transform:scale(-1, 1);
    transform:scale(-1, 1);
}
 .icon-flip-vertical:before{
    -webkit-transform:scale(1, -1);
    -moz-transform:scale(1, -1);
    -ms-transform:scale(1, -1);
    -o-transform:scale(1, -1);
    transform:scale(1, -1);
}
 a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{
    display:inline-block;
}
 .icon-glass:before{
    content:"\f000";
}
 .icon-music:before{
    content:"\f001";
}
 .icon-search:before{
    content:"\f002";
}
 .icon-envelope-alt:before{
    content:"\f003";
}
 .icon-heart:before{
    content:"\f004";
}
 .icon-star:before{
    content:"\f005";
}
 .icon-star-empty:before{
    content:"\f006";
}
 .icon-user:before{
    content:"\f007";
}
 .icon-film:before{
    content:"\f008";
}
 .icon-th-large:before{
    content:"\f009";
}
 .icon-th:before{
    content:"\f00a";
}
 .icon-th-list:before{
    content:"\f00b";
}
 .icon-ok:before{
    content:"\f00c";
}
 .icon-remove:before{
    content:"\f00d";
}
 .icon-zoom-in:before{
    content:"\f00e";
}
 .icon-zoom-out:before{
    content:"\f010";
}
 .icon-power-off:before,.icon-off:before{
    content:"\f011";
}
 .icon-signal:before{
    content:"\f012";
}
 .icon-gear:before,.icon-cog:before{
    content:"\f013";
}
 .icon-trash:before{
    content:"\f014";
}
 .icon-home:before{
    content:"\f015";
}
 .icon-file-alt:before{
    content:"\f016";
}
 .icon-time:before{
    content:"\f017";
}
 .icon-road:before{
    content:"\f018";
}
 .icon-download-alt:before{
    content:"\f019";
}
 .icon-download:before{
    content:"\f01a";
}
 .icon-upload:before{
    content:"\f01b";
}
 .icon-inbox:before{
    content:"\f01c";
}
 .icon-play-circle:before{
    content:"\f01d";
}
 .icon-rotate-right:before,.icon-repeat:before{
    content:"\f01e";
}
 .icon-refresh:before{
    content:"\f021";
}
 .icon-list-alt:before{
    content:"\f022";
}
 .icon-lock:before{
    content:"\f023";
}
 .icon-flag:before{
    content:"\f024";
}
 .icon-headphones:before{
    content:"\f025";
}
 .icon-volume-off:before{
    content:"\f026";
}
 .icon-volume-down:before{
    content:"\f027";
}
 .icon-volume-up:before{
    content:"\f028";
}
 .icon-qrcode:before{
    content:"\f029";
}
 .icon-barcode:before{
    content:"\f02a";
}
 .icon-tag:before{
    content:"\f02b";
}
 .icon-tags:before{
    content:"\f02c";
}
 .icon-book:before{
    content:"\f02d";
}
 .icon-bookmark:before{
    content:"\f02e";
}
 .icon-print:before{
    content:"\f02f";
}
 .icon-camera:before{
    content:"\f030";
}
 .icon-font:before{
    content:"\f031";
}
 .icon-bold:before{
    content:"\f032";
}
 .icon-italic:before{
    content:"\f033";
}
 .icon-text-height:before{
    content:"\f034";
}
 .icon-text-width:before{
    content:"\f035";
}
 .icon-align-left:before{
    content:"\f036";
}
 .icon-align-center:before{
    content:"\f037";
}
 .icon-align-right:before{
    content:"\f038";
}
 .icon-align-justify:before{
    content:"\f039";
}
 .icon-list:before{
    content:"\f03a";
}
 .icon-indent-left:before{
    content:"\f03b";
}
 .icon-indent-right:before{
    content:"\f03c";
}
 .icon-facetime-video:before{
    content:"\f03d";
}
 .icon-picture:before{
    content:"\f03e";
}
 .icon-pencil:before{
    content:"\f040";
}
 .icon-map-marker:before{
    content:"\f041";
}
 .icon-adjust:before{
    content:"\f042";
}
 .icon-tint:before{
    content:"\f043";
}
 .icon-edit:before{
    content:"\f044";
}
 .icon-share:before{
    content:"\f045";
}
 .icon-check:before{
    content:"\f046";
}
 .icon-move:before{
    content:"\f047";
}
 .icon-step-backward:before{
    content:"\f048";
}
 .icon-fast-backward:before{
    content:"\f049";
}
 .icon-backward:before{
    content:"\f04a";
}
 .icon-play:before{
    content:"\f04b";
}
 .icon-pause:before{
    content:"\f04c";
}
 .icon-stop:before{
    content:"\f04d";
}
 .icon-forward:before{
    content:"\f04e";
}
 .icon-fast-forward:before{
    content:"\f050";
}
 .icon-step-forward:before{
    content:"\f051";
}
 .icon-eject:before{
    content:"\f052";
}
 .icon-chevron-left:before{
    content:"\f053";
}
 .icon-chevron-right:before{
    content:"\f054";
}
 .icon-plus-sign:before{
    content:"\f055";
}
 .icon-minus-sign:before{
    content:"\f056";
}
 .icon-remove-sign:before{
    content:"\f057";
}
 .icon-ok-sign:before{
    content:"\f058";
}
 .icon-question-sign:before{
    content:"\f059";
}
 .icon-info-sign:before{
    content:"\f05a";
}
 .icon-screenshot:before{
    content:"\f05b";
}
 .icon-remove-circle:before{
    content:"\f05c";
}
 .icon-ok-circle:before{
    content:"\f05d";
}
 .icon-ban-circle:before{
    content:"\f05e";
}
 .icon-arrow-left:before{
    content:"\f060";
}
 .icon-arrow-right:before{
    content:"\f061";
}
 .icon-arrow-up:before{
    content:"\f062";
}
 .icon-arrow-down:before{
    content:"\f063";
}
 .icon-mail-forward:before,.icon-share-alt:before{
    content:"\f064";
}
 .icon-resize-full:before{
    content:"\f065";
}
 .icon-resize-small:before{
    content:"\f066";
}
 .icon-plus:before{
    content:"\f067";
}
 .icon-minus:before{
    content:"\f068";
}
 .icon-asterisk:before{
    content:"\f069";
}
 .icon-exclamation-sign:before{
    content:"\f06a";
}
 .icon-gift:before{
    content:"\f06b";
}
 .icon-leaf:before{
    content:"\f06c";
}
 .icon-fire:before{
    content:"\f06d";
}
 .icon-eye-open:before{
    content:"\f06e";
}
 .icon-eye-close:before{
    content:"\f070";
}
 .icon-warning-sign:before{
    content:"\f071";
}
 .icon-plane:before{
    content:"\f072";
}
 .icon-calendar:before{
    content:"\f073";
}
 .icon-random:before{
    content:"\f074";
}
 .icon-comment:before{
    content:"\f075";
}
 .icon-magnet:before{
    content:"\f076";
}
 .icon-chevron-up:before{
    content:"\f077";
}
 .icon-chevron-down:before{
    content:"\f078";
}
 .icon-retweet:before{
    content:"\f079";
}
 .icon-shopping-cart:before{
    content:"\f07a";
}
 .icon-folder-close:before{
    content:"\f07b";
}
 .icon-folder-open:before{
    content:"\f07c";
}
 .icon-resize-vertical:before{
    content:"\f07d";
}
 .icon-resize-horizontal:before{
    content:"\f07e";
}
 .icon-bar-chart:before{
    content:"\f080";
}
 .icon-twitter-sign:before{
    content:"\f081";
}
 .icon-facebook-sign:before{
    content:"\f082";
}
 .icon-camera-retro:before{
    content:"\f083";
}
 .icon-key:before{
    content:"\f084";
}
 .icon-gears:before,.icon-cogs:before{
    content:"\f085";
}
 .icon-comments:before{
    content:"\f086";
}
 .icon-thumbs-up-alt:before{
    content:"\f087";
}
 .icon-thumbs-down-alt:before{
    content:"\f088";
}
 .icon-star-half:before{
    content:"\f089";
}
 .icon-heart-empty:before{
    content:"\f08a";
}
 .icon-signout:before{
    content:"\f08b";
}
 .icon-linkedin-sign:before{
    content:"\f08c";
}
 .icon-pushpin:before{
    content:"\f08d";
}
 .icon-external-link:before{
    content:"\f08e";
}
 .icon-signin:before{
    content:"\f090";
}
 .icon-trophy:before{
    content:"\f091";
}
 .icon-github-sign:before{
    content:"\f092";
}
 .icon-upload-alt:before{
    content:"\f093";
}
 .icon-lemon:before{
    content:"\f094";
}
 .icon-phone:before{
    content:"\f095";
}
 .icon-unchecked:before,.icon-check-empty:before{
    content:"\f096";
}
 .icon-bookmark-empty:before{
    content:"\f097";
}
 .icon-phone-sign:before{
    content:"\f098";
}
 .icon-twitter:before{
    content:"\f099";
}
 .icon-facebook:before{
    content:"\f09a";
}
 .icon-github:before{
    content:"\f09b";
}
 .icon-unlock:before{
    content:"\f09c";
}
 .icon-credit-card:before{
    content:"\f09d";
}
 .icon-rss:before{
    content:"\f09e";
}
 .icon-hdd:before{
    content:"\f0a0";
}
 .icon-bullhorn:before{
    content:"\f0a1";
}
 .icon-bell:before{
    content:"\f0a2";
}
 .icon-certificate:before{
    content:"\f0a3";
}
 .icon-hand-right:before{
    content:"\f0a4";
}
 .icon-hand-left:before{
    content:"\f0a5";
}
 .icon-hand-up:before{
    content:"\f0a6";
}
 .icon-hand-down:before{
    content:"\f0a7";
}
 .icon-circle-arrow-left:before{
    content:"\f0a8";
}
 .icon-circle-arrow-right:before{
    content:"\f0a9";
}
 .icon-circle-arrow-up:before{
    content:"\f0aa";
}
 .icon-circle-arrow-down:before{
    content:"\f0ab";
}
 .icon-globe:before{
    content:"\f0ac";
}
 .icon-wrench:before{
    content:"\f0ad";
}
 .icon-tasks:before{
    content:"\f0ae";
}
 .icon-filter:before{
    content:"\f0b0";
}
 .icon-briefcase:before{
    content:"\f0b1";
}
 .icon-fullscreen:before{
    content:"\f0b2";
}
 .icon-group:before{
    content:"\f0c0";
}
 .icon-link:before{
    content:"\f0c1";
}
 .icon-cloud:before{
    content:"\f0c2";
}
 .icon-beaker:before{
    content:"\f0c3";
}
 .icon-cut:before{
    content:"\f0c4";
}
 .icon-copy:before{
    content:"\f0c5";
}
 .icon-paperclip:before,.icon-paper-clip:before{
    content:"\f0c6";
}
 .icon-save:before{
    content:"\f0c7";
}
 .icon-sign-blank:before{
    content:"\f0c8";
}
 .icon-reorder:before{
    content:"\f0c9";
}
 .icon-list-ul:before{
    content:"\f0ca";
}
 .icon-list-ol:before{
    content:"\f0cb";
}
 .icon-strikethrough:before{
    content:"\f0cc";
}
 .icon-underline:before{
    content:"\f0cd";
}
 .icon-table:before{
    content:"\f0ce";
}
 .icon-magic:before{
    content:"\f0d0";
}
 .icon-truck:before{
    content:"\f0d1";
}
 .icon-pinterest:before{
    content:"\f0d2";
}
 .icon-pinterest-sign:before{
    content:"\f0d3";
}
 .icon-google-plus-sign:before{
    content:"\f0d4";
}
 .icon-google-plus:before{
    content:"\f0d5";
}
 .icon-money:before{
    content:"\f0d6";
}
 .icon-caret-down:before{
    content:"\f0d7";
}
 .icon-caret-up:before{
    content:"\f0d8";
}
 .icon-caret-left:before{
    content:"\f0d9";
}
 .icon-caret-right:before{
    content:"\f0da";
}
 .icon-columns:before{
    content:"\f0db";
}
 .icon-sort:before{
    content:"\f0dc";
}
 .icon-sort-down:before{
    content:"\f0dd";
}
 .icon-sort-up:before{
    content:"\f0de";
}
 .icon-envelope:before{
    content:"\f0e0";
}
 .icon-linkedin:before{
    content:"\f0e1";
}
 .icon-rotate-left:before,.icon-undo:before{
    content:"\f0e2";
}
 .icon-legal:before{
    content:"\f0e3";
}
 .icon-dashboard:before{
    content:"\f0e4";
}
 .icon-comment-alt:before{
    content:"\f0e5";
}
 .icon-comments-alt:before{
    content:"\f0e6";
}
 .icon-bolt:before{
    content:"\f0e7";
}
 .icon-sitemap:before{
    content:"\f0e8";
}
 .icon-umbrella:before{
    content:"\f0e9";
}
 .icon-paste:before{
    content:"\f0ea";
}
 .icon-lightbulb:before{
    content:"\f0eb";
}
 .icon-exchange:before{
    content:"\f0ec";
}
 .icon-cloud-download:before{
    content:"\f0ed";
}
 .icon-cloud-upload:before{
    content:"\f0ee";
}
 .icon-user-md:before{
    content:"\f0f0";
}
 .icon-stethoscope:before{
    content:"\f0f1";
}
 .icon-suitcase:before{
    content:"\f0f2";
}
 .icon-bell-alt:before{
    content:"\f0f3";
}
 .icon-coffee:before{
    content:"\f0f4";
}
 .icon-food:before{
    content:"\f0f5";
}
 .icon-file-text-alt:before{
    content:"\f0f6";
}
 .icon-building:before{
    content:"\f0f7";
}
 .icon-hospital:before{
    content:"\f0f8";
}
 .icon-ambulance:before{
    content:"\f0f9";
}
 .icon-medkit:before{
    content:"\f0fa";
}
 .icon-fighter-jet:before{
    content:"\f0fb";
}
 .icon-beer:before{
    content:"\f0fc";
}
 .icon-h-sign:before{
    content:"\f0fd";
}
 .icon-plus-sign-alt:before{
    content:"\f0fe";
}
 .icon-double-angle-left:before{
    content:"\f100";
}
 .icon-double-angle-right:before{
    content:"\f101";
}
 .icon-double-angle-up:before{
    content:"\f102";
}
 .icon-double-angle-down:before{
    content:"\f103";
}
 .icon-angle-left:before{
    content:"\f104";
}
 .icon-angle-right:before{
    content:"\f105";
}
 .icon-angle-up:before{
    content:"\f106";
}
 .icon-angle-down:before{
    content:"\f107";
}
 .icon-desktop:before{
    content:"\f108";
}
 .icon-laptop:before{
    content:"\f109";
}
 .icon-tablet:before{
    content:"\f10a";
}
 .icon-mobile-phone:before{
    content:"\f10b";
}
 .icon-circle-blank:before{
    content:"\f10c";
}
 .icon-quote-left:before{
    content:"\f10d";
}
 .icon-quote-right:before{
    content:"\f10e";
}
 .icon-spinner:before{
    content:"\f110";
}
 .icon-circle:before{
    content:"\f111";
}
 .icon-mail-reply:before,.icon-reply:before{
    content:"\f112";
}
 .icon-github-alt:before{
    content:"\f113";
}
 .icon-folder-close-alt:before{
    content:"\f114";
}
 .icon-folder-open-alt:before{
    content:"\f115";
}
 .icon-expand-alt:before{
    content:"\f116";
}
 .icon-collapse-alt:before{
    content:"\f117";
}
 .icon-smile:before{
    content:"\f118";
}
 .icon-frown:before{
    content:"\f119";
}
 .icon-meh:before{
    content:"\f11a";
}
 .icon-gamepad:before{
    content:"\f11b";
}
 .icon-keyboard:before{
    content:"\f11c";
}
 .icon-flag-alt:before{
    content:"\f11d";
}
 .icon-flag-checkered:before{
    content:"\f11e";
}
 .icon-terminal:before{
    content:"\f120";
}
 .icon-code:before{
    content:"\f121";
}
 .icon-reply-all:before{
    content:"\f122";
}
 .icon-mail-reply-all:before{
    content:"\f122";
}
 .icon-star-half-full:before,.icon-star-half-empty:before{
    content:"\f123";
}
 .icon-location-arrow:before{
    content:"\f124";
}
 .icon-crop:before{
    content:"\f125";
}
 .icon-code-fork:before{
    content:"\f126";
}
 .icon-unlink:before{
    content:"\f127";
}
 .icon-question:before{
    content:"\f128";
}
 .icon-info:before{
    content:"\f129";
}
 .icon-exclamation:before{
    content:"\f12a";
}
 .icon-superscript:before{
    content:"\f12b";
}
 .icon-subscript:before{
    content:"\f12c";
}
 .icon-eraser:before{
    content:"\f12d";
}
 .icon-puzzle-piece:before{
    content:"\f12e";
}
 .icon-microphone:before{
    content:"\f130";
}
 .icon-microphone-off:before{
    content:"\f131";
}
 .icon-shield:before{
    content:"\f132";
}
 .icon-calendar-empty:before{
    content:"\f133";
}
 .icon-fire-extinguisher:before{
    content:"\f134";
}
 .icon-rocket:before{
    content:"\f135";
}
 .icon-maxcdn:before{
    content:"\f136";
}
 .icon-chevron-sign-left:before{
    content:"\f137";
}
 .icon-chevron-sign-right:before{
    content:"\f138";
}
 .icon-chevron-sign-up:before{
    content:"\f139";
}
 .icon-chevron-sign-down:before{
    content:"\f13a";
}
 .icon-html5:before{
    content:"\f13b";
}
 .icon-css3:before{
    content:"\f13c";
}
 .icon-anchor:before{
    content:"\f13d";
}
 .icon-unlock-alt:before{
    content:"\f13e";
}
 .icon-bullseye:before{
    content:"\f140";
}
 .icon-ellipsis-horizontal:before{
    content:"\f141";
}
 .icon-ellipsis-vertical:before{
    content:"\f142";
}
 .icon-rss-sign:before{
    content:"\f143";
}
 .icon-play-sign:before{
    content:"\f144";
}
 .icon-ticket:before{
    content:"\f145";
}
 .icon-minus-sign-alt:before{
    content:"\f146";
}
 .icon-check-minus:before{
    content:"\f147";
}
 .icon-level-up:before{
    content:"\f148";
}
 .icon-level-down:before{
    content:"\f149";
}
 .icon-check-sign:before{
    content:"\f14a";
}
 .icon-edit-sign:before{
    content:"\f14b";
}
 .icon-external-link-sign:before{
    content:"\f14c";
}
 .icon-share-sign:before{
    content:"\f14d";
}
 .icon-compass:before{
    content:"\f14e";
}
 .icon-collapse:before{
    content:"\f150";
}
 .icon-collapse-top:before{
    content:"\f151";
}
 .icon-expand:before{
    content:"\f152";
}
 .icon-euro:before,.icon-eur:before{
    content:"\f153";
}
 .icon-gbp:before{
    content:"\f154";
}
 .icon-dollar:before,.icon-usd:before{
    content:"\f155";
}
 .icon-rupee:before,.icon-inr:before{
    content:"\f156";
}
 .icon-yen:before,.icon-jpy:before{
    content:"\f157";
}
 .icon-renminbi:before,.icon-cny:before{
    content:"\f158";
}
 .icon-won:before,.icon-krw:before{
    content:"\f159";
}
 .icon-bitcoin:before,.icon-btc:before{
    content:"\f15a";
}
 .icon-file:before{
    content:"\f15b";
}
 .icon-file-text:before{
    content:"\f15c";
}
 .icon-sort-by-alphabet:before{
    content:"\f15d";
}
 .icon-sort-by-alphabet-alt:before{
    content:"\f15e";
}
 .icon-sort-by-attributes:before{
    content:"\f160";
}
 .icon-sort-by-attributes-alt:before{
    content:"\f161";
}
 .icon-sort-by-order:before{
    content:"\f162";
}
 .icon-sort-by-order-alt:before{
    content:"\f163";
}
 .icon-thumbs-up:before{
    content:"\f164";
}
 .icon-thumbs-down:before{
    content:"\f165";
}
 .icon-youtube-sign:before{
    content:"\f166";
}
 .icon-youtube:before{
    content:"\f167";
}
 .icon-xing:before{
    content:"\f168";
}
 .icon-xing-sign:before{
    content:"\f169";
}
 .icon-youtube-play:before{
    content:"\f16a";
}
 .icon-dropbox:before{
    content:"\f16b";
}
 .icon-stackexchange:before{
    content:"\f16c";
}
 .icon-instagram:before{
    content:"\f16d";
}
 .icon-flickr:before{
    content:"\f16e";
}
 .icon-adn:before{
    content:"\f170";
}
 .icon-bitbucket:before{
    content:"\f171";
}
 .icon-bitbucket-sign:before{
    content:"\f172";
}
 .icon-tumblr:before{
    content:"\f173";
}
 .icon-tumblr-sign:before{
    content:"\f174";
}
 .icon-long-arrow-down:before{
    content:"\f175";
}
 .icon-long-arrow-up:before{
    content:"\f176";
}
 .icon-long-arrow-left:before{
    content:"\f177";
}
 .icon-long-arrow-right:before{
    content:"\f178";
}
 .icon-apple:before{
    content:"\f179";
}
 .icon-windows:before{
    content:"\f17a";
}
 .icon-android:before{
    content:"\f17b";
}
 .icon-linux:before{
    content:"\f17c";
}
 .icon-dribbble:before{
    content:"\f17d";
}
 .icon-skype:before{
    content:"\f17e";
}
 .icon-foursquare:before{
    content:"\f180";
}
 .icon-trello:before{
    content:"\f181";
}
 .icon-female:before{
    content:"\f182";
}
 .icon-male:before{
    content:"\f183";
}
 .icon-gittip:before{
    content:"\f184";
}
 .icon-sun:before{
    content:"\f185";
}
 .icon-moon:before{
    content:"\f186";
}
 .icon-archive:before{
    content:"\f187";
}
 .icon-bug:before{
    content:"\f188";
}
 .icon-vk:before{
    content:"\f189";
}
 .icon-weibo:before{
    content:"\f18a";
}
 .icon-renren:before{
    content:"\f18b";
}
 @font-face{
    font-family:'socicon';
    src:url(//www.abla.com.au/wp-content/themes/dine-and-drink/socicon/font/socicon-webfont.eot);
    src:url(//www.abla.com.au/wp-content/themes/dine-and-drink/socicon/font/socicon-webfont.eot?#iefix) format('embedded-opentype'),url(//www.abla.com.au/wp-content/themes/dine-and-drink/socicon/font/socicon-webfont.woff) format('woff'),url(//www.abla.com.au/wp-content/themes/dine-and-drink/socicon/font/socicon-webfont.ttf) format('truetype'),url(//www.abla.com.au/wp-content/themes/dine-and-drink/socicon/font/socicon-webfont.svg#sociconregular) format('svg');
    font-weight:400;
    font-style:normal
}
 .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{
    margin:0;
    padding:0
}
.flexslider .slides>li{
    display:none;
    -webkit-backface-visibility:hidden
}
.flexslider .slides img{
    width:100%;
    display:block
}
.flex-pauseplay span{
    text-transform:capitalize
}
.slides:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
html[xmlns] .slides{
    display:block
}
* html .slides{
    height:1%
}
.no-js .slides>li:first-child{
    display:block
}
.flexslider{
    margin:0 0 60px;
    background:#fff;
    border:4px solid #fff;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    box-shadow:0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow:0 1px 4px rgba(0,0,0,.2);
    zoom:1
}
.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
}
.carousel li{
    margin-right:5px
}
.flex-direction-nav{
    *height:0;
}
.flex-direction-nav a{
    width:30px;
    height:30px;
    margin:-20px 0 0;
    display:block;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    text-indent:-9999px;
    opacity:0;
    -webkit-transition:all .3s ease
}
.flex-direction-nav .flex-next{
    background-position:100% 0;
    right:-36px
}
.flex-direction-nav .flex-prev{
    left:-36px
}
.flexslider:hover .flex-next{
    opacity:.8;
    right:5px
}
.flexslider:hover .flex-prev{
    opacity:.8;
    left:5px
}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{
    opacity:1
}
.flex-direction-nav .flex-disabled{
    opacity:.3!important;
    filter:alpha(opacity=30);
    cursor:default
}
.flex-control-nav{
    width:100%;
    position:absolute;
    bottom:-40px;
    text-align:center
}
.flex-control-nav li{
    margin:0 6px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a{
    width:11px;
    height:11px;
    display:block;
    background:#666;
    background:rgba(0,0,0,.5);
    cursor:pointer;
    text-indent:-9999px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
    box-shadow:inset 0 0 3px rgba(0,0,0,.3)
}
.flex-control-paging li a:hover{
    background:#333;
    background:rgba(0,0,0,.7)
}
.flex-control-paging li a.flex-active{
    background:#000;
    background:rgba(0,0,0,.9);
    cursor:default
}
.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 .flex-active{
    opacity:1;
    cursor:default
}
@media screen and (max-width:860px){
    .flex-direction-nav .flex-prev{
        opacity:1;
        left:0
    }
    .flex-direction-nav .flex-next{
        opacity:1;
        right:0
    }
}
 div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{
    height:13px
}
div.pp_default .pp_top .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt{
    color:#f8f8f8
}
div.pp_default .pp_content_container .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left:13px
}
div.pp_default .pp_content_container .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right:13px
}
div.pp_default .pp_content{
    background-color:#fff
}
div.pp_default .pp_next:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor:pointer
}
div.pp_default .pp_previous:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor:pointer
}
div.pp_default .pp_expand{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor:pointer;
    width:28px;
    height:28px
}
div.pp_default .pp_expand:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor:pointer
}
div.pp_default .pp_contract{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor:pointer;
    width:28px;
    height:28px
}
div.pp_default .pp_contract:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor:pointer
}
div.pp_default .pp_close{
    width:30px;
    height:30px;
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor:pointer
}
div.pp_default #pp_full_res .pp_inline{
    color:#000
}
div.pp_default .pp_gallery ul li a{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border:1px solid #aaa
}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{
    border-color:#fff
}
div.pp_default .pp_social{
    margin-top:7px
}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{
    position:static;
    left:auto
}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height:30px;
    width:30px
}
div.pp_default .pp_nav .pp_pause{
    background-position:-51px -29px
}
div.pp_default .pp_details{
    position:relative
}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height:20px;
    margin:4px 0 0;
    width:20px
}
div.pp_default a.pp_arrow_next{
    left:52px;
    background-position:-82px -3px
}
div.pp_default .pp_content_container .pp_details{
    margin-top:5px
}
div.pp_default .pp_nav{
    clear:none;
    height:30px;
    width:110px;
    position:relative
}
div.pp_default .pp_nav .currentTextHolder{
    font-family:Georgia;
    font-style:italic;
    color:#999;
    font-size:11px;
    left:75px;
    line-height:25px;
    margin:0;
    padding:0 0 0 10px;
    position:absolute;
    top:2px
}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{
    opacity:.7
}
div.pp_default .pp_description{
    font-size:11px;
    font-weight:700;
    line-height:14px;
    margin:5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_middle{
    background:#fff
}
div.light_rounded .pp_top .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_content .ppt{
    color:#000
}
div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{
    background:#fff
}
div.light_rounded .pp_content{
    background-color:#fff
}
div.light_rounded .pp_next:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor:pointer
}
div.light_rounded .pp_previous:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor:pointer
}
div.light_rounded .pp_expand{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor:pointer
}
div.light_rounded .pp_expand:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor:pointer
}
div.light_rounded .pp_contract{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor:pointer
}
div.light_rounded .pp_contract:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor:pointer
}
div.light_rounded .pp_close{
    width:75px;
    height:22px;
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor:pointer
}
div.light_rounded .pp_details{
    position:relative
}
div.light_rounded .pp_description{
    margin-right:85px
}
div.light_rounded #pp_full_res .pp_inline{
    color:#000
}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{
    margin-top:12px !important
}
div.light_rounded .pp_nav .pp_play{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px
}
div.light_rounded .pp_nav .pp_pause{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px
}
div.light_rounded .pp_arrow_previous{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_previous.disabled{
    background-position:0 -87px;
    cursor:default
}
div.light_rounded .pp_arrow_next{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_arrow_next.disabled{
    background-position:-22px -87px;
    cursor:default
}
div.light_rounded .pp_bottom .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_middle{
    background:#fff
}
div.light_rounded .pp_bottom .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.light_rounded .pp_loaderIcon{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_middle{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .pp_top .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_content{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .pp_next:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor:pointer
}
div.dark_rounded .pp_previous:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor:pointer
}
div.dark_rounded .pp_expand{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor:pointer
}
div.dark_rounded .pp_expand:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor:pointer
}
div.dark_rounded .pp_contract{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor:pointer
}
div.dark_rounded .pp_contract:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor:pointer
}
div.dark_rounded .pp_close{
    width:75px;
    height:22px;
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor:pointer
}
div.dark_rounded .pp_details{
    position:relative
}
div.dark_rounded .pp_description{
    margin-right:85px
}
div.dark_rounded .currentTextHolder{
    color:#c4c4c4
}
div.dark_rounded .pp_description{
    color:#fff
}
div.dark_rounded #pp_full_res .pp_inline{
    color:#fff
}
div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{
    margin-top:12px !important
}
div.dark_rounded .pp_nav .pp_play{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px
}
div.dark_rounded .pp_nav .pp_pause{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px
}
div.dark_rounded .pp_arrow_previous{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_previous.disabled{
    background-position:0 -87px;
    cursor:default
}
div.dark_rounded .pp_arrow_next{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_arrow_next.disabled{
    background-position:-22px -87px;
    cursor:default
}
div.dark_rounded .pp_bottom .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_middle{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .pp_bottom .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{
    background:#000
}
div.dark_square .currentTextHolder{
    color:#c4c4c4
}
div.dark_square .pp_description{
    color:#fff
}
div.dark_square .pp_loaderIcon{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor:pointer
}
div.dark_square .pp_expand:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor:pointer
}
div.dark_square .pp_contract{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor:pointer
}
div.dark_square .pp_contract:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor:pointer
}
div.dark_square .pp_close{
    width:75px;
    height:22px;
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor:pointer
}
div.dark_square .pp_details{
    position:relative
}
div.dark_square .pp_description{
    margin:0 85px 0 0
}
div.dark_square #pp_full_res .pp_inline{
    color:#fff
}
div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{
    margin-top:12px !important
}
div.dark_square .pp_nav{
    clear:none
}
div.dark_square .pp_nav .pp_play{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px
}
div.dark_square .pp_nav .pp_pause{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px
}
div.dark_square .pp_arrow_previous{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_previous.disabled{
    background-position:0 -87px;
    cursor:default
}
div.dark_square .pp_arrow_next{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_arrow_next.disabled{
    background-position:-22px -87px;
    cursor:default
}
div.dark_square .pp_next:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor:pointer
}
div.dark_square .pp_previous:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor:pointer
}
div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{
    background:#fff
}
div.light_square .pp_content .ppt{
    color:#000
}
div.light_square .pp_expand{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor:pointer
}
div.light_square .pp_expand:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor:pointer
}
div.light_square .pp_contract{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor:pointer
}
div.light_square .pp_contract:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor:pointer
}
div.light_square .pp_close{
    width:75px;
    height:22px;
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor:pointer
}
div.light_square .pp_details{
    position:relative
}
div.light_square .pp_description{
    margin-right:85px
}
div.light_square #pp_full_res .pp_inline{
    color:#000
}
div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{
    margin-top:12px !important
}
div.light_square .pp_nav .pp_play{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height:15px;
    width:14px
}
div.light_square .pp_nav .pp_pause{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height:15px;
    width:14px
}
div.light_square .pp_arrow_previous{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_previous.disabled{
    background-position:0 -87px;
    cursor:default
}
div.light_square .pp_arrow_next{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_arrow_next.disabled{
    background-position:-22px -87px;
    cursor:default
}
div.light_square .pp_next:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor:pointer
}
div.light_square .pp_previous:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor:pointer
}
div.light_square .pp_loaderIcon{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.facebook .pp_top .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content .ppt{
    color:#000
}
div.facebook .pp_content_container .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_content{
    background:#fff
}
div.facebook .pp_expand{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor:pointer
}
div.facebook .pp_expand:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor:pointer
}
div.facebook .pp_contract{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor:pointer
}
div.facebook .pp_contract:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor:pointer
}
div.facebook .pp_close{
    width:22px;
    height:22px;
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor:pointer
}
div.facebook .pp_details{
    position:relative
}
div.facebook .pp_description{
    margin:0 37px 0 0
}
div.facebook #pp_full_res .pp_inline{
    color:#000
}
div.facebook .pp_loaderIcon{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height:22px;
    margin-top:0;
    width:22px
}
div.facebook .pp_arrow_previous.disabled{
    background-position:0 -96px;
    cursor:default
}
div.facebook .pp_arrow_next{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height:22px;
    margin-top:0;
    width:22px
}
div.facebook .pp_arrow_next.disabled{
    background-position:-32px -96px;
    cursor:default
}
div.facebook .pp_nav{
    margin-top:0
}
div.facebook .pp_nav p{
    font-size:15px;
    padding:0 3px 0 4px
}
div.facebook .pp_nav .pp_play{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height:22px;
    width:22px
}
div.facebook .pp_nav .pp_pause{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height:22px;
    width:22px
}
div.facebook .pp_next:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor:pointer
}
div.facebook .pp_previous:hover{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor:pointer
}
div.facebook .pp_bottom .pp_left{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus{
    outline:none
}
div.pp_overlay{
    background:#000;
    display:none;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:9500
}
div.pp_pic_holder{
    display:none;
    position:absolute;
    width:100px;
    z-index:10000
}
.pp_top{
    height:20px;
    position:relative
}
* html .pp_top{
    padding:0 20px
}
.pp_top .pp_left{
    height:20px;
    left:0;
    position:absolute;
    width:20px
}
.pp_top .pp_middle{
    height:20px;
    left:20px;
    position:absolute;
    right:20px
}
* html .pp_top .pp_middle{
    left:0;
    position:static
}
.pp_top .pp_right{
    height:20px;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:20px
}
.pp_content{
    height:40px;
    min-width:40px
}
* html .pp_content{
    width:40px
}
.pp_fade{
    display:none
}
.pp_content_container{
    position:relative;
    text-align:left;
    width:100%
}
.pp_content_container .pp_left{
    padding-left:20px
}
.pp_content_container .pp_right{
    padding-right:20px
}
.pp_content_container .pp_details{
    float:left;
    margin:10px 0 2px
}
.pp_description{
    display:none;
    margin:0
}
.pp_social{
    float:left;
    margin:0
}
.pp_social .facebook{
    float:left;
    margin-left:5px;
    width:55px;
    overflow:hidden
}
.pp_social .twitter{
    float:left
}
.pp_nav{
    clear:right;
    float:left;
    margin:3px 10px 0 0
}
.pp_nav p{
    float:left;
    margin:2px 4px;
    white-space:nowrap
}
.pp_nav .pp_play,.pp_nav .pp_pause{
    float:left;
    margin-right:4px;
    text-indent:-10000px
}
a.pp_arrow_previous,a.pp_arrow_next{
    display:block;
    float:left;
    height:15px;
    margin-top:3px;
    overflow:hidden;
    text-indent:-10000px;
    width:14px
}
.pp_hoverContainer{
    position:absolute;
    top:0;
    width:100%;
    z-index:2000
}
.pp_gallery{
    display:none;
    left:50%;
    margin-top:-50px;
    position:absolute;
    z-index:10000
}
.pp_gallery div{
    float:left;
    overflow:hidden;
    position:relative
}
.pp_gallery ul{
    float:left;
    height:35px;
    margin:0 0 0 5px;
    padding:0;
    position:relative;
    white-space:nowrap
}
.pp_gallery ul a{
    border:1px #000 solid;
    border:1px rgba(0,0,0,.5) solid;
    display:block;
    float:left;
    height:33px;
    overflow:hidden
}
.pp_gallery ul a:hover,.pp_gallery li.selected a{
    border-color:#fff
}
.pp_gallery ul a img{
    border:0
}
.pp_gallery li{
    display:block;
    float:left;
    margin:0 5px 0 0;
    padding:0
}
.pp_gallery li.default a{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display:block;
    height:33px;
    width:50px
}
.pp_gallery li.default a img{
    display:none
}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{
    margin-top:7px !important
}
a.pp_next{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display:block;
    float:right;
    height:100%;
    text-indent:-10000px;
    width:49%
}
a.pp_previous{
    background:url(//www.abla.com.au/wp-content/themes/dine-and-drink/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display:block;
    float:left;
    height:100%;
    text-indent:-10000px;
    width:49%
}
a.pp_expand,a.pp_contract{
    cursor:pointer;
    display:none;
    height:20px;
    position:absolute;
    right:30px;
    text-indent:-10000px;
    top:10px;
    width:20px;
    z-index:20000
}
a.pp_close{
    position:absolute;
    right:0;
    top:0;
    display:block;
    line-height:22px;
    text-indent:-10000px
}
.pp_bottom{
    height:20px;
    position:relative
}
* html .pp_bottom{
    padding:0 20px
}
.pp_bottom .pp_left{
    height:20px;
    left:0;
    position:absolute;
    width:20px
}
.pp_bottom .pp_middle{
    height:20px;
    left:20px;
    position:absolute;
    right:20px
}
* html .pp_bottom .pp_middle{
    left:0;
    position:static
}
.pp_bottom .pp_right{
    height:20px;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:20px
}
.pp_loaderIcon{
    display:block;
    height:24px;
    left:50%;
    margin:-12px 0 0 -12px;
    position:absolute;
    top:50%;
    width:24px
}
#pp_full_res{
    line-height:1 !important
}
#pp_full_res .pp_inline{
    text-align:left
}
#pp_full_res .pp_inline p{
    margin:0 0 15px
}
div.ppt{
    color:#fff;
    display:none;
    font-size:17px;
    margin:0 0 5px 15px;
    z-index:9999
}
/*! * Bootstrap Responsive v2.3.0 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */
 .clearfix{
    *zoom:1;
}
.clearfix:before,.clearfix:after{
    display:table;
    line-height:0;
    content:""
}
.clearfix:after{
    clear:both
}
.hide-text{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.input-block-level{
    display:block;
    width:100%;
    min-height:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
@-ms-viewport{
    width:device-width
}
.hidden{
    display:none;
    visibility:hidden
}
.visible-phone{
    display:none !important
}
.visible-tablet{
    display:none !important
}
.hidden-desktop{
    display:none !important
}
.visible-desktop{
    display:inherit !important
}
@media (min-width:768px) and (max-width:979px){
    .hidden-desktop{
        display:inherit !important
    }
    .visible-desktop{
        display:none !important
    }
    .visible-tablet{
        display:inherit !important
    }
    .hidden-tablet{
        display:none !important
    }
}
@media (max-width:767px){
    .hidden-desktop{
        display:inherit !important
    }
    .visible-desktop{
        display:none !important
    }
    .visible-phone{
        display:inherit !important
    }
    .hidden-phone{
        display:none !important
    }
}
.visible-print{
    display:none !important
}
@media print{
    .visible-print{
        display:inherit !important
    }
    .hidden-print{
        display:none !important
    }
}
@media (min-width:768px) and (max-width:979px){
    .row{
        margin-left:-20px;
        *zoom:1;
    }
    .row:before,.row:after{
        display:table;
        line-height:0;
        content:""
    }
    .row:after{
        clear:both
    }
    [class*=span]{
        float:left;
        min-height:1px;
        margin-left:20px
    }
    .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
        width:724px
    }
    .span12{
        width:724px
    }
    .span11{
        width:662px
    }
    .span10{
        width:600px
    }
    .span9{
        width:538px
    }
    .span8{
        width:476px
    }
    .span7{
        width:414px
    }
    .span6{
        width:352px
    }
    .span5{
        width:290px
    }
    .span4{
        width:228px
    }
    .span3{
        width:166px
    }
    .span2{
        width:104px
    }
    .span1{
        width:42px
    }
    .offset12{
        margin-left:764px
    }
    .offset11{
        margin-left:702px
    }
    .offset10{
        margin-left:640px
    }
    .offset9{
        margin-left:578px
    }
    .offset8{
        margin-left:516px
    }
    .offset7{
        margin-left:454px
    }
    .offset6{
        margin-left:392px
    }
    .offset5{
        margin-left:330px
    }
    .offset4{
        margin-left:268px
    }
    .offset3{
        margin-left:206px
    }
    .offset2{
        margin-left:144px
    }
    .offset1{
        margin-left:82px
    }
    .row-fluid{
        width:100%;
        *zoom:1;
    }
    .row-fluid:before,.row-fluid:after{
        display:table;
        line-height:0;
        content:""
    }
    .row-fluid:after{
        clear:both
    }
    .row-fluid [class*=span]{
        display:block;
        float:left;
        width:100%;
        min-height:30px;
        margin-left:2.7624309392265194%;
        *margin-left:2.709239449864817%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .row-fluid [class*=span]:first-child{
        margin-left:0
    }
    .row-fluid .controls-row [class*=span]+[class*=span]{
        margin-left:2.7624309392265194%
    }
    .row-fluid .span12{
        width:100%;
        *width:99.94680851063829%;
    }
    .row-fluid .span11{
        width:91.43646408839778%;
        *width:91.38327259903608%;
    }
    .row-fluid .span10{
        width:82.87292817679558%;
        *width:82.81973668743387%;
    }
    .row-fluid .span9{
        width:74.30939226519337%;
        *width:74.25620077583166%;
    }
    .row-fluid .span8{
        width:65.74585635359117%;
        *width:65.69266486422946%;
    }
    .row-fluid .span7{
        width:57.18232044198895%;
        *width:57.12912895262725%;
    }
    .row-fluid .span6{
        width:48.61878453038674%;
        *width:48.56559304102504%;
    }
    .row-fluid .span5{
        width:40.05524861878453%;
        *width:40.00205712942283%;
    }
    .row-fluid .span4{
        width:31.491712707182323%;
        *width:31.43852121782062%;
    }
    .row-fluid .span3{
        width:22.92817679558011%;
        *width:22.87498530621841%;
    }
    .row-fluid .span2{
        width:14.3646408839779%;
        *width:14.311449394616199%;
    }
    .row-fluid .span1{
        width:5.801104972375691%;
        *width:5.747913483013988%;
    }
    .row-fluid .offset12{
        margin-left:105.52486187845304%;
        *margin-left:105.41847889972962%;
    }
    .row-fluid .offset12:first-child{
        margin-left:102.76243093922652%;
        *margin-left:102.6560479605031%;
    }
    .row-fluid .offset11{
        margin-left:96.96132596685082%;
        *margin-left:96.8549429881274%;
    }
    .row-fluid .offset11:first-child{
        margin-left:94.1988950276243%;
        *margin-left:94.09251204890089%;
    }
    .row-fluid .offset10{
        margin-left:88.39779005524862%;
        *margin-left:88.2914070765252%;
    }
    .row-fluid .offset10:first-child{
        margin-left:85.6353591160221%;
        *margin-left:85.52897613729868%;
    }
    .row-fluid .offset9{
        margin-left:79.8342541436464%;
        *margin-left:79.72787116492299%;
    }
    .row-fluid .offset9:first-child{
        margin-left:77.07182320441989%;
        *margin-left:76.96544022569647%;
    }
    .row-fluid .offset8{
        margin-left:71.2707182320442%;
        *margin-left:71.16433525332079%;
    }
    .row-fluid .offset8:first-child{
        margin-left:68.50828729281768%;
        *margin-left:68.40190431409427%;
    }
    .row-fluid .offset7{
        margin-left:62.70718232044199%;
        *margin-left:62.600799341718584%;
    }
    .row-fluid .offset7:first-child{
        margin-left:59.94475138121547%;
        *margin-left:59.838368402492065%;
    }
    .row-fluid .offset6{
        margin-left:54.14364640883978%;
        *margin-left:54.037263430116376%;
    }
    .row-fluid .offset6:first-child{
        margin-left:51.38121546961326%;
        *margin-left:51.27483249088986%;
    }
    .row-fluid .offset5{
        margin-left:45.58011049723757%;
        *margin-left:45.47372751851417%;
    }
    .row-fluid .offset5:first-child{
        margin-left:42.81767955801105%;
        *margin-left:42.71129657928765%;
    }
    .row-fluid .offset4{
        margin-left:37.01657458563536%;
        *margin-left:36.91019160691196%;
    }
    .row-fluid .offset4:first-child{
        margin-left:34.25414364640884%;
        *margin-left:34.14776066768544%;
    }
    .row-fluid .offset3{
        margin-left:28.45303867403315%;
        *margin-left:28.346655695309746%;
    }
    .row-fluid .offset3:first-child{
        margin-left:25.69060773480663%;
        *margin-left:25.584224756083227%;
    }
    .row-fluid .offset2{
        margin-left:19.88950276243094%;
        *margin-left:19.783119783707537%;
    }
    .row-fluid .offset2:first-child{
        margin-left:17.12707182320442%;
        *margin-left:17.02068884448102%;
    }
    .row-fluid .offset1{
        margin-left:11.32596685082873%;
        *margin-left:11.219583872105325%;
    }
    .row-fluid .offset1:first-child{
        margin-left:8.56353591160221%;
        *margin-left:8.457152932878806%;
    }
    input,textarea,.uneditable-input{
        margin-left:0
    }
    .controls-row [class*=span]+[class*=span]{
        margin-left:20px
    }
    input.span12,textarea.span12,.uneditable-input.span12{
        width:710px
    }
    input.span11,textarea.span11,.uneditable-input.span11{
        width:648px
    }
    input.span10,textarea.span10,.uneditable-input.span10{
        width:586px
    }
    input.span9,textarea.span9,.uneditable-input.span9{
        width:524px
    }
    input.span8,textarea.span8,.uneditable-input.span8{
        width:462px
    }
    input.span7,textarea.span7,.uneditable-input.span7{
        width:400px
    }
    input.span6,textarea.span6,.uneditable-input.span6{
        width:338px
    }
    input.span5,textarea.span5,.uneditable-input.span5{
        width:276px
    }
    input.span4,textarea.span4,.uneditable-input.span4{
        width:214px
    }
    input.span3,textarea.span3,.uneditable-input.span3{
        width:152px
    }
    input.span2,textarea.span2,.uneditable-input.span2{
        width:90px
    }
    input.span1,textarea.span1,.uneditable-input.span1{
        width:28px
    }
}
@media (max-width:767px){
    body{
        padding-right:20px;
        padding-left:20px
    }
    .navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{
        margin-right:-20px;
        margin-left:-20px
    }
    .container-fluid{
        padding:0
    }
    .dl-horizontal dt{
        float:none;
        width:auto;
        clear:none;
        text-align:left
    }
    .dl-horizontal dd{
        margin-left:0
    }
    .container{
        width:auto
    }
    .row-fluid{
        width:100%
    }
    .row,.thumbnails{
        margin-left:0
    }
    .thumbnails>li{
        float:none;
        margin-left:0
    }
    [class*=span],.uneditable-input[class*=span],.row-fluid [class*=span]{
        display:block;
        float:none;
        width:100%;
        margin-left:0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .span12,.row-fluid .span12{
        width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .row-fluid [class*=offset]:first-child{
        margin-left:0
    }
    .input-large,.input-xlarge,.input-xxlarge,input[class*=span],select[class*=span],textarea[class*=span],.uneditable-input{
        display:block;
        width:100%;
        min-height:30px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .input-prepend input,.input-append input,.input-prepend input[class*=span],.input-append input[class*=span]{
        display:inline-block;
        width:auto
    }
    .controls-row [class*=span]+[class*=span]{
        margin-left:0
    }
    .modal{
        position:fixed;
        top:20px;
        right:20px;
        left:20px;
        width:auto;
        margin:0
    }
    .modal.fade{
        top:-100px
    }
    .modal.fade.in{
        top:20px
    }
}
@media (max-width:480px){
    .nav-collapse{
        -webkit-transform:translate3d(0,0,0)
    }
    .page-header h1 small{
        display:block;
        line-height:20px
    }
    input[type=checkbox],input[type=radio]{
        border:1px solid #ccc
    }
    .form-horizontal .control-label{
        float:none;
        width:auto;
        padding-top:0;
        text-align:left
    }
    .form-horizontal .controls{
        margin-left:0
    }
    .form-horizontal .control-list{
        padding-top:0
    }
    .form-horizontal .form-actions{
        padding-right:10px;
        padding-left:10px
    }
    .media .pull-left,.media .pull-right{
        display:block;
        float:none;
        margin-bottom:10px
    }
    .media-object{
        margin-right:0;
        margin-left:0
    }
    .modal{
        top:10px;
        right:10px;
        left:10px
    }
    .modal-header .close{
        padding:10px;
        margin:-10px
    }
    .carousel-caption{
        position:static
    }
}
@media (max-width:979px){
    body{
        padding-top:0
    }
    .navbar-fixed-top,.navbar-fixed-bottom{
        position:static
    }
    .navbar-fixed-top{
        margin-bottom:20px
    }
    .navbar-fixed-bottom{
        margin-top:20px
    }
    .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{
        padding:5px
    }
    .navbar .container{
        width:auto;
        padding:0
    }
    .navbar .brand{
        padding-right:10px;
        padding-left:10px;
        margin:0 0 0 -5px
    }
    .nav-collapse{
        clear:both
    }
    .nav-collapse .nav{
        float:none;
        margin:0 0 10px
    }
    .nav-collapse .nav>li{
        float:none
    }
    .nav-collapse .nav>li>a{
        margin-bottom:2px
    }
    .nav-collapse .nav>.divider-vertical{
        display:none
    }
    .nav-collapse .nav .nav-header{
        color:#777;
        text-shadow:none
    }
    .nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{
        padding:9px 15px;
        font-weight:700;
        color:#777;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px
    }
    .nav-collapse .btn{
        padding:4px 10px 4px;
        font-weight:400;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px
    }
    .nav-collapse .dropdown-menu li+li a{
        margin-bottom:2px
    }
    .nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{
        background-color:#f2f2f2
    }
    .navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{
        color:#999
    }
    .navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{
        background-color:#111
    }
    .nav-collapse.in .btn-group{
        padding:0;
        margin-top:5px
    }
    .nav-collapse .dropdown-menu{
        position:static;
        top:auto;
        left:auto;
        display:none;
        float:none;
        max-width:none;
        padding:0;
        margin:0 15px;
        background-color:transparent;
        border:none;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none
    }
    .nav-collapse .open>.dropdown-menu{
        display:block
    }
    .nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{
        display:none
    }
    .nav-collapse .dropdown-menu .divider{
        display:none
    }
    .nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{
        display:none
    }
    .nav-collapse .navbar-form,.nav-collapse .navbar-search{
        float:none;
        padding:10px 15px;
        margin:10px 0;
        border-top:1px solid #f2f2f2;
        border-bottom:1px solid #f2f2f2;
        -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
        -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
        box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
    }
    .navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{
        border-top-color:#111;
        border-bottom-color:#111
    }
    .navbar .nav-collapse .nav.pull-right{
        float:none;
        margin-left:0
    }
    .nav-collapse,.nav-collapse.collapse{
        height:0;
        overflow:hidden
    }
    .navbar .btn-navbar{
        display:block
    }
    .navbar-static .navbar-inner{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width:980px){
    .nav-collapse.collapse{
        height:auto !important;
        overflow:visible !important
    }
}
 @media (min-width:768px) and (max-width:979px){
    .main_container.left-sidebar .post .main_container.left-sidebar .type-attachment{
        float:none
    }
    .main_container.no-sidebar .post-title-excerpt{
        width:570px
    }
    .post,.comments_wrap,.no_comments_wrap,#respond,.span9.page-content .entry-content,.span9.page-content .post-media{
        width:538px
    }
    .main_menu_space_for_logo_center{
        width:0;
        display:none;
        padding:0;
        margin:0
    }
    ul.sf-menu li a{
        padding:0 8px
    }
    .responsive_menu ul{
        top:37px
    }
    .responsive_menu li a{
        font-size:12px;
        padding:8px
    }
    .post-title-excerpt{
        width:385px
    }
    .food_menu_text_name_desc,.food_menu_text_name_desc.single_price{
        width:55%
    }
    .food_menu_text_name_desc.multi_price{
        width:45%
    }
    .food_menu_text_right{
        padding-left:15px !important
    }
    .food_menu_small_image_name_desc{
        width:73%
    }
    .food_menu_small_image_name_desc.no_thumbnail.single_price{
        width:73%
    }
    .food_menu_small_image_name_desc.no_thumbnail.multi_price{
        width:66%
    }
    .food_menu_small_image_name_desc.single_price{
        width:57%
    }
    .food_menu_small_image_name_desc.multi_price{
        width:48%
    }
    .food_menu_sticky nav li a{
        padding:10px 10px 12px
    }
    .food_menu_sticky nav,#isotope-filter{
        width:724px
    }
    .isotope-item.span4 .isotope-food.food-menu-widget,.isotope-item.span4 .isotope-food .food-menu-widget-media{
        width:228px;
        height:158px
    }
    .isotope-item.span2 .isotope-food.food-menu-widget,.isotope-item.span2 .isotope-food .food-menu-widget-media{
        width:104px;
        height:69px
    }
    .isotope-food .food-menu-widget-price,.isotope-food .food-menu-widget-title{
        width:228px
    }
    .food-menu-widget.food-menu-widget-recommended{
        width:166px;
        height:159px
    }
    .food-menu-widget-recommended .food-menu-title-and-price,.food-menu-widget-recommended .food-menu-widget-title,.food-menu-widget-recommended .food-menu-widget-price{
        width:166px
    }
    .food_menu_recommended .food-menu-widget-badge-icon,.food_menu_recommended .food-menu-widget-money{
        margin-right:10px !important
    }
    .food_menu_recommended .food-menu-widget-title-text,.food_menu_recommended .food-menu-widget-price-text{
        line-height:14px;
        padding-right:4px;
        padding-left:45px
    }
    .gallery_box{
        width:25%
    }
    .AT_home_gallery_widget .home-gallery-content{
        width:auto;
        margin-bottom:10px
    }
    .AT_home_gallery_widget .home-gallery-image-row{
        width:auto;
        border-radius:0 0 12px 12px
    }
    .AT_home_gallery_widget .home-gallery-image{
        position:relative;
        float:left;
        width:181px;
        height:181px
    }
    .home-gallery-image-row .home-gallery-image:nth-child(1) img,.home-gallery-image-row .home-gallery-image:nth-child(1) img:hover{
        border-radius:0 0 0 12px
    }
    .home-gallery-image-row .home-gallery-image:nth-child(4) img,.home-gallery-image-row .home-gallery-image:nth-child(4) img:hover{
        border-radius:0 0 12px
    }
    .AT_stunning_text_widget .home-stunning-text-area.button-enable{
        padding-right:29%
    }
    .sidebar .widget_search #s{
        width:112px
    }
    .sidebar .recent-post-thumbnail{
        float:none;
        width:auto;
        height:auto
    }
    .sidebar .recent-post-thumbnail img{
        width:auto;
        height:auto;
        -webkit-border-radius:4px 4px 0px 0px;
        -moz-border-radius:4px 4px 0px 0px;
        -o-border-radius:4px 4px 0px 0px;
        border-radius:4px 4px 0 0
    }
    .sidebar .food-menu-widget-thumbnail img{
        width:auto;
        height:auto
    }
    .sidebar .recent-post-title{
        padding:10px;
        width:145px
    }
    .sidebar .recent-post-thumbnail:after{
        border-width:0
    }
    .sidebar .widget_archive select,.sidebar widget_categories{
        width:auto
    }
    .food-menu-widget-title-text,.food-menu-widget-price-text{
        padding-right:4px
    }
    .widget_flickr .flickr_badge_image img{
        width:48px;
        height:48px
    }
    .footer_widgets .span4 .widget_search #s{
        width:173px
    }
    .footer_widgets .recent-post-thumbnail{
        width:auto;
        height:auto
    }
    .footer_widgets .recent-post-title{
        width:44%
    }
    .footer_widgets .recent-post-title.no-thumbnail{
        width:auto
    }
    .footer_widgets .food-menu-widget-title-text,.footer_widgets .food-menu-widget-price-text{
        width:110px
    }
    .footer_widgets .widget_flickr .flickr_badge_image img{
        width:42px;
        height:42px
    }
    .AT_boxes_widget .widget_title{
        margin-bottom:20px
    }
    .widget.AT_boxes_widget .food-menu-widget-thumbnail{
        min-height:100px
    }
    .flex_home_food img{
        min-height:189px
    }
    .food-menu-widget-recommended .food-menu-widget-media{
        width:166px;
        height:110px
    }
    .post-media{
        min-height:150px
    }
    .single-food-menu-media{
        min-height:200px
    }
}
@media (max-width:767px){
    body{
        padding-left:0;
        padding-right:0
    }
    .main_container.no-sidebar .post-title-excerpt{
        width:auto
    }
    .main_container.left-sidebar .sidebar{
        float:none
    }
    .main_container.left-sidebar .blog-content{
        float:none
    }
    .main_container.left-sidebar .post,.main_container.left-sidebar .type-attachment,.main_container.left-sidebar .comments_wrap,.main_container.left-sidebar .no_comments_wrap,.main_container.left-sidebar #respond .main_container.left-sidebar .page-content,.main_container.left-sidebar .span9.page-content .entry-content,.main_container.left-sidebar .span9.page-content .post-media{
        float:none
    }
    .container{
        padding:0 20px;
        margin:0 auto
    }
    .post,.comments_wrap,.no_comments_wrap,#respond,.span9.page-content .entry-content,.span9.page-content .post-media{
        width:auto
    }
    .header{
        height:auto;
        width:440px;
        margin:0 auto
    }
    .header_logo,.header_mainmenu.logo_overlap_menu_left .header_logo,.header_mainmenu.logo_overlap_menu_right .header_logo{
        float:none;
        position:static;
        text-align:center;
        padding:0
    }
    .header_social{
        float:none;
        margin:15px 0 10px;
        text-align:center;
        position:inherit
    }
    .header_social_icon{
        float:none
    }
    .header_reservation{
        display:none
    }
    .main_menu,.main_menu #menu-dine-and-drink-menu{
        display:none
    }
    .main_menu_dropdown{
        display:block;
        margin:0 auto;
        padding:15px 0 25px;
        width:360px
    }
    .main_menu_dropdown:after{
        left:46.3%
    }
    .responsive_menu{
        display:none
    }
    .mobile-menu{
        display:block;
        width:28px;
        font-size:23px;
        border-radius:4px;
        margin:0 auto
    }
    nav{
        margin:0;
        background:0 0
    }
    ul.responsive_menu{
        margin:15px 0 0;
        padding:0
    }
    ul.responsive_menu li ul.sub-menu li a{
        padding-left:30px
    }
    ul.responsive_menu li ul.sub-menu li ul.sub-menu li a{
        padding-left:60px
    }
    .responsive_menu li{
        display:block;
        margin:0
    }
    .responsive_menu li a{
        margin-top:1px;
        text-align:left
    }
    .responsive_menu ul{
        display:block;
        position:relative;
        top:0;
        left:0;
        width:100%
    }
    .responsive_menu ul ul{
        left:0
    }
    .flex-caption-wrap{
        display:none
    }
    h1.page_title_text{
        font-size:26px;
        padding:0 0 0 79px
    }
    .page_title_ribbon{
        height:56px;
        padding-top:20px;
        position:absolute;
        text-align:center;
        top:-5px;
        width:56px;
        z-index:10
    }
    .page_title_ribbon:after{
        border-style:solid;
        border-width:0 28px 11px;
        bottom:-11px;
        content:"";
        display:block;
        height:0;
        position:absolute;
        width:0;
        z-index:10
    }
    .page_title_ribbon i{
        font-size:32px
    }
    .page_title_ribbon_shadow{
        width:56px;
        height:72px
    }
    .page_title_ribbon_shadow:after{
        border-width:0 28px 14px;
        bottom:-14px
    }
    .post,.comments_wrap,.no_comments_wrap,#respond,.main_container.no-sidebar .post,.main_container.no-sidebar .comments_wrap,.main_container.no-sidebar .no_comments_wrap,.main_container.no-sidebar #respond{
        width:auto;
        margin-left:auto;
        margin-right:auto
    }
    .post-media,.post-media img{
        min-height:1px
    }
    .post .post-meta-published{
        width:95px
    }
    .post-title-excerpt{
        padding:0 20px 0 130px;
        width:auto;
        float:none
    }
    .comment-author{
        float:none;
        text-align:left;
        margin-right:15px
    }
    .comment-date{
        display:none
    }
    .comment-edit-reply{
        margin:10px 30px 5px;
        float:none;
        text-align:left
    }
    .food-menu-widget.food-menu-widget-recommended,.food-menu-widget-recommended .food-menu-title-and-price,.food-menu-widget-recommended .food-menu-widget-title,.food-menu-widget-recommended .food-menu-widget-price{
        width:300px
    }
    .food-menu-widget-recommended .food-menu-widget-media{
        width:300px;
        height:200px
    }
    .food-menu-widget.food-menu-widget-recommended{
        width:300px;
        height:248px
    }
    .food-menu-widget{
        margin-left:auto;
        margin-right:auto;
        margin-bottom:30px
    }
    .food_menu_text_left,.food_menu_text_right{
        display:block !important;
        float:left !important;
        text-align:left;
        vertical-align:top;
        width:100% !important
    }
    .food_menu_text_right{
        padding-left:0 !important
    }
    .food_menu_text_left{
        border:none
    }
    .food_menu_text_name_desc,.food_menu_text_name_desc.single_price{
        width:63%
    }
    .food_menu_text_name_desc.multi_price{
        width:48%
    }
    .food_menu_sticky nav{
        display:none
    }
    .food_menu_small_image_wrap{
        border-radius:12px;
        margin:0 auto 40px
    }
    .food_menu_small_image_thumbnail{
        width:100px;
        padding-right:0
    }
    .food_menu_small_image_thumbnail:after{
        top:35%;
        right:0
    }
    .food_menu_small_image_name_desc{
        width:62%
    }
    .food_menu_small_image_name_desc.no_thumbnail.single_price{
        width:62%
    }
    .food_menu_small_image_name_desc.no_thumbnail.multi_price{
        width:53%
    }
    .food_menu_small_image_name_desc.single_price{
        width:45%
    }
    .food_menu_small_image_name_desc.multi_price{
        width:28%
    }
    .food_menu_price_number{
        padding-left:6px
    }
    .food_menu_price_name{
        display:inline
    }
    #isotope-filter{
        width:auto
    }
    .isotope-item.span4 .isotope-food.food-menu-widget,.isotope-item.span2 .isotope-food.food-menu-widget,.isotope-item.span4 .isotope-food .food-menu-widget-media,.isotope-item.span2 .isotope-food .food-menu-widget-media{
        width:300px;
        height:200px
    }
    .isotope-food .food-menu-widget-price{
        width:300px
    }
    .gallery_box{
        width:25%
    }
    .gallery_image:after{
        border-width:0 8px 8px
    }
    .AT_boxes_widget .span4{
        margin-top:0;
        width:300px;
        margin:0 auto !important
    }
    .AT_stunning_text_widget .home-stunning-text-area{
        padding:65px 30px 30px !important;
        text-align:center
    }
    .AT_stunning_text_widget .home-stunning-text-button{
        position:relative;
        right:0;
        top:0;
        margin-top:20px
    }
    .AT_home_food_widget .widget_title_ribbon{
        display:none
    }
    .AT_home_food_widget h3.home-food-title{
        border-left:5px solid;
        padding:0 5px 0 40px;
        margin-top:20px
    }
    .AT_home_food_widget .home-food-wrap .home-food-media img,.AT_home_food_widget .home-food-wrap .home-food-media iframe,.AT_home_food_widget .home-food-wrap .home-food-media .slides,.AT_home_food_widget .home-food-wrap .home-food-media .video-container{
        border-radius:12px 12px 0 0;
        overflow:hidden
    }
    .AT_home_gallery_widget .home-gallery-content{
        width:auto;
        margin-bottom:10px;
        padding-right:25px
    }
    .AT_home_gallery_widget .home-gallery-image-row{
        width:auto;
        border-radius:0 0 12px 12px
    }
    .AT_home_gallery_widget .home-gallery-image{
        position:relative;
        float:left;
        width:25%;
        height:25%;
        margin:0
    }
    .home-gallery-image-row .home-gallery-image:nth-child(1) img,.home-gallery-image-row .home-gallery-image:nth-child(1) img:hover{
        border-radius:0 0 0 12px
    }
    .home-gallery-image-row .home-gallery-image:nth-child(4) img,.home-gallery-image-row .home-gallery-image:nth-child(4) img:hover{
        border-radius:0 0 12px
    }
    .home_widgets .AT_fourboxes_widget .teaser_box{
        margin:0 auto 25px auto;
        width:300px
    }
    .sidebar{
        margin:50px auto 20px;
        width:400px
    }
    #searchform{
        text-align:center
    }
    .sidebar .food-menu-widget-thumbnail img{
        width:auto;
        height:auto
    }
    .sidebar .recent-post-title{
        padding:10px;
        width:auto;
        float:none;
        text-align:center
    }
    .sidebar .recent-post-title a{
        padding:0 10px
    }
    .sidebar .recent-post-thumbnail img{
        -webkit-border-radius:4px 0px 0px 4px;
        -moz-border-radius:4px 0px 0px 4px;
        -o-border-radius:4px 0px 0px 4px;
        border-radius:4px 0 0 4px
    }
    .sidebar .widget_flickr .flickr_badge_image:nth-child(3n+1),.footer_widgets .widget_flickr .flickr_badge_image:nth-child(3n+1){
        margin-right:10px
    }
    .footer_widgets .footer_widget_col{
        border-right:none
    }
    .footer_widgets .widget{
        border-right:none;
        padding-right:0
    }
    div.message-box-content{
        width:78%
    }
    .gallery-item img{
        border-width:1px
    }
    .gallery-columns-4 .gallery-item{
        margin-right:3% !important;
        width:22% !important
    }
    .gallery-columns-3 .gallery-item{
        margin-right:3% !important;
        width:30% !important
    }
    .gallery-columns-3 .gallery-item:nth-child(2n+1){
        margin-right:0 !important
    }
    .one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
        width:100%
    }
    #reservation_me ol.forms li,#contact_me ol.forms li,.span12.page-fullwidth #reservation_me ol.forms li,.span12.content #reservation_me ol.forms li,.span12.page-fullwidth #reservation_me ol.forms li.textarea,.span12.content #reservation_me ol.forms li.textarea,.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3),.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6),.span12.content #reservation_me ol.forms li:nth-child(3),.span12.content #reservation_me ol.forms li:nth-child(6){
        width:100% !important
    }
    #reservation_me ol.forms li input[type=text],#reservation_me ol.forms li textarea,#contact_me ol.forms li input[type=text],#contact_me ol.forms li textarea,.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(6) input[type=text],.span12.page-fullwidth #reservation_me ol.forms li textarea,.span12.content #reservation_me ol.forms li textarea{
        width:95% !important
    }
}
@media (max-width:480px){
    .gmap_container{
        padding-bottom:80%
    }
    .main_container.left-sidebar .post{
        float:none
    }
    .header{
        height:auto;
        width:300px;
        margin:0 auto
    }
    .header_logo .header_mainmenu.logo_overlap_menu_left .header_logo,.header_mainmenu.logo_overlap_menu_right .header_logo{
        float:none;
        position:static;
        text-align:center;
        width:280px;
        padding:0
    }
    .header_social{
        margin:15px 0 10px
    }
    .main_menu_dropdown:after{
        border-width:0 10px 10px
    }
    .main_menu_dropdown{
        width:300px
    }
    .home_widgets_container.home_move_up div.widget:first-child{
        margin-top:30px
    }
    .home_slider_container.home_move_up .flex-control-nav{
        bottom:10px
    }
    .home_slider_container .flex-control-nav,.single_portfolio_slider_wrapper.flexslider .flex-control-nav{
        bottom:10px
    }
    .home_slider_container .flex-control-paging li a,.single_portfolio_slider_wrapper.flexslider .flex-control-paging li a{
        width:12px;
        height:12px
    }
    .post,.comments_wrap,.no_comments_wrap,#respond,.main_container.no-sidebar .post,.main_container.no-sidebar .comments_wrap,.main_container.no-sidebar .no_comments_wrap,.main_container.no-sidebar #respond{
        width:auto;
        margin-left:auto;
        margin-right:auto
    }
    .post-media,.post-media img{
        min-height:1px
    }
    .post-meta-day{
        font-size:40px;
        line-height:40px
    }
    .post .post-meta-published{
        width:80px
    }
    .post-title-excerpt{
        padding:0 20px 0 117px;
        width:auto;
        float:none
    }
    ol.commentlist ul.children{
        margin-left:0
    }
    .food-menu-widget.food-menu-widget-recommended,.food-menu-widget-recommended .food-menu-title-and-price,.food-menu-widget-recommended .food-menu-widget-title,.food-menu-widget-recommended .food-menu-widget-price{
        width:280px
    }
    .food-menu-widget.food-menu-widget-recommended{
        width:280px;
        height:232px
    }
    .food-menu-widget-recommended .food-menu-widget-media{
        width:280px;
        height:187px
    }
    .food_menu_text_name_desc,.food_menu_text_name_desc.single_price{
        width:56%
    }
    .food_menu_text_name_desc.multi_price{
        width:38%
    }
    .food_menu_text_price.multi_price .food_menu_price_number{
        padding-left:6px
    }
    .food_menu_small_image_wrap{
        width:auto
    }
    .food_menu_small_image_thumbnail{
        width:140px;
        padding-right:0;
        float:none;
        margin:0 auto;
        margin-bottom:15px
    }
    .food_menu_small_image_thumbnail:after{
        top:35%
    }
    .food_menu_small_image_name_desc{
        width:60%
    }
    .food_menu_small_image_name_desc.no_thumbnail.single_price.no_icon{
        width:60%
    }
    .food_menu_small_image_name_desc.no_thumbnail.multi_price.no_icon{
        width:40%
    }
    .food_menu_small_image_name_desc.no_thumbnail.single_price{
        width:50%
    }
    .food_menu_small_image_name_desc.no_thumbnail.multi_price{
        width:35%
    }
    .food_menu_small_image_name_desc.single_price.no_icon{
        width:66%;
        margin-bottom:5px
    }
    .food_menu_small_image_name_desc.multi_price.no_icon{
        width:56%;
        margin-bottom:5px
    }
    .food_menu_small_image_name_desc.single_price{
        width:53%;
        margin-bottom:5px
    }
    .food_menu_small_image_name_desc.multi_price{
        width:35%;
        margin-bottom:5px
    }
    .food_menu_price_number{
        padding-left:6px
    }
    .gallery_box{
        width:25%
    }
    .gallery_image_title{
        display:none
    }
    .AT_boxes_widget .span4{
        margin-top:0;
        width:auto;
        margin:0 auto !important
    }
    .AT_boxes_widget .food-menu-widget-thumbnail img{
        width:100%
    }
    .AT_home_gallery_widget .home-gallery-image{
        width:25%;
        height:25%;
        margin:0
    }
    .AT_boxes_widget.food-menu-widget-title{
        margin-top:10px
    }
    .home-special-boxes-post-title-and-detail{
        margin-top:20px
    }
    .food-menu-widget-title{
        padding:10px 0
    }
    .food-menu-title-and-price{
        float:none;
        left:0
    }
    .food-menu-widget-thumbnail{
        float:none
    }
    .food-menu-widget-thumbnail{
        float:none;
        width:auto
    }
    .food-menu-title-and-price,.home-special-boxes-post-title-and-detail{
        position:inherit;
        float:none
    }
    .home_widgets .AT_fourboxes_widget .teaser_box{
        width:auto
    }
    .sidebar{
        margin-top:30px;
        width:auto
    }
    #searchform{
        text-align:center
    }
    .widget_search #s{
        max-width:300px;
        width:auto
    }
    .sidebar .food-menu-widget-thumbnail img{
        width:auto;
        height:auto
    }
    div.message-box-content{
        float:none;
        text-align:center;
        padding:0 20px;
        width:auto
    }
    div.message-box-content.no-icon{
        width:auto
    }
    div.message-box-icon{
        float:none;
        text-align:center;
        margin-bottom:10px;
        padding:0 15px
    }
    .one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
        width:100%
    }
    #reservation_me ol.forms li,#contact_me ol.forms li,.span12.page-fullwidth #reservation_me ol.forms li,.span12.content #reservation_me ol.forms li,.span12.page-fullwidth #reservation_me ol.forms li.textarea,.span12.content #reservation_me ol.forms li.textarea,.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3),.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6),.span12.content #reservation_me ol.forms li:nth-child(3),.span12.content #reservation_me ol.forms li:nth-child(6){
        width:100% !important
    }
    #reservation_me ol.forms li input[type=text],#reservation_me ol.forms li textarea,#contact_me ol.forms li input[type=text],#contact_me ol.forms li textarea,.span12.page-fullwidth #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.page-fullwidth #reservation_me ol.forms li:nth-child(6) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(3) input[type=text],.span12.content #reservation_me ol.forms li:nth-child(6) input[type=text],.span12.page-fullwidth #reservation_me ol.forms li textarea,.span12.content #reservation_me ol.forms li textarea{
        width:95% !important
    }
}
@media (max-width:320px){
    .gmap_container{
        padding-bottom:150%
    }
    .header{
        height:auto;
        width:240px;
        margin:0 auto
    }
    .header_social_icon{
        width:26px;
        height:26px
    }
    .header_social a{
        padding-top:0
    }
    .header_social a i{
        font-size:15px;
        line-height:27px
    }
    .header_social_icon.header_social_yelp a,.header_social_icon.header_social_tripadvisor a{
        padding-top:2px
    }
    .header_social_icon.header_social_yelp a i,.header_social_icon.header_social_tripadvisor a i{
        font-size:19px !important;
        line-height:9px
    }
    .main_menu_dropdown{
        width:220px
    }
    .mobile-menu{
        font-size:18px;
        width:24px;
        padding:8px
    }
    .food-menu-widget.food-menu-widget-recommended{
        width:auto;
        height:auto
    }
    .food-menu-widget-recommended .food-menu-widget-media{
        width:200px;
        height:184px
    }
    .food-menu-widget.food-menu-widget-recommended,.food-menu-widget-recommended .food-menu-title-and-price,.food-menu-widget-recommended .food-menu-widget-title,.food-menu-widget-recommended .food-menu-widget-price{
        width:auto
    }
     .formcraft-css .powered-by{
        display:none !important
    }
    .formcraft-css .fc-form .form-element .submit-cover.align-right .submit-button{
        margin-right:0;
        color:#fff !important;
        background-color:#9e1e1e !important
    }
     h2.post-content-title{
        display:none
    }
}

.post {
        width:95% !important;
        padding:15px;
    }
    
    
    #main{ overflow: hidden; padding-top:20px; padding-bottom:80px; }

.primary{ width: 70%; float: left; }
.secondary{width: 20%; float: right;

	background: #1E1E1E;
	padding: 15px;
	overflow: hidden;
	border-radius:15px;

 }
.secondary h2 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 30px;
    line-height: 40px;
	
}
.secondary li {
    padding:5px 0;
}

#blogroll{ min-height: 400px;
}

.info {
    background: #1E1E1E;
	padding: 15px;
	border-radius:15px;
}
    
    
    
    @media only screen and (max-width: 767px) {
	
	#blogroll{ min-height: 200px; }
	
.primary, .secondary{
	float: none;
	width: auto;
}

.product2 {
    width: 98%;
    float: none;
}

	
/* 767px */
}
    