/*
	Theme Name: YellowDuck
	Theme URI: http://yellowduck.com.ua/
	Author: Goncharuk Oleg
	Author URI: http://yellowduck.com.ua/
	Description: Основа 
	Version: 0.1
	Text Domain: YellowDuck
*/
@font-face {
    font-family: 'FranklinGothicMediumCondRegular';
    src: url('fonts/framdcn.eot');
    src: url('fonts/framdcn.eot') format('embedded-opentype'),
         url('fonts/framdcn.woff2') format('woff2'),
         url('fonts/framdcn.woff') format('woff'),
         url('fonts/framdcn.ttf') format('truetype'),
         url('fonts/framdcn.svg#FranklinGothicMediumCondRegular') format('svg');
}

@font-face {
    font-family: 'FranklinGothicMediumRegular';
    src: url('fonts/framd.eot');
    src: url('fonts/framd.eot') format('embedded-opentype'),
         url('fonts/framd.woff2') format('woff2'),
         url('fonts/framd.woff') format('woff'),
         url('fonts/framd.ttf') format('truetype'),
         url('fonts/framd.svg#FranklinGothicMediumRegular') format('svg');
}
@font-face {
    font-family: 'FranklinGothicHeavyRegular';
    src: url('fonts/frahv.eot');
    src: url('fonts/frahv.eot') format('embedded-opentype'),
         url('fonts/frahv.woff2') format('woff2'),
         url('fonts/frahv.woff') format('woff'),
         url('fonts/frahv.ttf') format('truetype');
}
@font-face {
    font-family: 'FranklinGothicBookRegular';
    src: url('fonts/frabk.eot');
    src: url('fonts/frabk.eot') format('embedded-opentype'),
         url('fonts/frabk.woff2') format('woff2'),
         url('fonts/frabk.woff') format('woff'),
         url('fonts/frabk.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-width:1000px;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
.admin-bar #header_bar {
	top:32px;
}
a {
	color:#3face2;
	text-decoration:underline;
}
a:hover {
	color:#238dc2;
	text-decoration:none;
}
.container {
	width:1000px;
	min-width:1000px;
	max-width:1000px;
}
/* Header_bar */
#header_bar {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	z-index:10;
	text-transform:uppercase;
	font-size:15px;
	font-family:'FranklinGothicMediumCondRegular';
}
#header_bar .list-inline>li {
	padding:0px 4px;
}
#header_bar {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(41,137,216,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(41,137,216,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(41,137,216,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#002989d8',GradientType=0 );
}
#header_bar ul#menu {
	margin-top:10px;
	margin:10px auto;
	padding-left:80px;
	text-align:center;
	padding-left: 270px;
	padding-right: 190px;
}
.ddown {
	position:relative;
}
#header_bar .open > ul.drop {
	/*display:block;*/
}
#header_bar .open > a {
	color:#ffcc00;
}
#header_bar ul.drop {
	position:absolute;
	top:100%;
	z-index:1000;
	min-width: 160px;
	display: none; 
}
#header_bar ul.drop li {
	padding:2px 0px 2px 20px;
	min-width:200px;
	list-style:none;
	text-align:left;
}
#header_bar ul.drop_in {
	display: none;
}
#header_bar ul a {
	color:#fff;
}
#header_bar ul ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:none;
}
#header_bar .caret {
	margin-left:0px;
	border-top:8px solid #ffcc00;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}
.block_social {
	position:absolute;
	top:7px;
	right:15px;
	width:177px;
	height:25px;
}
.block_social a.a_social {
	display:inline-block;
	margin:0px 3px;
	background:url(images/ss.png) top left no-repeat;
	width:24px;
	height:24px;
}
.block_social a.social_fb {
	background-position:top left;
}
.block_social a.social_vk {
	background-position:top left -31px;
}
.block_social a.social_insta {
	background-position:center left -32px;
}
.block_social a.social_tw {
	background-position:top left -63px;
	width:25px;
}
.block_social a.social_yt {
	background-position:top left -93px;
}
.block_social a.social_telegr {
	background-position:top left -121px;
	width:26px;
}

.block_social_footer {
	position:absolute;
	top:40px;
	right:53px;
	width:177px;
	height:25px;
}
.block_social_footer a.a_social {
	display:inline-block;
	margin:0px 3px;
	background:url(images/ss_grey.png) top left no-repeat;
	width:24px;
	height:24px;
}
.block_social_footer a.social_fb {
	background-position:top left;
}
.block_social_footer a.social_insta {
	background-position:center left -32px;
}
.block_social_footer a.social_tw {
	background-position:top left -63px;
	width:25px;
}
.block_social_footer a.social_yt {
	background-position:top left -93px;
}
.block_social_footer a.social_telegr {
	background-position:top left -121px;
	width:26px;
}

.support_us {
	position:absolute;
	top:40px;
	right:30px;
	background:#ffcc00;
	padding:3px 9px 3px 10px;
	text-transform:uppercase;
	font-size:18px;
	border-radius:5px;
	color:#000;
	font-family:'FranklinGothicMediumCondRegular';
	font-weight:bold;
	text-decoration:none;
}
.btn-yellow {
	background:#ffcc00;
	text-transform:uppercase;
	color:#000;
	font-family:'FranklinGothicMediumCondRegular';
	font-weight:bold;
	border:1px solid #F1C203;
	text-decoration:none;
}
.join_us {
	position:absolute;
	top:80px;
	right:30px;
	background: rgb(255, 221, 0); /*#ffcc00;*/
	padding:3px 8px;
	text-transform:uppercase;
	font-size:18px;
	border-radius:5px;
	color:#000;
	font-family:'FranklinGothicMediumCondRegular';
	font-weight:bold;
	text-decoration:none;
}
.log_in_us {
	position:absolute;
	top:120px;
	right:30px;
	background: rgb(255, 221, 0); /*#ffcc00;*/
	padding:3px 8px;
	text-transform:uppercase;
	font-size:18px;
	border-radius:5px;
	color:#000;
	font-family:'FranklinGothicMediumCondRegular';
	font-weight:bold;
	text-decoration:none;
}
.rev_in_us {
	/*position:absolute;
	top:160px;
	right:30px;*/
	background:#FF0200;
	padding:3px 8px;
	text-transform:uppercase;
	font-size:18px;
	border-radius:5px;
	color:#fff;
	font-family:'FranklinGothicMediumCondRegular';
	font-weight:bold;
	text-decoration:none;
}
.rev_in_us:hover {
	background:#ffcc00;
	color:#3FACE2;
}

/* Logo */
.logo_block {
	width:273px;
	height:134px;
	background:url(images/logo_bg.png) top left;
	position:absolute;
	top:0px;
	left:0px;
	z-index:12;
	text-align:center;
	line-height:120px;
}
.logo_block img {
	/* margin-right:15px; */
	margin-left: -25px;
	padding-left: 0;
	margin-top: 11px;
}
.sl_logo_block {
	display:none;
	width:55px;
	height:55px;
	position:absolute;
	top:10px;
	left:190px;
	z-index:11;
	text-align:center;
}

/* HEADER SLIDER */
#header_slider .jcarousel-wrapper {
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
	overflow:hidden;
}

/* header_bg_page */
#header_bg_page {
	background:#3face2;
	height:133px;
}
/** Carousel **/
.header-jcarousel {
    position: relative;
	margin:0px auto;
	width:1000px;
}
.header-jcarousel:before {
	content:"";
	width:100%;
	position:absolute;
	top:0px;
	left:
}
.header-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-jcarousel li {
    width: 1000px;
    float: left;
}

/** Carousel Controls **/
.film_roll_wrapper{
	display:block;
	text-align:center;
	float:none;
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	z-index:auto;
	width:100%;
	height:100%;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
}
.film_roll_shuttle{
	text-align:left;
	float:none;
	position:relative;
	top:0;
	left:0;
	right:auto;
	bottom:auto;
	height:100%;
	margin:0 !important;
	padding:0 !important;
	z-index:auto;
}
.film_roll_shuttle.vertical_center:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.25em;
}
.film_roll_child {
	position:relative;
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	zoom:1;
}
.carousel-indicators {
	bottom:5px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	background:rgba(60,174,227,0.7);
	width:14px;
	height:14px;
	border:0px solid #333;
	border-radius:14px;
	display:inline-block;
	margin:0 5px 0 0;
	transition:all 1s ease;
}
.carousel-indicators li:hover{
	background:#ffcc00;
}
.carousel-indicators li.active{
	background:#ffcc00;
}
.carousel-indicators span{
	display:none;
}
.film_roll_prev,
.film_roll_next {
    position: absolute;
    top: 50%;
	text-indent:-9999px;
    margin-top: -30px;
	width:36px;
	height:61px;
}
.film_roll_prev {
    left:30px;
	background:url(images/arr_blue_l.png) top left no-repeat;
}
.film_roll_next {
    right:30px;
	background:url(images/arr_blue_r.png) top left no-repeat;
}
.film_roll_prev:hover {
	background:url(images/arr_gray_l.png) top left no-repeat;
}

.film_roll_next:hover {
	background:url(images/arr_gray_r.png) top left no-repeat;
}
.film_roll_pager {
	text-align:center;
	position:relative;
	margin-top:-30px;
	z-index:11;
}
.blue_line {
	position:absolute;
	bottom:50px;
	left:0px;
	z-index:2;
	height:104px;
	width:100%;
	background:rgba(60,174,227,0.7);
	border-bottom:3px solid #ffcc00;
	font-family:'FranklinGothicMediumRegular';
	font-weight:100;
	color:#fff;
	text-align:center;
	font-size:55px;
	line-height:60px;
	padding-top:10px;
}
.blue_line p {
	text-transform:uppercase;
	margin-bottom:0px;
}
.blue_line p.more {
	text-transform:none;
	font-size:16px;
	line-height:18px;
	text-align:right;
	padding-right:210px;
}
.blue_line p.more a {
	color:#ffcc00;
	text-decoration:underline;
}
.blue_line p.more a:hover {
	text-decoration:none;
}

/* subscribe_news */
.subscribe_news {
	background:#ebecec;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:25px 0px;
}
.subscribe_news_text {
	font-family:'FranklinGothicMediumCondRegular';
	font-size:35px;
	line-height:40px;
	color:#3face2;
	margin:0px;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:56px;
}
.subscribe_news input[type="text"],
.subscribe_news input[type="email"]{
	border:3px solid #c5c6c6;
	background:#fefefe;
	padding:5px 10px;
	font-size:18px;
	width:330px;
}
.subscribe_news input[type="submit"] {
	font-family:'FranklinGothicMediumCondRegular';
	font-size:22px;
	background:#3face2;
	color:#fff;
	border-bottom:2px solid #3face2;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	padding:10px 15px 5px;
	line-height: 24px;
	float:right;
	margin-right:57px;
	text-transform:uppercase;
}
.subscribe_news input[type="submit"]:hover {
	color:#ffcc00;
	background:#2698cd;
	border-bottom-color:#ffcc00;
}

/* slider_news */
#slider_news .container > .row {
	padding:30px 0px;
	background:#fff url(images/bg.jpg) top left; /*url(images/grid.png) top center;*/
}
#slider_news h3 {
	font-family:'FranklinGothicMediumCondRegular';
	font-size:35px;
	line-height:40px;
	margin-top:10px;
	font-weight:bold;
	color:#3face2;
	text-transform:uppercase;
	padding-left:55px;
}

#slider_news .jcarousel-wrapper {
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
}

/* header_slider */
#header_slider {
	/*background:url(images/slider_big.jpg) top center no-repeat;*/
	background-size:cover;
	height:640px;
	width:100%;
	overflow:hidden;
}
#header_slider .container {
	margin:0px auto;
	padding:0px;
}
#header_slider .container .row {
	margin:0px;
	padding:0px;
}
#header_slider .container .row .col-xs-12 {
	margin:0px;
	padding:0px;
}

/* News Carusel */
/** Carousel **/
.news-jcarousel {
    position: relative;
    overflow: hidden;
	margin:10px 50px;
}

.news-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-jcarousel li {
    width: 200px;
	padding:15px;
	margin:0px 9px;
    float: left;
	background:#fff;
    border: 1px solid #dedfdf;
	text-align:center;
}
.news-jcarousel p.title {
	font-family:'FranklinGothicMediumRegular',Arial;
	color:#3face2;
	font-size:18px;
	line-height:22px;
	margin-top:12px;
	height:88px;
	overflow:hidden;
	margin-top:5px;
	text-align:left;
}
.news-jcarousel p.title a {
	text-decoration:none;
	color:#3face2;
}
.news-jcarousel p.title a:hover {
	text-decoration:underline;
}
.news-jcarousel p.description {
	color:#808080;
	text-align:justify;
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
	height:80px;
	overflow:hidden;
}
.news-jcarousel p.date {
	font-size:11px;
	line-height:15px;
	margin-top:10px;
	margin-bottom:5px;
	color:#808080;
	font-style:italic;
}
.news-jcarousel p.read_more a {
	font-family:'FranklinGothicMediumRegular';
	background:#3face2;
	border-bottom:3px solid #3face2;
	padding:8px 30px 5px;
	font-size:16px;
	border-radius:0px;
	color:#fff;
}
.news-jcarousel p.read_more a:hover {
	color:#ffcc00;
	background:#2698cd;
	border-bottom-color:#ffcc00;
}

/** Carousel Controls **/

.news-jcarousel-control-prev,
.news-jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
	width:36px;
	height:61px;
}

.news-jcarousel-control-prev {
    left:0px;
	background:url(images/arr_blue_l.png) top left no-repeat;
}

.news-jcarousel-control-next {
    right:0px;
	background:url(images/arr_blue_r.png) top left no-repeat;
}

.news-jcarousel-control-prev:hover {
	background:url(images/arr_yellow_l.png) top left no-repeat;
}

.news-jcarousel-control-next:hover {
	background:url(images/arr_yellow_r.png) top left no-repeat;
}
.more_news {
	padding:8px 20px 3px;
	color:#fff;
	background:#3face2;
	border-bottom:5px solid #3face2;
	margin-top:20px;
	text-transform:uppercase;
	font-family:'FranklinGothicMediumCondRegular';
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	margin-right:57px;
}
.more_news span {
	font-size:18px;
}
.more_news:hover {
	text-decoration:none;
	color:#ffcc00;
	background:#2698cd;
	border-bottom-color:#ffcc00;
}

/* Banner */
#join_program {
	background:#ffd300;
}
#join_program .container {
	height:253px;
	background:url(images/banner.jpg) top center no-repeat;
	font-family:'FranklinGothicHeavyRegular';
}
.join_program_title {
	text-align:right;
	color:#3face2;
	font-size:45px;
	line-height:50px;
	padding:15px 20px;
}
.join_program_name {
	text-align:right;
	color:#fff;
	font-size:90px;
	line-height:94px;
	padding:58px 20px 0px;
}
.join_program_name a {
	color:#fff;
	text-decoration:underline;
}
.join_program_name a:hover {
	color:#3face2;
	text-decoration:none;
}

/* sl_in_social */
#sl_in_social .container > .row {
	background:url(images/bg.jpg) top left;
	padding:30px 0px;
}
#sl_in_social h3 {
	font-family:'FranklinGothicMediumCondRegular';
	font-size:35px;
	line-height:40px;
	margin-top:10px;
	font-weight:bold;
	color:#3face2;
	text-transform:uppercase;
	padding-left:55px;
}
#more_message_social {
	float:right;
	display:block;
	margin-top:-50px;
	margin-right:57px;
	background:#3face2;
	color:#fff;
	padding:8px 20px 3px;
	border-bottom:5px solid #3face2;
	text-transform:uppercase;
	font-family:'FranklinGothicMediumCondRegular';
	font-size:22px;
	line-height:28px;
	font-weight:bold;
}
#more_message_social span {
	font-size:18px;
}
#more_message_social:hover {
	text-decoration:none;
	color:#ffcc00;
	background:#2698cd;
	border-bottom-color:#ffcc00;
}
#person_masonry {
	width:940px;
	margin-left:37px;
}
#person_masonry .block_social_person {
	background:#fff;
	padding:0px;
	width:408px;
	margin-top:30px;
	margin-right:20px;
	margin-left:20px;
	float:left;
	font-family:'FranklinGothicMediumRegular';
}
#person_masonry .block_social_person .header_soc_person {
	min-height:70px;
	padding:15px 15px 0px;
}
.header_soc_person img {
	float:left;
}
.header_soc_name {
	margin:0px;
	font-size:24px;
	line-height:28px;
	padding-top:7px;
	padding-left:65px;
	color:#56698F;
}
.header_soc_name a {
	color:#56698F;
	text-decoration:none;
}
.header_soc_name a:hover {
	color:#3face2;
	text-decoration: underline;
}
.header_soc_date {
	margin:0px;
	font-size:12px;
	color:#9D9E9E;
	padding-left:65px;
	padding-top:2px;
}
#person_masonry .block_social_person .header_soc_message {
	padding:10px 15px;
	font-size:13px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.header_soc_message_like_share {
	background:#f5f5f5;
	padding:10px 15px;
	border-bottom:3px solid #3face2;
}
.header_soc_message_like_share a {
	font-size:13px;
	padding-right:20px;
	color:#4478A2;
	text-decoration:underline;
}
.header_soc_message_like_share a:hover {
	text-decoration:none;
	color:#3face2;
}


/* MEDIA Carusel */
#sl_media {
	background:#3face2;
	padding:20px 0px;
}
#sl_media .jcarousel-wrapper {
	margin-bottom:20px;
	margin-top:20px;
}
#more_video {
	float:right;
	display:block;
	margin-top:-50px;
	margin-right:57px;
	background:#fefefe;
	color:#9d9e9e;
	padding:8px 20px 3px;
	border-bottom:5px solid #fefefe;
	text-transform:uppercase;
	font-family:'FranklinGothicMediumCondRegular';
	font-size:22px;
	line-height:28px;
	font-weight:bold;
}
#more_video span {
	font-size:18px;
}
#more_video:hover {
	text-decoration:none;
	color:#fefefe;
	background:#9d9e9e;
	border-bottom-color:#9d9e9e;
}
#sl_media h3 {
	font-family:'FranklinGothicMediumCondRegular';
	font-size:35px;
	line-height:40px;
	margin-top:10px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	padding-left:55px;
}
/** Carousel **/
.media-jcarousel {
    position: relative;
    overflow: hidden;
	margin:20px 50px;
}

.media-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.media-jcarousel li {
    width: 160px;
    float: left;
	padding:0px;
	margin:0px 7px;
	position:relative;
}

/** Carousel Controls **/

.media-jcarousel-control-prev,
.media-jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
	width:36px;
	height:61px;
}

.media-jcarousel-control-prev {
    left:0px;
	background:url(images/arr_gray_l.png) top left no-repeat;
}

.media-jcarousel-control-next {
    right:0px;
	background:url(images/arr_gray_r.png) top left no-repeat;
}

.media-jcarousel-control-prev:hover {
	background:url(images/arr_yellow_l.png) top left no-repeat;
}

.media-jcarousel-control-next:hover {
	background:url(images/arr_yellow_r.png) top left no-repeat;
}
.media_video span {
	content:"";
	position:absolute;
	display:block;
	top:50%;
	margin-top:-22px;
	left:50%;
	margin-left:-22px;
	width:44px;
	height:44px;
	font-size:44px;
}
.media_video:hover span {
	color:#ffcc00;
}

/** Carousel Pagination **/

.media-jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin: 0;
}

.media-jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
}

.media-jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
}


/* Interview Carusel */
#interview_block {
}
#interview_block .col-xs-5 {
	padding-right:0px;
}


#interview_block .jcarousel-wrapper {
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
    position: relative; 
}
/** Carousel **/
.interview-jcarousel {
    position: relative;
    overflow: hidden;
	margin:0px;
}
.interview-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.interview-jcarousel li {
    width: 1000px;
    float: left;
}
.interview-jcarousel li p.title {
	font-family:'FranklinGothicMediumCondRegular';
	margin-left:57px;
	margin-top:50px;
	font-size:34px;
	line-height:38px;
	color:#ffcc00;
	font-weight:bold;
	text-transform:uppercase;
}
.interview-jcarousel li p.interview_name {
	font-family:'FranklinGothicMediumCondRegular';
	margin-left:57px;
	color:#898989;
	margin-left:57px;
	margin-top:15px;
	font-size:34px;
	line-height:38px;
	font-weight:bold;
	text-transform:uppercase;
}
.interview-jcarousel li p.interview_title {
	margin-left:57px;
	color:#444;
	font-size:32px;
	line-height:36px;
	margin-top:15px;
	font-weight:bold;
}
.interview-jcarousel li .interview_description {
	margin-left:57px;
	color:#2b2b2b;
	margin-top:15px;
	font-size:18px;
	line-height:26px;
}
.interview-jcarousel p.read_more {
	margin-top:35px;
	margin-left:57px;
}
.interview-jcarousel p.read_more a {
	font-family:'FranklinGothicMediumRegular';
	background:#ffcc00;
	padding:10px 30px 10px;
	font-size:18px;
	border-radius:0px;
	color:#fff;
}
.interview-jcarousel p.read_more a:hover {
	color:#fff;
	background:#3caee3;
	text-decoration:none;
}


/** Carousel Controls **/
.interview-jcarousel-control-prev,
.interview-jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
	width:36px;
	height:61px;
}

.interview-jcarousel-control-prev {
    left:10px;
	background:url(images/arr_yellow_l.png) top left no-repeat;
}

.interview-jcarousel-control-next {
    right:10px;
	background:url(images/arr_yellow_r.png) top left no-repeat;
}

.interview-jcarousel-control-prev:hover {
	background:url(images/arr_blue_l.png) top left no-repeat;
}

.interview-jcarousel-control-next:hover {
	background:url(images/arr_blue_r.png) top left no-repeat;
}

/** Carousel Pagination **/

.interview-jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin: 0;
}

.interview-jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
}

.interview-jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
}


/* Footer */
#footer {
	background:#f4f5f5;
	padding-bottom:20px;
	position:relative;
}
.footer_top_lone_gray {
	position:absolute;
	top:15px;
	right:0px;
	height:98px;
	width:50%;
	background:#676766;
}
.footer_top_lone_gray_left {
	position:absolute;
	top:15px;
	left:0px;
	height:98px;
	width:50%;
	background:#B3B3B3;
}
.footer_top_lone {
	width:100%;
	height:15px;
	background:#d7d8d8;
}
.bg_gray_c {
    font-family: 'FranklinGothicBookRegular';
	padding-top:20px;
	padding-bottom:10px;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.bg_gray_a {
    font-family: 'FranklinGothicBookRegular';
	padding-top:22px; /* 28px; */
	padding-bottom:12px; /* 32px; */
	padding-left:30px;
	background:#969797;
	color:#fff;
	font-size:16px;
}
.bg_gray_a .fhv {
    font-family: 'FranklinGothicHeavyRegular';
	font-size:34px;
	line-height:38px;
	color:#fff;
	padding-right:5px;
}
.bg_gray_a .color_yellow {
	color:#ffcc00;
	text-transform:uppercase;
	font-size:20px;
}
.color_yellow a {
	text-decoration:underline;
	color:#ffcc00;
}
.color_yellow a:hover {
	text-decoration:none;
	color:#ffba00;
}
.bg_gray_b {
    font-family: 'FranklinGothicBookRegular';
	padding-top: 26px;/* 32px; */
	padding-bottom:28px;
	background:#676766;
	color:#fff;
	line-height:37px;
	font-size:16px;
	padding-left:30px;
}
.bg_gray_b a {
	text-decoration:underline;
	color:#ffcc00;
}.bg_gray_b a:hover {
	text-decoration:none;
	color:#ffba00;
}
.row_gray {
	position:relative;
}
.bg_gray_b .color_yellow {
	color:#ffcc00;
	text-transform:uppercase;
	font-size:20px;
}
.footer_logo_gray {
	margin-top:30px;
	width: 120px;
}
.footer_copyr {
	padding-top:30px;
}
.footer_copyr p {
	padding:0px;
	margin:0px;
	color:#676766;
    font-family: 'FranklinGothicBookRegular';
	font-size:18px;
	line-height:22px;
}
#footer .copyr {
	margin-top:20px;
	font-size:12px;
	line-height:16px;
	color:#969797;
}
#footer .developer,
#footer .designer {
	font-size:12px;
	line-height:16px;
	color:#969797;
}
#footer p.lang_more {
	font-size:13px;
	line-height:17px;
	padding-top:165px;
}
#footer p.lang_more a {
	color:#969797;
}
#footer p.lang_more a.selected {
	color:#ffcc00;
}


/* breadcrumbs */
.breadcrumbs_block {
	margin:20px 0px;
}
/* PAGE */
.page_bg {
	background:#fff;
	color:#242424;
	padding-bottom:30px;
}

/* H */
h1.title {
	font-family:'FranklinGothicMediumCondRegular';
	font-size:45px;
	line-height:49px;
	margin-top:10px;
	font-weight:bold;
	color:#3face2;
	text-transform:uppercase;
}
.content table {
}
.content table td {
	padding:3px 5px;
	vertical-align:top;
}
.content ul,
.content ol {
	margin-left:30px;
}

/* History */
.category-history .page_bg {
	background: url(images/bg.jpg) top left;
}
.category-history #masonry {
	width:940px;
	margin-left:37px;
}
.category-history #masonry > div {
	background:#fff;
	padding:0px;
	width:410px;
	margin-top:30px;
	margin-right:20px;
	margin-left:20px;
	float:left;
	font-family:'FranklinGothicMediumRegular';
}
.category-history #masonry .block_images {
	height:230px;
	width:410px;
}
.category-history #masonry .block_content {
	padding:20px 20px 10px 20px;
	border-bottom:3px solid #ffcc00;
}
.category_item {
	margin-bottom:20px;
}
.single_more {
	text-align:right;
}

/* calendar */
.calendar .calendar-day {
	width:14%;
	position:relative;
}
.calendar .day-block {
	height:80px;
	overflow:hidden;
}
.calendar .day-block p {
	font-size:12px;
	line-height:12px;
	margin-bottom:7px;
}
.day-number {
	text-align:right;
	font-size:18px;
	font-family:'FranklinGothicMediumRegular';
	color:#3face2;
}
.calendar-day-now {
	background:#f4f5f5;
}
.calendar-day-now .day-number {
	color:#1380b6;
}
.table .calendar-day-np {
	border-bottom:0px;
	border-right:0px;
}
img.alignleft {
	float:left;
	margin-right:15px;
}
img.alignright {
	float:right;
	margin-left:15px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1.title span.link_description {
	font-size:18px;
	float:right;
}

.rekvizits {
	background:#ffd300;
	padding:0px 0px 20px;
	border-top:5px solid #3face2;
}
.rekvizits h3 {
	text-align:center;
	font-size:28px;
	font-family: 'FranklinGothicMediumCondRegular',Arial;
	text-transform:uppercase;
}
.rekvizits p {
	margin-bottom:3px;
	font-size:16px;
	line-height:20px;
	font-family: 'FranklinGothicMediumRegular',Arial;
}

/* MAP */
.map500 {
	height:500px;
	margin-bottom:15px;
}


/* CUSTOM */
.type_sl ul {
	margin-left:30px;
}
.the_content {
	margin-bottom:20px;
	overflow:hidden;
}
.the_content img {
	margin-bottom:10px;
}
.footer_login {
	margin-top:140px;
}
.map_baloon {
	width:300px;
	height:auto;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.map_baloon p {
	padding:0px;
	margin:0px;
}
.category_item h3 {
	margin-top:0px;
}
.info_posts {
	margin-bottom:15px;
	padding:10px 0px;
	border-bottom:1px solid #FECC32;
	color:#3face2;
}

#share42 {
	margin-left:-90px !important;
}

/* Sidebar */
/* lastsingle */
.lastsingle {
}
.lastsingle h3.title,
.widget h3.title {
	font-family: 'FranklinGothicMediumCondRegular';
	margin-top: 10px;
	font-weight: bold;
	color: #3face2;
	text-transform: uppercase;
}
.lastsingle h4 {
	margin-top:0px;
}
.lastsingle time {
	font-size:12px;
	line-height:25px;
	display:block;
	text-align:right;
	color:#424242;
}

.lastsingle.size_image_big {
}

.lastsingle.size_image_middle h4 {
	font-size:14px;
	line-height:18px;
}
.lastsingle.size_image_middle time {
	font-size:11px;
	line-height:14px;
	text-align:left;
} 

.lastsingle.size_image_small h4 {
	font-size:13px;
	line-height:16px;
}
.lastsingle.size_image_small time {
	font-size:11px;
	line-height:14px;
	text-align:left;
} 
.lastsingle.size_image_small hr {
	margin:10px 0px;
}
/* polit-rada-list */
.polit-rada-list li {
	margin-bottom:10px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}
.polit-rada-list li a,
.polit-rada-list li span.title {
	font-size:19px;
	line-height:24px;
	font-family: 'FranklinGothicMediumCondRegular';
}
.polit-rada-list li img {
	float:left;
	margin-right:5px;
}
/* Header carusel */
#header_slider .carousel-inner > .item {
	height:640px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

/* lang_block */
#lang_block {
	top:595px;
	right:30px;
	position:absolute;
}


/* POLITRADA */
.date_politrada {
	margin-bottom:2px;
	font-size:13px;
	color:rgb(150, 151, 151);
}
.count_revision {
	float:right;
	color:rgb(150, 151, 151);
}
/* widget */
.widget {
	margin-bottom:30px;
}
/* widget_calendar */
.widget_calendar,
.widget_calendar table {
	width:100%;
}
.widget_calendar caption {
	font-family: 'FranklinGothicMediumCondRegular';
	color: #3face2;
	font-size: 24px;
	line-height: 28px;
	margin-bottom:5px;
}
.widget_calendar table td,
.widget_calendar table th {
	text-align:center;
	padding:3px 2px;
}
.widget_calendar table td a,
.widget_calendar table th a {
	display:block;
}
.widget_calendar table #today {
	background: #3face2;
	color:#fff;
}
.widget_calendar table #today a {
	color:#FFCC00;
}
.description-politrada {
	margin-bottom:20px;
}

/* comments */
#comments #submit {
	padding:5px 10px 2px 10px;
	background: #ffcc00;
	border:0px;
	border-bottom:3px solid #3face2;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 5px;
	color: #000;
	font-family: 'FranklinGothicMediumCondRegular';
	font-weight: bold;
	text-decoration: none;
}
#comments #submit:hover {
	border-bottom:3px solid #ffcc00;
}
#comments ol li {
	position:relative;
}
#comments .comment-form-comment textarea {
	height:80px;
	padding:10px;
	width:100%;
	border-radius: 5px;
	border:1px solid #ccc;
}
#comments .comment-author {
	font-size:12px;
	line-height:25px;
}
#comments .comment-author .fn {
	font-size:16px;
	font-weight:bold;
}
#comments .comment-author_block {
	overflow:hidden;
	padding-bottom: 5px;
}
#comments .comment-author .attachment-small_avatar {
	margin-right:10px;
	float:left;
}
#comments .comment-meta {
	font-size:15px;
	color:#3FACE2;
	line-height:18px;
}
#comments .comment-meta a.comment-edit-link {
	font-size:12px;
	font-weight:normal;
}
#comments ol {
	list-style:none;
}
#comments ol.comment-list {
	margin-left:0px;
}
#comments ol li .reply {
	position:absolute;
	top:5px;
	right:10px;
	font-size:12px;
	font-weight:normal;
}
.comment-body {
	padding:3px;
}
.comment-body:hover {
	border-radius:5px;
	background:#F5F5F5;
}
/* list_search */
.widget.list_search {
}
.widget.list_search input[type="text"]{
	padding:3px 5px;
	border:1px solid #ccc;
	border-radius:5px;
	width:60%;
	display:inline-block;
}
.widget.list_search input[type="text"]{
	padding:3px 5px;
	border:1px solid #ccc;
	border-radius:5px;
	width:68%;
	display:inline-block;
}

.widget.list_search input[type="button"] {
	padding:1px 0px 0px 0px;
	background: #ffcc00;
	border:0px;
	text-align:center;
	border-bottom:2px solid #3face2;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 5px;
	color: #000;
	font-family: 'FranklinGothicMediumCondRegular';
	text-decoration: none;
	display:inline-block;
	width:30%;
}
.widget.list_search input[type="button"]:hover {
	border-bottom:2px solid #ffcc00;
}
.widget.list_search ul {
	margin-top:10px;
}
.widget.list_search ul li {
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #ccc;
}
.widget.list_search ul li span {
	color:#A9A9A9;
	font-size:12px;
}

.logo_img {
	width: 190px;/*100px;*/
    /*height: 60px;*/
}

.flag {
	width: 48px;
    height: 36px;	
}

/* for top-90*/
.crop {
    width: 215px;
    height: 215px;
    overflow: hidden;
}