/**
* name: bootstrap
* version: 1.0.0
* author: tzotzosgr
* website: http://tzotzos.gr
*/
/*
body {
    background-image: url("/koliatsos-new/themes/bootstrap/assets/img/insurance-koliatsos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
}

#container {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 0 12px #aaa;
    -webkit-box-shadow: 0 0 12px #aaa;
    -moz-box-shadow: 0 0 12px #aaa;
    -o-box-shadow: 0 0 12px #aaa;
    -ms-box-shadow: 0 0 12px #aaa;
    min-height: 100%;
    padding-bottom: 60px;
}

html,
body {
    height: 100%
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}*/


/* full page
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
	padding: 60px 15px 0;
}

.footer {
	background-color: #f5f5f5;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

.carousel-inner .carousel-item {
	height: 700px;
}

.carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section-wrapper {
	padding: 50px 0px 50px 0px;
}

.gray-bg {
	background-color: #ececec;
}

.page-header {
	margin-bottom: 35px;
	position: relative;
}

.page-header h2:after {
	width: 100px;
	height: 3px;
	position: absolute;
	text-align: center;
	bottom: -5px;
	left: 0;
	margin: 0px;
	z-index: 1;
	content: '';
	background-color: #de3926;
}

.shadow-hover:hover {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

.jumbotron {
	/*background-image: url("https://www.aftodioikisi.gr/wp-content/uploads/2017/10/ARTA_AFTODIOIKISI.jpg");*/
	background-image: url("../img/proionta/arnakia-katsikakia.jpeg");
	height: 350px;
	background-size: cover;
	background-position: center center;
}

.card-img-top {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.card-title h5 {
    line-height: 1;
    font-family: verdana;
    font-weight: normal;
    font-style: normal;
    height: 65px;
    overflow: hidden;
}

.card-title {
    margin-bottom: .75rem;
    height: 50px;
    height: 75px;
    overflow: hidden;
}

a.card-title:hover {
    color: #90c3e1;
    text-decoration: none;
}

a.card-title {
    color: #303030;
    text-decoration: none;
}

.m-b-30 {
    margin-bottom: 30px;
}

.card-block {
    padding: 1.25rem;
}

a.card-link:link {
    color: #1e2b4b;
    text-decoration: none;
    font-weight: normal;
}

a.card-link:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

a.card-link:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    background-color: #1e2b4b;
}

a.card-link:active {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.btn-kol {
    color: #c21f39;
    background-color: transparent;
    background-image: none;
    border-color: #c21f39;
}

.btn-kol:hover {
    color: #fff;
    background-color: #c21f39;
    border-color: #c21f39;
}

.menu-bg {
    background: #1e2b4b;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

img[src$="centerme"] {
    display: block;
    margin: 0 auto;
}

/*img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}*/

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

.slogan {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 360px;
    float: right;
    color: #fdfbfb;
    background-color: #c21f39;
    border-color: #c21f39;
    margin-top: 20px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.bg-red {
    background-color: #c21f39!important;
}

/*********************
    COOKIE ALERT
**********************/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #242a35;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

/************************
    CONTACT
*************************/

.contactMe .msg {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.contactMe .msg.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.contactMe .msg.success hr {
    border-top-color: #b1dfbb
}

.contactMe .msg.success .alert-link {
    color: #0b2e13
}

.contactMe .msg.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.contactMe .msg.error hr {
    border-top-color: #f1b0b7
}

.contactMe .msg .error .alert-link {
    color: #491217
}

