/*
Theme Name: Vega-child
Theme URI: https://www.skapto.be/
Author: Sander Van Langendonck
Author URI: https://www.skapto.be/
Template: vega
Description: vega child theme
Version: 1.9.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vega-child
Domain Path: /languages/
*/


/*
- Headings
- Special Headings
- Links
- Background Colors for Sections
- Custom Icons
- Buttons
- Helper
- Forms
- Search Form
- Images and Thumbnails
- Video Embed
- Structure
- Top Navigation
- Page Banner 
- Image Banner
- Blog Feed
- Pagination
- Post
- Page
- Widgets
- Tag Cloud Widget
- Icon List
- Front Page - Content 
- Front Page - Featured Icons / 4 Columns with Icons
- Front Page - CTA 
- Front Page - Open Content 
- Front Page - Recent Posts
- 404 Page
- Comments
- Footer
- Footer Widgets
- Footer Nav
- Back to Top
- Jetpack
- Wordpress Core
- Media Queries
*/

body{font-family: 'Lato', sans-serif; font-size:14px; padding-top:90px; line-height:2; color:#3a3939; }

/* Headings
------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{font-family: 'Raleway', sans-serif; line-height:1.36; font-weight:600; }
h1{font-size:24px; }
h2{font-size:20px; }
h3{font-size:16px; }
h4{font-size:15px; }
h5{font-size:14px; }
h6{font-size:13px; }

/* Special Headings
------------------------------------------------------------------------*/

.block-title{font-family:'Raleway', sans-serif; font-weight:600; margin:0 0 25px; text-transform:uppercase; position:relative; text-align:center; line-height:1.2; padding-bottom:10px; color:#3a3939; }
.block-title:after{content:""; height:0px; width:50px; position:absolute; bottom:-2px; left:50%; margin-left:-25px; border-bottom:1px solid #AD0000; } /*OLD COLOR WAS f96238*/
.block-title a{color:inherit; }
.block-title.block-title-left {text-align:left; }
.block-title.block-title-left:after{left:0; margin-left:0; }
.page-content .block-title{margin: 0 0 10px; }

/* Links
------------------------------------------------------------------------*/

a{color:#AD0000; }
a:hover,
a:focus{color:#f73b07; }
button:focus,input:focus,img:focus, a:focus {outline:0; }
a.more-link {color: #333; text-transform: uppercase; }

/* Background Colors for Sections
------------------------------------------------------------------------*/

.bg-white{background-color:#fff }
.bg-dark{background-color:#4D4C4C; color:#fff; }
.bg-primary{background-color:#AD0000; color:#fff; }
.bg-grey-light{background-color:#F5F5F5; } 
.bg-grey-light-2{background-color:#fafafa; }
.bg-grey-light-3{background-color:#fcfcfc; }
.bg-smoke{background-color:#F5F5F5; }
.bg-footer{background-color:#efefef; }

/* Custom Icons
------------------------------------------------------------------------*/

.ic{display:inline-block; background-repeat:no-repeat; background-position:center center; vertical-align:middle }
.ic-angle-up-white{width:19px; height:11px; background-image:url(assets/img/ico_arrow_ud_white.png); background-position:0 0; }
.ic-angle-left{width:11px; height:19px; background-image:url(assets/img/ico_arrow_lr_black.png); background-position:0 0; }
.ic-angle-left-white{width:11px; height:19px; background-image:url(assets/img/ico_arrow_lr_white.png); background-position:0 0; }
.ic-angle-right{width:11px; height:19px; background-image:url(assets/img/ico_arrow_lr_black.png); background-position:right 0; }
.ic-angle-right-white{width:11px; height:19px; background-image:url(assets/img/ico_arrow_lr_white.png); background-position:right 0; }
.ic-angle-up{width:19px; height:11px; background-image:url(assets/img/ico_arrow_ud_black.png); background-position:0 0; }
.ic-angle-down{width:19px; height:11px; background-image:url(assets/img/ico_arrow_ud_black.png); background-position:0 bottom; }
.ic-angle-down-white{width:19px; height:11px; background-image:url(assets/img/ico_arrow_ud_white.png); background-position:0 bottom; }

/* Buttons
------------------------------------------------------------------------*/

.btn{font-family: 'Lato', sans-serif; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; font-size:13px; padding:13px 20px; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.btn .fa{font-size:14px; margin-right:5px; color:#9d9d9d; }

.btn-inverse{background-color:#3a3939; color:#fff; }
.btn-inverse:focus,
.btn-inverse:hover{background-color:#292929; color:#fff; }

.btn.btn-social-icon{padding:0; }
.btn.btn-social-icon .fa{color:#fff; }

.btn-primary-custom{background-color:#AD0000; border-color:#AD0000; color:#fff; }
.btn-primary-custom{background-color:#AD0000; color:#fff; }
.btn-primary-custom:focus,
.btn-primary-custom:hover{background-color:#AD0000; color:#fff; } /*f73b07*/

/* Images and Thumbnails
------------------------------------------------------------------------*/
.img-responsive.center{margin-left:auto; margin-right:auto; }
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {max-width: 100%; height: auto; }

/* Structure
------------------------------------------------------------------------*/

.section{ position:relative; padding:80px 0 80px; /*65*/ }
.CContainer {clear: left; display: inline-block; width:100%; max-width: 900px; vertical-align: top; margin: 0 0px 10px 0px; text-align: justify !important;}
.CLeft {clear: left; width: 47.5%; display: inline-block; text-align: justify !important;}
.CRight {float: right; width: 47.5%;}
.C3of4 {width: 47.5%; display: inline;}
.C4of4 {float: right; width: 45%;}
.C1and2of3 {float: left; width: 66.2% !important;}
.C1of3 {float: left; width: 49.1%;}
.C2of3 {float: right; width: 49.0%;}
.C3of3 {float: right; width: 32.5% !important;}

.CID {clear: left; display: inline-block; vertical-align: top; width: 100%;}
.CIDPhoto {float: left; clear: left; width: 18% !important; margin-right: 5%; overflow:hidden; border-radius: 10px 30px; border: 0px !important; padding: 0px;}
.CIDName {text-align: left !important; width: 75%; overflow:hidden; }
.IDPhoto{border: 0px !important;} /* image */


.map{border: 0px !important; }
.imagesdropshadow{box-shadow: 5px 5px 2px #888888; }

/* Top Navigation
------------------------------------------------------------------------*/

.navbar-custom{min-height:90px; margin:0; border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; background-color:#fff; -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2); -moz-box-shadow:0 0 5px rgba(0,0,0,0.2); box-shadow:0 0 5px rgba(0,0,0,0.2); }

.navbar-custom .navbar-brand{line-height:36px; padding-top:15px; padding-bottom:17px; height:70px; }
a.navbar-brand.text-logo {text-transform: uppercase; font-weight: 900; font-size:30px; color:#010101; }


.navbar-custom .navbar-nav > li > a{font-family:'Lato', sans-serif; font-size:12px; font-weight:bold; font-weight:600; padding: 25px 12px; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; text-transform: uppercase; color:#010101; }
.navbar-custom .navbar-nav > li > a {line-height: 40px; }
.navbar-custom .navbar-nav{position:relative }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {color:#AD0000 !important; background-color: transparent; }

.navbar-custom .nav > li > a:hover,
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > .current > a,
.navbar-custom .nav > .active > a,
.navbar-custom .nav > .current-menu-ancestor > a,
.navbar-custom .nav > .open > a{background-color:transparent; color:#AD0000!important; }

.navbar-custom .nav > .page-scroll > a{color:#010101 !important; }
.navbar-custom .nav > .page-scroll > a:hover,
.navbar-custom .nav > .page-scroll > a.showing{color:#AD0000 !important; }

.navbar-custom ul .dropdown-menu .sub-arrow:after{font-family:'FontAwesome'; content:"\f105"; padding:0 2px; }
.navbar-custom ul .sub-arrow{display:none }
.navbar-custom ul .dropdown-menu .sub-arrow{display:inline-block; font-weight:0; line-height:1; margin-left:10px; overflow:hidden; text-indent:-10px; vertical-align:middle; }

.navbar-custom span.scroll-up, 
.navbar-nav magnet.scroll-down{position:absolute; display:none; visibility:hidden; height:20px; overflow:hidden; text-align:center; }
.navbar-custom span.scroll-up-arrow, 
.navbar-custom span.scroll-down-arrow{position:absolute; top:-2px; left:50%; margin-left:-8px; width:0; height:0; overflow:hidden; border-top:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid; border-left:7px dashed transparent; }
.navbar-custom span.scroll-down-arrow{top:6px; border-top:7px solid; border-right:7px dashed transparent; border-bottom:7px dashed transparent; border-left:7px dashed transparent; }
.navbar-custom ul.sm-nowrap > li > a{white-space:nowrap; }

.navbar-nav .collapsible ul{display:none; position:static !important; top:auto !important; left:auto !important; margin-left:0 !important; margin-top:0 !important; width:auto !important; min-width:0 !important; max-width:none !important; }
.navbar-nav .collapsible ul.sm-nowrap > li > a{white-space:normal; }

.navbar-nav .dropdown-menu{left:0; right:auto; min-width:175px !important; padding:10px 0; -webkit-border-radius:3px !important; -moz-border-radius:3px !important; border-radius:3px !important; border:0; margin-top:-2px !important; margin-left:0 !important; border-top:2px solid #AD0000!important; }
.navbar-nav .dropdown-menu .dropdown-menu{left:100% !important; top:-10px !important; }
.navbar-custom .dropdown-menu > li > a{white-space:normal; font-size:13px; font-family:'Lato', sans-serif; padding:10px 15px; position:relative; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; color:#5c5c5c; font-weight:bold; font-weight:500; letter-spacing:0.5px }
.navbar-custom .dropdown-menu .dropdown-menu > li > a{color:#999999; }
.navbar-custom .dropdown-menu > li > a .fa{position:absolute; top:8px; right:20px; line-height:20px; font-size:16px }
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li:hover > a,
.navbar-custom .dropdown-menu > .open > a{background:transparent; color:#AD0000!important; }

.navbar-toggle{font-size:22px; margin-bottom:8px; margin-top:24px; margin-right:5px; color:#585858; }

@media (min-width:768px){
 .nav-wrapper{height:90px; }

.navbar-fixed-top .navbar-collapse{
 padding-right:15px; 
 padding-left:30px; 
}

/* fix for smartmenu */
.navbar-nav > li .scroll-up, .navbar-nav > li .scroll-down{display:none !important}

/* Page Banner 
------------------------------------------------------------------------*/

.jumbotron{background:url(assets/img/bg_slide.png) repeat 0 0 #ebebea; margin:0; padding:200px 0 80px; line-height:26px; }
/* .jumbotron.parallax-bg {background: none !important; } */

/* .home .jumbotron{background:url(assets/img/bg_slide.png) repeat 0 0 #ebebea; margin:0; padding:180px 0 160px; line-height:26px; } */
.jumbotron p{font-size:22px; font-weight:400; }
.jumbotron .description{font-size:22px; font-weight:400; }
.jumbotron p span{padding:10px; display:inline-block; background-color:#AD0000 !important; }
.jumbotron .block-title{margin-bottom:30px; }
.jumbotron h1,
.jumbotron h2{font-size:28px; }

.jumbotron.banner-none{padding:50px 0 40px; }

/* Image Banner
------------------------------------------------------------------------*/

.frontpage-banner.image-banner{position:relative; overflow:hidden; color:#fff; }
.frontpage-banner.image-banner.banner-featured-image {padding:200px 0 180px; }
.frontpage-banner.image-banner.banner-custom-header {padding:200px 0 180px; }
.frontpage-banner.banner-none {padding-top: 60px; padding-bottom: 50px; }
.frontpage-banner.image-banner .container{z-index:3; position:relative }
.frontpage-banner.image-banner p{font-size:20px; font-weight:bold; margin-bottom:20px; }
.frontpage-banner.image-banner .description{font-size:20px; font-weight:bold; }

.frontpage-banner.image-banner.full-screen .container{min-height:200px; height:100%; text-align:center }
.frontpage-banner.image-banner.full-screen .inner{display:inline-block; vertical-align:middle; }
.frontpage-banner.image-banner.full-screen p{font-size:20px; font-weight:bold; }
.frontpage-banner.image-banner.frontpage-banner .block-title{font-size:36px; font-weight:900; }

/* .home .jumbotron.parallax-bg {background: none !important; } */
.frontpage-banner.frontpage-banner-parallax-bg{margin:0; padding:180px 0 160px; line-height:26px; } 

.image-banner .block-title{color:#fff; }


/* Blog Feed
------------------------------------------------------------------------*/

.no-results {font-size: 24px; color:#666; }

.blog-feed .entry{clear:both; padding-bottom:10px; margin-bottom:60px; }

.blog-feed .entry .entry-image-left{margin-bottom:30px; position:relative; overflow:hidden; display:block; max-width:100%; width: 300px; float: left; }
.blog-feed .entry .entry-image-left img{width:300px; float:left; height:auto; }

.blog-feed .entry .entry-image-top{margin-bottom:20px; }
.blog-feed .entry .entry-image-top img{max-width:99%; height:auto; }

.blog-feed .entry .entry-image-two-col img{height:auto; width:100%; }

.blog-feed .entry h3{margin:0 0 20px; line-height:1.2; }
.blog-feed .entry h3 a{color:inherit; }

.blog-feed .entry .entry-content-right{position:relative; padding-bottom:15px; margin-bottom:10px; margin-left:315px; padding-right:10px; text-align:justify; }
.blog-feed .entry .entry-content-right p:last-child{margin-bottom:0; }
.blog-feed .entry .entry-content-right:after{height:0; position:absolute; bottom:0; left:0; width:50px; content:""; border-bottom:1px solid #AD0000; }

.blog-feed .entry .entry-meta{ font-family:'Lato', sans-serif; font-weight:600; font-size:12px; margin-bottom:15px; }
.blog-feed .entry .entry-meta-right{margin-left: 315px; }
.blog-feed .entry .entry-meta a{font-weight:600; color:inherit; }
.blog-feed .entry .entry-meta .sep{margin:0 5px; }
.blog-feed .entry .entry-meta label{font-weight:600; margin-bottom:0; margin-right:10px; }

.blog-feed .entry .entry-buttons-right{margin-left: 315px; }
.blog-feed .entry .entry-buttons .btn{min-width:125px; padding-left:5px; padding-right:5px; margin-right:5px; }

/* Pagination
------------------------------------------------------------------------*/
.posts-pagination{margin-bottom:30px; margin-top:70px; }
.posts-pagination-block a{display:inline-block; width:50px; height:50px; line-height:44px; -webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; text-align:center; font-size:40px; margin-right:-15px; position:relative; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; -webkit-box-shadow:0 0 0 10px transparent; -moz-box-shadow:0 0 0 10px transparent; box-shadow:0 0 0 10px transparent; background-color:#e4e4e4; color:#000000; }
.posts-pagination-block a:focus,
.posts-pagination-block a:hover{outline:none; z-index:2; -webkit-box-shadow:0 0 0 0 #AD0000; -moz-box-shadow:0 0 0 0 #AD0000; box-shadow:0 0 0 0 #AD0000; color:#fff; background-color:#AD0000; }
.posts-pagination-block a:focus .ic-angle-right,
.posts-pagination-block a:hover .ic-angle-right,
.posts-pagination-block a:focus .ic-angle-left,
.posts-pagination-block a:hover .ic-angle-left{background-image:url(assets/img/ico_arrow_lr_white.png) }


/* Post 
------------------------------------------------------------------------*/

.post-content .post{margin-bottom:40px; padding-bottom:20px; }

.post-content .post .entry-title{position:relative; padding-bottom:20px; line-height:20px; margin:0 0 15px; }
.post-content .post .entry-title:after{height:0; position:absolute; bottom:0; left:0; width:50px; content:""; border-bottom:1px solid #AD0000; }

.post-content .post .entry-meta{font-family:'Lato', sans-serif; font-weight:600; font-size:12px; margin-bottom:15px; margin-top:20px; }
.post-content .post .entry-meta a{font-weight:600; }
.post-content .post .entry-meta .sep{margin:0 5px; }
.post-content .post .entry-meta label{font-weight:600; margin-bottom:0; margin-right:10px; }

.post-content .post .entry-tags{margin-bottom:28px }
.post-content .post .entry-tags a{font-size:11px; display:inline-block; padding:5px; position:relative; margin-right:5px; color:#7e7e7e; background-color:#e6e6e6; }
.post-content .post .entry-tags a:focus,
.post-content .post .entry-tags a:hover{text-decoration:none; outline:none; background-color:#3f3f3f; color:#fff; }
.post-content .post .entry-tags a:after{position:absolute; right:-9px; top:0; content:""; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-top:6px solid #ffffff; }

.post-content .post .entry-image{margin-bottom:20px; }
.post-content .post .entry-image img{max-width:99%; height:auto; }

.post-content .type-attachment{margin-bottom:40px; padding-bottom:20px; border-bottom:1px solid #3f3f3f; }
.post-content .type-attachment .entry-title{position:relative; padding-bottom:20px; line-height:20px; margin:0 0 15px; }
.post-content .type-attachment .entry-title:after{height:0; position:absolute; bottom:0; left:0; width:50px; content:""; border-bottom:1px solid #AD0000; }

.post-content .type-attachment .entry-meta{font-family:'Lato', sans-serif; font-weight:600; font-size:12px; margin-bottom:15px; margin-top:20px; }
.post-content .type-attachment .entry-meta a{font-weight:600; }
.post-content .type-attachment .entry-meta .sep{margin:0 5px; }
.post-content .type-attachment .entry-meta label{font-weight:600; margin-bottom:0; margin-right:10px; }

/* Page 
------------------------------------------------------------------------*/

.page-content .page{margin-bottom:40px; padding-bottom:20px; }
.page-content .page .page-title{position:relative; padding-bottom:20px; line-height:20px; margin:0 0 15px; text-transform:uppercase; }
.page-content .page .page-title:after{height:0; position:absolute; bottom:0; left:0; width:50px; content:""; border-bottom:1px solid #AD0000; text-align: justify; }

.post-content .post .entry-image{margin-bottom:20px; }
.post-content .post .entry-image img{max-width:99%; height:auto; }

/* Widgets
------------------------------------------------------------------------*/

.sidebar {margin-top:8px; }
.widget{margin-bottom:55px; }

.widget-title{position:relative; padding-bottom:19px; line-height:20px; margin:0 0 20px; text-transform:uppercase; color:#5f5f5f; border-bottom:1px solid #AD0000; }
.widget-title a{color:inherit }

.widget ul{list-style:none; margin:0; padding:0; font-size:13px }
.widget ul li{margin-bottom:10px; }
.widget ul li a{display:inline-block; padding-left:20px; position:relative; color:#3a3939; }
.widget ul li a:focus,
.widget ul li a:hover{color:#AD0000; }
.widget ul li a:before{content:"\f105"; position:absolute; left:0; top:-2px; font-family:'FontAwesome'; color:inherit; font-size:16px; opacity:0.7; filter:alpha(opacity=70); color:#AD0000; }

.widget ul li ul{list-style:disc; margin:10px 0 0 33px; padding:0; font-size:12px }
.widget ul li li{margin-bottom:8px; }
.widget ul li li a{padding-left:0; }
.widget ul li li a:before{display:none; }

/* Icon List
------------------------------------------------------------------------*/
.icon-list{list-style:none; margin:0 0 25px; padding:0 }
.icon-list li{padding-left:32px; position:relative; margin-bottom:15px; }
.icon-list li .fa{position:absolute; left:0; top:0; font-size:20px; color:#AD0000; } /*f55e45*/
.icon-list li a{color:inherit }

/* Front Page - Content 
------------------------------------------------------------------------*/

.frontpage-content {text-align:center; }
.frontpage-content .description {width: 75%; margin:0 auto; }

/* Front Page - Featured Icons / 4 Columns with Icons
------------------------------------------------------------------------*/

.frontpage-4cols p{margin-bottom:0px; }
.frontpage-4cols .description {margin:0 auto; }
.content-icon{width: 125%; text-align:center; -webkit-box-shadow:0 0 0 transparent; -moz-box-shadow:0 0 0 transparent; box-shadow:0 0 0 transparent; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.content-icon:hover{-webkit-box-shadow:0 0 15px rgba(0,0,0,0.06); -moz-box-shadow:0 0 15px rgba(0,0,0,0.06); box-shadow:0 0 15px rgba(0,0,0,0.06); }
.content-icon .icon{width:115px; height:115px; line-height:115px; text-align:center; -webkit-border-radius:115px; -moz-border-radius:115px; border-radius:115px; margin:0 auto 25px; font-size:40px; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; background-color:#fffefe; color:#AD0000; display:block; }
.content-icon:hover .icon{color:#3a3939; }
.content-icon .title{text-transform:uppercase; overflow:hidden; min-height: 40px; }
.content-icon .title a {color: inherit; }
.content-icon .body{line-height:20px; min-height:140px; text-overflow:ellipsis; }
.content-icon .body p{line-height:20px; font-size:13px; }
.content-icon .body p:last-child{margin-bottom:0 }
.content-icon:hover .btn{background-color:#AD0000; }


/* Front Page - Recent Posts
------------------------------------------------------------------------*/

.icon-link{width:45px; height:45px; font-size:16px; line-height:45px; display:inline-block; vertical-align:middle; -webkit-border-radius:45px; -moz-border-radius:45px; border-radius:45px; text-align:center; margin:3px; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); transform:translateZ(0); -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; background-color:#140d0a; background-color:rgba(20,13,10,0.9); color:#fff; }
.icon-link.white{color:#3a3939; background-color:#fff; background-color:rgba(255,255,255,0.9) }
.icon-link:after{width:100%; position:absolute; height:100%; top:-3px; left:-3px; padding:3px; -webkit-transition:-webkit-transform 0.2s, opacity 0.2s; -webkit-transform:scale(.8); -moz-transition:-moz-transform 0.2s, opacity 0.2s; -moz-transform:scale(.8); -ms-transform:scale(.8); transition:transform 0.2s, opacity 0.2s; transform:scale(.8); opacity:0; content:''; -webkit-border-radius:45px; -moz-border-radius:45px; border-radius:45px; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-shadow:0 0 0 2px #fff; box-shadow:0 0 0 2px #fff; }
.icon-link.white:after{-webkit-box-shadow:0 0 0 2px #140d0a; box-shadow:0 0 0 2px #140d0a; }
.icon-link:hover{background-color:#ffffff; color:#140d0a; }
.icon-link.white:hover{background-color:#140d0a; color:#ffffff; }
.icon-link:hover:after{-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); transform:scale(1); opacity:1; }

.recent-entry{margin-bottom:10px; }

.recent-entry .recent-entry-image{height: 200px; margin-bottom:10px; position:relative; overflow:hidden; display:block; max-width:100%; }
.recent-entry .recent-entry-image img{height:auto; width:100%; }
.recent-entry .recent-entry-image .caption{position:absolute; left:0; top:-100%; text-align:center; width:100%; height:100%; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; transition:all 0.3s linear; background-color:#AD0000; background-color:rgba(110,37,17,0.54); }
.recent-entry:hover .recent-entry-image .caption{top:0; }
.recent-entry .recent-entry-image .caption .icon-link{opacity:0 }
.recent-entry:hover .recent-entry-image .caption .icon-link{opacity:1 }
.recent-entry .recent-entry-image .caption .caption-inner{display:inline-block; vertical-align:middle; }

.recent-entry .recent-entry-title{height: 30px; margin:0 0 20px; text-transform:uppercase; line-height:1.2; /*letter-spacing:-1px; */}
.recent-entry .recent-entry-title a{color:inherit; }

.recent-entry .recent-entry-content{position:relative; padding-bottom:15px; margin-bottom:20px; font-size:13px; text-align: justify !important; }
.recent-entry .recent-entry-content p:last-child{margin-bottom:0; }
.recent-entry .recent-entry-content:after{height:0; position:absolute; bottom:0; left:0; width:50px; content:""; border-bottom:1px solid #AD0000; }

.recent-entry .recent-entry-meta{text-transform:uppercase; font-family:'Raleway', sans-serif; font-weight:600; font-size:12px; margin-bottom:15px; }
.recent-entry .recent-entry-meta a{font-weight:600; }
.recent-entry .recent-entry-meta .sep{margin:0 5px; }
.recent-entry .recent-entry-meta label{font-weight:600; margin-bottom:0; margin-right:10px; }

.recent-entry .recent-entry-buttons .btn{min-width:125px; padding-left:10px; padding-right:12px; margin-right:5px; margin-bottom:5px; }

/* 404 Page
------------------------------------------------------------------------*/

.error-content{text-align: center; }
.error-content h2{font-size: 180px; line-height: 200px; padding-bottom: 20px; color: #777; }
.error-content h3{text-transform:uppercase; }


/* Footer
------------------------------------------------------------------------*/

.footer{margin-top:20px; padding:40px 0 30px; background-color:#AD0000 !important; }
.copyright{text-align:right; font-size:11px; padding-top:8px; margin-right:80px; text-transform:uppercase; line-height:1.3; color:#ffffff !important; }

/* Footer Nav
------------------------------------------------------------------------*/

.nav-foot{list-style:none; margin:0; padding:0 }
.nav-foot li{display:inline-block; font-family:'Raleway', sans-serif; margin-right:20px; font-size:12px; color:#ffffff !important; }
.nav-foot li a{display:block; font-weight:600; text-transform:uppercase; color:#ffffff !important; }

/* Back to Top
------------------------------------------------------------------------*/

#back_to_top{position:fixed; opacity:0; bottom:-90px; left:0; width:100%; height:0px; z-index:1000; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0); outline:none; -webkit-box-shadow:0 0 0 50px transparent; -moz-box-shadow:0 0 0 50px transparent; box-shadow:0 0 0 50px transparent; }
#back_to_top.show{opacity:1; bottom:0; -webkit-box-shadow:0 0 0 0 #f50000; -moz-box-shadow:0 0 0 0 #AD0000; box-shadow:0 0 0 0 #AD0000; }
#back_to_top .container{position:relative; height:0; }
#back_to_top a{text-align:center; line-height:56px; position:absolute; bottom:15px; right:0; width:60px; height:60px; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; background-color:#f50000; color:#fff; -webkit-box-shadow:0 0 0 10px transparent; -moz-box-shadow:0 0 0 10px transparent; box-shadow:0 0 0 10px transparent; opacity:0.8; filter:alpha(opacity=80); filter:-ms-alpha(opacity=80); }
#back_to_top.scroll a{opacity:1; filter:alpha(opacity=100); filter:-ms-alpha(opacity=100); }
#back_to_top a:hover{opacity:1; filter:alpha(opacity=100); filter:-ms-alpha(opacity=100); outline:none; background-color:#3a3939; -webkit-box-shadow:0 0 0 0 #3a3939; -moz-box-shadow:0 0 0 0 #3a3939; box-shadow:0 0 0 0 #3a3939; }

/* Jetpack
------------------------------------------------------------------------*/
#jp-carousel-comments-loading {display: none !important; }
.jetpack-image-container img {width: 100%; height: auto; }

/* Tables 
-------------------------------------------------------------- */
table {	margin: 0 0 1.692307em 0; width: 100%; }
table caption {font-size: 0.8125em; line-height: 1.692307em; color: #666; }
table th {font-size: 0.8461538461538462em; line-height: 1.692307em; font-weight: bolt; border-bottom: 2px solid #666; }
td {color: #666; text-align: left !important; border-top: 1px solid #666; margin: 1 1 1 1; }

/* Blockquote
------------------------------------------------------------------------*/
blockquote {@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400italic); font-family: 'Droid Serif', serif; font-size: 14px; padding: 20px 10px 20px 30px; line-height: 1.45; position: relative; color: #383838; border-left:3px solid #c1c1c1; text-align: justify !important; }
blockquote cite {color: #eee; font-size: 14px; display: block; margin-top: 5px; }
blockquote cite:before {content: "\2014 \2009"; }


/* Wordpress Core
------------------------------------------------------------------------*/
.alignnone {margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter {align:center; display: block; margin: 5px auto 5px auto; }
.alignright {float:right; margin: 5px 0 20px 20px; }
.alignleft {float: left; margin: 5px 20px 20px 0; }
a img.alignright {align:right; float: right; margin: 5px 0 20px 20px; }
a img.alignnone {margin: 5px 20px 20px 0; }
a img.alignleft {float: left; margin: 5px 20px 20px 0; }
a img.aligncenter {display: block; margin-left: auto; margin-right: auto }
img.alignright {max-width:100%; height:auto; }
img.alignnone {max-width:100%; height:auto; }
img.alignleft {max-width:100%; height:auto; }
img.aligncenter {max-width:100%; height:auto; }
.wp-caption {width: auto; font-size: 0.5 em !important; font-style: italic !important; margin: -10px 0px 30px 0px !important; clear: right}
.wp-caption.alignnone {margin: 5px 20px 20px 0; }
.wp-caption.alignleft {align:left !important; margin: 5px 20px 20px 0; }
.wp-caption.alignright {align:right !important; margin: 5px 0 20px 20px; }
.wp-caption.aligncenter{align:center !important; margin: 15px 0 20px 20px; }
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; margin-top: 10px; padding: 0 4px 5px; }
/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }
.sticky,
.gallery-caption,
.bypostauthor {}


/* qTranslateX
------------------------------------------------------------------------*/

.qtranxs_widget ul li a:before{content:none; }
.qtranxs_widget ul li a{padding-left:0px}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #212121; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {border-radius:0px; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #000000; }


/* ----------------------------------------------------------------------*/
/* MEDIA QUERIES
/* ----------------------------------------------------------------------*/


/* MIN WIDTH 1200
------------------------------------------------------------------------*/
@media (min-width:1200px){

 .container{width:900px }

}

/* MIN WIDTH 768
------------------------------------------------------------------------*/
@media (min-width:768px){

 .navbar-nav>li>a{padding-top:25px; padding-bottom:25px }

}

/* MAX WIDTH 991
------------------------------------------------------------------------*/
@media (max-width:991px){
 
 .nav-foot{text-align:center; margin-bottom:15px; }
 .copyright{text-align:center; margin-right:0; }
 .content-icon{width: 100%; 
 
}

/* MIN WIDTH 992 + MAX WIDTH 1199
------------------------------------------------------------------------*/
@media (min-width:992px) and (max-width:1199px){

}

/* MIN WIDTH 768 + MAX WIDTH 991
------------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:991px){
 
 .recent-entry .recent-entry-meta .btn{font-size:9px; line-height:18px; width:85px; }
	.navbar-custom .navbar-nav > li > a{padding-left:10px; padding-right:10px; }

}

/* MAX WIDTH 767
------------------------------------------------------------------------*/
@media (max-width:767px){
 
 h1{font-size:24px; }
 h2{font-size:20px; }
 h3{font-size:16px; }
 h4{font-size:15px; }
 h5{font-size:14px; }
 h6{font-size:13px; }

	.center-on-mobile{text-align:center !important; }
	.center-on-mobile *{text-align:center !important; }
	.center-on-mobile ul{display:inline-block; }
	.center-on-mobile ul li{text-align:left !important; }

 .navbar-custom .navbar-nav > li > a{padding:5px 15px }
 .navbar-custom .navbar-nav > li > a {line-height: 20px; }
 .navbar-custom .dropdown-menu{padding:2px 0 2px 25px }
 .navbar-custom .open .dropdown-menu > li > a, 
 .navbar-custom .open .dropdown-menu .dropdown-header{padding:5px 15px }
 .navbar-custom .dropdown-menu > li > a .fa{top:4px }
 .navbar-custom .dropdown-menu > li > a:hover,
 .navbar-custom .dropdown-menu > li:hover > a ,
 .navbar-custom .dropdown-menu > .open > a{color:#fff; background:#AD0000}
 .navbar-custom .navbar-collapse{-webkit-box-shadow:0 1px 0 rgba(58,57,57,0.1) inset; -moz-box-shadow:0 1px 0 rgba(58,57,57,0.1) inset; box-shadow:0 1px 0 rgba(58,57,57,0.1) inset; }
 .navbar-custom .nav > .current > a, 
 .navbar-custom .nav > .open > a{background-color:#AD0000; color:#fff; }
 
 .content-icon .body{height:auto; }
 
 .top-menu{border-left:0; margin:0 -15px; text-align:center}
	.top-menu > li > a{padding:5px 15px}
	.header .top-menu{float:none; }
	.header .top-menu> li{border-bottom:0; float:none; display:inline-block; vertical-align:top}
 
 .header{max-height:0; margin:0; overflow:hidden; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
	.header.open{max-height:300px}
 
 .header-toggle{display:block}
 
}

/* MAX WIDTH 680
------------------------------------------------------------------------*/
@media (max-width:680px){

 .blog-feed .entry .entry-image-left{float:none; }
 .blog-feed .entry .entry-image-left img {width:100%; height:auto}
 .blog-feed .entry .entry-meta, 
 .blog-feed .entry .entry-buttons, 
 .blog-feed .entry .entry-content-right{margin-left:0 }
 
}

/* MAX WIDTH 540
------------------------------------------------------------------------*/
@media (max-width:540px){
 
}

/* MAX WIDTH 480
------------------------------------------------------------------------*/
@media (max-width:480px){
 .recent-entry .recent-entry-meta .btn{font-size:9px; line-height:18px; width:85px }
	.commentlist .avatar{left:0; top:-100px}
	.commentlist ul.children,
	.commentlist ul.children ul.children{margin-left:10px}
	.commentlist ul.children .avatar{left:0; top:-70px}
	.commentlist ul.children ul.children .avatar{left:0; top:-55px}
	.commentlist .comment-body{margin-left:0; margin-top:100px}
	.commentlist ul.children .comment-body{margin-left:0; margin-top:70px}
	.commentlist ul.children ul.children .comment-body{margin-left:0; margin-top:55px}
	.commentlist .comment-body:before{left:10px; top:-11px; border-top:0; border-left:11px solid transparent; border-right:11px solid transparent; border-bottom:11px solid #d3d3d3; }
 .commentlist .comment-body:after{left:11px; top:-10px; border-top:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #f1f1f1; }
 .commentlist ul.children .comment-body:before,.commentlist ul.children ul.children .comment-body:before{top:-11px}
 .commentlist ul.children .comment-body:after,.commentlist ul.children ul.children .comment-body:after{top:-10px}
 .frontpage-cta {padding:60px; }
 .frontpage-cta p{font-size:18px; font-weight:bold; }

 .CLeft {float: left; clear: left !important; width: 100% !important; display: inline-block; }
 .CRight {float: left; clear: left !important; width: 100% !important; display: inline-block; }
 
}

/* MAX WIDTH 400
------------------------------------------------------------------------*/
@media (max-width:400px){

 .recent-entry .recent-entry-meta .btn{font-size:9px; line-height:18px; width:85px; }
 
}

/* FULL SCREEN BANNER
------------------------------------------------------------------------*/
@media (min-width:320px){
 .image-banner.full-screen{height:480px; }
 .frontpage-banner.frontpage-banner-parallax-bg{padding:60px 0; }
 .frontpage-banner.image-banner.frontpage-banner .block-title{font-size:24px; }
 .frontpage-banner.image-banner p {font-size: 18px; }
}
@media (min-width:360px){
	.image-banner.full-screen{height:640px; }
 .frontpage-banner.frontpage-banner-parallax-bg{padding:80px 0; }
 .frontpage-banner.image-banner.frontpage-banner .block-title{font-size:24px; }
 .frontpage-banner.image-banner p {font-size: 18px; }
}
@media (min-width:480px){
 .image-banner.full-screen{height:800px; }
 .frontpage-banner.frontpage-banner-parallax-bg{padding:100px 0; }
 .frontpage-banner.image-banner.frontpage-banner .block-title{font-size:36px; }
 .frontpage-banner.image-banner p {font-size: 18px; }
}
@media (min-width:768px){
	.image-banner.full-screen{height:1024px; }
 .frontpage-banner.image-banner.frontpage-banner .block-title{font-size:48px; }
 .frontpage-banner.image-banner p {font-size: 20px; font-weight:bold; }
 .frontpage-banner.frontpage-banner-parallax-bg{padding:120px 0; }
}
@media (min-width:1280px){
	.image-banner.full-screen{height:720px; }
 .frontpage-banner.frontpage-banner-parallax-bg{margin:0; padding:180px 0 160px; }
 .frontpage-banner.frontpage-banner-parallax-bg{margin:0; padding:180px 0 160px; } 
 .jumbotron.image-banner.banner-custom-header{min-height: 500px; }
}
@media (min-width:1440px){
	.image-banner.full-screen{height:900px; }
 .frontpage-banner.frontpage-banner-parallax-bg{margin:0; padding:180px 0 160px; } 
}
@media (min-width:1366px){
 .image-banner.full-screen{height:768px; }
 .frontpage-banner.frontpage-banner-parallax-bg{margin:0; padding:180px 0 160px; } 
}
@media (min-width:1920px){
	.image-banner.full-screen{height:1080px; }
 .frontpage-banner.frontpage-banner-parallax-bg{margin:0; padding:180px 0 160px; } 
}
