@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* Margins and paddings */
.container.blog {
    padding-top: 85px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-85 {
    padding-top: 85px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-25 {
    padding-bottom: 25px;
}

/* Header */
.main-intro h3 {
    color: #000;
}
.title-line {
    width: 60px;
    border-bottom: 2px solid #000;
    margin: 5px auto 25px auto;
}

/* Blog list item */
.blog-list-item {
    padding-bottom: 60px;
}
.blog-list-item .intro {
    padding-bottom: 25px;
    text-align: center;
}
.blog-list-item.s {
    min-height: 690px;
}
.blog-list-item.s .intro {
    padding-bottom: 0;
}
@media(min-width:992px) {
    .blog-list-item.s .intro {
        min-height: 81px;
    }
}
.blog-list-item h3 {
    color: #000;
    font-size: 18px;
}
.blog-list-item.s h3 {
    font-size: 14px;
}
.blog-list-item.s h2 {
    font-size: 21px;
    margin-top: 15px;
}
.blog-list-item.s h2.no-subtitle,
.blog-list-item.l h2.no-subtitle {
    margin-top: 29px;
}
.blog-list-item .date {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #bbb;
    font-style: italic;
}
.blog-list-item.s .date {
    text-align: left;
    font-size: 14px;
    padding-bottom: 10px;
}

/* Read more button */
.readmore .readmore-button {
    float: right;
    cursor: pointer;
}
.readmore .text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    padding: 0 6px;
    line-height: 23px;
    float: left;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.readmore .arrow {
    padding: 0 6px;
    line-height: 23px;
    background: #000;
    border: 1px solid #0000;
    float: left;
    color: #fff;
}
.readmore .arrow span {
    display: block;
    line-height: 22px;
    padding-top: 1px;
}
.readmore .readmore-button:hover .text {
    background-color: #000;
    color: #fff;
}

/* Img */
.blog-img-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
}
.blog-img-ratio .blog-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.blog-image-item.s .blog-img-ratio {
    padding-bottom: 135%;
}

/* Right block */
.blog .right-block {
    background-color: #000;
    padding: 30px;
    color: #fff;
}
.blog .right-block a,
.blog .right-block a:link,
.blog .right-block a:active,
.blog .right-block a:focus,
.blog .right-block a:hover,
.blog .right-block a:visited {
    color: #fff;
    text-decoration: none;
}
.blog .right-block .hr {
    border-bottom: 2px solid #fff;
}
.blog .right-block h5 {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.blog .right-block .blog-img-ratio {
    margin-top: 15px;
}
.blog .right-block .highlight {
    font-size: 30px;
    padding: 40px;
    font-family: 'Roboto', sans-serif;
}
.blog .right-block .social {
    padding-top: 15px;
}
.blog .right-block .social .fa {
    font-size: 40px;
}

/* Hr */
.hr {
    border-bottom: 2px solid #000;
}

/* Blog image item */
.blog-image-item .date {
    font-style: italic;
    padding-top: 10px;
}
.blog-image-item .title-line {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 13px;
}
.blog-image-item .content {
    width: 50%;
}
.blog-image-item.s .content {
    width: 100%;
}
.blog-image-item span[data-pin-href] {
    display: block;
    z-index: 2;
    top: 10px;
    position: absolute;
    right: 10px;
}

/* Blog details */
.blog-list-item .content h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #000;
    font-size: 30px;
}
html, body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    line-height: 26px;
	color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #9b968a;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
}
h3 {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
    line-height: 35px;
}

.row--eq {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

.row-stretch img {
    height: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .row-stretch {
        display: flex;
    }

    .row--eq {
        flex-wrap: nowrap;
    }
}


@media (min-width: 768px) {
	ul.navbar-menu li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1210px) {
	body nav.navbar .navbar-collapse {
		position:absolute;right:25px;width:100%
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	body nav.navbar .navbar-header {
		position:absolute;left:25px
	}

	body nav.navbar .navbar-menu li .navbar-menu-link {
		font-size: 12px
	}

	.header-logo img {
		max-width: 11vw
	}
}


@media (min-width: 768px) and (max-width: 880px) {
	body nav.navbar .navbar-menu li .navbar-menu-link {
		font-size: 11px;
		padding-left: 5px;
		padding-right: 5px
	}
}

/** 
* Global Simple Rules 
* for Styling Single Elements
*
* Author: Mihail Valchev 
*/

.text-dark{
	color: rgba(0, 0, 0, 0.3);
}
.text-light{
	color: rgba(255, 255, 255, 0.4);
}
.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.middle-align {
    vertical-align: middle; /*baseline|length|sub|super|top|text-top|middle|bottom|text-bottom|initial|inherit*/
}

.no-padding {
    padding: 0px;
}
.padding-0 {
    padding: 0px;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 10px;
}
.padding-20 {
    padding: 10px;
}
.padding-25 {
    padding: 10px;
}
.padding-30 {
    padding: 10px;
}
.padding-35 {
    padding: 10px;
}
.padding-40 {
    padding: 10px;
}
.padding-45 {
    padding: 10px;
}
.padding-50 {
    padding: 10px;
}

.no-margin {
    margin: 0px;
}
.margin-0 {
    margin: 0px;
}
.margin-5 {
    margin: 5px;
}
.margin-10 {
    margin: 10px;
}
.margin-15 {
    margin: 10px;
}
.margin-20 {
    margin: 10px;
}
.margin-25 {
    margin: 10px;
}
.margin-30 {
    margin: 10px;
}
.margin-35 {
    margin: 10px;
}
.margin-40 {
    margin: 10px;
}
.margin-45 {
    margin: 10px;
}
.margin-50 {
    margin: 10px;
}






.width-10{
	width:10%;
}
.width-20{
	width:20%;
}
.width-25{
	width:25%;
}
.width-quarter{
	width:25%;
}
.width-30{
	width:30%;
}
.width-33{
	width:33.3%;
}
.width-40{
	width:40%;
}
.width-50{
	width:50%;
}
.width-half{
	width:50%;
}
.width-60{
	width:60%;
}
.width-66{
	width:66.7%;
}
.width-70{
	width:70%;
}
.width-75{
	width:75%;
}
.width-80{
	width:80%;
}
.width-90{
	width:90%;
}
.width-100{
	width:100%;
}
.width-full{
	width:100%;
}

/** 1 - Borders Start */

	/** 1.1 - Lightgrey */
		/** 1.1.1 - Solid */
		.border-lightgrey{
		border:1px solid lightgrey;
		}
		.border-right-lightgrey{
			border-right: 1px solid lightgrey;
		}
		.border-left-lightgrey{
			border-left: 1px solid lightgrey;
		}
		.border-top-lightgrey{
			border-top: 1px solid lightgrey;
		}
		.border-bottom-lightgrey{
			border-bottom: 1px solid lightgrey;
		}
		/** 1.1.2 - Dotted */
		.border-dotted-lightgrey{
		border:1px dotted lightgrey;
		}
		.border-right-dotted-lightgrey{
			border-right: 1px dotted lightgrey;
		}
		.border-left-dotted-lightgrey{
			border-left: 1px dotted lightgrey;
		}
		.border-top-dotted-lightgrey{
			border-top: 1px dotted lightgrey;
		}
		.border-bottom-dotted-lightgrey{
			border-bottom: 1px dotted lightgrey;
		}
		/** 1.1.3 - Dashed */
		.border-dashed-lightgrey{
		border:1px dashed lightgrey;
		}
		.border-right-dashed-lightgrey{
			border-right: 1px dashed lightgrey;
		}
		.border-left-dashed-lightgrey{
			border-left: 1px dashed lightgrey;
		}
		.border-top-dashed-lightgrey{
			border-top: 1px dashed lightgrey;
		}
		.border-bottom-dashed-lightgrey{
			border-bottom: 1px dashed lightgrey;
		}

	/** 1.2 - Whitesmoke */
		/** 1.2.1 - Solid */
		.border-whitesmoke{
		border:1px solid whitesmoke;
		}
		.border-right-whitesmoke{
			border-right: 1px solid whitesmoke;
		}
		.border-left-whitesmoke{
			border-left: 1px solid whitesmoke;
		}
		.border-top-whitesmoke{
			border-top: 1px solid whitesmoke;
		}
		.border-bottom-whitesmoke{
			border-bottom: 1px solid whitesmoke;
		}
		/** 1.2.2 - Dotted */
		.border-dotted-whitesmoke{
		border:1px dotted whitesmoke;
		}
		.border-right-dotted-whitesmoke{
			border-right: 1px dotted whitesmoke;
		}
		.border-left-dotted-whitesmoke{
			border-left: 1px dotted whitesmoke;
		}
		.border-top-dotted-whitesmoke{
			border-top: 1px dotted whitesmoke;
		}
		.border-bottom-dotted-whitesmoke{
			border-bottom: 1px dotted whitesmoke;
		}
		/** 1.2.3 - Dashed */
		.border-dashed-whitesmoke{
		border:1px dashed whitesmoke;
		}
		.border-right-dashed-whitesmoke{
			border-right: 1px dashed whitesmoke;
		}
		.border-left-dashed-whitesmoke{
			border-left: 1px dashed whitesmoke;
		}
		.border-top-dashed-whitesmoke{
			border-top: 1px dashed whitesmoke;
		}
		.border-bottom-dashed-whitesmoke{
			border-bottom: 1px dashed whitesmoke;
		}
/** Borders End */
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .inner-text, .inner-addon .glyphicon {
    position: absolute;    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    pointer-events: none;
}
/* align glyph */
.left-addon .inner-text, .left-addon .glyphicon   {
    left:  0px;
    border-right:1px dotted lightgrey;
    border-radius: 5px 0px 0px 5px;
}
.right-addon .inner-text, .right-addon .glyphicon {
    right: 0px;
    border-left:1px dotted lightgrey;
    border-radius: 0px 5px 5px 0px;
}
.inner-text{
    background: whitesmoke;
    height: 32px;
    width: 49px;
    right: 1px;
    top: 1px;
    overflow:hidden;
    text-align: center;
}
/* add padding  */
.left-addon input  { padding-left:  50px; }
.right-addon input { padding-right: 50px; }




.pointer {
    cursor: pointer;
}

.border-0 {
    border: 0px solid #fff;
}
.border-red {
    border: 1px solid red;
}
.right-border{
    border-right:1px solid lightgrey;
}
.dashed-border-bottom{
    border:0px dashed lightgrey;
    border-bottom:1px dashed lightgrey;
}
.dashed-border-top{
    border:0px dashed lightgrey;
    border-top:1px dashed lightgrey;
}


.inline{
    display:inline-block;
}
.regular-font {
    font-weight: normal;
}

.small-font {
    font-size: 0.9rem;
}
.medium-font{
    font-size: 1.0rem;
}

.large-font {
    font-size: 1.5rem;
}

.green {
    color: #A6B74B;
}

.red {
    color: #b7291f;
}

.grey {
    color: grey;
}
.lightgrey{
    color: lightgrey;
}
.c919191{
    color: #919191;
}
.whitesmoke{
    color: whitesmoke;
}
.white {
    color: white;
}
.text-shadow{
    text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.7);
}
.green-background {
    background: #dbe3bb;
}

.red-background {
    background: rgba(183, 41, 31, 0.13);
}
.whitesmoke-background {
    background: whitesmoke;
}
.white-background{
    background: white;
}
.lightgrey-background {
    background: lightgrey;
}
.darken-background{
    background: rgba(0, 0, 0, 0.03);
}
.hover-lighten:hover{
	color: rgba(130, 130, 130, 0.5);
}
.hover-darken:hover{
	color: rgba(0, 0, 0, 0.5);
}
.hover-yellow:hover{
	color: #000;
}
.no-hover {
    background: none;
    color: none;
}

.no-hover > * {
    background: none;
    color: none;
}
.round{
    border-radius: 50%;
}
.border-radius-0{
    border-radius: 0px;
}
h1{
	
}
h4{
	font-style: italic;
}
p{
}
.btn{
}
footer{
	margin-bottom: 0px;
	color: #fff;
}
footer h3 {
	color: #fff;
}
footer a, footer p {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer ul {
	padding: 0px;
	list-style: none;
}
footer li {
	border-bottom: 1px solid rgba(255,255,255,.25);
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-menu{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 50px;
	background-color: #000;
	color: #404040;
}
@media (max-width: 991px) {
    .footer-menu{
        padding-top: 50px;
    }
}
.footer-share-icons{
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #9b968a;
}
.footer-share-icons .flaticon{
	margin-left: 4px;
	margin-right: 4px;
}
.footer-share-icons [class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after{
	font-size: 22px;
}
footer .phone{
	font-weight: bold;
}
footer .phone:before{    
   font-family: FontAwesome;
   content: "\f095";
   margin-right:5px;
}

footer .btn-yellow,
footer .btn-yellow:active,
footer .btn-yellow:visited,
footer .btn-yellow:hover,
footer .btn-yellow:focus {
	color: #000;
	background: #fff;
}
/* Navbar */
.navbar-white {
	background: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	height: 60px;
    transition: all 0.3s ease 0s;
}
/* Toggle Button */
.navbar-toggle {
	padding: 7px;
	margin-top: 35px;
}

.navbar,
.navbar.scrolling {
    top: 0;
}
.navbar .navbar-header,
.navbar.scrolling .navbar-header {
    margin-top: 0;
}

/* Responsive Styles */
@media (max-width: 767px) {
	/*! Logo */
	.navbar-white {
	    height: auto;
	}
}
@media (min-width: 768px) {
    .navbar {
        top: 58px;
    }
    .navbar .navbar-header {
        margin-top: -40px;
    }

    .navbar-toggle {
        margin-top: 50px;
    }
}

/* hero-visual */
.hero-visual {
	width: 100%;
	position: relative;
	padding-bottom: 39%;
}
.hero-visual.half {
	padding-bottom: 24%;
}
.hero-visual-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}
.hero-visual .carousel,
.hero-visual .carousel-inner,
.hero-visual .item{
	height: 100%;
}
.hero-visual .hero-visual-image {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hero-visual h1 {
	font-size: 4em;
	color: #000;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.hero-visual h1 hr{
	border-color: #000;
}
/* Carousel Styles */
.hero-visual .carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-visual .carousel-inner img {
    width: 100%;
    height: 100%
}

.hero-visual .carousel-control {
    width: 0;
    opacity: 1;
}

.hero-visual .carousel-control.left,
.hero-visual .carousel-control.right {
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.hero-visual .carousel-control span {
    padding: 15px 25px;
    background-color: rgba(0,0,0,.5);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}

.hero-visual .carousel-control span::before {
    font-size: 35px;
}

.hero-visual .carousel-control .fa-chevron-left,
.hero-visual .carousel-control .fa-chevron-right,
.hero-visual .carousel-control .icon-prev,
.hero-visual .carousel-control .icon-next {
	position: absolute;
	top: 45%; /** older browsers **/
	top: -webkit-calc(50% - 26px); /** Safari 6, Chrome 19-25 **/
	top: -moz-calc(50% - 26px); /** FF 4-15  **/
	top: calc(50% - 26px); /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
	z-index: 5;
	display: inline-block;
}

.hero-visual .carousel-control .fa-chevron-left,
.hero-visual .carousel-control .icon-prev {
	left: 15px;
}

.hero-visual .carousel-control .fa-chevron-right,
.hero-visual .carousel-control .icon-next {
	right: 15px;
}

.hero-visual .carousel-control.left span:hover,
.hero-visual .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	background: #000;
	color: #fff;
}

/* Carousel Header Styles */
.hero-visual .header-text {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 10vh;
}

.hero-visual .header-text span {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    font-family: inherit;;
}

.hero-visual .header-text h2 {
    font-size: 40px;
    font-family: inherit;;
}

.hero-visual .header-text h2 span {
    font-size: 5rem;
}

.hero-visual .header-text h3 span {
}

.hero-visual .btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.hero-visual .btn-yellow {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    margin-right: 15px;
}

.hero-visual .btn-yellow:hover {
    color: #000;
    background-color: #000;
    border-color: #000;
}
.hero-visual .btn-white {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.hero-visual .btn-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.hero-visual .btn-black {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    margin-right: 15px;
}

.hero-visual .btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.hero-visual .white {
    color: white;
}
.hero-visual .yellow {
    color: #000;
}
.hero-visual .black {
    color: #000;
}

@media (min-width: 768px) {
    .hero-visual {
        padding-bottom: 75%;
    }

    .hero-visual .header-text {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .hero-visual {
        padding-bottom: 50%;
    }
}
@media (min-width: 1200px) {
    .hero-visual {
        padding-bottom: 56%;
    }

    .hero-visual .carousel-control.left span,
    .hero-visual .carousel-control.right span {
        /* padding: 25px; */
    }
}
@media (min-width: 1400px) {
    .hero-visual {
        padding-bottom: 39%;
    }
}

/* Navbar */
.navbar-menu {
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
	font-size: 14px;
}

/* Navbar List */
.navbar-menu li {
	display: inline-block;
}
/* Navbar Links */
.navbar-menu-link {
	display: block;
	line-height: 60px;
	padding-left:10px;
	padding-right:10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
}
.navbar-menu a:focus  {
	text-decoration: none;
	color: #fff;
}
.navbar-menu a:hover, .navbar-menu a:active {
	text-decoration: none;
	color: #fff;
}
.dropdown-not-clicked{
	color: #fff;
}
/* Navbar Links:hover  */
.navbar-menu-link:hover {
	color: #000;
	text-decoration: none;
}
/* Span inside Navbar Links  */
.sub-menu{
	list-style: none;
	background: #fff;
	margin-top: 0px;
	padding: 0px 0;
}
.sub-menu li{
	display: list-item
}
.sub-menu li a{
	padding: 15px;
	color: #000;
	border-bottom: 1px solid #fff;
	margin-top: 0px;
}
.sub-menu li a:hover{
	color: #000;
	background: none;
}
/* Responsive Styles */
@media (max-width: 767px) {

	.navbar-white{		
		border-bottom: 0px solid #000;
	}
	.navbar-white .header-logo img{		
		height: 100px;
		border:0px solid #000;
		box-shadow: none;
	}  
	.navbar-toggle{
		color: #ddd;
		border: 0px solid #000;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: none;
	}
	.navbar-default .navbar-toggle:hover .text-dark, .navbar-default .navbar-toggle:focus .text-dark{
		color: rgba(0, 0, 0, 0.5);
	}
	.navbar-collapse {
		background: #1f1f1f;
		border-top: 0px solid #000;
	}  
	.navbar-menu li{
		display: block;
		border-bottom: 1px solid #272727;
	}
	.navbar-menu li a:hover{
	}
	.navbar-menu a:focus  {
		color: #fff;
	}
	.navbar-menu-link {
		color: #fff;
	}
	.navbar-menu .sub-menu{
	}
	.sub-menu li{
		display: list-item;
	}
	.sub-menu li a{
		padding: 15px;
		padding-left: 25px;
		display: block;
		width: 100%;
		color: #fff;
		margin-top: 0px;
		border-bottom: 0px solid #272727;
	}
	.sub-menu li a:hover{
		color: #fff;
	}
	.sub-menu{
		position: inherit;
		border: 0px solid rgba(0, 0, 0, .15);
		padding: 0px 0;
		margin: 0px 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;    
		float: none;
		background: none;
	}
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: auto;
		border: 0;
	}
}
/* Logo */
.header-logo {
	padding: 0px;  
}
.header-logo img {
	padding: 0;
	background: #000;
	border-radius: 0px;
	width: 242px;
	margin: -18px 0 0 0;
}
.navbar.scrolling .header-logo img {
	margin: 0 0 0 0;
}
/* Responsive Styles */
@media (max-width: 767px) {
	/*! Logo */
	.navbar-white .header-logo img,
	.navbar.scrolling .header-logo img {
		height: 80px;
		width: auto;
		margin: 10px;
		padding: 0;
	}  
}

/* Youtube */
.youtube {
  position: relative;
  padding-bottom: 56%;
}
.youtube .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}