/*===================================================================
	THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT
====================================================================*/
/*===================================================================
	THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT
====================================================================*/
/*===================================================================
	THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT
====================================================================*/
/*===================================================================
	THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT
====================================================================*/

		/* sport */
		.page-id-9 .additional-menu-icon {
			background: #BF360C;
		}

		.page-id-9 .mainmenu-list-item-link {
			color: #BF360C;
		}

		.page-id-9 .mainmenu-list-item-dropdown:after {
			color: #BF360C;
		}

		.page-id-9 .theme-force,
		.page-id-9 .owl-theme .owl-controls .owl-page span {
			background: #BF360C!important;
		}

		.page-id-9 .header-area-text-button {
			border: 2px solid #BF360C;
			color: #BF360C;
		}

		/* tech */
		.page-id-7 .additional-menu-icon {
			background: #3F51B5;
		}

		.page-id-7 .mainmenu-list-item-link {
			color: #3F51B5;
		}

		.page-id-7 .mainmenu-list-item-dropdown:after {
			color: #3F51B5;
		}

		.page-id-7 .theme-force,
		.page-id-7 .owl-theme .owl-controls .owl-page span {
			background: #3F51B5!important;
		}

		.page-id-7 .header-area-text-button {
			border: 2px solid #3F51B5;
			color: #3F51B5;
		}


		/* forest */
		.page-id-6 .additional-menu-icon {
			background: #009688;
		}

		.page-id-6 .mainmenu-list-item-link {
			color: #009688;
		}

		.page-id-6 .mainmenu-list-item-dropdown:after {
			color: #009688;
		}

		.page-id-6 .theme-force,
		.page-id-6 .owl-theme .owl-controls .owl-page span {
			background: #009688!important;
		}

		.page-id-6 .header-area-text-button {
			border: 2px solid #009688;
			color: #009688;
		}

/*==== End of THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT ====*/
/*==== End of THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT ====*/
/*==== End of THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT ====*/
/*==== End of THEME SPECIFIC CUSTOMIZATION REMOVE THIS BEFORE REAL PROJECT ====*/


/*==================================
	Fonts
==================================*/

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: normal;
	color: #111;
}

h1 {
  font-weight: 700;
	font-size: 50px;
}

h2 {
    font-weight: 700;
		font-size: 36px;
}

h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
}

h4 {
	  display: inline-block;
    font-size: 18px;
    font-weight: 700;
		background: #94b531;
		color: #fff;
		padding: 10px 13px;
		text-transform: uppercase;

}

h1, h2, h3, h4, h5, h6, p {
	word-wrap: break-word;
}

p {
	font-size: 17px;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #94b531;
    text-decoration: none;
		outline: none;
}

a,
a:hover,
a:focus,
a:active {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-button {
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 400;
    background-color: #111;
    color: #ffffff;
    transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    font-size: 16px;
    font-weight: 700;
}

	.site-button:hover,
	.site-button:focus,
	.site-button:active {
		background-color: #94b531;
		color: #111;
		text-decoration: none;
	}

	.site-button2 {
		padding: 15px 30px;
		border-radius: 5px;
		font-weight: 400;
		background-color: #fff;
		color: #111;
		transition: 200ms ease-in-out;
		-webkit-transition: 200ms ease-in-out;
		-moz-transition: 200ms ease-in-out;
		font-size: 16px;
		font-weight: 700;
	}

	.site-button2:hover {
		background-color: #111;
		color: #fff;
		text-decoration: none;
	}

	.link-button {
	    text-decoration: underline;
	    font-weight: 700;
	    font-size: 18px;
	}

	.link-button:hover {
		color: #94b531;
}




/*==== End of Fonts ====*/


/*==================================
	Resets and default
==================================*/

body {
	/*min-height: 500px;*/
}

img {
    max-width: 100%;
}

.container-fluid {
	padding: 0;
}

.active {
	color: #111 !important;
}

/*==== End of Resets and default ====*/


/*==================================
	Help classes
==================================*/

.clear {
	clear: both;
}

.centered {
  text-align: center;
}

/* Preloader */
	#preloader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		z-index: 99;
		z-index: 9999;

	}

	#status {
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -85%);
	}

.force-white {
	color: white!important;
}

.force-black {
	color: black!important;
}

/* Footerin viiva */

.footer-area {
    border-top: 1px solid #cecece;
}


/* Page text content below title */

.page-text-content {
    padding-top: 30px;
}

.error-page-link {
	padding: 17px 30px;
    border-radius: 0;
    font-weight: 500;
    background-color: #C80039;
    color: #ffffff;
    transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    font-size: 15px;
    font-weight: 600;
}

.error-page-link:hover,
.error-page-link:focus,
.error-page-link:active {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

/* youtube -video */

.video-area {
    margin-bottom: 115px;
}

.contact-page a {
    text-decoration: underline;
}

.contact-page a:hover {
    text-decoration: none;
}


/*==== End of Help Classes ====*/


/*==================================
	Responsive
==================================*/


/* Youtube-videon upotus */

@media screen and (max-width:1199px) {

	iframe {
	    width: 100%;
	    height: 425px;
	}
}

@media screen and (max-width:768px) {

	iframe {
	    height: 375px;
	}
}

@media screen and (max-width:767px) {

	.video-area {
	    margin-bottom: 75px;
	}
}


@media screen and (max-width:425px) {

	iframe {
	    height: 300px;
	}
}

@media screen and (max-width:320px) {

	iframe {
	    height: 215px;
	}
}

/*==== End of Responsive ====*/
