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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Oswald:300');

#tinymce.mce-content-body{background:#fff; padding:10px !important;}
#tinymce.mce-content-body .uk-panel{border:1px dotted lightgrey;}



#tm-top-a .uk-container{overflow: hidden;}

.home-slider::before,
.home-slider::after{
	position: absolute;
  width: 49%;
  left: 0;
  bottom: -1px;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
  display: block;
  content:" ";
  z-index: 1;
}

.home-slider::after {
  left: 50%;
  right: 0;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
	border-right: 20px solid white;
}

.home-slider .uk-overlay-panel .uk-dotnav {
	margin-bottom: 20px;
}

.home-slider ul.uk-slideshow > li > div.uk-overlay-panel > div {
	background-color: rgba(0,0,0,0.1);
	border: 15px solid #3aaee3;
	color: #fff;
	height: 330px;
	margin-bottom: 60px;
	margin-right: 50px;
	padding: 20px 15px;
	width: 330px;
}

.home-slider ul.uk-slideshow > li > div.uk-overlay-panel > div > h3 {
	color: #fff;
	font-size: 40px;
	font-weight: lighter;
	margin-top: 45px;
	text-transform: uppercase;
}

.home-slider ul.uk-slideshow > li > div.uk-overlay-panel > div > div {
	font-family: 'Oswald', sans-serif;
	font-size: 53px;
	font-weight: 400;
	margin-top: 45px;
	line-height: 65px;
	text-transform: uppercase;
}

.home-slider ul.uk-slideshow > li > div.uk-overlay-panel > div > p {
	position: absolute;
	bottom: 75px;
	right: 90px;
}

/*
.home-slider ul.uk-slideshow > li > div.uk-overlay-panel > div > p > .uk-button {
	background-color: #f0f0f0;
	border-radius: 5px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 50px;
}
*/

/* Home Teaser */
.home-teaser-text h2 {
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
}

.home-teaser-text .uk-button {
  background-color: transparent;
  border: 2px solid #3aaee3;
  color: #000;
  font-size: 15px;
}

.icon-wrap{
	background-color: #3aaee3;
	border-radius: 50%;
	color: #fff;
	height: 75px;
/*	margin: 0 auto;*/
	padding: 5px;
	text-align: center;
	width: 75px;
}

.icon-wrap i {
	font-size: 60px;
	line-height: 80px;
}

.division-home-content > h3.uk-h1{
	text-align: center;
}

.dh-title {
	letter-spacing: 1px;
	margin-bottom: 15px !important;
}

.dh-excerpt {
	font-size: 14px;
	text-align: justify;
}

.bottom-b-left {
	border: 15px solid #3aaee3;
	overflow: hidden;
	padding: 10px;
	text-align: right;
	background-color:#FFF;
	margin-bottom:15px !important;
}

.bottom-b-left h1 {
	color: #262626;
	font-size: 180px;
  line-height: 160px;
}

.bottom-b-left h2 {
	font-size: 23px;
	font-weight: lighter;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 15px;
	color: #262626;
	text-transform: uppercase;
}

.btbr-title {
	font-size: 60px;
  font-weight: 100;
  line-height: 60px;
  margin-bottom: 45px;
}

.services-home-content {
	color: #fff;
}

.services-home-content h3 {
	color: #3aaee3;
	text-transform: uppercase;
}

.services-home-content ul {
	font-size: 16px;
}

.contact-us-wrap {
	position:relative;
	overflow: hidden;
}

.bottom-c-map {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}



.map-overlay-bg {
	background-color: rgba(255, 210, 23, 0.6);
	height: 100%;
	position: absolute;
	width: 100%;
}

.uk-button {
	font-family: 'Roboto', sans-serif;
}

.home-contact-us_wrapper {
	margin: 0;
}



.home-contact-us .ctm-form-width-right {
	width: 30%;
}

.home-contact-us input[type=text],
.home-contact-us input[type=email],
.home-contact-us input[type=number],
.home-contact-us textarea {
	border: 0;
	font-family: 'Roboto', sans-serif;
}

.home-contact-us input[type=submit] {
  background-color: #3aaee3;
  color: #fff;
  display: block;
  font-size: 17px;
  margin-top: 8px;
  padding: 17px 20px;
  width: 100%;
}

#tm-footer {
	background-color: #282828;
	border-bottom: 12px solid #fff;
	padding: 10px 0;
}

.copyright {
	color: #3aaee3;
	font-size: 11px;
}

.tm-footer-right ul li a {
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

#bottom-c-map,
#bottom-c-map h3{color:#000;}

@media only screen and (min-width: 641px) {

	.gform_wrapper .top_label li.gfield.gf_right_half.ctm-form-width-right {
		width: 48%;
		padding-left: 40px;
		text-align: center;
	}

}

