
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

span.source{
    box-sizing: border-box;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

/*
    Gotham SSm A
    Gotham SSm B
    Gotham Narrow SSm A
    Gotham Narrow SSm B
*/

.clearfix {
    *zoom: 1;
}

body, html{
    margin: 0;
    min-width: 530px;
}

header{
    background: #7f1c2d;
    color: #fff;
}
header .mcontainer,
.page-menu .mcontainer{
    max-width: 1000px;
    margin: auto;
    padding-top: 10px;
}
header .mcontainer .logo,
.page-menu .mcontainer .logo{
    float: left;
    width: 78px;
}
header .mcontainer .title,
.page-menu .mcontainer .title{
    box-sizing: border-box;
    font-size: 20px;
    font-family: Garamond;
    float: left;
    height: 102px;
    line-height: 25px;
    padding: 14px 0 14px;
    vertical-align: middle;
    width: 150px;
}
header .mcontainer .title a,
.page-menu .mcontainer .title a{
    color: #fff;
    text-decoration: none;
}
header .mcontainer > nav,
.page-menu .mcontainer > nav{
    float: right;
}
header .mcontainer > nav ul,
.page-menu .mcontainer > nav ul{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: right;
}
header .mcontainer > nav ul li,
.page-menu .mcontainer > nav ul li{
    display: inline-block;
    /* margin-left: 20px; */
}
header .mcontainer > nav ul li:hover, header .mcontainer > nav ul li.hovered,
.page-menu .mcontainer > nav ul li:hover, header .mcontainer > nav ul li.hovered{
    background: #b6985a;
}
header .mcontainer > nav ul li.mobile-nav,
header .mcontainer > nav ul li.mobile-nav a .sub-label,
.page-menu .mcontainer > nav ul li.mobile-nav,
header .mcontainer > nav ul li.mobile-nav a .sub-label{
    display: none;
    position: relative;
}
header .mcontainer > nav ul li.mobile-nav ul,
.page-menu .mcontainer > nav ul li.mobile-nav ul{
    display: none;
    position: absolute;
    right: 0;
    margin-top: -1px;
}
header .mcontainer > nav ul li.mobile-nav:hover ul,
.page-menu .mcontainer > nav ul li.mobile-nav:hover ul{
    background: #b6985a;
    display: block;
}
header .mcontainer > nav ul li.mobile-nav ul li,
.page-menu .mcontainer > nav ul li.mobile-nav ul li{
    text-align: left;
    width: 100%;
    display: none;
}
header .mcontainer > nav ul li.mobile-nav ul li:hover,
.page-menu .mcontainer > nav ul li.mobile-nav ul li:hover{
    background: #fff;
}
header .mcontainer > nav ul li.mobile-nav ul li a,
.page-menu .mcontainer > nav ul li.mobile-nav ul li a{
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 10px;
    height: auto;
}
header .mcontainer > nav ul li.mobile-nav ul li:hover a,
.page-menu .mcontainer > nav ul li.mobile-nav ul li:hover a{
    color: #b6985a;
}
header .mcontainer > nav ul li a,
.page-menu .mcontainer > nav ul li a{
    color: #fff;
    display: block;
    font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 10px 0;
    padding-bottom: 0;
    height: 66px;
    text-align: center;
    text-decoration: none;
}
header .mcontainer > nav ul li a i,
.page-menu .mcontainer > nav ul li a i{
    margin-left: 30px;
}
header .mcontainer > nav ul.upper,
.page-menu .mcontainer > nav ul.upper{
    margin-top: 0;
}
header .mcontainer > nav ul.upper li,
.page-menu .mcontainer > nav ul.upper li{
    margin-left: 30px;
}
header .mcontainer > nav ul.upper li a,
.page-menu .mcontainer > nav ul.upper li a{
    border-bottom: 3px solid #b6985a;
    display: block;
    font-family: "Gotham SSm 3r", "Gotham SSm A", "Gotham SSm B", Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    height: auto;
    padding: 7px 0 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 94px;
}

header .mcontainer.sub-menu,
.page-menu .mcontainer.sub-menu{
    width: 100%;
    max-width: inherit;
    background: #fff;
    color: #303030;
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-style: normal;
    font-weight: 500;
    border-bottom: 3px solid #7B1B2B;
    padding-top: 0;
    display: none;
}
.page-menu .mcontainer.sub-menu{
    display: block;
    /* height: 39px; */
    /* overflow:hidden; */
    border-bottom: none;
    border-top: 3px solid #7B1B2B;
    background: #ECEDED;
    min-height: 40px;
    position: relative;
    z-index: 400;
}
header .mcontainer.sub-menu .table,
.page-menu .mcontainer.sub-menu .table{
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.page-menu .mcontainer.sub-menu .table{
    padding-top: 0;
    padding-bottom: 0;
}
.page-menu .mcontainer.sub-menu.opened .table{
    padding: 30px 50px 20px 20px;
}
header .mcontainer.sub-menu .table .menu-close,
.page-menu .mcontainer.sub-menu .table .menu-close,
.page-menu .mcontainer.sub-menu .table .menu-up,
.page-menu .mcontainer.sub-menu .table .menu-down{
    position: absolute;
    right: 0;
    bottom: 20px;
    cursor: pointer;
}
.page-menu .mcontainer.sub-menu .table .menu-up{
    /* position: relative; */
    float: right;
    padding: 8px;
    top: 0;
    display: none;
}
.page-menu .mcontainer.sub-menu.opened .table .menu-up{
    display: block;
}
.page-menu .mcontainer.sub-menu.opened .table .menu-down{
    display: none;
}
.page-menu .mcontainer.sub-menu .table .menu-down{
    /* position: relative; */
    float: left;
    padding: 8px;
    top: 0;
    left: 0;
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #303030;
    letter-spacing: 2px;
}
header .mcontainer.sub-menu .table nav,
.page-menu .mcontainer.sub-menu .table nav{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
header .mcontainer.sub-menu .table nav.col-md-3,
.page-menu .mcontainer.sub-menu .table nav.col-md-3{
    width: 25%;
}
.page-menu .mcontainer.sub-menu .table nav.col-md-3{
    display: none;
    margin-bottom: 20px;
}
.page-menu .mcontainer.sub-menu .table nav.col-md-3{
    display: block;
}
header .mcontainer.sub-menu .table nav > ul,
.page-menu .mcontainer.sub-menu .table nav > ul{
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
    box-sizing: border-box;
}
header .mcontainer.sub-menu .table nav > ul > li,
.page-menu .mcontainer.sub-menu .table nav > ul > li{
    box-sizing: border-box;
    position: relative;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li > .submenu-up,
.page-menu .mcontainer.sub-menu .table nav > ul > li > .submenu-down{
    position: static;
    float: right;
    width: 25px;
    padding-top: 5px;
    cursor: pointer;
    border-bottom: none;
    text-align: center;
    display: block;
    height: 25px;
    margin-bottom: 0;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li > .submenu-up img,
.page-menu .mcontainer.sub-menu .table nav > ul > li > .submenu-down img{
    width: 100%;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li > .submenu-up{
    display: none;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li.opened > .submenu-up{
    display: block;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li > .submenu-down{
    display: block;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li.opened > .submenu-down{
    display: none;
}
header .mcontainer.sub-menu .table nav > ul > li > a,
.page-menu .mcontainer.sub-menu .table nav > ul > li > a{
    color: #303030;
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    padding-left: 10px;
    text-indent: -10px;
    text-decoration: none;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li > a{
    border-bottom: 1px solid #ccc;
    display: block;
}
header .mcontainer.sub-menu .table nav > ul > li a:hover,
.page-menu .mcontainer.sub-menu .table nav > ul > li a:hover{
    text-decoration: underline;
}
header .mcontainer.sub-menu .table nav > ul > li > a.sub-label{
    margin-bottom: 0;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li.opened > a.sub-label{
    margin-bottom: 0;
    background: #b6985a;
    color: #fff;
    padding-left: 15px;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li.opened > .submenu-container{
    position: absolute;
    background: #fff;
    width: 760px;
    z-index: 1000;
    border: 1px solid #b6985a;
    left: 0;
    top: 24px;
}
.page-menu .mcontainer.sub-menu .table nav.nav-1 > ul > li.opened > .submenu-container{}
.page-menu .mcontainer.sub-menu .table nav.nav-2 > ul > li.opened > .submenu-container{
    left: -240px;
}
.page-menu .mcontainer.sub-menu .table nav.nav-3 > ul > li.opened > .submenu-container{
    left: -480px;
}
.page-menu .mcontainer.sub-menu .table nav.nav-4 > ul > li.opened > .submenu-container{
    right: 0;
    left: auto;
}
header .mcontainer.sub-menu .table nav > ul > li ul,
.page-menu .mcontainer.sub-menu .table nav > ul > li ul{
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
    border-top: 1px solid #ccc;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li ul{
    border-top: none;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li > .submenu-down + a + .submenu-container{
    display: none;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li.opened > .submenu-down + a .submenu-container{
    /* display: block; */
}
header .mcontainer.sub-menu .table nav > ul > li ul > li a,
.page-menu .mcontainer.sub-menu .table nav > ul > li ul > li a{
    display: inline-block;
    color: #303030;
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    padding-left: 10px;
    text-indent: -10px;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li nav ul > li a{
    margin-bottom: 0;
    border-bottom: none;
}


footer{
    background: #7f1c2d;
    color: #fff;
    padding-bottom: 10px;
}
footer .mcontainer{
    max-width: 1000px;
    margin: auto;
    padding-top: 10px;
}
footer .mcontainer .table{}
footer .mcontainer .table nav{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 25px;
    font-size: 13px;
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
footer .mcontainer .table nav.info{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-style: normal;
    font-weight: 500;
}
footer .mcontainer .table nav.col-md-2{
    width: 16.66666667%;
}
footer .mcontainer .table nav.col-md-3{
    width: 25%;
}
footer .mcontainer .table nav.col-md-4{
    width: 33.33333333%;
}
footer .mcontainer .table nav .logo{
    margin-top: 10px;
    float: right;
    width: 78px;
}
footer .mcontainer .table nav ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer .mcontainer .table nav ul li{}
footer .mcontainer .table nav ul li a{
    color: #fff;
    text-decoration: none;
}
footer .mcontainer .table nav ul li a:hover{
    text-decoration: underline;
}

#top{
}

#top .row{
    max-width: 1000px;
    margin: auto;
    margin-top: 40px;
    border-bottom: 1px solid #979797;
}

#top .row .col-md-4{
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 15px;
}
#top .row .col-md-8{
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
}

#bottom{
}

#bottom .row{
    max-width: 1000px;
    margin: auto;
    /* margin-top: 40px; */
    padding: 20px 30px;
    border-bottom: 1px solid #979797;
    height: 100%;
    /* display: table-row; */
}

#bottom .row .col{}

#bottom .row .col-md-3{
    width: 24%;
    float: none;
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

#bottom .row .col{
    /* height: 290px; */
    /* vertical-align: bottom; */
    /* display: table-cell; */
}
#bottom .row .col a{}
#bottom .row .col a.title{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    display: block;
    line-height: 25px;
    color: #7f1c2d;
    text-align: center;
    padding: 10px;
}
#bottom .row .col a.img{
    display: block;
}
#bottom .row .col a.img img{
    width: 100%;
    height: auto;
}

#main{
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    border-bottom: 3px solid #979797;
}
#main.article{
    border-bottom: 3px dashed #979797;
}
#main .page-content{
    position: relative;
    /* z-index: 0; */
    width: 80%;
    width: calc(100% - 270px);
    float: left;
    border-right: 1px solid #979797;
    padding-left: 0;
    padding-right: 20px;
}
#main .page-content.no-sidebar{
    width: 100%;
    border-right: none;
    padding-right: 0;
}
#main .page-content > h2{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #303030;
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}

#main.article .content{
    border-right: none;
}

#main .page-content .breadcrumb{
    font-family: "Gotham SSm 3i", "Gotham SSm A", "Gotham SSm B";
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    background: none;
    padding-left: 0;
}
#main .page-content .breadcrumb li{
    color: #7f1c2d;
}
#main .page-content .breadcrumb li + li:before{
    color: #7f1c2d;
    content: '>';
}
#main .page-content .breadcrumb li a{
    color: #7f1c2d;
}

#main #sidebar{
    position: relative;
    z-index: 200;
    width: 20%;
    width: calc(0% + 270px);
    padding-left: 20px;
    padding-right: 0;
    float: right;
    /* border-left: 1px solid #979797; */
}

article{
    margin-bottom: 32px;
}
article > .inner{}
article > .inner > .thumbnail{
    border: none;
    padding: 0;
    margin-bottom: 0;
    line-height: normal;
    display: block;
}
article > .inner > .thumbnail > img{
    display: none;
}
article > .inner > .thumbnail > img.highlight{}
article > .inner > .thumbnail > img.big{}
article > .inner > .thumbnail > img.small{}
article > .inner > .thumbnail > img.related{}
article > .inner > .thumbnail > img.horizontal{}
article > .inner > .thumbnail > img.horizontal-big{}
article > .inner > .content{
    position: relative;
}
article > .inner > .content > h2.title{
    font-family: "Gotham Narrow SSm 8r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 35pt;
}
article > .inner > .content > h2.title > a{
    color: #303030;
}
article > .inner > .content > .excerpt{
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 20px;
}
article > .inner > .content > .excerpt > p{}
article.standard{}
article.standard > .inner{}
article.standard > .inner > .thumbnail{}
article.standard > .inner > .thumbnail > img{}
article.standard > .inner > .thumbnail > img.highlight{}
article.standard > .inner > .thumbnail > img.big{}
article.standard > .inner > .thumbnail > img.small{}
article.standard > .inner > .thumbnail > img.related{}
article.standard > .inner > .thumbnail > img.horizontal{}
article.standard > .inner > .thumbnail > img.horizontal-big{}
article.standard > .inner > .content > h2.title{}
article.standard > .inner > .content > h2.title > a{}
article.standard > .inner > .content > .excerpt{
}
article.standard > .inner > .content > .excerpt > p{}
article.standard.small{}
article.standard.small > .inner{}
article.standard.small > .inner > .thumbnail{}
article.standard.small > .inner > .thumbnail > img{}
article.standard.small > .inner > .thumbnail > img.highlight{}
article.standard.small > .inner > .thumbnail > img.big{}
article.standard.small > .inner > .thumbnail > img.small{
    display: block;
}
article.standard.small > .inner > .thumbnail > img.related{}
article.standard.small > .inner > .thumbnail > img.horizontal{}
article.standard.small > .inner > .thumbnail > img.horizontal-big{}
article.standard.small > .inner > .content{}
article.standard.small > .inner > .content > h2.title{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
article.standard.small > .inner > .content > h2.title > a{}
article.standard.small > .inner > .content > .excerpt{
    display: none;
}
article.standard.small > .inner > .content > .excerpt > p{}
article.standard.big{}
article.standard.big > .inner{}
article.standard.big > .inner > .thumbnail{}
article.standard.big > .inner > .thumbnail > img{}
article.standard.big > .inner > .thumbnail > img.highlight{}
article.standard.big > .inner > .thumbnail > img.big{
    display: block;
}
article.standard.big > .inner > .thumbnail > img.small{}
article.standard.big > .inner > .thumbnail > img.related{}
article.standard.big > .inner > .thumbnail > img.horizontal{}
article.standard.big > .inner > .thumbnail > img.horizontal-big{}
article.standard.big > .inner > .content{}
article.standard.big > .inner > .content > h2.title{}
article.standard.big > .inner > .content > h2.title > a{}
article.standard.big > .inner > .content > .excerpt{
    border-left: 3px solid #b6985a;
}
article.standard.big > .inner > .content > .excerpt > p{
}
article.highlight{}
article.highlight > .inner{}
article.highlight > .inner > .thumbnail{}
article.highlight > .inner > .thumbnail > img{}
article.highlight > .inner > .thumbnail > img.highlight{
    display: block;
}
article.highlight > .inner > .thumbnail > img.big{}
article.highlight > .inner > .thumbnail > img.small{}
article.highlight > .inner > .thumbnail > img.related{}
article.highlight > .inner > .thumbnail > img.horizontal{}
article.highlight > .inner > .thumbnail > img.horizontal-big{}
article.highlight > .inner > .content{
    max-width: 1000px;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
}
article.highlight > .inner > .content > h2.title{
    margin-top: 42px;
}
article.highlight > .inner > .content > h2.title > a{}
article.highlight > .inner > .content > .excerpt{
    border-left: 3px solid #b6985a;
    padding-left: 20px;
}
article.highlight > .inner > .content > .excerpt > p{}
article.highlight.has-related{}
article.highlight.has-related > .inner{}
article.highlight.has-related > .inner > .thumbnail{}
article.highlight.has-related > .inner > .thumbnail > img{}
article.highlight.has-related > .inner > .thumbnail > img.highlight{}
article.highlight.has-related > .inner > .thumbnail > img.big{}
article.highlight.has-related > .inner > .thumbnail > img.small{}
article.highlight.has-related > .inner > .thumbnail > img.related{}
article.highlight.has-related > .inner > .thumbnail > img.horizontal{}
article.highlight.has-related > .inner > .thumbnail > img.horizontal-big{}
article.highlight.has-related > .inner > .content{}
article.highlight.has-related > .inner > .content > h2.title{
    padding-right: 33.33333333%;
}
article.highlight.has-related > .inner > .content > h2.title > a{}
article.highlight.has-related > .inner > .content > .excerpt{
    padding-right: 33.33333333%;
}
article.highlight.has-related > .inner > .content > .excerpt > p{}
article.highlight article.related{
    display: none;
    width: 33.33333333%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
}
article.highlight article.related > .inner{}
article.highlight article.related > .inner > .thumbnail{}
article.highlight article.related > .inner > .thumbnail > img{
    border: 11px solid #fff;
}
article.highlight article.related > .inner > .thumbnail > img.highlight{}
article.highlight article.related > .inner > .thumbnail > img.big{}
article.highlight article.related > .inner > .thumbnail > img.small{
    display: none;
}
article.highlight article.related > .inner > .thumbnail > img.related{
    width: 100%;
    display: block;
}
article.highlight article.related > .inner > .thumbnail > img.horizontal{}
article.highlight article.related > .inner > .thumbnail > img.horizontal-big{}
article.highlight article.related > .inner > .content{
    padding: 0 11px;
}
article.highlight article.related > .inner > .content > h2.title{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
article.highlight article.related > .inner > .content > h2.title > a{}
article.highlight article.related > .inner > .content > .excerpt{
    display: none;
}
article.highlight article.related > .inner > .content > .excerpt > p{}
article.highlight.has-related article.related{
    display: block;
}
article.highlight.has-related article.related > .inner{}
article.highlight.has-related article.related > .inner > .thumbnail{}
article.highlight.has-related article.related > .inner > .thumbnail > img{}
article.highlight.has-related article.related > .inner > .thumbnail > img.highlight{}
article.highlight.has-related article.related > .inner > .thumbnail > img.big{}
article.highlight.has-related article.related > .inner > .thumbnail > img.small{}
article.highlight.has-related article.related > .inner > .thumbnail > img.related{}
article.highlight.has-related article.related > .inner > .thumbnail > img.horizontal{}
article.highlight.has-related article.related > .inner > .thumbnail > img.horizontal-big{}
article.highlight.has-related article.related > .inner > .content{}
article.highlight.has-related article.related > .inner > .content > h2.title{}
article.highlight.has-related article.related > .inner > .content > h2.title > a{}
article.highlight.has-related article.related > .inner > .content > .excerpt{}
article.highlight.has-related article.related > .inner > .content > .excerpt > p{}
article.horizontal{
    margin-bottom: 40px;
}
article.horizontal > .inner{}
article.horizontal > .inner > .thumbnail{}
article.horizontal > .inner > .thumbnail > img{}
article.horizontal > .inner > .thumbnail > img.highlight{}
article.horizontal > .inner > .thumbnail > img.big{}
article.horizontal > .inner > .thumbnail > img.small{}
article.horizontal > .inner > .thumbnail > img.related{}
article.horizontal > .inner > .thumbnail > img.horizontal{
    display: block;
    float: left;
    margin-right: 20px;
}
article.horizontal > .inner > .thumbnail > img.horizontal-big{}
article.horizontal > .inner > .content{}
article.horizontal > .inner > .content > h2.title{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
article.horizontal > .inner > .content > h2.title > a{}
article.horizontal > .inner > .content > .excerpt{
}
article.horizontal > .inner > .content > .excerpt > p{}
article.horizontal.quote{
    background: #b6985a;
    color: #fff;
    border-left: 10px solid #7f1c2d;
    padding: 10px 30px;
}
article.horizontal.quote > .inner{}
article.horizontal.quote > .inner > .thumbnail{
}
article.horizontal.quote > .inner > .thumbnail > img{
    display: none !important;
}
article.horizontal.quote > .inner > .thumbnail > img.highlight{}
article.horizontal.quote > .inner > .thumbnail > img.big{}
article.horizontal.quote > .inner > .thumbnail > img.small{}
article.horizontal.quote > .inner > .thumbnail > img.related{}
article.horizontal.quote > .inner > .thumbnail > img.horizontal{}
article.horizontal.quote > .inner > .thumbnail > img.horizontal-big{}
article.horizontal.quote > .inner > .content{}
article.horizontal.quote > .inner > .content > h2.title{
    font-family: "Gotham SSm 3i", "Gotham SSm A", "Gotham SSm B", Arial;
    font-size: 27px;
    font-style: italic;
    font-weight: 300;
    line-height: 28px;
}
article.horizontal.quote > .inner > .content > h2.title > a{
    color: #fff;
}
article.horizontal.quote > .inner > .content > .excerpt{
    font-family: "Gotham SSm 3r", "Gotham SSm A", "Gotham SSm B", Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    text-align: right;
}
article.horizontal.quote > .inner > .content > .excerpt > p{}
article.horizontal.horizontal-big{}
article.horizontal.horizontal-big > .inner{}
article.horizontal.horizontal-big > .inner > .thumbnail{}
article.horizontal.horizontal-big > .inner > .thumbnail > img{
    display: none;
}
article.horizontal.horizontal-big > .inner > .thumbnail > img.highlight{}
article.horizontal.horizontal-big > .inner > .thumbnail > img.big{}
article.horizontal.horizontal-big > .inner > .thumbnail > img.small{}
article.horizontal.horizontal-big > .inner > .thumbnail > img.related{}
article.horizontal.horizontal-big > .inner > .thumbnail > img.horizontal{}
article.horizontal.horizontal-big > .inner > .thumbnail > img.horizontal-big{
    display: block;
    width: 100%;
}
article.horizontal.horizontal-big > .inner > .content{}
article.horizontal.horizontal-big > .inner > .content > h2.title{}
article.horizontal.horizontal-big > .inner > .content > h2.title > a{}
article.horizontal.horizontal-big > .inner > .content > .excerpt{}
article.horizontal.horizontal-big > .inner > .content > .excerpt > p{}
article.horizontal.related{}
article.horizontal.related > .inner{}
article.horizontal.related > .inner > .thumbnail{
    width: 240px;
}
article.horizontal.related > .inner > .thumbnail > img{
    display: none;
}
article.horizontal.related > .inner > .thumbnail > img.highlight{}
article.horizontal.related > .inner > .thumbnail > img.big{}
article.horizontal.related > .inner > .thumbnail > img.small{}
article.horizontal.related > .inner > .thumbnail > img.related{
    display: block;
    float: left;
    margin-right: 40px;
}
article.horizontal.related > .inner > .thumbnail > img.horizontal{}
article.horizontal.related > .inner > .thumbnail > img.horizontal-big{}
article.horizontal.related > .inner > .content{}
article.horizontal.related > .inner > .content > h2.title{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
article.horizontal.related > .inner > .content > h2.title > a{}
article.horizontal.related > .inner > .content > .excerpt{
    display: none;
}
article.horizontal.related > .inner > .content > .excerpt > p{}

article.main.page{}
article.main > .inner{}
article.main > .inner > .thumbnail{}
article.main > .inner > .thumbnail > img{}
article.main > .inner > .thumbnail > img.highlight{}
article.main > .inner > .thumbnail > img.big{}
article.main > .inner > .thumbnail > img.small{}
article.main > .inner > .thumbnail > img.related{}
article.main > .inner > .thumbnail > img.horizontal{}
article.main > .inner > .thumbnail > img.horizontal-big{}
article.main > .inner > .content{
    padding-left: 60px;
}
article.main > .inner > .content > h1.title{
    font-family: "Gotham Narrow SSm 8r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 800;
    border-bottom: 3px dashed #bcbec0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
article.main > .inner > .content > h1.title > a{
    color: #303030;
    font-size: 32px;
    line-height: 40px;
}
article.main > .inner > .content > .excerpt{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    padding-left: 40px;
}
article.main > .inner > .content > .excerpt > p{}
article.main > .inner > .content > .meta{
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px dashed #bcbec0;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    margin: 30px 0 30px 40px;
}
article.main > .inner > .content > .meta > span{
    margin-right: 10px;
}
article.main > .inner > .content > .meta > .date{}
article.main > .inner > .content > .meta > .author{
    padding-left: 10px;
    border-left: 1px solid #303030;
}
article.main > .inner > .content > .text{
    padding-left: 40px;
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #303030;
}
article.main > .inner > .content > .text a{
    color: #034ea2;
}
article.main > .inner > .content > .text > h2{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    margin: 40px 0 30px -40px;
    margin-top: 40px;
    line-height: 25px;
}
article.main > .inner > .content > .text > h3{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}
article.main > .inner > .content > .text p{
    padding-bottom: 20px;
    margin-bottom: 0;
}
article.main > .inner > .content > .excerpt .box.right,
article.main > .inner > .content > .text .box.right{
    float: right;
    color: #7b152b;
    width: 190px;
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-right: -249px;
    /*margin-top: 50px;*/
	margin-top: 0px;
}
article.main > .inner > .content > .excerpt .box.right i,
article.main > .inner > .content > .text .box.right i{
    margin-left: -40px;
    float: left;
}
article.main > .inner > .content > .excerpt .box.right span.outer,
article.main > .inner > .content > .text .box.right span.outer{
	display: block;
    padding: 0;
}
article.main > .inner > .content > .excerpt .box.right span.outer span.inner,
article.main > .inner > .content > .text .box.right span.outer span.inner {
	/*border-bottom: 1px dashed #7b152b;*/
}
article.main > .inner > .content > .excerpt .box.right span.outer span.inner a, 
article.main > .inner > .content > .text .box.right span.outer span.inner a {
	color: inherit;
}
article.main > .inner > .content > .excerpt .box.right span.outer span.inner a:hover, 
article.main > .inner > .content > .text .box.right span.outer span.inner a:hover {
	text-decoration: none;
}
article.main > .inner > .content > .text .image{
    margin-bottom: 20px;
}
article.main > .inner > .content > .text .image > img{
    width: 100%;
    height: auto;
}
article.main > .inner > .content > .text .image > .desc{
    display: block;
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}
article.main > .inner > .content > .text .image > .source{
    display: block;
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
article.main > .inner > .content > .text .image > .desc:empty{
    display: none;
}
article.main > .inner > .content > .text .image > .source:empty{}
article.main > .inner > .content > .text .image.inner{
}
article.main > .inner > .content > .text .image.inner > img{}
article.main > .inner > .content > .text .image.inner > .desc{}
article.main > .inner > .content > .text .image.inner > .source{}
article.main > .inner > .content > .text .image.outer{
    margin-left: -100px;
    margin-right: -290px;
}
article.main > .inner > .content > .text .image.outer > img{}
article.main > .inner > .content > .text .image.outer > .desc{}
article.main > .inner > .content > .text .image.outer > .source{}
article.main > .inner > .content > .text .image.left{
    float: left;     width: 280px;     margin: 0 40px 20px -40px;}
article.main > .inner > .content > .text .image.left > img{}
article.main > .inner > .content > .text .image.left > .desc{}
article.main > .inner > .content > .text .image.left > .source{}
article.main > .inner > .content > .text > .quote{
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #B6985A;
}
article.main > .inner > .content > .text > .quote.inner{
    margin: 0 0 20px 40px;
}
article.main > .inner > .content > .text > .quote.left{
    float: left;
    width: 280px;
    margin: 0 40px 20px -40px;
}
article.main > .inner > .content > .text > .quote.right{}
article.main > .inner > .content > .text > .highlight{
    padding: 20px 20px 0 20px;
    background: #e9e0cd;
    font-size: 16px;
    margin-bottom: 20px;
}
article.main > .inner > .content > .text > .highlight > h2{
    margin: 0;
    margin-bottom: 20px;
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}
article.main > .inner > .content > .text > .highlight > p{
}
article.main > .inner > .content > .tags{
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    border-top: 3px dashed #bcbec0;
    padding-top: 20px;
}
article.main > .inner > .content > .tags > h3{
    background: #B6985A;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    float: left;
}
article.main > .inner > .content > .tags > ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    width: 80%;
    width: calc(100% - 170px);
}
article.main > .inner > .content > .tags > ul li{
    display: inline-block;
}
article.main > .inner > .content > .tags > ul li + li:before{
    content: '•';
    color: #B6985A;
    margin: 5px

}
article.main > .inner > .content > .tags > ul li a{
    color: #B6985A;
}
article.main > .inner > .content > .social{
    margin-bottom: 20px;
    border-top: 3px dashed #bcbec0;
    padding-top: 20px;
    padding-left: 40px;
}
article.main > .inner > .content > .social ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
article.main > .inner > .content > .social ul li{
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    float: left;
    vertical-align: middle;
    height: 27px;
    padding: 5px 10px;
    cursor: pointer;
}
article.main > .inner > .content > .social ul li a{}
article.main > .inner > .content > .social ul li i{
    margin-right: 10px;
}
article.main > .inner > .content > .social ul li.facebook{
    color: #fff;
    background: #0035A0;
    text-transform: uppercase;
}
article.main > .inner > .content > .social ul li.facebook i{}
article.main > .inner > .content > .social ul li.email{
    color: #B6985A;
}
article.main > .inner > .content > .social ul li.email i{
    font-size: 34px;
    float: left;
    margin-top: -10px;
}
article.main > .inner > .content > .box{
    margin: 0;
    margin-bottom: 20px;
    border-top: 3px dashed #bcbec0;
    padding-top: 20px;
    padding-left: 40px;
}
article.main > .inner > .content > .box > h3{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
article.main > .inner > .content > .box > .info{
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
article.main > .inner > .content > .box > .info p{}
article.main > .inner > .content > .related{
    margin: 0;
    margin-bottom: 20px;
    border-top: 3px dashed #bcbec0;
    padding-top: 20px;
    padding-left: 40px;
}
article.main > .inner > .content > .related > h3{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
article.main.page{}
article.main.page > .inner{}
article.main.page > .inner > .thumbnail{}
article.main.page > .inner > .thumbnail > img{}
article.main.page > .inner > .thumbnail > img.highlight{}
article.main.page > .inner > .thumbnail > img.big{}
article.main.page > .inner > .thumbnail > img.small{}
article.main.page > .inner > .thumbnail > img.related{}
article.main.page > .inner > .thumbnail > img.horizontal{}
article.main.page > .inner > .thumbnail > img.horizontal-big{}
article.main.page > .inner > .content{}
article.main.page > .inner > .content > h1.title{}
article.main.page > .inner > .content > h1.title > a{}
article.main.page > .inner > .content > h2.title{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #303030;
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}
article.main.page > .inner > .content > h2.title > a{}
article.main.page > .inner > .content > .excerpt{}
article.main.page > .inner > .content > .excerpt > p{}
article.main.page > .inner > .content > .meta{}
article.main.page > .inner > .content > .meta > span{}
article.main.page > .inner > .content > .meta > .date{}
article.main.page > .inner > .content > .meta > .author{}
article.main.page > .inner > .content > .text{}
article.main.page > .inner > .content > .text a{}
article.main.page > .inner > .content > .text > h2{}
article.main.page > .inner > .content > .text > h3{}
article.main.page > .inner > .content > .text p{}
article.main.page > .inner > .content > .excerpt .box.right,
article.main.page > .inner > .content > .text .box.right{}
article.main.page > .inner > .content > .excerpt .box.right i,
article.main.page > .inner > .content > .text .box.right i{}
article.main.page > .inner > .content > .text .image{}
article.main.page > .inner > .content > .text .image > img{}
article.main.page > .inner > .content > .text .image > .desc{}
article.main.page > .inner > .content > .text .image > .source{}
article.main.page > .inner > .content > .text .image > .desc:empty{}
article.main.page > .inner > .content > .text .image > .source:empty{}
article.main.page > .inner > .content > .text .image.inner{}
article.main.page > .inner > .content > .text .image.inner > img{}
article.main.page > .inner > .content > .text .image.inner > .desc{}
article.main.page > .inner > .content > .text .image.inner > .source{}
article.main.page > .inner > .content > .text .image.outer{}
article.main.page > .inner > .content > .text .image.outer > img{}
article.main.page > .inner > .content > .text .image.outer > .desc{}
article.main.page > .inner > .content > .text .image.outer > .source{}
article.main.page > .inner > .content > .text .image.left{}
article.main.page > .inner > .content > .text .image.left > img{}
article.main.page > .inner > .content > .text .image.left > .desc{}
article.main.page > .inner > .content > .text .image.left > .source{}
article.main.page > .inner > .content > .text > .quote{}
article.main.page > .inner > .content > .text > .quote.inner{}
article.main.page > .inner > .content > .text > .quote.left{}
article.main.page > .inner > .content > .text > .quote.right{}
article.main.page > .inner > .content > .text > .highlight{}
article.main.page > .inner > .content > .text > .highlight > h2{}
article.main.page > .inner > .content > .text > .highlight > p{}
article.main.page > .inner > .content > .tags{}
article.main.page > .inner > .content > .tags > h3{}
article.main.page > .inner > .content > .tags > ul{}
article.main.page > .inner > .content > .tags > ul li{}
article.main.page > .inner > .content > .tags > ul li + li:before{}
article.main.page > .inner > .content > .tags > ul li a{}
article.main.page > .inner > .content > .social{}
article.main.page > .inner > .content > .social ul{}
article.main.page > .inner > .content > .social ul li{}
article.main.page > .inner > .content > .social ul li a{}
article.main.page > .inner > .content > .social ul li i{}
article.main.page > .inner > .content > .social ul li.facebook{}
article.main.page > .inner > .content > .social ul li.facebook i{}
article.main.page > .inner > .content > .social ul li.email{}
article.main.page > .inner > .content > .social ul li.email i{}
article.main.page > .inner > .content > .box{}
article.main.page > .inner > .content > .box > h3{}
article.main.page > .inner > .content > .box > .info{}
article.main.page > .inner > .content > .box > .info p{}
article.main.page > .inner > .content > .related{}
article.main.page > .inner > .content > .related > h3{}
article.event{}
article.event > .inner{}
article.event > .inner > .thumbnail{}
article.event > .inner > .thumbnail > img{
}
article.event > .inner > .thumbnail > img.highlight{}
article.event > .inner > .thumbnail > img.big{}
article.event > .inner > .thumbnail > img.small{}
article.event > .inner > .thumbnail > img.related{}
article.event > .inner > .thumbnail > img.horizontal{
    /* display: none; */
}
article.event.horizontal-big > .inner > .thumbnail > img.horizontal-big{
    display: block;
    float: left;
    margin-right: 20px;
    width: 540px;
    margin-bottom: 20px;
}
article.event > .inner > .content{}
article.event > .inner > .content > h1.title{}
article.event > .inner > .content > h1.title > a{}
article.event > .inner > .content > h2.title{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
article.event > .inner > .content > h2.title > a{}
article.event > .inner > .content > .excerpt{
    display: none;
}
article.event > .inner > .content > .excerpt > p{}
article.event > .inner > .content > .genre{
    font-family: "Gotham Narrow SSm 3i", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-indent: 20px;
    text-align: left;
}
article.event > .inner > .content > .location{
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-indent: 20px;
}
article.event > .inner > .content > .date{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-indent: 20px;
}
article.event > .inner > .content > .meta{}
article.event > .inner > .content > .meta > span{}
article.event > .inner > .content > .meta > .date{}
article.event > .inner > .content > .meta > .author{}
article.event > .inner > .content > .text{}
article.event > .inner > .content > .text a{}
article.event > .inner > .content > .text > h2{}
article.event > .inner > .content > .text > h3{}
article.event > .inner > .content > .text p{}
article.event > .inner > .content > .excerpt .box.right,
article.event > .inner > .content > .text .box.right{}
article.event > .inner > .content > .excerpt .box.right i,
article.event > .inner > .content > .text .box.right i{}
article.event > .inner > .content > .text .image{}
article.event > .inner > .content > .text .image > img{}
article.event > .inner > .content > .text .image > .desc{}
article.event > .inner > .content > .text .image > .source{}
article.event > .inner > .content > .text .image > .desc:empty{}
article.event > .inner > .content > .text .image > .source:empty{}
article.event > .inner > .content > .text .image.inner{}
article.event > .inner > .content > .text .image.inner > img{}
article.event > .inner > .content > .text .image.inner > .desc{}
article.event > .inner > .content > .text .image.inner > .source{}
article.event > .inner > .content > .text .image.outer{}
article.event > .inner > .content > .text .image.outer > img{}
article.event > .inner > .content > .text .image.outer > .desc{}
article.event > .inner > .content > .text .image.outer > .source{}
article.event > .inner > .content > .text .image.left{}
article.event > .inner > .content > .text .image.left > img{}
article.event > .inner > .content > .text .image.left > .desc{}
article.event > .inner > .content > .text .image.left > .source{}
article.event > .inner > .content > .text > .quote{}
article.event > .inner > .content > .text > .quote.inner{}
article.event > .inner > .content > .text > .quote.left{}
article.event > .inner > .content > .text > .quote.right{}
article.event > .inner > .content > .text > .highlight{}
article.event > .inner > .content > .text > .highlight > h2{}
article.event > .inner > .content > .text > .highlight > p{}
article.event > .inner > .content > .tags{}
article.event > .inner > .content > .tags > h3{}
article.event > .inner > .content > .tags > ul{}
article.event > .inner > .content > .tags > ul li{}
article.event > .inner > .content > .tags > ul li + li:before{}
article.event > .inner > .content > .tags > ul li a{}
article.event > .inner > .content > .social{}
article.event > .inner > .content > .social ul{}
article.event > .inner > .content > .social ul li{}
article.event > .inner > .content > .social ul li a{}
article.event > .inner > .content > .social ul li i{}
article.event > .inner > .content > .social ul li.facebook{}
article.event > .inner > .content > .social ul li.facebook i{}
article.event > .inner > .content > .social ul li.email{}
article.event > .inner > .content > .social ul li.email i{}
article.event > .inner > .content > .box{}
article.event > .inner > .content > .box > h3{}
article.event > .inner > .content > .box > .info{}
article.event > .inner > .content > .box > .info p{}
article.event > .inner > .content > .related{}
article.event > .inner > .content > .related > h3{}
article.main.event{}
article.main.event > .inner{}
article.main.event > .inner > .thumbnail{}
article.main.event > .inner > .thumbnail > img{}
article.main.event > .inner > .thumbnail > img.highlight{}
article.main.event > .inner > .thumbnail > img.big{}
article.main.event > .inner > .thumbnail > img.small{}
article.main.event > .inner > .thumbnail > img.related{}
article.main.event > .inner > .thumbnail > img.horizontal{
    display: block;
    float: right;
}
article.main.event.horizontal-big > .inner > .thumbnail > img.horizontal-big{}
article.main.event > .inner > .content{
    padding-left: 0;
}
article.main.event > .inner > .content > h1.title{}
article.main.event > .inner > .content > h1.title > a{}
article.main.event > .inner > .content > h2.title{
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}
article.main.event > .inner > .content > h2.title > a{
}
article.main.event > .inner > .content > .excerpt{}
article.main.event > .inner > .content > .excerpt > p{}
article.main.event > .inner > .content > .genre{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    text-indent: 0;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 25px;
}
article.main.event > .inner > .content > .location{}
article.main.event > .inner > .content > .date{}
article.main.event > .inner > .content > .meta{
    width: 66.6666667%;
    width: calc(100% - 410px );
    border: none;
    border-bottom: 1px solid #dedede;
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    text-indent: 0;
    padding-left: 40px;
}
article.main.event > .inner > .content > .meta > h2{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-left: -40px;
}
article.main.event > .inner > .content > .meta > span{}
article.main.event > .inner > .content > .meta > .date{}
article.main.event > .inner > .content > .meta > .author{}
article.main.event > .inner > .content > .text{}
article.main.event > .inner > .content > .text a{}
article.main.event > .inner > .content > .text > h2{}
article.main.event > .inner > .content > .text > h3{}
article.main.event > .inner > .content > .text p{}
article.main.event > .inner > .content > .excerpt .box.right,
article.main.event > .inner > .content > .text .box.right{}
article.main.event > .inner > .content > .excerpt .box.right i,
article.main.event > .inner > .content > .text .box.right i{}
article.main.event > .inner > .content > .text .image{}
article.main.event > .inner > .content > .text .image > img{}
article.main.event > .inner > .content > .text .image > .desc{}
article.main.event > .inner > .content > .text .image > .source{}
article.main.event > .inner > .content > .text .image > .desc:empty{}
article.main.event > .inner > .content > .text .image > .source:empty{}
article.main.event > .inner > .content > .text .image.inner{}
article.main.event > .inner > .content > .text .image.inner > img{}
article.main.event > .inner > .content > .text .image.inner > .desc{}
article.main.event > .inner > .content > .text .image.inner > .source{}
article.main.event > .inner > .content > .text .image.outer{}
article.main.event > .inner > .content > .text .image.outer > img{}
article.main.event > .inner > .content > .text .image.outer > .desc{}
article.main.event > .inner > .content > .text .image.outer > .source{}
article.main.event > .inner > .content > .text .image.left{}
article.main.event > .inner > .content > .text .image.left > img{}
article.main.event > .inner > .content > .text .image.left > .desc{}
article.main.event > .inner > .content > .text .image.left > .source{}
article.main.event > .inner > .content > .text > .quote{}
article.main.event > .inner > .content > .text > .quote.inner{}
article.main.event > .inner > .content > .text > .quote.left{}
article.main.event > .inner > .content > .text > .quote.right{}
article.main.event > .inner > .content > .text > .highlight{}
article.main.event > .inner > .content > .text > .highlight > h2{}
article.main.event > .inner > .content > .text > .highlight > p{}
article.main.event > .inner > .content > .tags{}
article.main.event > .inner > .content > .tags > h3{}
article.main.event > .inner > .content > .tags > ul{}
article.main.event > .inner > .content > .tags > ul li{}
article.main.event > .inner > .content > .tags > ul li + li:before{
    color: #000;
}
article.main.event > .inner > .content > .tags > ul li a{
    color: #000;
}
article.main.event > .inner > .content > .social{}
article.main.event > .inner > .content > .social ul{}
article.main.event > .inner > .content > .social ul li{}
article.main.event > .inner > .content > .social ul li a{}
article.main.event > .inner > .content > .social ul li i{}
article.main.event > .inner > .content > .social ul li.facebook{}
article.main.event > .inner > .content > .social ul li.facebook i{}
article.main.event > .inner > .content > .social ul li.email{}
article.main.event > .inner > .content > .social ul li.email i{}
article.main.event > .inner > .content > .box{}
article.main.event > .inner > .content > .box > h3{}
article.main.event > .inner > .content > .box > .info{}
article.main.event > .inner > .content > .box > .info p{}
article.main.event > .inner > .content > .related{}
article.main.event > .inner > .content > .related > h3{}
article.no-img{}
article.no-img > .inner{}
article.no-img > .inner > .thumbnail{}
article.no-img > .inner > .thumbnail > img{
    display: none !important;
}
article.no-img > .inner > .thumbnail > img.highlight{}
article.no-img > .inner > .thumbnail > img.big{}
article.no-img > .inner > .thumbnail > img.small{}
article.no-img > .inner > .thumbnail > img.related{}
article.no-img > .inner > .thumbnail > img.horizontal{}
article.no-img > .inner > .thumbnail > img.horizontal-big{}
article.no-img > .inner > .content{}
article.no-img > .inner > .content > h2.title{}
article.no-img > .inner > .content > h2.title > a{}
article.no-img > .inner > .content > .excerpt{}
article.no-img > .inner > .content > .excerpt > p{}

#sidebar .box{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #979797;
}
#sidebar .box:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#sidebar .box h2{
    text-align: center;
    width: 100%;
    margin: 0;
}
#sidebar .box.rounded-img{}
#sidebar .box.rounded-img h2{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #7f1c2d;
}
#sidebar .box.rounded-img .img-bg{
    position: relative;
    width: 100%;
    float: left;
    font-size: 12px;
}
#sidebar .box.rounded-img .img-bg:before{
    content: "";
    display: block;
    margin-top: 100%;
}
#sidebar .box.rounded-img .img-bg > .img{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 100%;
    background: transparent none no-repeat center center;
    background-size: cover;
}
#sidebar .box.events{}
#sidebar .box.events h2{
    font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    padding: 10px;
    background: #7f1c2d;
    color: #fff;
    margin-bottom: 20px;
}
#sidebar .box.events ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#sidebar .box.events ul li{}
#sidebar .box.events ul li a{}
#sidebar .box.events ul li a.date{
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #7f1c2d;
    margin: 5px 0 5px 10px;
    display: block;
    border-bottom: 1px solid #979797;
}
#sidebar .box.events ul li a.text{
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 15px 10px;
    color: #303030;
    display: block;
}
#sidebar .box.events ul li.more a, a.more{
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    background: #B6985A;
    margin: 5px 0 5px 10px;
    display: inline-block;
    text-align: right;
    padding: 0 5px 0 10px;
    line-height: 20px;
    float: right;
}

#sidebar .box.press{}
#sidebar .box.press h2{
    font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    padding: 10px;
    background: #7f1c2d;
    color: #fff;
}
#sidebar .box.press ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #b6985a;
    line-height: 20px;
    font-size: 15px;
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    padding: 20px 10px 1px;
}
#sidebar .box.press ul li{}
#sidebar .box.press ul li a{}
#sidebar .box.press ul li a.title{
    color: #fff;
    display: block;
}
#sidebar .box.press ul li a.name{
    color: #303030;
    display: block;
    padding-left: 10px;
    margin-bottom: 15px;
}

.page-top{
    margin-bottom: 30px;
}
.page-top h1{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size:40px;
    color: #6f6f6f;
    margin-top: 30px;
    margin-bottom: 40px;
}
.page-event h1{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size:40px;
    color: #6f6f6f;
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #dedede;
    padding-bottom: 30px;
}

.related-events{
    border-bottom: 3px solid #b7975a;
}

.events{}
.events h2{
    font-family: "Gotham Narrow SSm 5r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.events form{
    width: 100%;position: relative;}
.events form input,
.events form select{
    border: 1px solid #b7975a;
    background: #fff;
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}
.events form input:focus,
.events form select:focus{
    outline: none;
}
.events form .form-group.text{
    border: 1px solid #b7975a;
    padding: 10px;
}
.events form input[type=text].text{
    border: none;
    padding: 0;
    width: 100%;
}
.events form input[type=submit]{}
.events form input[type=reset]{}
.events form select{
    width: 240px;
    margin-left: 10px;
}
.events form .form-group{
    position: relative;
    text-align: right;
    padding-right: 0;
}
.events form .form-group.order{
    border-top: 2px solid #b7975a;
    font-size: 14px;
    text-align: left;
}
.events form .form-group.order h3{
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
}
.events form .form-group.order input[type=radio]{}
.events form .form-group.order input[type=radio] + label{
    float: none;
    border: none;
    background: transparent url(/static/frontend/imgs/radio-unchecked.png) no-repeat left center;
    padding-left: 25px;
    text-align: left;
    width: auto;
}
.events form .form-group.order input[type=radio]:checked{}
.events form .form-group.order input[type=radio]:checked + label{
    color: #000;
    background-image: url(/static/frontend/imgs/radio-checked.png);
}
.events form .form-group button{
    background: #801d2f;
    color: #fff;
    border: none;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 43px;
    font-size: 20px;
}
.events form button[type=reset]{
    width: auto;
    color: #801d2f;
    background: #fff;
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 80px;
    border: none;
}
.events form .date{
}
.events form .date .wrapper{
    border: 1px solid #b7975a;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 560px;
    text-align: left;
}
.events form .date .wrapper input{
    border: none;
    width: 150px;
}
.events form .date .wrapper input + .ui-datepicker-trigger{
    margin-right: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    position: static;
    display: inline;
}
.events form label{
    margin-right: 5px;
    float: left;
    margin-top: 10px;
}
.events form .periods{
    /* width: 100%; */
    /* text-align: left; */
}
.events form input[type=radio]{
    display: none;
}
.events form input[type=radio] + label{
    float: right;
    width: 180px;
    display: inline-block;
    border: 1px solid #b7975a;
    padding: 5px;
    background: #fff;
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    text-align:center;
    cursor: pointer;
    margin-right: 0;
    margin-left: 10px;
}
.events form input[type=radio]:checked + label{
    background: #b7975a;
    color: #fff;
}
article.main > .inner > .content > .box.signon{
    width: 350px;
    float: right;
    border-top: none;
    background: #b7975a;
    color: #fff;
    padding: 20px;
    margin-left: 20px;
}
article.main > .inner > .content > .box.signon.opened{
    padding-bottom: 0;
}
article.main > .inner > .content > .box.signon > h2{
    margin: 0;
    margin-bottom: 20px;
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}
article.main > .inner > .content > .box.signon > p{
    font-family: "Gotham Narrow SSm 4r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
article.main > .inner > .content > .box.signon > .date{
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    background: #801d2f;
    padding: 10px;
}
article.main > .inner > .content > .box.signon > .date > button{
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: none;
    float: right;
    padding: 0 10px;
}

article.main > .inner > .content > .box.signon > .content{
    margin: 20px -20px 0 -20px;
    padding: 20px;
    background: #e5dac6;
    display: none;
}
article.main > .inner > .content > .box.signon.opened > .content{
    display: block;
}
article.main > .inner > .content > .box.signon > .content > h2{
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}
article.main > .inner > .content > .box.signon > .content > .tabs{
    background: #fff;
}
article.main > .inner > .content > .box.signon > .content > .tabs > ul{
    margin: 0;
    padding: 0;
    background: #fff;
    color: #b7975a;
    border: none;
}
article.main > .inner > .content > .box.signon > .content > .tabs > ul > li{
    height: 36px;
    border: none;
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    width: 33%;
    width: calc( (100% / 3) - 2px );
    margin: 1px;
    text-align: center;
    background: #b7975a;
}
article.main > .inner > .content > .box.signon > .content > .tabs > ul > li.ui-state-active{
    background: #fff;
}
article.main > .inner > .content > .box.signon > .content > .tabs > ul > li a{
    text-align: center;
    width: 100%;
    color: #fff;
}
article.main > .inner > .content > .box.signon > .content > .tabs > ul > li.ui-state-active a{
    color: #B79755;
}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab{}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form{}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input,
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form textarea{
    width: 100%;
    border: 1px solid #b7975a;
}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=submit],
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=reset]{

}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=submit]{
    background: #801d2f;
    color: #fff;
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 16;
    line-height: 20px;
    width: auto;
    padding: 5px 10px;
    float: left;
}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=reset]{
    color: #000;
    background: #fff;
    border: none;
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 16;
    line-height: 20px;
    width: auto;
    padding: 5px 10px;
    float: right;
}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form label{
    width: 100%;
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
article.main > .inner > .content > .box.signon > .content > .description{
    margin-top: 20px;
    color: #000;
}
.ui-selectmenu-button{
    background: #fff;
    border: 1px solid #b7975a;
}
.ui-selectmenu-button:hover,
.ui-selectmenu-button.ui-state-focus{
    color: #000;
}

.ui-datepicker{
    padding: 0;
    border: none;
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next,.ui-selectmenu-button span.ui-icon{
    text-align:center;
    width: 20px;
    text-indent: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 27px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
}
.ui-selectmenu-button span.ui-icon{
    color: #801d2f;
    margin-top: -15px;
    right: 5px;
    height: 20px;
}
.ui-datepicker .ui-datepicker-prev:hover,.ui-datepicker .ui-datepicker-next:hover{
    text-decoration:none;
    background: none;
    border: none;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    background: none;
    display: block;
}
.ui-datepicker .ui-datepicker-prev:before{
    content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before{
    content: "\f105";
}
.ui-selectmenu-button span.ui-icon:before{
    content: "\f107";
}

.pager{ 
border-top: 1px solid #b7975a;margin-top: 30px;font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B"; font-style: normal; font-weight: 300;text-align: center;}
.pager ul{
    padding: 0;
    margin-top: 20px;
}
.pager ul li{}
.pager ul li.more{
    color: #831c2f;
    line-height:20px;
}
.pager ul li.more i{
    font-size: 20px;
}
.pager ul li.left{
    float: left;
}
.pager ul li.right{
    float: right;
}
.pager ul li.right:before{
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
}
.pager ul li.right:last-child:before{
    content: " ";
}

.pager ul li input[type=radio]{
    display: none;
}
.pager ul li input[type=radio] + label{
    font-weight: 300;
    cursor: pointer;
}
.pager ul li input[type=radio]:checked{}
.pager ul li input[type=radio]:checked + label{
color: #831c2f;}
