.block
{
    display: block;
}
.hidden
{
    display: none;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.center-relative
{
    margin-left: auto;
    margin-right: auto;
}
.center-text
{
    text-align: center !important;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.absolute
{
    position: absolute;
}
.fixed
{
    position: fixed;
}
.relative
{
    position: relative;
}
.margin-0, .margin-0 img
{
    margin: 0 !important;
    line-height: 0;
}
.top-50
{
    margin-top: 50px;	
}
.bottom-50
{
    margin-bottom: 50px !important;
}
blockquote
{
    border-left: 10px solid #FD3137;
    padding-left: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 24px;
    line-height: 44px;
    color: #b5b5b5;
}
blockquote.inline-blockquote
{
    width: 480px;
    float: left;
    margin-left: -178px;
    margin-right: 100px; 
}
.wrap-blockquote
{
    display: inline;
}
iframe
{
    width: 100%;
}
a.button
{
    display: inline-block;
    color: #FD3137;
    border: 3px solid #FD3137;
    text-align: center;
    padding: 15px 40px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
}
a.button:active
{
    position: relative;
    top: 1px;	
}
a.button:hover
{
    color: white;
    background-color: #6b0908;
}
h1,h2,h3,h4,h5,h6
{
    padding: 20px 0;
}
h1
{
    font-size: 38px;
    line-height: 38px;    
}
h2
{
    font-size: 34px;    
    line-height: 34px;    
}
h3
{
    font-size: 32px;  
    line-height: 32px;    
}
h4
{
    font-size: 30px;    
}
h5
{
    font-size: 28px;   
}
h6
{
    font-size: 26px;    
}
em
{
    font-style: italic;
}
ol
{
    list-style-type: decimal;
}
pre
{
    word-wrap: break-word;
}
sub
{
    vertical-align: sub;
    font-size: smaller;
}

/* COLUMNS */

.one,  .one_half{
    margin-right: 200px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.last{
    margin-right: 0 !important;
    clear: right;
}
.one{
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
}
.one_half{
    width: 565px;
}
.one img,  .one_half img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;	
}

.one_half.margin-0{
    width: 50%;
}

/* MENU */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}




/* WP DEFAULT CLASSES */
/* Text meant only for screen readers. */