@charset "utf-8";
/* CSS Document */


.header
{
	background: #212A3F;
	height: 70px;
	position: fixed;
	width: 100%;
	z-index:9999;
}

.header h4
{
	color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

.navbar-inverse
{
	background: #212A3F;
	border: none;
}
.logo
{
	color: #fa3447;
	font-weight: 100;
	font-size: 30px;
	padding: 0px !important;
	line-height: 60px;
}

.menu{

	margin:0px !important;
	border: none;
}
.menu li a
{
	color: #434F5B;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	line-height: 29px;
	background-color: #212A3F;
	z-index:999;

}
.menu li a:hover
{
	background-color: #212A3F;
	color:#fff;
}
.menu-button
{
	color: #fff;
	font-size: 30px;
	margin:0px !important;
	padding:14px;
}

a.menu-text::before
{
	display: block;
	font-size: 10px;
	line-height: 9px;
}

.dropdown-menu li a
{
	color: #999999;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	line-height: 29px;
	background-color: #212A3F;
	z-index:999;
}

a.ourTrailers_menu-text::before
{
	content: "Get to know me";
}

a.where_menu-text::before
{
	content: "Where are we?";
}

a.gallery_menu-text::before
{
	content: "Some photos";
}

a.price_menu-text::before
{
	content: "Our trenings and prices";
}

a.contact_menu-text::before
{
	content: "";
}

.backg
{
	background-attachment:fixed;
	background-color: #645862;
	background-image:  url("../images/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	cursor: default;
	padding: 300px 50px 150px 50px;
	text-align: center;
	width: 100%;
	height: 200px;
	float: left;
}

.backg h1
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 50px;
	font-style: bold;
	text-align: center;
	text-shadow: 6px 6px 10px #000000;
	padding-top: 30px;
	color: rgb(214, 214, 214);
}

.backgtxt
{
	color: white;
	cursor: default;
	padding: 50px 150px 50px 50px; 
	text-align: center;
	width: 100%;
	float: left;
}

.backgtxt h1
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 50px;
	font-style: bold;
	text-align: center;
	text-shadow: 6px 6px 10px #000000;
	/* padding-top: 10px; */
	color: rgb(255, 255, 255);
}

@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

.inner
{
	-moz-animation: reveal-banner 1s 0.25s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	-o-animation: reveal-banner 1s 0.25s ease-in-out;
	-ms-animation: reveal-banner 1s 0.25s ease-in-out;
	animation: reveal-banner 1s 0.25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	/*ckground: rgba(255, 255, 255, 0.8);*/
	color: white;
	display: inline-block;
	opacity: 0;
}

.logo-in-box
{
	margin: 5px;
	height: 320px;
	width:  500px;
	margin: 50px 0px 50px 0px;
}

.col-centered {
	float: none;
	margin: 0 auto;
	text-align: center;
}

h2.section-text::after {
	display: block;
	margin: 17px auto 0px;
	width: 80px;
	height: 1px;
	content: "";
}

.welcomes
{
	background: #D7D7D9;
	padding: 20px 0px;
	float: left;
	color: blue;
}

.title h2
{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 42px;
	text-align: center;
	color: #1652E1;
	text-transform: uppercase;
}
.desc p
{
	width: 75%;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #2E2E2E;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}

.desc-text
{
	margin-top:20px;
}

p.desc-text::before {
	display: block;
	margin: 17px auto 0px;
	width: 80px;
	height: 1px;
	background: #1652E1 none repeat scroll 0% 0%;
	content: "";
	margin-bottom:20px;
}

.about_img
{
	height: 400px;
	width:  400px;
	float: none;
}

.gallery-img-small-flag{
	height: 50px;
	width:  100px;
	margin: 17px auto 0px;
}

.ourTrailers
{
	background: #F6F6F7;
	padding: 30px 0px;
	font-family: 'Roboto', sans-serif;
}

.ourTrailers td
{
	padding: 0px 10px 0px;
}

.ourTrailers-img img
{
	width: 380px;
	height: 230px;	
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;	
	float: left;
	position: relative;	
}

.ourTrailers-img-container 
{
	padding: 10px;
	float: bottom;
}

h2.ourTrailers-text::after {
	background: #FFF none repeat scroll 0% 0%;
}

.iconing
{
	text-align: center;
	width:80px;
	margin:0 auto;
}
.iconing i
{
	font-size: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.icon-box
{
	margin:30px 0px;
}

.icon-text-box h4
{
	font-family: 'Roboto', sans-serif;
	color: #2e2e2e;
	font-weight: 400;
	font-size: 25px;

}
.icon-text-box p
{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2E2E2E;
	text-align: justify;
}

.btneff
{
	background-color: #8ab839;
	border: none;
	color: #fff;
	padding: 13px 0px;
	width: 100% !important;
	font-size: 17px;
}
.work-list{
	padding: 60px 0px;
}

.where
{
  background: url("../images/where-bg.jpg");
  background-position: 50% 94px;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}

.where h2
{
	color: rgba(255, 215, 0, 1);
}

.where p
{ 
	color: rgba(255, 215, 0, 1);
  	font-size: 20px;	
}

.gallery
{
	background: #F6F6F7;
	padding: 60px 0px;
}

.gallery h2.gallery-text::after {
	background: blue none repeat scroll 0% 0%;
}

.work-list a .gallery-img
{
	width: 320px;
}
.work-list a .gallery-img img
{
	width: 320px;
	height: 230px;
	float: left;
	position: relative;	

}

@keyframes imagehover {
	0%   {height: 40px;}
	25%  {height: 80px;}
	50%  {height: 120px;}
	75%  {height: 160px;}
	100% {height: 200px;}
}
.image-hover {
	display: none;
	position: absolute;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
	text-align: center;
	width: 320px;
	height: 230px;
	float: left;

}
.image-hover i{
	color: rgba(138, 184, 57, 0);
	font-size:30px;
	line-height: 230px;
	transition: 5s color ease-in;
	display: none;
}
.image-hover:hover i
{	display: block;
	color: #212A3F;
}

.work-list a h3 {
	text-align: center;
	padding: 15px 0px;
	font-size: 15px;
	float: left;
	width: 320px;
	font-weight: 600;
	background: rgba(39, 49, 69, 1);
	color:#fff;
	margin:0px;
	font-family: 'Roboto', sans-serif;
}
.work-list a:hover .image-hover
{
	display: block;
	animation: 0.2s ease-in 0s normal none 1 running imagehover;

}
.work-space
{
	margin: 30px auto;
}

.active
{
	color:#fff !important;
}

.nav li a:focus
{
	background: #212A3F;
	color: #fff;
}
.nav li a:active
{
	color: #fff;
}

.price
{
	display: block;
	position: relative;
	background: #D7D7D9;
	padding: 100px 0;
	color: #000;
	font-family: 'Roboto', sans-serif;  
}

.price th
{
	font-size: larger;
}

.price p
{
	text-align: justify;
}

h2.price-text::after 
{
	background: #fff none repeat scroll 0% 0%;	
}

.accessories
{
	display: block;
	position: relative;
	background: #F6F6F7;
	padding: 100px 0;
	color: #000;
	font-family: 'Roboto', sans-serif;  
}

h2.accessories-text::after 
{
	background: #fff none repeat scroll 0% 0%;	
}

.contact
{
	padding: 60px 0px;
	float: left;
	width: 100%;
	font-size: 20px;	
}

.contact h2.contact-text::before
{
	content: "";
}


.contact h2.contact-text::after {
    background: green none repeat scroll 0% 0%;
}

.contact-form, .address-space
{
	margin-top: 0px;	
}
.form-effect
{
    padding: 12px 12px;
    color: #555;
    background-color: rgba(33, 42, 63, 0.2);
    color: #212A3F;
    height: auto !important;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.form-effect:focus {
    border-color: rgba(33, 42, 63, 0.2);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(33, 42, 63, 0.1);
}
.btn-sub {
    color: #fff;
    background-color: #0033cc;
    border-color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}

/* #map-canvas
{
	height: 400px;
	margin-top: 50px;
} */

#mapid { 
	height: 400px; 
	margin-top: 50px;
}

input[placeholder], [placeholder], *[placeholder] {
	color: #212A3F !important;
}

.address p i {
	padding-right: 10px;
	font-size: 25px;
	color: #0033cc;
}

.footer {
	margin: 20px 0px 10px;
	float: left;
	text-align: center;
	width: 100%;
}
.footer p {
	text-align:  center;

	font-family: 'Poppins', sans-serif;
}
.footer p a {
	 color: #0033cc;
	 font-family: 'Poppins', sans-serif;
}

@media (min-width: 380px) and (max-width: 768px)
{
	.text-box p.intro {
	font-size: 22px;
	}
	.text-box h2 {
	font-size: 40px;
}
.text-box h3 {
	font-size: 16px;}
	.text-box p a.link-button {
	padding: 8px 14px;
	font-size: 13px;}
	.title h2 {

	font-size: 29px;}
	.desc p {
	font-size: 15px;
	text-align: justify;}
	.icon-text-box h4 {
	text-align: center;
}
.icon-text-box p {

	text-align: center;}

	.btneff {

	margin-top: 15px;
	width: 20% !important;
}
}
@media (min-width: 0px) and (max-width: 379px)
{
	.text-box p.intro {
	font-size: 22px;
	}
	.text-box h2 {
	font-size: 20px;
}
.text-box h3 {
	font-size: 16px;}
	.text-box p a.link-button {
	padding: 8px 14px;
	font-size: 13px;}
	.title h2 {

	font-size: 29px;}
	.desc p {
	font-size: 15px;
	text-align: justify;}
	.icon-text-box h4 {
	text-align: center;
}
.icon-text-box p {

	text-align: center;}

	.btneff {

	margin-top: 15px;
	width: 80% !important;
}
}
