
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: 'Open Sans Condensed', sans-serif;
}

a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#000;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

h1 {font-size:45px;}
h2 {font-size:35px;}
h3 {font-size:30px;}
p {font-size:25px;}



#divHeader{
position:fixed;
top:0;
left:0;
height: 75px;
z-index: 1000;
width: 100%;
padding:0;
margin:0;
text-align:center;

background: #154a7e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NGE3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjNmNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #154a7e 0%, #1f3f66 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#154a7e), color-stop(100%,#1f3f66));
background: -webkit-linear-gradient(left,  #154a7e 0%,#1f3f66 100%);
background: -o-linear-gradient(left,  #154a7e 0%,#1f3f66 100%);
background: -ms-linear-gradient(left,  #154a7e 0%,#1f3f66 100%);
background: linear-gradient(to right,  #154a7e 0%,#1f3f66 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154a7e', endColorstr='#1f3f66',GradientType=1 );

-webkit-box-shadow: 0 1px 2px 1px #636363;
box-shadow: 0 1px 2px 1px #636363;

}

#divHeaderSub {
height:70px;width:980px;margin:0 auto;padding-top:5px;  background:url(/images/topPhoto_kyrakin_1.jpg) no-repeat center top;
background-size: 90%;
}
#divHeader .clsNavigation {display:inline;float:right;margin-top:10px;}
#divHeader .clsHeading {display:inline;font-size:42px;float:left;color:#fff;text-shadow: 1px 1px 1px #000000;}

#divHeader li {
display:inline-block;
margin-left: 8px;
color: #000;
background:#fff;
background: rgba(255,255,255, 0.5);
-webkit-border-radius: 10px; 
border-radius: 10px; 
font-size:20px;
}
#divHeader li.active{background:#666;background: rgba(0,0,0, 0.5);color: #fff;}
#divHeader li a{text-decoration:none;color: #000;}
#divHeader li.active a:hover{color: #000;}
#divHeader li:hover{background: rgba(255,255,255, 0.8);}
#divHeader li a,
#divHeader li.active a{padding: 9px 18px;display:block;}
#divHeader li.active a{color: #fff;}

.imagedropshadow{padding:5px;border:solid 1px #EFEFEF;border:solid 1px #CCC;-webkit-box-shadow:1px 1px 5px #999;-moz-box-shadow:1px 1px 5px #999;box-shadow:1px 1px 5px #999;}

.certContent{clear:both;display:block;width:950px;margin-bottom:20px;}
.certLogo{width:163px;float:left;padding-right:20px;border-right:1px solid #c0c0c0;}
.certLogo img {padding:10px;background-color:#fff;-webkit-border-radius: 3px 3px 3px 3px;border-radius: 3px 3px 3px 3px;}
.certDetails{width:700px;float:left;text-align: left;font-size:16px;padding-left:20px;}

#superContainer {
    height: 100%;
    position: relative;
	
	/* Touch detection for Windows 8 */
	-ms-touch-action: none; 
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}


.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size:20px;
}


.content {width:780px;margin:0 auto;text-align:left;font-size:22px;}
.content p {text-align:left;font-size:22px;}
.content div {text-align:left;font-size:22px;}
.content ul {text-align:left;list-style-type: disc;margin-left:30px;}
.content ol {text-align:left;list-style-type: decimal;margin-left:30px;}
.content h2, .content h3 {margin-bottom:10px;}
.content sup {font-size: .5em;}
.content a {color:#100f0f;text-decoration:underline;}

.clsBold.clsBold {font-weight:bold;}

.forFun h4 {line-height:40px;}

.section{
	text-align:center;
}


#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}

#section0, #section2, #section4{

background: #d4e4ef;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZTRlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmFlY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e4ef), color-stop(100%,#86aecc));
background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
background: -o-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
background: -ms-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
background: linear-gradient(to bottom,  #d4e4ef 0%,#86aecc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );

}

#section1, #section3, #section5{
background: #86aecc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2YWVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGU0ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #86aecc 0%, #d4e4ef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86aecc), color-stop(100%,#d4e4ef));
background: -webkit-linear-gradient(top,  #86aecc 0%,#d4e4ef 100%);
background: -o-linear-gradient(top,  #86aecc 0%,#d4e4ef 100%);
background: -ms-linear-gradient(top,  #86aecc 0%,#d4e4ef 100%);
background: linear-gradient(to bottom,  #86aecc 0%,#d4e4ef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef',GradientType=0 );
}

ul.timeline {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-right: 6px solid #1f3f66;
  width: 50%;
  margin-top:100px;
}
ul.timeline li {
  margin: 30px 0;
  display: block;
  position: relative;
}
ul.timeline li span {
  position: absolute;
  top: calc(50% - 15px);
  font-weight: bold;
}
ul.timeline li p {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 1.5em 28px;
  padding: .5em;
  text-align: center;
  color:#fff;

}
ul.timeline li:nth-child(odd) p {
  color: #fff;
  background: #1f3f66;
}
ul.timeline li:nth-child(odd) p:after {
  width: 12px;
  content: '';
  position: absolute;
  display: block;
  border-width: 22px 0 22px 16px;
  border-style: solid;
  border-color: transparent #1f3f66;
  right: 0;
  top: 50%;
  top: calc(50% - 22px);
}
ul.timeline li:nth-child(odd) span {
  left: 100%;
  margin-left: 20px;
  white-space: nowrap;
  color: #000;
}
ul.timeline li:nth-child(odd):after {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  position: absolute;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  float: left;
  top: 50%;
  top: calc(50% - 8px);
  right: -11px;
  background-color: lightblue;
}
ul.timeline li:nth-child(even) {
  left: 100%;
  margin-left: 6px;
}
ul.timeline li:nth-child(even) p {
  border: 1px solid #1f3f66;
  background-color:#1f3f66;
}
ul.timeline li:nth-child(even) p:after {
  width: 0;
  content: '';
  position: absolute;
  display: block;
  border-width: 22px 16px 22px 0;
  border-style: solid;
  border-color: transparent #1f3f66;
  left: 13px;
  top: 50%;
  top: calc(50% - 22px);
}
ul.timeline li:nth-child(even) p:before {
  width: 0;
  content: '';
  position: absolute;
  display: block;
  border-width: 22px 16px 22px 0;
  border-style: solid;
  border-color: transparent #1f3f66;
  left: 12px;
  top: 50%;
  top: calc(50% - 22px);
}
ul.timeline li:nth-child(even) span {
  right: 100%;
  margin-right: 20px;
  white-space: nowrap;
  color: #000;
}
ul.timeline li:nth-child(even):before {
  content: "";
  background: lightblue;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  position: absolute;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  float: right;
  top: calc(50% - 8px);
  left: -11px;
}

#divScrollDown {

position:absolute;
bottom:30px;
right:40px;
opacity: 0;
padding:10px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 1px 2px 5px 0 #4A4A8F;
box-shadow: 1px 2px 5px 0 #4A4A8F;
background-color:#fff;
cursor:pointer;
}

#divContact {width:800px;clear:both;height:150px;}
#divContact .photo {float:left;width:150px;}
#divContact .title {float:right;width:650px;text-align:left;}

#divSocial {margin:0 auto;width:460px;height:80px;margin-bottom:50px;}

.list-unstyled {list-style: none;text-align:center}
.list-unstyled li {list-style: none;text-align:center}
.social-link-footer li {margin-right:10px;}
.social-link-footer li a {
    margin-right:5px;
    color: #fff;
    background:#939598;
    padding: 10px;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    font-size: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration:none;
}
.social-link-footer li a:hover {
    background: #5A5A5A;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

