/* Moduls css */

.front-box img {
    display: block;
    margin: 0 auto;
}

img.full-width {
    width: 100%;
}

.google-map {
    padding: 0;
    border: 0;
}

#contact-info, .contact-form {
    width: 50%;
    min-width: 180px;
    float: left;
}

.header-quote {
    line-height: 16px;
}

/*
.searchbar {
    border: 1px solid #dadada;
    background-color: #fff;
    line-height: 28px;
}
*/
.slideshow img {
    width: 100%;
}

/*-- contactform --*/
.contact-form input[type="submit"], .contact-form input[type="button"] {
    font-size: 11px;
    padding: 0 15px !important;
    margin: 0;
    line-height: 26px;
    border: 0;
    background: #005179; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#005179'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#005179)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #595a57, #005179); /* for firefox 3.6+ */
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form input[type="submit"]:hover, .contact-form input[type="button"]:hover {
    background: #005179; /* for non-css3 browsers */
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border: 0;
}

.contact-form form input[type="text"]:focus, .contact-form form textarea:focus {
    color: #000;
}

.contact-form form textarea {
    resize: none;
    height: 60px;
}

.contact-form input[type="text"], .contact-form textarea {
    vertical-align: middle;
    /*box-sizing: content-box;*/
    font-size: 13px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 240px;
    color: #4876a6;
}

/*-- sidebar - a --*/

.uk-panel-box .uk-panel-title {
    font-weight: bold;
    font-style: normal;
    color: #744720;
}

.uk-panel-box {
    background: transparent;
    padding: 0;
    border: 0;
}

.tm-sidebar-a p.links a {
    margin-top: -20px;
}

.layout-layout2 .title {
    color: #744720;
    font-size: 14px;
    font-weight: bold;
}

/*-- lets kill IE6 & IE7 --*/
div.message-ie {
    display: none;
}

/*-- Videos page --*/

.blog-warp6-video article header {
	padding: 0 10px 0 0;
	
}

.blog-warp6-video article header h1 {
	font-size: 23px;
	line-height: 30px;
}

/*-- Hide Widgetkit texts for sure --*/
#lightbox-title {
	display: none !important;
}