



.authorphotos {
	width:264px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

.bookphoto {
	margin-left: 30px;
    margin-bottom: 0px;
	float:right;
	width:264px;
	height:auto;
}


.demo-gallery img{
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}
.myimg {
		
}

.pgrow--heading {
  position: relative;
}
.section--head p {
  text-align: left;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 24px;

   font-size: 19px;
  line-height: 29px;
  
}


.section--head .github-button {
  position: absolute;
  right:0;
  top:0;
}
.pgrow--nav {
  text-align: center;
  font-size: 32px;
  line-height: 1.1; 
}
.navigation {
  width: 100%;
  background: #F7F7F7;
  position: relative;
  padding: 30px 0;
}
.navigation a {
  text-decoration: none;
  border-bottom: 1px solid #92ABCD;
}

a.twitter-nav-link {
  border: 0;
  margin: 0 0.2em;
}
.twitter-nav-link span {
  border-bottom: 1px solid #92ABCD;
}
.navigation a:hover,
.twitter-nav-link:hover span {
  border-bottom-color: #C00;
}
.twitter-nav-link:before {
  content: '';
  background: url('../test/twitter.svg');
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-size: 0.7em 0.7em;
  background-repeat: no-repeat;
  background-position: 0 0.1em;
  margin-right: 0.1em;
}






.title-block p {
  font-size: 19px;
  line-height: 29px;
}





.section {
  width: 100%;
  margin-top: 176px;
}
.docs {
  margin-top: 60px;
}
.section--head {
  margin: 0;
  background: #000;
  /*background: linear-gradient(180deg, #eee 0%,#fff 100%);*/
  /* padding: 132px 0;*/
}


.pgrow {
  /*max-width: 800px;*/
  margin: 0px auto;
  padding: 0 0px;
  position: relative;
}

.pgrow--docs {
  max-width: 960px;
  padding-left: 210px;
}
.pgrow--heading {
  margin-top: 0;
  margin-bottom: 0;
}
.pgrow--footer {
  text-align: center;
  padding: 132px 0;
}
.pgrow--wide {
  max-width: 1000px;
}
.pgrow--video {
  max-width: 1160px;
}

.pgrow--wide img {
  float: left;
  margin: 0 12px 12px 0;
  width: 200px;
}
img.img--with_border {
  border: 1px solid #DDD;
  border-radius: 2px;
}
.img-desc {
  margin-left: 212px;
}




/*.main-wrapper {
  background: none;
	width: 100%;
  padding-top: 0;
  
}
.content-wrap {
  


}*/


/* clearfix */
.pgrow:after{
  content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.pgrow--large {
  margin-bottom: 48px;
}


.section--head h1 a {
  vertical-align: super;
  font-size: 14px;
  text-decoration: none;
}

/*p.intro {
  margin-top: 24px;
  font-size: 18px;
  line-height: 24px;
}*/







.col-50 {
  width: 48%;
  float: left;
}
.col-50:nth-child(1) {
  margin-right: 4%;
}
.col-img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.style-select {
  width: 100%;
  float: left;
}
.style-select .radio {
  position: relative;
  margin-bottom: 12px;
  display: block;
  float: left;
  width: 100%;
}
.style-select label {
  padding-left: 24px;
  position: relative;
  display: block;
  cursor: pointer;
}
.style-select input {
  position: absolute;
  left:0;
  top:0;
  width:24px;
  height:24px;
  overflow:hidden;
  margin:0;
  padding:0;
  border:0;
  outline:0;
  opacity:0;
  cursor: pointer;
  
}
.style-select input + label:before {
  content: '';
  position: absolute;
  left:0;
  top:4px;
  background: none;
  border-radius: 50%;
  width:16px;
  height:16px;
  box-sizing: border-box;
  border: 2px solid rgba(0,0,0,0.6);
}
.radio:hover label:before {
  border-color: #3169B3;
}
.style-select input:checked + label:before {
  border-color: #3169B3;
}
.style-select input:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width:6px;
  height: 6px;
  background: #3169B3;
  border-radius: 50%;
}

/*.section--developers {
  color: #FFF;
  background: #222;
  background: #1f1f1f;
  padding: 80px 0;
}
.section--developers a {
  color:#FFFFFF;
}
.section--developers p,
.section--developers  ul.text-list {
  color: #ddd;
}
.section--developers .section--head p,
.section--developers .title-block p {
  color: #ddd;
}*/

.pgrow--modules ul {
  list-style: none;
  margin-left: 0;
  /*color: rgba(255, 255, 255, 0.8);*/
}
.pgrow--modules span {
  font-wight:600;
  border-left:5px solid #FFF;
  padding-left:5px;
  margin-left:-10px;
}

.size-chart {
  width: 100%;
  display: inline-block;
}

.size-chart div {
  height: 21px;
  float: left;
  font-size: 13px;
  padding: 4px;
  line-height: 1;
}

.block__ui-separated {
  position: relative;
}
.block__ui-separated .col-50 {
  position: absolute;
  left: 0;
  top:12px;
}
.block__ui-separated img {
  float: right;
  max-width: 450px;
}


.demo-gallery {
  /*width: 1300px;*/
  margin: 0 auto;
  height: auto;
  
}
.demo-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  /* width: 171px; */
  line-height: 0;
}



a.demo-gallery__img--main {
  width: auto;
  height: auto;
}

.ukraine-flag {
  width: 21px;
  height: 14px;
  position: relative;
  background: #ffcc00;
  top: 1px;
  display: inline-block;
}
.ukraine-flag:before {
 content:'';
 position: absolute;
 width: 21px;
 height: 7px;
 left:0;
 top:0;
 background: #0066cc;
}

.demo-gallery figure {
  display: none;
}
.demo-gallery__title {
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}

.share-buttons h2 {
  text-align: center;
  border: 0;
  
}
.share-buttons {
  text-align: center;
  position: relative;
  margin: 0 0 24px;
}
.share-buttons a {
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  color: #FFF;
  text-decoration: none;
  background: #5AAF63;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.share-buttons a:hover {
  opacity: 0.7;
}
#tweet {
  background: #0096c4;
}
#like {
  background: #3b5998;
}
#gplus {
  background: #d34836;
}
@media screen and (max-width: 1024px) {

  .demo-gallery {
   /* max-width: 1000px;*/
  }
}
@media screen and (max-width: 1000px) {

   .demo-gallery {
   /* max-width: 800px;*/
  }

  .pgrow--wide {
    max-width: 800px;
  }
  .pgrow--wide img {
    float: none;
  }
  .img-desc {
    margin-left: 0;
  }
  .section {
    margin-top: 132px;
  }

  .pgrow--docs {
    max-width: 800px;
    padding-left: 30px;

  }
  
  .section--head {
    margin-top:0;
    padding: 30px 0;
  }

  .docs {
    margin-top: 48px;
  }

  .docs-menu {
    position: relative;
    margin: 15px 0;
    left:0;
    top:0;
  }
  .docs-menu  ul {
    position: relative;
  }
  .docs-menu__ad {
    display: none;
  }

  .pgrow--nav {
    font-size: 24px;
    line-height: 1.1; 
  }

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

  .demo-gallery {
   /* max-width: 600px;*/
  }
}
@media screen and (max-width: 650px) {
  .demo-gallery {
    /*max-width: 600px;*/
  }
  .block__ui-separated .col-50 {
    position: relative;
    top: 0;
  }
  .block__ui-separated img {
    max-width: 100%;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 450px) {
  
  .demo-gallery {
    /*max-width: 400px;*/
  }
  .col-50:nth-child(1) {
    margin-right: 0;
  }
  .pgrow--wide img {
    margin-bottom: 6px;
  }
  .col-50 {
    width: 100%;
    margin-bottom: 12px;
  }
  .pgrow {
    padding: 0 5px;
  }
  .docs .highlight,
  .codepen-embed {
    padding-left: 18px;
    padding-right: 18px;
    margin-left: -18px;
  }
  .section {
    margin-top: 88px;
  }
  .docs {
    margin-top: 32px;
  }
  .section--head {
    margin-top:0;
    padding: 24px 0;
  }
  .pgrow--nav {
    font-size: 18px;
    line-height: 26px; 
  }



}

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

  .pgrow--nav {
    font-size: 18px;
    line-height: 26px; 
  }

  .demo-gallery {
    /*max-width: 650px;*/
  }
  .demo-gallery a {
    /*width:150px;*/
    margin: 0 10px 10px 0;
  }
  a.demo-gallery__img--main {
    width: 164px;
  }
  .section--head p {
    font-size: 18px;
    line-height: 24px;
  }
}

/*@media screen and (max-width: 490px) {
  .demo-gallery a {
    width: 100px;
    margin: 0 4px 4px 0;
  }
  a.demo-gallery__img--main {
    width: 137px;
  }
}
*/

@media screen and (max-width: 500px) {
 
    .authorphotos---BACKUP {
	width:auto;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	} 
	
  .authorphotos {
	width:auto;
	float:left;
	margin-right:0px !important;
	margin-bottom:10px;
	}
	
	.authorphotos img {
    width: 100% !important;
    height: auto !important;
	}	
	
.bookphoto {
	/* margin-left: 0px; */
    /* margin-bottom: 0px; */
    width: 100%;
	max-width: 500px !important;
    float: none;
    /* height: auto; */
    margin: 0 auto;
}

p:not(.gmain) {
    font-size: 1.2em !important;
    line-height: 130% !important;
    margin: 0 0 1em !important;

}

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

  .demo-gallery {
    max-width: 350px;
  }


  .demo-gallery a {
    /*width: 125px;*/
    margin: 0 10px 10px 0;
  }
  a.demo-gallery__img--main {
    width: 127px;
  }
p:not(.gmain) {
    font-size: 1.2em !important;
    line-height: 130% !important;
    margin: 0 0 1em !important;

}


  
}


@media screen and (max-width: 350px) {
	
  .demo-gallery {
    /*max-width: 300px;*/
  }
  
  .demo-gallery a {
    /*width: 95px;*/
margin: 0 10px 10px 0;
  }
  a.demo-gallery__img--main {
    width: 109px;
  }
  p:not(.gmain) {
    font-size: 1.2em !important;
    line-height: 130% !important;
    margin: 0 0 1em !important;

}

}


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


			h2 {
				font-size: 1.8em !important;
			}

			
}