/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.getquote h2 { display: none; }
.tm-headerbar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#155120+1,27963c+1,1e7528+99,1e7528+99,7ac17d+100 */
	background: #155120; /* Old browsers */
	background: -moz-linear-gradient(top, #155120 1%, #27963c 1%, #1e7528 99%, #1e7528 99%, #7ac17d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #155120 1%, #27963c 1%, #1e7528 99%, #1e7528 99%, #7ac17d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #155120 1%, #27963c 1%, #1e7528 99%, #1e7528 99%, #7ac17d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155120', endColorstr='#7ac17d', GradientType=0 ); /* IE6-9 */
}
.uk-navbar {
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}
.tm-fullscreen { border-top: none; }
.tp-info-name {
	color: inherit;
	font-weight: normal;
	font-size: 26px;
}
body {
	background: url(../../../images/fullscreen_image.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.dphp-class {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27963c+0,16561e+100 */
	background: #27963c; /* Old browsers */
	background: -moz-linear-gradient(top, #27963c 0%, #16561e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #27963c 0%, #16561e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #27963c 0%, #16561e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27963c', endColorstr='#16561e', GradientType=0 ); /* IE6-9 */
}
.dp-footer {
	background-color: #1D2122;
	padding-top: 40px;
	border-top: 10px solid #303030;
}
.dp-footer footer { color: rgba(255,255,255,.4)!important; }
.tm-footer a:not([class]) { color: rgba(255,255,255,.6)!important; }
.dp-footer footer a { color: rgba(255,255,255,.6)!important; }
.tm-footer a:not([class]):hover { color: rgba(255,255,255,.9)!important; }
.dp-footer footer a:hover { color: rgba(255,255,255,.9)!important; }
.getquote .formControlLabel { display: none; }

/* Only Phones */
@media (max-width: 767px) {
}
/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
	.tm-logo-small img {
		width:189px;
	}
	#tm-fullscreen .uk-height-1-1 {
    height: 250px;
	}
	.tm-fullscreen {
    height: 250px;
	}
}
/* Only Phones (Portrait) */
@media (max-width: 479px) {
	#tm-fullscreen .uk-height-1-1 {
    height: 300px;
	}
	.tm-fullscreen {
    height: 300px;
	}
}
/* Only tablets and Large Screen */
@media (min-width: 768px) and (max-width: 1219px) {
	#tm-fullscreen .uk-height-1-1 {
    height: 400px;
	}
	.tm-fullscreen {
    height: 400px;
	}}
/* Only tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
.uk-navbar-nav > li > a {
    padding: 0 10px;
    font-size: 12px;
}
}
/* Only tablets and desktop */
@media (min-width: 768px) {
}
/* Only desktop */
@media (min-width: 960px) {
}

