﻿html, button, input, select, textarea {
	color: #222;
}
html {
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, img, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%
}
body{

}
body {
    background: url("../images/bgBody.jpg") no-repeat fixed center top / cover rgba(0, 0, 0, 0);
    color: #636466;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    max-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera */
    animation: fadein 1s;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgBody.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgBody.jpg', sizingMethod='scale')";
}
p {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px
}
#about p{
    color: #000 !important;
}
#about strong {
  color: #000;
}
strong{
    color: #FFF
}
#training{
    background: url("../images/bgTraining.jpg") no-repeat fixed right top / cover rgba(0, 0, 0, 0);
}
#about{
    background: url("../images/bgAbout.jpg") no-repeat fixed right top / cover rgba(0, 0, 0, 0);
}
#contact{
    background: url("../images/bgContact.jpg") no-repeat fixed right top / cover rgba(0, 0, 0, 0);
}

#wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #e2e1e6;
    display: block;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding: 5% 0;
    position: relative;
    width: 100%;
}
header {
    display: inline-block;
    height: auto;
    margin-right: 8%;
    overflow: hidden;
    width: 22%;
}
header h1 {
    display: inline-block;
    margin: 0 0 50px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
header h1 a {
    background: url("../images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 192px;
    margin-left: 15px;
    text-indent: -5000px;
    width: 143px;
}

header .right {
    display: inline-block;
    height: 111px;
    text-align: right;
    width: 49%;
}
header nav ul {
    border-bottom: 0 solid #000;
    border-top: 0 solid #000;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
header nav li:hover > ul {
}
header nav ul li {
    display: inline-block;
    width: 100%;
}
header nav ul li a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: Grotesk;
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
header nav ul li:last-child a {
    background: none;
}
header nav ul li a:hover, header nav ul li.active a {
    background: url("../images/bgNavLi.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ff8227;
    margin-left: 0;
}



#content {
    display: inline-block;
    height: 100%;
    padding-right: 4%;
    vertical-align: top;
    width: 65%;
}
#content .page-title {
    color: #1c1c1c;
    font-family: Grotesk;
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 20px;
}
.training-list {
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.training-list li {
    color: #fff;
    display: inline-block;
    font-family: Open Sans;
    font-size: 13px;
    margin-bottom: 20px;
    margin-right: 4%;
    vertical-align: top;
    width: 45%;
}

.training-list li a{
  color: inherit;
  font-family: inherit;
}
.mobile-menu{
    display: none
}

.contact-page {
    color: #000;
    font-family: Grotesk;
    font-size: 19px;
    height: auto;
    margin-left: 0;
    overflow-y: hidden;
    padding: 0;
}
.contact-page h5 {
    color: #ff8227;
    font-family: Grotesk;
    font-size: 19px;
    font-weight: normal;
    margin: 15px 0 0;
    text-transform: uppercase;
}

.contact-page a {
    color: #1c1c1c;
    text-decoration: none;
}
.contact-page ul {
    margin: 0;
    padding: 0;
}
.contact-page ul li a {
    color: #1c1c1c;
}
.contact-page a:hover {
    color: #666;
}
article{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
article h3{
    color: #1c1c1c;
    font-family: Grotesk;
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 0px;
    text-transform: uppercase;    
}
article .author {
    display: inline-block;
    margin-bottom: 20px;
}
article img{
    width: 100%;
    height: auto;
    margin-bottom: 10px
}
article .readmore {
    background: none repeat scroll 0 0 #ff8227;
    color: #fff;
    display: inline-block;
    font-family: Grotesk;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    width: auto;
}
article .bottom {
    border-bottom: 1px solid #ced1d2;
    border-top: 1px solid #ced1d2;
    padding: 8px 0;
}
article .share {
    display: inline-block;
    float: right;
    margin: 3px 0;
}
article .share li {
    display: inline-block;
}
article .share li a {
    background: url("../images/social.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 25px;
    margin-left: 5px;
    width: 25px;
}
article .share li .pinterest {
    background-position: -38px 0;
}
article .share li .facebook {
    background-position: -76px 0;
}

#scrollbar1 {
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#scrollbar1 .viewport {
    background: none;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#scrollbar1 .overview {
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0 20px 0 0;
    position: absolute;
    top: 0;
}
#scrollbar1 .scrollbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 15px;
}
#scrollbar1 .track {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 10px;
    height: 100%;
    padding: 0;
    position: relative;
    width: 15px;
}
#scrollbar1 .thumb {
    background: none repeat scroll 0 0 #ff8227;
    border-radius: 9px;
    cursor: pointer;
    height: 20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 15px;
}
#scrollbar1 .thumb .end{
    overflow:hidden;
    height:5px;
    width:25px;
    display: none
}
#scrollbar1 .disable{
    display:none;
}

.noSelect{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

footer
{
  color: #fff;
  font-size: 80%;
}

.video-in-menu {
    background: url("../images/youtube.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0) !important;
    border-bottom: medium none;
    font-size: 17px;
    margin-bottom: 15px;
    margin-left: 17px !important;
    margin-top: 5px;
    padding: 10px 0 0 40px;
    position: static;
    text-decoration: none;
    text-transform: none;
    width: auto;
}


header nav ul li a.video-in-menu:hover {
  background-image: none;
}

@keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        /* Firefox */
        @-moz-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        /* Safari and Chrome */
        @-webkit-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        /* Internet Explorer */
        @-ms-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }â€‹

        /* Opera */
        @-o-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }â€‹