
.header-main-page {
    height: 770px;      /* 538 */
    width: 100%;
    position: relative; 
    background: none;
}
@media screen and (max-width: 550px) {
    .header-main-page {
        height: 930px;
    }
    
}
.header-slider-visible {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    overflow-x: hidden;
    height: 100%;
}

.header-slider-list {
    width: 100%; 
    margin-bottom: 0; 
    padding-left: 0; 
    position: relative;
    top: 0;
    left: 0;
    list-style: none;
    height: 100%;
}

.header-slider-list li {
    display: block;
    width: 100%; 
    height: 100%;
    background-image: url('img/header-foto-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; 
    top: 0;
    left: 0;
    padding: 71px 44px 60px 44px;
	overflow:hidden;
}


.header-main-block {
    width: 100%;
    height: 422px;
/*    border-bottom: 1px solid rgba(255, 255, 255, .3);*/
    /*border-left: 1px solid white;*/
    padding: 38px 44px 0 44px;
}

.header-logo-block {
    padding-left: 7px;
    margin-bottom: 2.8em;
}

.header-logo-block > img{
        max-width: 137px;
}

.big-header-title {
    color: white;
    font-family: GillSans-Light;
    font-size: 46px;
    line-height: 54px;
    padding-left: 10px;
    padding-top: 11px;
	max-width:640px;
}

.small-header-title {
    color: white;
    font-family: GillSans-Light;
    font-size: 19px;
    padding-left: 10px;
    padding-top: 29px;
}

.header-buttons-block {
    padding-top: 28px;
}

.header-buttons-block .header-button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 39px;
    margin-right: 16px;
    width: 201px;
    font-family: GillSans;
    font-size: 18px;
    color: white;
}

.header-buttons-block .header-button.active {
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: #c61754;
}

.header-bottom-story {
    color: white;
    padding-right: 9px;
    padding-top: 20px;
    font-family: GillSans-Light;
}

.small-read-button-holder {
    float: right;
    padding-top: 19px;
}

.book-data {
    float: right;
    margin-right: 44px
}

.book-author {
    font-size: 13px;
}

.book-title {
    font-size: 19px;
    margin-top: -2px;
}

.small-read-button-holder a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 13px;
    height: 26px;
    left: 0;
    padding: 4px 0 0 10px;
    position: relative;
    top: 0;
    width: 81px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.small-read-button-holder a:before {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 6px;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
    border-image: none;
    border-style: solid;
    border-top-left-radius: 6px;
    border-width: 1px;
    content: "";
    display: block;
    height: 26px;
    left: -30px;
    position: absolute;
    top: -1px;
    width: 30px;
    background: url("../img/read-small-icon.png") no-repeat scroll 7px 6px rgba(0, 0, 0, 0);
}

.header-slider-controls {
    width: 100%;
    height: 64px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

/*.slider-controls-center {
    height: 100%;
    display: inline-block;
}*/

.arrow-left, .arrow-right {
    height: 100%;
    max-width: 72px;
    width: 7%;
    cursor: pointer;
}

.arrow-left {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: url("../img/slider-left-arrow.png") no-repeat scroll center center rgba(255, 255, 255, 0.1);
}

.arrow-right {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: url("../img/slider-right-arrow.png") no-repeat scroll center center rgba(255, 255, 255, 0.1);
}

/*ul.slider-controls {
    list-style: none;
    margin: 0 auto;
}*/

/*ul.slider-controls li {
    display: inline-block;
}*/

.slider-controls-center {
	width:84%;
	margin-left:8%;
	margin-right:8%;
    overflow: hidden;
    position: absolute; 
	top:0;
	left:0;
    color: white;
    display: inline-block;
    margin-top: -1px;
	

} 
.slider-controls-center .ul {
    margin: 0;
    padding: 0; 
   	display: flex;
    position: relative;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;	
	width:100%;
} 
.slider-controls-center .ul .li {
    list-style: none;
    position: relative; 
    padding: 16px 45px;
	float:none;
	display:inline-block;
    /*border-top: 1px solid #c61754;*/
} 
.slider-controls-center .ul .li a {
    font-size: 10px;
    display: block;
    /*padding: 10px 20px;*/
    text-decoration: none;
    font-size: 20px;
    font-family: GillSans-Light;
}

.slider-controls-center .ul .li a.active {
    font-family: GillSans;
}

.write-icon {
    background: url('../img/write-big-icon.png') no-repeat 0 0;
    padding-left: 40px;
}
.write-icon.active {
    background: url('../img/write-big-icon-active.png') no-repeat 0 0;
}
.read-icon {
    background: url('../img/read-big-icon.png') no-repeat 0 0;
    padding-left: 55px;
    background-position: 0 2px;
}
.read-icon.active {
    background: url('../img/read-big-icon-active.png') no-repeat 0 2px;
}
.compete-icon {
    background: url('../img/compete-big-icon.png') no-repeat 0 0;
    padding-left: 65px;
    background-position: 0 2px;
}
.compete-icon.active {
    background: url('../img/compete-big-icon-active.png') no-repeat 0 2px;
}

.container {
    /*height: 500px;*/
    /*border: 1px solid red;*/
    padding-top: 15px;
    min-width: 1170px;
}

.content-title {
    font-family: GillSans-Light;
    font-size: 28px;
    padding-left: 30px;
    padding-top: 3px;
}

.featured-stories-block {
    padding-left: 10px;
    padding-top: 22px;
	min-width:100%;
	overflow:hidden;
}

.featured-big-col {
    padding-right: 0px;
	width:58.33%;
	float:left;
	position:relative;
	padding-left:15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;	
}
.featured-small-col {
    padding-left: 18px;
    padding-right: 22px;
	width:41.66%;
	float:left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;	
}

.featured-big-holder {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.featured-big-text-block {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    font-family: GillSans-Light;
    color: white;
}

.book_cover_img_wrp
{
	width:100%;
	overflow:hidden;
	position:relative;
	max-width:670px;
}

.featured-big-text-block-int
{
    padding: 37px 77px;
}


.featured-big-title h3 {
    font-size: 36px;
    word-wrap: break-word;
	max-height:80px;
	overflow:hidden;
}

.featured-big-description {
    font-size: 17px;
	max-height:67px;
	overflow:hidden;
}



.slides-holder {
    width: 5000px; 
    height: 100%; 
    position: relative; 
    left: 0;
    padding-left: 0px;
}

.featured-slider-controls {
    position: absolute;
    right: 28px;
    top: 23px;
    z-index: 1;
}
.featured-slider-controls ul {
    list-style: none;
    float: right;
}
.featured-slider-controls ul li {
    float: left;
    
}

.featured-slider-point {
    display: block;
    width: 9px;
    height: 9px; 
    border: 1px solid rgba(255, 255, 255, 0); 
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 6px;
}
.featured-slider-point.active {
    background-color: #c61754;
}

li.featured-slide 
{
    display: block; 
    float: left;
    height: 100%;
    position: relative;
}

.featured-big-silder {
    -webkit-box-shadow: 3px 3px 4px -2px rgba(41, 41, 41, 0.75);
    -moz-box-shadow: 3px 3px 4px -2px rgba(41, 41, 41, 0.75);
    box-shadow: 3px 3px 4px -2px rgba(41, 41, 41, 0.75);
    width:100%;
    overflow: hidden;
}

.featured-big-read-button-holder {
    padding-left: 40px;
    padding-top: 22px;
}

.featured-big-read-button-holder a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 19px;
    height: 40px;
    left: 0;
    padding: 6px 0 0 15px;
    position: relative;
    top: 0;
    width: 125px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #c61754;
}

.featured-big-read-button-holder a:before {
    border-bottom-left-radius: 6px;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
    border-image: none;
    border-style: solid;
    border-top-left-radius: 6px;
    border-width: 1px;
    content: "";
    display: block;
    height: 40px;
    left: -40px;
    position: absolute;
    top: -1px;
    width: 40px;
    background: url('../img/read-small-icon-18.png') no-repeat center center #c61754;
    transition: left 0.2s;
}

.featured-small-holder {
    width: 99%;
	height:142px;
	overflow:hidden;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 17px;
    -webkit-box-shadow: 3px 3px 4px -2px rgba(41, 41, 41, 0.75);
    -moz-box-shadow: 3px 3px 4px -2px rgba(41, 41, 41, 0.75);
    box-shadow: 3px 3px 4px -2px rgba(41, 41, 41, 0.75);
}

.featured-small-image {
    /*width: 100%;*/
}

.featured-small-text-wrapper {
    width: 100%;
    height: 100%;
    top: 0%; 
    left: 0%; 
    position: absolute;
    width: 100%;
    font-family: GillSans-Light;
    color: white;
	text-align:center;
}

.text-vertical-align {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.featured-small-title {
    font-size: 26px;
    line-height: 32px;
	overflow:hidden;
	margin:0 3px;
	display:inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:70%;
	vertical-align:middle;
}

.featured-small-subtitle 
{
	width:100%;
	height:50px;
    font-size: 16px;
	padding:0 10%;
	overflow:hidden;
	display:inline-block;
	text-overflow: ellipsis;
    word-wrap: break-word;
	width:100%;
}

.featured-small-read-button-holder {
    left: 17px;
    position: absolute;
    top: 11px;
    z-index: 1;
}

.featured-small-read-button-holder a.white {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: block;
    font-size: 19px;
    height: 25px;
    left: 0;
    position: relative;
    top: 0;
    width: 37px;
}

.featured-small-read-button-holder a.white:before {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    content: "";
    display: block;
    height: 25px;
    left: -11px;
    position: absolute;
    top: -1px;
    width: 37px;
    background: url('../img/read-small-icon-gray.png') no-repeat center center white;
    transition: left 0.2s;
}

.featured-small-read-button-holder a.pink {
    background: none repeat scroll 0 0 rgba(198, 23, 84, 0.5);
    border-radius: 12px;
    display: block;
    font-size: 19px;
    height: 25px;
    left: 0;
    position: relative;
    top: 0;
    width: 37px;
}

.featured-small-read-button-holder a.pink:before {
    border-radius: 12px;
    content: "";
    display: block;
    height: 25px;
    left: -9px;
    position: absolute;
    top: 0px;
    width: 37px;
    background: url('../img/read-small-icon.png') no-repeat center center rgba(198, 23, 84, 1);
    transition: left 0.2s;
}

.featured-small-read-button-holder a:hover:before {
    left: 0px;
}

.featured-small-holder img
{
	min-width:100%;
	min-height:100%;
	width:100%;
}

@media screen and (max-width: 1279px) 
{
	.featured-stories-block
	{
		padding-left: 0px;
	}

	.featured-big-col
	{
	}
	.list_type_menu_ul li 
	{
		font-size: 28px !important;
		margin: 10px 50px 0px 10px !important;
	}
}

@media screen and (max-width: 1079px) 
{
	.list_type_menu_ul li 
	{
		font-size: 28px !important;
		margin: 10px 50px 0px 10px !important;
	}
}	
@media screen and (max-width: 1023px) 
{
	.list_type_menu_ul li 
	{
		font-size: 28px !important;
		margin: 10px 50px 0px 10px !important;
	}
	
	.featured-big-text-block-int
	{
		padding: 27px 50px;
	}
	
}	

@media screen and (max-width: 920px) 
{
	.slider-controls-center .ul .li 
	{
		padding: 16px 25px;
		width: auto;
	} 
	.slider-controls-center .ul .li a
	{
		font-size: 10px;
		display: block;
		/*padding: 10px 20px;*/
		text-decoration: none;
		font-size: 20px;
		font-family: GillSans-Light;
	}
}	

@media screen and (max-width: 760px) 
{
	.list_type_menu_ul 
	{
		display:block !important;
	}	
	
	.storyline-content 
	{
		padding-top: 28px;
	}
	
	.featured-big-col {
		padding-right:s5px;
		padding-left:5px;
		width:100%;
		max-width:670px;
		float:none;
		position:relative;
	}
	
	.featured-small-col {
		padding-left: 0px;
		padding-right: 0px;
		width:98%;
		max-width:670px;
		float:none;
		margin-top:30px;
		margin-left:1%;
	}
	
	.featured-small-holder {
		width: 48%;
		height:142px;
		margin-bottom: 17px;
		margin-right: 4%;
		float:left;
	}

	.featured-small-holder:last-child {
		margin-right: 0;
	}	
	
	.featured-small-title 
	{
		font-size: 20px;
		line-height: 25px;
	}

	.featured-small-subtitle 
	{
		font-size: 14px;
	}
	
	.big-header-title
	{
		font-size:40px;
		line-height:48px;
	}
	
}	

@media screen and (max-width: 640px) 
{
	.slider-controls-center .ul .li a span
	{
		display: none;
	}
	
	.header-slider-list li {
		padding: 89px 2% 60px 2%;
		overflow:hidden;
	}

	.big-header-title
	{
		font-size:36px;
		line-height:48px;
	}
	
	.header-buttons-block .header-button {
		height: 39px;
		margin-right: 16px;
		width: 190px;
	}	
	
	.small-header-title 
	{
		padding-top: 20px;
	}
}	
