html {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

body {
    font: 14px/24px 'Roboto', 'Open Sans', 'Arial', 'sans-serif';
    background-color: #FBFBFB;
    color: #666;
    height: 100%;
    padding-top: 129px;
}

img {
    vertical-align: middle;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

h1 { font-size: 38px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}

h1,h2,h3,h4,h5,h6 {color: #333;}

a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 20px;
    line-height: 22px;
}

.red {
    background-color: #F01E23;
}

.red a,
.red h2,
.red h3,
.red h4,
.red .social-feed-date,
.red .fa,
.item_meta span:before,
.item_meta span:before,
.item_meta span:before {
    color: #fff !important;
}

.red .button:before,
.red .button:after {
    border-top: 5px solid #BA131A;
    border-bottom: 5px solid #BA131A;
}

.red .button,
.red .item_meta span,
.red .item_meta span.meta_likes:before,
.red .item_meta span.meta_comments:before,
.red .item_meta span.meta_author:before,
.red .item_meta span.meta_date:before,
.red .item_meta span.meta_comments a,
.red .item_meta span.meta_date a,
.red .item_meta span.meta_likes a,
.red .item_meta span.meta_author a {
    color: #fff;
}

.red .small-title {
    border-bottom: 1px solid #9C0B0B;
    color: #fff;
}

.red .small-title:after {
    background-color: #FFFFFF;
}

/* Button Styles */
.button {
    text-align: center;
    padding: 0 25px;
    height: 35px;
    line-height: 34px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    border: 0 none;
    position: relative;
    background-color: #e02124;
    border: 1px solid #D21E23;
    text-transform: uppercase;

    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

button.button {
    line-height: 37px;
}

/*.button {
    margin: 0 auto;
    text-align: center;
    padding: 6px 25px;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    border: 1px solid;
    position: relative;
    background: transparent;
    text-transform: uppercase;

    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}*/

/*.button:before {
    position: absolute;
    display: block;
    height: 20px;
    width: 2px;
    left: -2px;
    top: calc(50% - 10px);
    content: '';
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;

    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}*/

/*.button:after {
    position: absolute;
    display: block;
    height: 20px;
    width: 2px;
    right: -2px;
    top: calc(50% - 10px);
    content: '';
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;

    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}*/

.button:focus {
    outline: none;
}

.button:hover {
    background-color: #C9191C;
    color: #fff;
}

/* Background Overley Styles */
.background-overley {
    background: rgba(0,0,0,0.05);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

/* Small-Title Styles */
.small-title {
    border-bottom: 1px solid #818181;
    display: block;
    padding: 0 0 5px 0;
    position: relative;
    margin-bottom: 30px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.small-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #BA131A;
    position: absolute;
    bottom: -1px;
}

/* Main Content Styles */
.main-title {
    border-bottom: 1px #ffffff solid;
    border-top: 1px #ffffff solid;
    text-transform: uppercase;
    font-size: 24px;
    display: inline;
    margin: 0 auto;
    display: table;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 50px;
}

.container {
    position: relative;
}

.content {
    padding: 50px 0;
}

/* Input Styles */
.input {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    border: 1px solid rgba(0,0,0, .1);
    padding-left: 10px;
    padding-right: 0px;
    width: 100%;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}

.input:focus,
.captcha:focus,
.textarea:focus {
    outline: 1px solid #ed1c24;
}

.select {
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    text-transform: uppercase !important;
    background-color: #fff;
    background-image: none;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 40px;
}

.textarea {
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    text-transform: uppercase !important;
    background-color: #fff;
    background-image: none;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.popover {
    position: relative;
}

.tooltip-inner {
    padding: 10px;
}

/* ------------------------------------------ */
/*	Slider Styles
/* ------------------------------------------ */

/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}

.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}

.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption p {
    padding:5px;
    margin:0;
}

.nivo-caption a {
    display:inline !important;
}

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}

.nivo-prevNav {
    left:0px;
}

.nivo-nextNav {
    right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor:pointer;
}

.nivo-controlNav a.active {
    font-weight:bold;
}

/* ------------------------------------------ */
/*	Pagination Styles
/* ------------------------------------------ */
.pagination {
    margin: 0px auto 0;
    display: table;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #ED1C24;
    border: 1px solid #BB1E24;
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    background-color: #BB1E24;
    border: 1px solid #BB1E24;
    color: #fff;
}

.clean-padding {
    padding: 0;
}

.text-color {
    color: #D71921;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #C42323;
    border-color: #BB1E24;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: #F01E23;
    border-color: #BB1E24;
    color: #fff;
}

.searchTitleKeyword,
.searchTextKeyword {
    background-color: #D71921;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}

.sidebar-widget ul li:before {
    display: none !important;
}

.search-result-list li {
    display: inline-block;
}

.search-result-list li p {
    margin-bottom: 0;
}

.search-result-list p:first-of-type {
    font-weight: bold;
}

.comments-list li:before,
.documents li:before {
    display: none !important;
}

ul.list.documents li {
    padding: 20px 0 !important;
}

ul.list.documents li:first-of-type {
    padding-top: 0px !important;
}

.news-categories h3 a:hover,
.social-feed-widget a:hover,
.events-widget ul li h4 a:hover
.news-cat-list ul h4 a:hover,
.highlights #owl-demo .item h3 a:hover {
    color: #000 !important;
}