@import "iconfont.css";
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/

body{
	text-align: left;
	font-family: tahoma, sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	font-family: tahoma, sans-serif;
}
h1 {
	font-size:38px;
}
p{
	font-size: 1em;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
.details .carousel{
	color: #0bf397;
}

.testing p{
	color: #06b872;
}

/*---- Background ----*/
.testing,
.detail .carousel-indicators .active {
	background: #0bf397;	
}
	

/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{
	position: fixed;
	top: -100%;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	height: 62px;
	box-shadow: 2px 0 5px #000000;

}
.navbar .container {
	width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.navbar-nav{
	float: right;
}
.navbar .container .col-xs-5{
	background-color: #1b8fcc;
	padding-right:27px;
	color: #FFFFFF;
	text-align: right;
	cursor:pointer;
}
.navbar .col-xs-5 .navbar-header {
	width: 100%;
	padding: 10px 124px 0 0;
	margin: 0 0 -3px 0;
}
.navbar .col-xs-5 .navbar-name {
    clear: both;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 0;
    padding-right: 70px;
    width: 100%;
}
.navbar .nav-name, .navbar .navbar-book {
	display: inline-block;
}
.navbar .navbar-book  img {
	margin-top: -8px;
}

.navbar .container .col-xs-1{
	content: "";
	border-top: 31px solid rgba(236, 204, 68, 0);
	border-bottom: 31px solid rgba(236, 204, 68, 0);
	border-left: 31px solid #1b8fcc;
	width: 75px;
}
.navbar .row > div {
	height: 62px;
}
.navbar .nav-button, .navbar .nav-phones {
	padding-top: 10px;
    float:left;
}
.navbar .nav-button {
	margin-right: 50px;
	cursor: pointer;
}
.navbar .navbar-tels {
	font-size: 18px;
	text-align: right;
}
.navbar .nav-phones > p {
    margin-bottom: 0;
	padding-right: 15px;
}

.navbar .navbar-tel-header {
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 3px;
}
.navbar .navbar-tels {
	display: block;
	background-image: url("../img/img2.png");
	background-position: 99% 50%;
	background-repeat: no-repeat;
	margin-left: 25px;
	cursor:pointer;	
}
.navbar .navbar-hide-tels {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 3px 3px;
    display: none;
    font-size: 18px;
    padding-bottom: 5px;
    padding-right: 15px;
    text-align: right;
	margin-left: 25px;
}
.navbar .navbar-tels:hover {
    background-color: rgba(255, 255, 255, 0.7);	
}
.navbar .navbar-hide-tels p {
	margin-bottom:0;
}
nav.navbar.fixed-to-top{
	top: 0px;
}
.navbar-default{
	border: none;
	border-bottom: 1px solid #eee;
	background-color: rgba(255, 255, 255, 0.82);
	opacity: 0.95;
	display: none;
}
.navbar-default .navbar-nav>li>a {
	color: #aaa;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;	
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand{
	color: #333333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Roboto Condensed', sans-serif;

}
/*-----------------------------------------------------------------------------------*/
/* Top-link-block
/*-----------------------------------------------------------------------------------*/

#top-link-block.affix-top {
    position: absolute; 
    bottom: -82px; 
    right: 35px;
}
#top-link-block.affix {
    position: fixed;
    bottom: 40px;
    right: 35px; 
	opacity: 0.7;
}

#top-link-block.affix:hover {
	opacity: 0.9;	
}
#top-link-block .well {
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url('../img/cycle.png');	
	background-repeat: no-repeat;
	background-position: 50%;
	border: none;
	box-shadow: inset 0 0 15px -5px #000;	
	margin-bottom: 0;
	content:"";
	padding: 15px 25px;
}
#top-link-block .well:hover {
	background-color: #eccc44;
	background-image: url('../img/cycle-h.png');	
	box-shadow: none;
}
#top-link-block .well:focus {
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url('../img/cycle.png');	
}

/*-----------------------------------------------------------------------------------*/
/* Left-mini-menu
/*-----------------------------------------------------------------------------------*/

#left-mini-menu.affix-top {
    position: absolute; 
    bottom: -82px; 
    right: 35px;
}
#left-mini-menu.affix {
    position: fixed;
    bottom: 90px;
    right: 35px; 
	box-shadow: inset 0 0 15px -5px #000;
}
#left-mini-menu button {
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url('../img/menu-left.png');	
	background-repeat: no-repeat;
	background-position: 50%;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	content:"";
	padding: 18px 25px;
	opacity: 0.7;
	border-radius: 0px;
}
#left-mini-menu button:hover {
	background-color: #eccc44;
	background-image: url('../img/menu-left-hov.png');	
	opacity: 1;	
}

#left-mini-menu .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
	font-size: 13px;
	text-align: right;
	min-width:0;
}
#left-mini-menu .dropdown-menu .left-button {
	height: 30px;
	width: 88px;
	display:inline-block;
	background-color: rgba(0,0,0,0.3);
	color:#FFFFFF;
	text-transform:uppercase;
	padding:5px;
	margin: 2px 0 0;
}
#left-mini-menu .left-button:hover  { 
	cursor: pointer;
	background-color: #eccc44;
	color: #373737;
}



/*-----------------------------------------------------------------------------------*/
/* Header-block 
/*-----------------------------------------------------------------------------------*/

.header-block{
	padding: 0px 0px 0px 0px;
	height: 1231px;
	background: url('../img/Land_Page_Vanie_1_2.jpg');
	background-color: #3B7A9B !important;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.header-block h1{
	text-transform: uppercase;
	color:#e86106;
	margin-top: 0;
}

.header-block .carousel-top{
	margin-right: auto;
	margin-left: auto;
	width: 384px;
	height: 523px;
	background-size: 100%;
	
}

.header-block .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0px 0px 0px;
	width: 384px;
}

.header-block .carousel-indicators .active {
	width: 38px;
	height: 60px;
	box-shadow: 0 0 5px #FFFFFF;
}

.header-block .carousel-indicators {
	bottom: -90px;
}

.header-block .carousel-indicators li {
	display: inline-block;
	margin: 6px;
	width: 38px;
	height: 60px;
	border: none;
	border-radius: 0;
	text-indent: -999px;
	cursor: pointer;
	box-shadow: 2px 2px 5px #000000;
}
.header-block .carousel-inner img {
	margin: 0 0 0 15px;
}
.header-block .carousel-inner .first-img img{
	margin-left: 0;
}
.header-block .carousel-indicators li:first-child{
	display: none;
}
.header-block .carousel-indicators li:nth-child(2) {
	background-image: url('../img/screenshots/scr_page_01_sm.png')
}
.header-block .carousel-indicators li:nth-child(3) {
	background-image: url('../img/screenshots/scr_page_02_sm.png')
}
.header-block .carousel-indicators li:nth-child(4) {
	background-image: url('../img/screenshots/scr_page_03_sm.png')
}
.header-block .carousel-indicators li:nth-child(5) {
	background-image: url('../img/screenshots/scr_page_04_sm.png')
}
.container {
	width: 1010px;
    max-width: 1010px;
    min-width: 1010px;	
    padding-left: 0;
    padding-right: 0;	
}
.header-block .container.navigate {
	height: 147px;
}
.header-block .container.navigate .col-xs-6{
	padding: 0;
}
.header-block .navbar-brand {
	background-image: url('../img/logo.png');
	width: 151px;
	height: 73px;
	margin: 37px 0 37px 0;
}
.header-block .phonestop {
	font-size: 13px;
	text-align:right;
	margin: 30px 0 0 0;
}
.header-block .phonestop p{
	font-size: 13px;
	margin-bottom: 5px;
}
.header-block .phonestop ul{
	list-style-type: none;
	color:#FFFFFF;
	line-height: 20px;
}
.header-block .phonestop ul span{
	font-size: 18px;
	color:#373737;
}
.header-block .container.block {
	height: 646px;
	padding:0px;
	background-color:#E3E3E3;
	box-shadow: 0 0 20px #000000;
	margin-bottom: 80px;
}
.header-block .container.block .row {
	margin:0px;
}
.header-block .book-top {
	padding:0px;
	background-image: url('../img/Land_Page_Vanie_1_2_03_2.jpg');
	width:469px;
	height: 646px; 
}

.header-block .book-top-annot {
	width: 541px;
	padding:45px 35px 0 16px;
	height: 646px; 
}

.header-block .book-top-annot .annotate-box {
	line-height: 17px;
}

.header-block .book-author {
	font-size:24px;
	text-transform: uppercase;
	margin-bottom:5px;
}
.header-block .book-subname {
	font-size:18px;
	padding-bottom: 15px;
}
.header-block hr {
	border-color:#373737;
}
.header-block .head-1 {
	font-size:18px;
	font-weight: bold;
	padding-bottom:20px;
	line-height: 22px;
	padding-top:15px
}
.header-block .book-annotate-1 {
	padding-bottom:5px;
}
.header-block .book-buttons {
	margin-top:40px;
}
.header-block button {
	height:55px;
	border: none;	
}
.header-block .book-zakaz {
	background-image: url('../img/Land_Page_Vanie_1_2_03-06.png');
	width: 259px;
	margin-right: 20px;
}
.header-block .book-listat {
	background-image: url('../img/Land_Page_Vanie_1_2_05-08.png');
	width: 189px;
}
.header-block .second-menu .col-xs-3 {
	display: inline-block;
	height: 310px;
	background-color: rgba(0,0,0,0.3);
	margin-right:3px;
	width:249px;
	text-align: center;
	padding-top: 40px;
}
.header-block .second-menu .col-xs-3:last-child{
	margin-right:0px;
}
.header-block .second-menu .col-xs-3:hover  { 
	cursor: pointer;
	background-color: #eccc44;
	color: #373737;
}
.header-block .second-menu .col-xs-3:hover:after { 
	content: "";
	position: absolute;
	border-left: 23px solid rgba(236, 204, 68, 0);
	border-right: 23px solid rgba(236, 204, 68, 0);
	border-top: 23px solid #eccc44;
	left: 102px;
	bottom: -23px;
}
.header-block .second-menu h3 {
	font-size: 21px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: normal;
}
.header-block .second-menu .col-xs-3:hover h3 {
	color: #373737;
}
/*-----------------------------------------------------------------------------------*/
/* leaf-book
/*-----------------------------------------------------------------------------------*/

.leaf-book{
	overflow: hidden;
	padding: 48px 0px 48px 0px;
	background-color: #3b7a9b;
}
.leaf-book .container {
	background-image: url('../img/Land_Page_Vanie_3_4_03.jpg');
	height: 663px;
	text-align: center;
}
.leaf-book  h1 {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 30px;
}
.leaf-book .container {
	position: relative;
	box-shadow: 0 0 20px #000000;	
}
.leaf-book .container:after { 
	content: "";
	position: absolute;
	border-left: 23px solid rgba(0, 0, 0, 0);
	border-right: 23px solid rgba(0, 0, 0, 0);
	border-top: 23px solid #000000;
	left: 482px;
	bottom: -23px;
}

/*-----------------------------------------------------------------------------------*/
/*	foto-video
/*-----------------------------------------------------------------------------------*/

.foto-video{
	overflow: hidden;
	padding: 48px 0px 48px 0px;
	background-color: #3b7a9b;
}
.foto-video h1{
	color:#e17329;
	margin-top: 55px;
	margin-bottom: 40px;
}
.foto-video .container {
	background-image: url('../img/Land_Page_Vanie_3_4_07.jpg');
	height: 861px;
	padding: 0;
	background-color: #e3e3e3;
	position: relative;
	padding: 0 90px;
	box-shadow: 0 0 20px #000000;	
}
.foto-video .second-row  {
	margin: 30px 0px 40px 0px;
}
.foto-video .second-row .col-xs-6, .foto-video .col-xs-12 {
	padding:0px;
}
.foto-video .second-row .col-xs-6:last-child{
	text-align: right;
}
.foto-video .second-row iframe{
	border: 4px solid #FFFFFF;
	box-shadow: 1px 2px 7px #000000;
}
.foto-video .row {
	margin-left: 0;
	margin-right:0;
}
.foto-video .third-row p {
	font-style: italic;
}
.foto-video hr {
	border-color: #373737;
	margin: 40px 0 45px 0;
}
.foto-video .container:after { 
	content: "";
	position: absolute;
	border-left: 23px solid rgba(0, 0, 0, 0);
	border-right: 23px solid rgba(0, 0, 0, 0);
	border-top: 23px solid #e3e3e3;
	left: 482px;
	bottom: -23px;
}
/* Tiny Carousel */
.slider-class {
    height: 1%;
    position: relative;
}
.slider-class .viewport {
    overflow: hidden;
    position: relative;
}
.slider-class .buttons {
    display: block;
    position: absolute;
    width: 27px;
    height: 135px;
	content: "";
	position: absolute;	
}
.slider-class .buttons.next {
	border-top: 67px solid rgba(0, 0, 0, 0);
	border-bottom: 67px solid rgba(0, 0, 0, 0);
	border-left: 27px solid #E17329;	
	right: -55px;
}
.slider-class .buttons.next:hover {
	border-left-color: #FFFFFF;
}
.slider-class .buttons.next:focus {
	border-left-color: #E17329;
}

.slider-class .buttons.prev {
	border-top: 67px solid rgba(0, 0, 0, 0);
	border-bottom: 67px solid rgba(0, 0, 0, 0);
	border-right: 27px solid #FFFFFF;
	left: -55px;	
}
.slider-class .buttons.prev:hover {
	border-right-color: #E17329!important;
}
.slider-class .buttons.prev:focus {
	border-right-color: #FFFFFF!important;
}

.slider-class .disable {
    visibility: hidden;
}
.slider-class .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.slider-class .overview li {
    float: left;
}
 /* Tiny Carousel for foto-video */
.foto-video .slider-class .viewport{
    height: 125px;	
}
.foto-video .slider-class .buttons {
	top: -5px;	
}	
.foto-video .slider-class .overview li {
    margin: 0 9px 0 0;
    height: 125px;
    width: 201px;	
}

/*-----------------------------------------------------------------------------------*/
/*	DETAIL - REVIEWs
/*-----------------------------------------------------------------------------------*/

.detail{
	overflow: hidden;
	padding: 48px 0px 48px 0px;
	background-color: #3b7a9b;
}
.detail .container {
	background-color: #ffffff;
	height: 825px;
	position: relative;
	padding: 0 0 90px 0;
	box-shadow: 0 0 20px #000000;	
}
.detail h1{
	color:#ffffff;
	font-weight: bold;
	padding-top:40px;
	margin: 0;
}
.detail .header-bg {
	background-image: url('../img/Land_Page_Vanie_5_6_7_03.jpg');
	height:135px;
	text-align:center;	
	margin: 0 0 40px 0;	
}

.detail .container:after { 
	content: "";
	position: absolute;
	border-left: 23px solid rgba(0, 0, 0, 0);
	border-right: 23px solid rgba(0, 0, 0, 0);
	border-top: 23px solid #ffffff;
	left: 482px;
	bottom: -23px;
}
.detail .row {
	padding: 0 90px;
	margin-left: 0;
    margin-right: 0;	
}
.detail .col-xs-12{
	padding: 0;
}

 /* Tiny Carousel for detail */
.detail .slider-class .viewport{
    height: 600px;	
}
.detail .slider-class .buttons {
	top: 233px;	
}	
.detail .slider-class .overview li {
    margin: 0 55px 0 0;
    height: 600px;
    width: 240px;	
}
.detail .slider-class .buttons.next:hover {
	border-left-color: #E3E3E3;
}
.detail .slider-class .buttons.prev {
	border-right-color: #E3E3E3;
}
.detail .slider-class .buttons.next:focus {
	border-left-color: #E17329;
}
.detail .slider-class .buttons.prev:focus {
	border-right-color: #E3E3E3!important;
}
.detail .name-rev {
	height: 65px;
	margin-bottom: 22px;
}
.detail h2 {
	margin: 0;
	font-size: 24px;
	color: #e17329;
	font-weight: normal;
}
.detail .whois {
	line-height: 16px;
	padding-top: 5px;
}
.detail .rev-img {
	margin-bottom:40px;
}
.detail .rev-img img {
	width: 240px;
}
.detail .rev-modal-img {
    float: left;
    padding: 0 10px 0 0;
    width: 168px;	
}
.detail .rev-dalee a {
    color: #e17329;
    font-weight: bold;	
}
.detail .rev-dalee {
	margin-top: 15px;
}
.detail  .modal-title {
	color: #e17329;
	font-weight: normal;
}
/*-----------------------------------------------------------------------------------*/
/*	about-author
/*-----------------------------------------------------------------------------------*/

.about-author{
	overflow: hidden;
	padding: 48px 0px 0px 0px;
	background-color: #3b7a9b;
}
.about-author .container {
	height: 950px;
	padding: 0;
	background-color: #ffffff;
	position: relative;
	padding: 0;
	box-shadow: 0 0 20px #000000;	
}
.about-author .first-row {
	height: 135px;
	text-align: center;
}
.about-author .first-row  h1, .interview-author .first-row  h1{
	color:#e86106;
	margin-top: 37px;
	margin-bottom: 0;
}
.about-author .first-row p {
	font-size: 18px;
}
.about-author .second-row  img{	
	height:506px;
	width: 100%;
}
.about-author .col-xs-12 {
	padding:0px;
}
.about-author .slider-row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.about-author .row {
	margin-left: 0;
	margin-right:0;
}
.about-author .third-row  {
	height: 100px;
	text-align: center;
	position: relative;
	padding: 0 90px;
}
.about-author .third-row p {
	font-style: italic;
	font-size: 18px;
	padding-top: 40px;
	display: inline-block;
}
.about-author .third-row .citata:before  {
	background-image: url('../img/Land_Page_Vanie_5_6_7_12-16.jpg');
    content: "";
    display: block;
    height: 26px;
    left: -25px;
    position: absolute;
    width: 42px;	
	top: 25px;
}
.about-author .third-row .citata:after  {
	background-image: url('../img/Land_Page_Vanie_5_6_7_20.jpg');
    content: "";
    display: block;
    height: 26px;
    right: -25px;
    position: absolute;
    width: 42px;	
	top: 55px;
}
.about-author .third-row .col-xs-2 {
	padding: 18px 0 0 10px;
	text-align: right;
}
 /* Tiny Carousel for detail */
.about-author .slider-row {
	padding: 10px 90px 0;
}
.about-author .slider-class .viewport{
    height: 138px;	
}
.about-author .slider-class .buttons {
	top: 3px;	
}	
.about-author .slider-class .overview li {
    margin: 0 30px 0 0;
    height: 138px;
    width: 385px;
	line-height: 17px;	
}
.about-author .slider-class .buttons.next:hover {
	border-left-color: #E3E3E3;
}
.about-author .slider-class .buttons.prev {
	border-right-color: #E3E3E3;
}
.about-author .slider-class .buttons.next:focus {
	border-left-color: #E17329;
}
.about-author .slider-class .buttons.prev:focus {
	border-right-color: #E3E3E3!important;
}

/*-----------------------------------------------------------------------------------*/
/*	interview-author
/*-----------------------------------------------------------------------------------*/

.interview-author{
	overflow: hidden;
	padding: 0px 0px 48px 0px;
	background-color: #3b7a9b;
}
.interview-author .container {
	height: 950px;
	padding: 0;
	background-color: #e3e3e3;
	position: relative;
	padding: 0;
	box-shadow: 0 0 20px #000000;	
}
.interview-author .first-row {
	height: 135px;
	text-align: center;
}
.interview-author .first-row p {
	font-style: italic;
	padding: 14px 240px;
}
.interview-author .second-row .col-xs-12 {
	padding: 0;
}
.interview-author .second-row  img{	
	height:394px;
	width: 100%;
}
.interview-author .row {
	margin-left: 0;
	margin-right:0;
}
 /* Tiny Carousel for detail */
.interview-author .slider-row {
	padding: 10px 90px 56px;
}
.interview-author .slider-class .viewport{
    height: 355px;	
}
.interview-author .slider-class .buttons {
	top: 110px;	
}	
.interview-author .slider-class .overview li {
    margin: 0 50px 0 0;
    height: 355px;
    width: 375px;
	line-height: 17px;	
}
.interview-author .slider-class .buttons.next:hover {
	border-left-color: #ffffff;
}
.interview-author .slider-class .buttons.prev {
	border-right-color: #ffffff;
}

.interview-author .slider-class p.question {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
}
.interview-author .slider-class .qwe2 {
	margin-top: 20px;
}
.interview-author .slider-class .answer p{
	margin-bottom: 0;
}
.interview-author .container:after { 
	content: "";
	position: absolute;
	border-left: 23px solid rgba(0, 0, 0, 0);
	border-right: 23px solid rgba(0, 0, 0, 0);
	border-top: 23px solid #e3e3e3;
	left: 482px;
	bottom: -23px;
}
/*-----------------------------------------------------------------------------------*/
/*	testing
/*-----------------------------------------------------------------------------------*/

.testing{
	overflow: hidden;
	padding: 48px 0px 48px 0px;
	background-color: #3b7a9b;
}
.testing .container {
	height: 690px;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
	padding: 0;
	box-shadow: 0 0 20px #000000;	
}
.testing .header-bg {
	height:135px;
	text-align:left;	
	margin: 0 0 30px 0;	
	background-image: url('../img/Land_Page_Vanie_8_test_03.jpg');
	background-color: #E2732B;
	background-position: 636px center;
	background-repeat:  no-repeat;
}
.testing .header-bg h1 {
	color:#ffffff;
	font-weight: bold;
	padding-top:40px;
	padding-left:60px;
	margin: 0;	
}
.testing .header-bg h2 {
	color:#373737;
	font-weight: normal;
	padding-top:5px;
	padding-left:60px;
	margin: 0;	
	font-size: 18px;
}
.testing .container:after { 
	content: "";
	position: absolute;
	border-left: 23px solid rgba(0, 0, 0, 0);
	border-right: 23px solid rgba(0, 0, 0, 0);
	border-top: 23px solid #ffffff;
	left: 482px;
	bottom: -23px;
}
.testing .row.first-row {
    margin-left: 0;
    margin-right: 0;
	padding: 0 60px;	
}
.testing .row .col-xs-12{
	padding: 0;
}
.testing .row.test-imges{
	width: 884px;
	height: 323px;
	background-color: #e3e3e3;
	color: #e17329;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 50px 40px 0;
    margin-left: 0;
    margin-right: 0;
	line-height: 24px;	
}
.testing .question-number {
	font-size: 24px;
	color:#e17329;
	font-weight: bold;
}
.testing .question-block {
	font-size: 22px;
	margin-bottom: 45px;
	margin-top:5px;
}
.testing .row .col-xs-3 > div {
	padding-bottom: 18px;
}
.testing .col-xs-12 .answer-opis {
	padding: 14px 0 20px 0;
	font-size: 18px;
	line-height: 20px;
}
.testing .col-xs-12 .dog-img {
	position: relative;
}
.testing .col-xs-12 .dog-img .scialicons {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	margin-right: 5px;
	text-align: center;
}
.testing .col-xs-12 .socialnet-box {
	padding: 2px 0;
}
.testing .col-xs-12 .socialnet-box:hover {
    background-image: url("../img/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.testing .col-xs-12 .dog-img .socialnet {
    padding: 59px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Buy-form
/*-----------------------------------------------------------------------------------*/

.buy-form{
	overflow: hidden;
	padding:48px 0px 0px 0px;
	background-color: #3b7a9b;
    background-image: url("../img/background-footer.jpg");
	background-position: center bottom;
    background-repeat: no-repeat;
}
.buy-form .container {
	padding: 0;
	background-color: #E3E3E3;
	position: relative;
	box-shadow: 0 0 20px #000000;
	margin-bottom: 130px;	
}
.buy-form .header-bg {
	height:221px;
	text-align:left;	
	margin: 0 0 40px 0;	
	background-image: url('../img/header.jpg');
	background-color: #E2732B;
}
.buy-form .header-bg h1{
	color:#ffffff;
	font-weight: bold;
	padding-top:80px;
	padding-left:80px;
	margin: 0;	
	text-transform: uppercase;
}
.buy-form .header-bg h2 {
	color:#ffffff;
	font-size: 20px;
	font-weight: normal;
	padding-left:80px;
	margin-top: 12px;
}
.buy-form  .row {
    margin-left: 0;
    margin-right: 0;	
}
.buy-form .col-xs-12 {
	padding-left: 0;
    padding-right: 0;
}
.buy-form .book-price{
	position: absolute;
}
.buy-form .book-price.imgpr2 {
	right: 30px;
    top: -200px;
}
.buy-form .book-price.imgpr1 {
	right: 45px;
    top: -215px;
}

.buy-form .podr_deliv a {
	text-decoration: underline;
}
.buy-form .join-form label {
	font-weight: normal;
	margin-bottom: 8px;
}
.buy-form .info_t.bl_show_nonp{
	font-weight: bold;
}
.buy-form .ifcustomer {
	padding-left: 30px;
	margin-bottom: 90px;
}
.buy-form .modal-dialog {
	width: 700px;
}
.buy-form .modal-body h3 {
	color: #e8591e;
    font-size: 18px;
}
.buy-form .modal-body {
	font-size: 14px;
	line-height: 18px;
} 
.buy-form .modal-body p {
	padding-bottom:7px;
}
.buy-form .modal-content .modal-body li {
    height: auto;
    list-style: inside none disc;
    padding-left: 25px;
    width: auto;
}
.buy-form .modal-content .modal-body ul {
	width: auto;
}
.buy-form .thnks-block {
	padding-left: 80px;
	line-height: 18px;
}
.buy-form .thnks-head {
	font-size:22px;
}
.buy-form #view_form_short  .ab_block_data2 {
	padding: 0 30px;
}
.buy-form #view_form_short label {
	font-size: 20px;
	color: #373737;
}
.buy-form #view_form_short label {
	margin-bottom: 3px;
}
.buy-form #view_form_short input {
	padding: 0 15px;
}
.buy-form #view_form_short .uslobsl {
	margin-top: 10px;
}
.buy-form #view_form_short input.button-submit {
	padding: 0;
}
.buy-form  #view_form_short .ifcustomer {
    padding-left: 0;
	width:420px;
}
.buy-form  .ifcustomer span {
	color: #e27125;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer block
/*-----------------------------------------------------------------------------------*/

.footer-block{
	padding: 55px 65px 0 80px;
	background-color: #3E7CA3;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
.footer-block .row {
	margin-bottom: 15px;
}
.footer-block .row div {
	padding-bottom: 20px;
}
.footer-block p {
	margin-bottom: 0;
}
.footer-block .row .first-col {
	padding-left: 0px;
}
.footer-block .row .second-col, .footer-block .row .last-col{
	padding-left: 50px;
}
.footer-block .row:last-child {
	padding-top: 20px;
	font-size: 11px;
	margin-bottom: 0;
}
.footer-block .foot-book {
	position: relative;
}
.footer-block div.foot-ksd{
	position: relative;
	padding-bottom: 0;
}
.footer-block .foot-book img, .footer-block .foot-ksd img {
	position: absolute;
	left: -35px;
}


/*-----------------------------------------------------------------------------------*/
/*	Styles from K
/*-----------------------------------------------------------------------------------*/
	.join-form {
		width: 982px;
		margin: 0 auto;
		padding-left:36px;
	}
    .join-form-holder{
		overflow: hidden;
		margin: 0 auto;
    }
	.co_text_default {
		width: 213px;
	}
	.join-form ul {
		list-style: outside none none;
	}
	.disp_n {
		display: none;
	}
	.shbl{
	width: 750px;
	height:450px;
	margin:0 auto;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
	
	}
	.completemainform{
	width: 360px;
	height:396px;
	}
	.compimage{/*padding:70px 0 0 36px;*/padding:70px 0 0 0px;}
	.comptext{padding:30px 0 40px 87px;color:#404040;font-size:14px;}
	.comptext1{
	border-top:1px solid #757575;
	color:#404040;
	font-size:12px;
	color:#757575;
	margin:20px 0 0 87px; 
	}
	/*.contact_section {position:relative;padding-bottom:56.25%;height:0;overflow:hidden}*/
	/*.contact_section iframe {position:absolute;top:0;left:0;width:100%;height:100%}*/
/* 
	@media screen and (min-width:300px) and (max-width:1024px) {
		.join-form-holder{
		width: 100%;
		overflow: hidden;
		background-color: #efedee;
		margin: 0 auto;
		padding:0;
		}
		.ab_block_data2{
		width: 100%;
		margin: 0 auto !important;
		padding:0;
		}
		ul.left, .button-cart{
		width: 100%;
		margin: 0 !important;
		padding:0;
		}
		.join-form-holder-noreg{
		margin:0 auto !important;
		padding:0;
		}
		.ab_block_data{
		width: 90%;
		margin:0 auto !important;
		padding:0;
		}
		.button-submit{
		margin: 0 !important;
		}
		.completemainform, .shbl{
		width:90%;
		margin:0 auto !important;
		padding:0 !important;
		word-wrap:break-word;
		box-shadow:none;
		}
		.compimage img{
		min-width:300px;
		width:100%;
		}
		.forimageandtext {
		height:170px !important;
		}
		.forimage{
		margin-left:30px !important;
		
		width:90% !important;
		} 
		.fortext1{
		margin-left:30px !important;
		padding:0 !important;
		width:90% !important;
		}
		.adadapt{
		margin:0 auto !important;
		padding:0 !important;
		width:90% !important;
		}
		.tw{padding:12px 0 0 0 !important;}
		}
		
		
		.uslobsl{
			margin:40px 0 0 0;
			color: #555555 !important;
			font-size:12px;
			position:relative;
			width:800px;
			float:left;
			line-height:18px;
			}
			.uslobsl1{
			width:300px;
			float:left;

			}
			.uslobsl_a{
			font-weight:bold;
			color: #ee6f06 !important;
			font-size:12px;

			}
			.square{
			width:18px;
			height:18px;
			float:left;
			cursor:pointer;
			margin: 0 10px 30px 0;
			}
			.square_act{
			background-image: url("http://www.bookclub.ua/images/cart/squarecheck.png");
			}
			.square_pas{
			background-image: url("http://www.bookclub.ua/images/cart/square.png");
			}
			.error_sp{
			position:absolute;
			left:290px;
			top:-20px;
			background-color: #ffdbe3;
				border: 1px solid #ffb3c4;
				color: #d33c5d;
				font-size: 12px;
				font-weight: bold;
				height: 40px;
				padding: 10px 10px 0;
				width: 180px;
				float:left;
				line-height:15px;
				
			}
			.error_sp_arrow{
			position:absolute;
			left:-11px;
			top:15px;
			background-image: url("http://www.bookclub.ua/images/cart/arrow.png");
				height: 20px;
				width: 11px;
				
			}
			.winhelp{
					position:absolute;
					z-index:999;
					background-color:#f3f3f3;
					padding:13px;
					border:1px solid #cecece;
					top:-140px;
					left:270px;
					width:440px;
					display: none;
					box-shadow: 3px 3px 2px #cccccc;
					line-height:15px;
				}
				.winhelp p{
					margin:0;
					color:#474646;
					padding:2px 5px 7px;
					font-size: 11px;
					line-height:15px;
				}
	 */	
		