/*
Theme Name: Jindra
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}


p {
	font-weight: 300;
}
a, a:hover, a:focus {
	color: #000;
}
.wp-content a, .wp-content a:hover, .wp-content a:focus {
	color: #337ab7;
}


.mt-0 {margin-top: 0px !important;}
.mt-1 {margin-top: 5px !important;}
.mt-2 {margin-top: 10px !important;}
.mt-3 {margin-top: 15px !important;}
.mt-4 {margin-top: 20px !important;}
.mt-5 {margin-top: 25px !important;}
.mr-0 {margin-right: 0px !important;}
.mr-1 {margin-right: 5px !important;}
.mr-2 {margin-right: 10px !important;}
.mr-3 {margin-right: 15px !important;}
.mr-4 {margin-right: 20px !important;}
.mr-5 {margin-right: 25px !important;}
.mb-0 {margin-bottom: 0px !important;}
.mb-1 {margin-bottom: 5px !important;}
.mb-2 {margin-bottom: 10px !important;}
.mb-3 {margin-bottom: 15px !important;}
.mb-4 {margin-bottom: 20px !important;}
.mb-5 {margin-bottom: 25px !important;}
.ml-0 {margin-left: 0px !important;}
.ml-1 {margin-left: 5px !important;}
.ml-2 {margin-left: 10px !important;}
.ml-3 {margin-left: 15px !important;}
.ml-4 {margin-left: 20px !important;}
.ml-5 {margin-left: 25px !important;}

.pt-0 {padding-top: 0px !important;}
.pt-1 {padding-top: 5px !important;}
.pt-2 {padding-top: 10px !important;}
.pt-3 {padding-top: 15px !important;}
.pt-4 {padding-top: 20px !important;}
.pt-5 {padding-top: 25px !important;}
.pr-0 {padding-right: 0px !important;}
.pr-1 {padding-right: 5px !important;}
.pr-2 {padding-right: 10px !important;}
.pr-3 {padding-right: 15px !important;}
.pr-4 {padding-right: 20px !important;}
.pr-5 {padding-right: 25px !important;}
.pb-0 {padding-bottom: 0px !important;}
.pb-1 {padding-bottom: 5px !important;}
.pb-2 {padding-bottom: 10px !important;}
.pb-3 {padding-bottom: 15px !important;}
.pb-4 {padding-bottom: 20px !important;}
.pb-5 {padding-bottom: 25px !important;}
.pl-0 {padding-left: 0px !important;}
.pl-1 {padding-left: 5px !important;}
.pl-2 {padding-left: 10px !important;}
.pl-3 {padding-left: 15px !important;}
.pl-4 {padding-left: 20px !important;}
.pl-5 {padding-left: 25px !important;}

.fw-1 {font-weight: 100 !important;}
.fw-2 {font-weight: 400 !important;}
.fw-3 {font-weight: 500 !important;}
.fw-4 {font-weight: 700 !important;}
.fw-5 {font-weight: 800 !important;}

.fs-10 {font-size: 10px !important;}
.fs-11 {font-size: 11px !important;}
.fs-12 {font-size: 12px !important;}
.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;}
.fs-15 {font-size: 15px !important;}
.fs-16 {font-size: 16px !important;}
.fs-17 {font-size: 17px !important;}
.fs-18 {font-size: 18px !important;}
.fs-19 {font-size: 19px !important;}
.fs-20 {font-size: 20px !important;}
.fs-22 {font-size: 22px !important;}
.fs-24 {font-size: 24px !important;}
.fs-26 {font-size: 26px !important;}
.fs-28 {font-size: 26px !important;}
.fs-30 {font-size: 30px !important;}
.fs-32 {font-size: 32px !important;}
.fs-34 {font-size: 34px !important;}
.fs-36 {font-size: 36px !important;}


/* Wordpress */
.gallery img {
	border: 0 !important;
	max-width: 100%;
}

/* Bootstrap */
.btn {
	transition: all 0.3s ease 0s;
	font-weight: 500;
}
.btn-primary, .btn-primary:focus {
	background-color: #facf09;
	border-color: #facf09;
	color: #000;
}
.btn-primary:hover {
	background-color: #e0ba09;
	border-color: #e0ba09;
	color: #000;
}


/* Default */
.page-title {
	margin-bottom: 30px;
	font-weight: 300;
}
.content {
	min-height: 500px;
	margin-bottom: 50px;
}
.text-red {
	color: #ed1d24;
	font-weight: 800;
	font-size: 12px;
}
.line {
	height: 5px;
	width: 60px;
	background-color: #facf09;
	margin: auto;
	margin-bottom: 15px;
}


/* Header */
.wrapper-header-top {
	background-color: #facf09;
	color: #000;
	padding: 8px 0px;
}
.header-contact-item {
	margin-right: 20px;
}
.header-contact-item .glyphicon {
	margin-right: 10px;
}
#logo {
	height: 80px;
}


.top-dropdown {
	z-index: 1200;
}
.top-dropdown img {
    margin-right: 8px;
    margin-top: -2px;
}
.top-dropdown .dropdown-menu {
	left: auto;
	right: 0;
}
.top-dropdown .dropdown-menu a, .top-dropdown .dropdown-menu a:hover {
	color: #000 !important;
}

/* Navbar */
.navbar {
	margin-bottom: 0px;
}
.navbar .navbar-brand {
	padding: 11px 15px;
}
.navbar .navbar-nav {
	padding: 26px 0px;
}
.navbar-nav>li>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover {
	color: #333;
	transition: all 0.3s ease 0s;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background-color: #facf09;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus {
    background-color: transparent;
}



@media (max-width: 768px) {
	.navbar-header {
		height: 80px;
	}
	.navbar .navbar-brand {
		padding: 5px 15px;
	}
	#logo {
		height: 70px;
	}
	.navbar-collapse {
		color: #fff;
		background-color: #22252d;
	}
	.navbar-nav>li>a,
	.dropdown-menu>li>a,
	.dropdown-menu>.active>a {
		color: #fff;
	}
	.navbar-toggle {
		margin-top: 22px;
	}
	.navbar-toggle:hover {
		background-color: #facf09;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
}


/* Footer */
footer {
	color: #fff;
}
footer a, footer a:hover {
	color: #fff;
}
.wrapper-foot {
	padding: 20px 0px;
	background-color: #22252d;
}
.wrapper-foot h3 {
	margin: 20px 0px 30px 0px;
}
@media (min-width: 768px) {
	#logo-foot {
		margin-top: 130px;
	}
	.widget-foot-1 h3, .widget-foot-1 .textwidget {
		padding-left: 40px;
	}
	.widget-foot-1 .textwidget {
		border-left: 1px solid #3a3e45;
	}
	.webdesign-by {
		text-align: right;
	}
}
.wrapper-foot-bottom {
	padding: 20px 0px;
	background-color: #0d0e12;
}
.wrapper-foot-bottom p {
	margin: 0;
}



/* Homepage */
.next-more {
	font-size: 14px;
}
.next-more .icon {
	margin-left: 8px;
	font-size: 11px;
	font-weight: 500;
}


/* Carousel */
@media screen and (min-width: 768px) {
	.carousel-caption {
		left: 15%;
	}
	.carousel-caption .btn {
		margin-top: 100px;
	}
}
.carousel-caption {
	text-align: left;
	padding-bottom: 10px;
}
.carousel-caption h4 {
	font-weight: 600;
	font-size: 65px;
	margin-bottom: 4px;
}
.carousel-caption p {
	font-size: 14px;
	font-weight: 100;
	line-height: 1.8;
	margin-bottom: 4px;
}
.carousel-caption .text-strong {
	line-height: 1.42857143;
	font-size: 35px;
	font-weight: 300;
}
.carousel-caption .btn {
	padding: 8px 25px;
	background-color: #fff;
    border-color: #fff;
    border-radius: 18px;
}
.carousel-caption .btn:hover {
	background-color: #facf09;
	border-color: #facf09;
}
@media screen and (max-width: 767px) {
	.carousel-caption {
		bottom: 0px;		
	}
	.carousel-caption h4 {
		font-size: 25px;
	}
	.carousel-caption .text-strong {
		font-size: 14px;
	}
	.carousel-caption .btn {
		display: none;
	}
}


/* Section */
.section {
	margin: 50px 0px;
}
.section h2 {
	margin-bottom: 40px;
	font-size: 46px;
	font-weight: 300;
}
.section h4 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.section-bg-dark {
	background-color: #262d33;
	color: #fff;
}



/* Section services */
.section-services .icon {
	margin: auto;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	background: #2c343b;
	color: #fff;
	font-size: 24px;
}

/* Section premises */
.premises .col {
	padding-left: 0px;
	padding-right: 0px;
}
.premises-content {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.premises-content:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.premises-title {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -10px;
}
.premises h4 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
}
.premises .next-more {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.premises img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.premises .col:first-child {
		padding-left: 0px;
	}
	.premises .col:last-child {
		padding-right: 0px;
	}
}

/* Reference */
.reference {
	padding-top: 150px;
	margin-top: -120px;
	padding-bottom: 30px;
	background-color: #262d33;	
	color: #fff;
}
.reference h5 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 800;
}
.reference img {
	margin: auto;
	margin-top: 30px;
	max-width: 100%;
}
.reference a, .reference a:hover {
	color: #fff;
}
.reference .next-more {
	margin-top: 50px;
	margin-right: 20px;
}

/* Section news */
.news-thumbnail {
	border-radius: 5px;
}
.section-news h4 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 10px;
}


/* Posts list */
.posts-item {
	margin-bottom: 30px;
}
.posts-item h4 {
	margin-top: 0px;
}
.posts-item-thumbnail {
	margin-bottom: 10px;
}

/* Post single */
.post h1 {
	margin-bottom: 25px;
}


/* Page services */
.page-services {
	margin-top: 50px;
}
.page-services h1 {
	margin-top: 0px;
	font-size: 50px;
	font-weight: 800;
}
.services-thumbnail {
	margin-bottom: 30px;
}


.dark-box {
	position: relative;
	margin-top: 30px;
}
.dark-box-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.dark-box-content {
	position: absolute;
	width: 75%;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}
.dark-box h4 {
	font-weight: 800;
	font-size: 32px;
}

.section-gallery {
	padding-top: 20px;
	padding-bottom: 50px;
}
.section-gallery h3 {
	padding-bottom: 10px;
}


/* Page contacts */
.contacts p {
	margin-bottom: 25px;
}



/* Page reference */
.table-reference {
	width: 100%;
	text-align: center;
}
.table-reference td {
	width: 33.33333333%;
}
.table-reference img {
	max-width: 100%;
	margin-top: 50px;
}



/* Plugins customize */
.slick-dots {
	display: none !important;
}






/* Timeline */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 60px;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #facf09 !important;
}



.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }
.timeline-body > img {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

/*Hero Slider */
div#cptbc-item-861:before, div#cptbc-item-863:before, 
div#cptbc-item-865:before, div#cptbc-item-866:before, 
div#cptbc-item-867:before, div#cptbc-item-868:before,
div#cptbc-item-890:before, 
div#cptbc-item-60:before {

    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: #00000077;
}