/*!
Theme Name: EVA
Author: None
Version: 1.0.0
Text Domain: eva
*/

.bottom-links a {
    display: flex; 
    align-items: center; 
    width:23%; 
    font-size: 14px;
    vertical-align: middle; 
    min-height:40px; 
    background-position: 0; 
    background-repeat: no-repeat; 
    padding-left:50px; 
    margin-right:20px; 
    color: #405965;
}

main.home breadcrambs {
	display: none;
}

main.home sizer content {
	box-shadow: none;
	background-color: transparent;
	padding: 0px; 
}

.index-block {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	padding: 30px;
	border-radius: 5px;
	width:31%;
	vertical-align: top;
}

.index-block h4 {
	font-family:'PT Sans Narrow';
	font-size: 27px;
	font-weight: bold;
	line-height: 1.05;
	color: #405965;
	padding:0 0 20px 20px;
	border-left: 1px solid #f4f7fc;
	border-bottom: 1px solid #f4f7fc;
	min-height:80px;

}

.index-block .items { 
	min-height: 250px;

}

.index-block .items a {
	font-size: 16px; 
	line-height: 1.05; 
	color: #405965; 
}

.index-block .items p { 
	display: flex;
}

.index-block .items img {
	float:left; 
	clear: both; 
	margin-right:15px;
}
	
.index-block .btn { 
	width:100%; 
	background: #fff; 
	color: #228fdb; 
	border-color:#228fdb; 
	padding:10px; 
	text-transform: uppercase; 
	font-weight: bold;

}

.index-block .btn:hover {
	background: #228fdb; 
	color: #fff;
}

optgroup {
	background-color: #e9eaee;
	color: black;
}

option {
	color:  #000;
	background: #fff;
}

span.im-caret {
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

@-webkit-keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

div.im-colormask > input {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0; /*calculated*/
}

div.im-colormask > input:focus {
    outline: none;
}

div.im-colormask > input::-moz-selection{
    background: none;
}

div.im-colormask > input::selection{
    background: none;
}
div.im-colormask > input::-moz-selection{
    background: none;
}

div.im-colormask > div {
    color: black;
    display: inline-block;
    width: 100px; /*calculated*/
}

.selectize-control {
	display: inline-block;
	margin-bottom: 20px;
}

.thumbs {
	display:flex; 
	flex-wrap: wrap;
}

.thumb {
	width:230px; 
	font-size:80%; 
	margin:10px; 

}

.thumb-image {
	display: block; 
	margin-bottom: 5px;
}

video {
	width: 100%;
	height: 500px;
}
  
.error404 header, .error404 menu, .error404 .bottom-links, .error404 footer {
	display: none;
}

.error404 .box {
	background: rgba(59, 105, 173, 0.1);
	font-family: 'Roboto Condensed', sans-serif;
}

.error404 .box button {
    color: #3b69ad;
    border: 2px solid #3b69ad;	
}

.error404 .box button:hover {
	background-color: #355d9a;
	color: #fff;
}

menu search #searchform input {
    width: 185px;
}

menu search #searchform input#searchsubmit  {
    width: 44px;
}

#searchsubmit {
    padding: 0;
    border: none;
    position: relative;
    margin-left: -44px;
    height: 35px;
    background: transparent;
	cursor: pointer;
}

.search .thumbs {
    margin-top: 20px;
}

#searchform {    
	display: inline-table;
}

form#form input, form#form textarea, form#form .g-recaptcha {
    margin-top: 20px;
}

form#form input:last-child {
	margin-top: 0;
}

auth a.auth {
    background: #228fdb;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    padding: 4px 34px;
    font-weight: 600;
    margin-top: -1px;
    text-decoration: none;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 200%;
    font-family: 'Roboto Condensed', sans-serif;
    transition: 0.2s ease-in;
    width: auto;
	margin-left: 10px;
}

auth a.auth:hover {
	color: #fff;
    background-color: #1f81c5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12);
    text-decoration: none;	
}