@charset "utf-8";

html,body {
    width:100%;
    height:100%;
    margin:0
}

body {
    font:12px Arial;
    font-style:normal;
    color:#000;
    background:#fff url(../images/new_design/head_bg.jpg) top center no-repeat;
    margin:0px auto 90px;
}

.root {
    width:100%;
    min-height:100%;
    min-width:1260px
}

.max_width {
    margin:0 auto;
    width:1260px
}

.clear {
    clear:both;
/* width:0px;  */
    width:100%;
    height:0px;
    font-size:0
}

.f_left {
    float:left!important
}

.f_right {
    float:right!important
}

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

div {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

/* -------------- All (text) -------------- */
p,img,h1,h2,h3,h4,h5,h6,ul,li {
    margin:0;
    padding:0;
    line-height:100%;
    font-weight:400
}

ul {
    padding-left:0;
    list-style:none
}

li {
}

img {
    border:none
}

table {
    border-collapse:collapse;
    border-spacing:0
}

table td {
    padding:0;
    vertical-align:top
}

.content table td {
    padding:10px;
    vertical-align:top;
	text-align:left
}

h1 {
    font-size:24px
}

h2 {
    font-size:22px
}

h3 {
    font-size:20px
}

h4 {
    font-size:18px
}

h5 {
    font-size:16px
}

h6 {
    font-size:14px
}

/* -------------- content (text) -------------- */
.content {
    font-size:14px
}
.justfy {
	text-align: justify;
}

.content p,.content img,.content ul,.content li {
    margin:0;
    padding:0;
    line-height:147%
}

.content ul {
}

.content li {
}

.content img {
}

.content img.f_left {
    margin:0 10px 0 0
}

.content .f_right img,.content img.f_right {
    margin:0 0 0 10px
}

.content p {
    padding-bottom:15px
}

.content ul {
    padding-left:20px;
    padding-bottom:25px
}

.content ul li {
    list-style:disc
}

.content p img,.content h1 img,.content h2 img {
    vertical-align:middle;
    position:relative;
    top:-2px
}

.content b,.content strong {
}

.content .center {
    text-align:center
}

.content a,.content a:hover {
    text-decoration:none
}

.content a:hover {
    text-decoration:underline
}

.table {
}

.content table {
    margin:0 0 35px
}

.content table td {
}

.content table th {
}

.content h1,.content h3,.content h4,.content h5,.content h6 {
    font:12px Arial;
    line-height:23px;
    margin-bottom:2px;
    font-weight:700
}

.content h2 {
    font:17px Arial;
    line-height:23px;
    margin-bottom:2px;
    font-weight:700
}

button,input[type=submit] {
    cursor:pointer;
    outline:none
}

button:hover,input[type=submit]:hover {
}

button:active {
}

input[type=text],input[type=password] {
    border:1px solid #ccc;
    outline:none;
    margin:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

input[type=text]:focus {
}

textarea {
    outline:none;
    border:1px solid #ccc;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin:0
}

input[type=submit],input[type=button] {
    cursor:pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

select {
    border:1px solid #ccc;
    margin:0
}

label {
}

form {
    margin:0;
    padding:0
}

input[type=reset]::-moz-focus-inner,button::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=button]::-moz-focus-inner {
    padding:0;
    margin:0;
    border:none
}

/* -------------- Ссылки и цвет -------------- */
a,a:hover {
    color:#000;
    outline:none;
    text-decoration:none
}

a:hover {
    text-decoration:underline;
    color:#45A0F6
}

a:active {
    background-color:transparent
}

/*------ footer -------*/
.footer {
    min-height:88px;
    min-width:1260px;
    margin-top: 27px;
}

.footer .max_width {
    /*border-top:1px solid #ebecee;*/
    padding-top:30px
}

.footer_bg {
    margin:0 auto;
    width:1265px;
	padding-top: 22px;
}

/*
.footer_bg_img {
    background:#FFF url(../images/bg/img_footer.jpg) bottom center no-repeat
}
*/

.copy {
    font:12px Arial;
    font-style:normal;
    text-align:center;
    line-height:24px;
    margin:0 400px
}

.statistics {
    float:left;
    margin-left:67px
}

/*------ head ------*/
.head {
    padding:0px;
}
.head>a{
	display: block;
	width: 260px;
	height: 123px;
	float: left;
}

.headerMenu{
	margin: 18px 0px;
	width: 100%;
	height: 40px;
}

.headerMenu>.hor_menu{
	display:block;
	width:100%;
	text-align:center;
	list-style:none;
	float:left;	
	margin: 0px auto !important;
}



ul.hor_menu{
	float:left;
	padding:3px 0;
	margin:0;
	list-style:none;
	display:inline;
	width:100%;
	height:18px;
}

.hor_menu li{
	list-style:none;
	float:left;
	font-weight:bold;
	color:#808080;
	white-space:nowrap;
	position:relative;
	text-align:center;
	display:inline;
	margin: 0px 5px;
	font-size: 13px;
	/*width:150px;*/
	cursor:pointer;
	padding: 6px;	
}
/*.hor_menu>.level1>span{
	text-transform:uppercase;
}*/
.hor_menu>li:hover{
	background-color: #808080;	
	color:#fff;
}
.hor_menu>li:hover>a{
	background-color: #808080;	
	color:#fff;
}
.hor_menu>li>a{
	list-style:none;
	text-decoration:none;
	color:#808080;
}
.hor_menu>li>a:hover{
	list-style:none;
	background-color: #808080;	
	color:#fff;
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul { /*, li.over ul*/
	display: block;
}

.sub_menu{
	display:none;
	font-weight: normal;
	padding-right: 16px;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 50;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	top: 23px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
}
.sub_menu li{
	list-style: outside none none;
	float: left;
	font-weight: bold;
	color: #808080;
	white-space: nowrap;
	position: relative;
	text-align: left;
	display: inline;
	margin: 0px 0px;
	font-size: 13px;
	width: 100%;
	cursor: pointer;
	padding: 8px;
}
.sub_menu>li:hover{
	background-color: #808080;	
	color:#fff;
}
.sub_menu>li:hover>a{
	background-color: #808080;	
	color:#fff;
}
.sub_menu>li>a{
	list-style:none;
	text-decoration:none;
	color:#808080;
}
.sub_menu>li>a:hover{
	list-style:none;
	background-color: #808080;	
	color:#fff;
}

.hor_menu .active {
	color:#d35723 !important;
}
.hor_menu .active>a{
	color:#d35723 !important;
}
.sub_menu .active {
	color:#d35723 !important;
}
.sub_menu .active>a{
	color:#d35723 !important;
}

.mapblock {
    margin-bottom:30px
}

.logo_cst {
	width: 204px;
	height: 104px;
	float: left;
	position: relative;
	background: transparent url("../images/new_design/logo_cst.png") no-repeat scroll 0% 0%;
	top: 19px;
	left: 42px;
}

.lang {
	float: left;
	position: relative;
	top: 74px;
	left: 0px;
}

.lang a,.lang span {
    font-size:12px;
    display:inline-block;
    width:28px;
    height:28px;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    text-align:center;
    line-height:28px;
	margin: -1px 3px;
	font-weight: bold;
}

.lang span {
	background: rgba(0,0,0,0.5);
	color: #FFF;
}

.search {
	width: 205px;
	border: 0px solid #FFF;
	border-radius: 19px;
	height: 26px;
	float: left;
	position: relative;
	top: 34px;
	left: 125px;
	background-color: #fff;
}

.search input[type=text] {
    height:26px;
    line-height:26px;
    width:148px;
    border:none;
    border-radius:13px;
    -webkit-border-radius:13px;
    -moz-border-radius:13px;
    padding:0 0 0 15px
}

.search input[type=submit] {
    background:url(../images/search.png) no-repeat center;
    width:27px;
    height:26px;
    float:right;
    border:none;
    margin:0;
    padding:0
}

.invalid {
	float: left;
	top: 75px;
	position: relative;
	left: -79px;
	padding: 3px 10px;
	border: 0px solid #FFF;
	border-radius: 12px;
	background-color: rgba(0,0,0,0.5);
}

.invalid a {
    font-size:15px;
	color:#FFF;
}

.social {
	float: left;
	width: 114px;
	position: relative;
	top: 32px;
	left: 66px;
}

.social .soc1 {
    width: 32px;
    height: 32px;
    background: url(../images/new_design/social_sprite.png) 0px 0px;
}
.social .soc2 {
    width: 32px;
    height: 32px;
    background: url(../images/new_design/social_sprite.png) 32px 0px;
}
.social .soc3 {
    width: 32px;
    height: 32px;
    background: url(../images/new_design/social_sprite.png) 64px 0px;
}

.social .soc4 {
    width: 32px;
    height: 32px;
    background: url(../images/new_design/social_sprite.png) 0px 32px;
}
.social .soc5 {
    width: 32px;
    height: 32px;
    background: url(../images/new_design/social_sprite.png) 32px 32px;
}
.social .soc6 {
    width: 32px;
    height: 32px;
    background: url(../images/new_design/social_sprite.png) 64px 32px;
}

.social img {
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px
}

.social_en img {
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px
}

.social_fr img {
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px
}

.social_kz img {
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px
}

.social a {
    display:inline-block;
    margin:0 1px
}

.social_en {
    float:right;
    width:280px;
    position:relative;
    top:25px;
    left:5px
}

.social_en a {
    display:inline-block;
    margin:0 2px
}

.social_fr {
    float:right;
    width:280px;
    position:relative;
    top:25px;
    left:5px
}

.social_fr a {
    display:inline-block;
    margin:0 2px
}

.social_kz {
    float:right;
    width:280px;
    position:relative;
    top:25px;
    left:5px
}

.social_kz a {
    display:inline-block;
    margin:0 2px
}

.timer_hold{
	float: left;
	width: 245px;
	position: relative;
	top: 20px;
	left: 49px;
	height: 103px;
}

.timer_hold>div.chart {
    position:relative;
    width:84px; height:84px;
}
.timer_hold canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}
.timer_hold div.text_holder {
  color: #FFF;
  display: block;
  text-align: center;
  width: 84px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  height: 84px;
  vertical-align: middle;
  display: table-cell;
  text-transform:uppercase;
}
div#holder>span:first-child{
	font-size: 21px;
}

.timer_hold div.timer_text{
	float: right;
	width: 118px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 17px;
	position: relative;
	top: -69px;
	left: -26px;
	text-transform: uppercase;
}
.timer_hold div.timer_text p.timer_text{
	line-height: normal;
}

.timer {
    float:left;
    width:350px;
    position:relative;
    top:11px;
    left:60px
}

.timer_text{
	position: relative; 
	left: 3px;
}

.timer_en {
    float:left;
    width:350px;
    position:relative;
    top:11px;
    left:60px
}

.timer_fr {
    float:left;
    width:350px;
    position:relative;
    top:11px;
    left:60px
}

.timer p {
    font-size:15px;
    position:relative;
    left:15px
}

.timer_en p {
    font-size:15px;
    position:relative;
    left:15px
}

.timer_fr p {
    font-size:15px;
    position:relative;
    left:15px
}

/*--------- main ---------*/
.main {
	margin-top: 25px;
}

.sidebar {
    width:270px;
    float:right
}

.title_block {
    font:15px Arial;
    height:46px;
    line-height:46px;
    background:#ebecee;
    -webkit-box-shadow:0 2px 10px rgba(13,13,13,0.7);
    -moz-box-shadow:0 2px 10px rgba(13,13,13,0.7);
    box-shadow:0 2px 10px rgba(13,13,13,0.7);
    text-transform:uppercase;
    margin-bottom:7px;
    font-weight:700;
    text-align:center;
    padding:0 .6em
}

.title_block_lb {
    font:15px Arial;
    height:46px;
    line-height:48px;
    background:linear-gradient(#FE7700,#FE7700,#FE7700);
    -webkit-box-shadow:0 2px 3px #373435;
    -moz-box-shadow:0 2px 3px #373435;
    box-shadow:0 2px 3px #373435;
    text-transform:uppercase;
    margin-bottom:2px;
    font-weight:700;
    text-align:center;
    padding:0 .6em;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px
}

.title_block_lb:hover {
    background:#FFB370;
    color:#fff;
    cursor:pointer
}

.col_in .title_block_lb {
    width:320px
}

.title_block_cb {
    font:15px Arial;
    height:46px;
    line-height:48px;
    background:linear-gradient(#5EBD6F,#48B975,#5EBD6F);
    -webkit-box-shadow:0 2px 3px #373435;
    -moz-box-shadow:0 2px 3px #373435;
    box-shadow:0 2px 3px #373435;
    text-transform:uppercase;
    margin-bottom:2px;
    font-weight:700;
    text-align:center;
    padding:0 .6em;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px
}

.col_in .title_block_cb {
    width:320px
}

.title_block_cb:hover {
    background:#84E095;
    color:#fff;
    cursor:pointer
}

.title_block_pb {
    font:15px Arial;
    height:46px;
    line-height:48px;
    background:linear-gradient(#7AB4D6,#7AB4D6,#7AB4D6);
    -webkit-box-shadow:0 2px 3px #373435;
    -moz-box-shadow:0 2px 3px #373435;
    box-shadow:0 2px 3px #373435;
    text-transform:uppercase;
    margin-bottom:2px;
    font-weight:700;
    text-align:center;
    padding:0 .6em;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px
}

.col_in .title_block_pb {
    width:320px
}

.title_block_pb:hover {
    background:#9ED2F0;
    color:#fff;
    cursor:pointer
}

.title_block_first {
    font:15px Arial;
    height:46px;
    line-height:46px;
    background:url(../images/plfirst.png) no-repeat;
    text-transform:uppercase;
    margin-bottom:2px;
    font-weight:700;
    text-align:center;
    padding:0 .6em
}

.title_block_second {
    font:15px Arial;
    height:46px;
    line-height:46px;
    background:url(../images/plsecond.png) no-repeat;
    text-transform:uppercase;
    margin-bottom:2px;
    font-weight:700;
    text-align:center;
    padding:0 .6em
}

.title_block_third {
    font:15px Arial;
    height:46px;
    line-height:46px;
    background:url(../images/plthird.png) no-repeat;
    text-transform:uppercase;
    margin-bottom:2px;
    font-weight:700;
    text-align:center;
    padding:0 .6em
}

.title_block_fourth {
    font:15px Arial;
    height:46px;
    line-height:46px;
    background:url(../images/plfourth.png) no-repeat;
    text-transform:uppercase;
    margin-bottom:2px;
    font-weight:700;
    text-align:center;
    padding:0 .6em
}

.title_block .subtitle {
    text-align:left;
    font-size:15px;
    display:inline-block;
    float:left
}

.title_block .subtitle span {
    padding:3px 5px;
    color:#fff;
    background:gray;
    border-radius:3px
}

.calendar {
    float:left;
    width:222px
}

.country {
    margin-left:224px
}

.calendar .title_block,.country .title_block {
    text-align:center
}

.box {
    margin-bottom:10px
}

.left_col {
    margin-right:273px
}
.left_col>.page_line{
	height: 46px;
	display: block;
	border-bottom: 2px solid #E4E4E4;
	width:955px;
	text-align: right;
	padding-top: 14px;
}

.left_col .column {
    margin-left: 4px;
    float: left;
}

.column {
    width:326px;
    margin-left:4px;
    float:left;
}
.wide{
	width: 986px;
}

.column:first-child {
    margin-left:0
}

.col3_block {
    margin-bottom:23px
}

.col3_block.first {
    margin-left:0
}

.col3_block .title_block_first {
    margin-bottom:0;
    cursor:pointer;
/*transition:all ease 0.3s;*/
    background-position:left top;
    background-repeat:no-repeat;
    font-family:'Source Sans Pro',sans-serif
}

.col3_block .title_block_first:hover {
    background:url(../images/plhover_first.png) no-repeat;
    color:#fff;
    background-position:left bottom
}

.col3_block .title_block_second {
    margin-bottom:0;
    cursor:pointer;
/*transition:all ease 0.3s;*/
    background-position:left top;
    background-repeat:no-repeat;
    font-family:'Source Sans Pro',sans-serif
}

.col3_block .title_block_second:hover {
    background:url(../images/plhover_second.png) no-repeat;
    color:#fff;
    background-position:left bottom
}

.col3_block .title_block_third {
    margin-bottom:0;
    cursor:pointer;
/*transition:all ease 0.3s;*/
    background-position:left top;
    background-repeat:no-repeat;
    font-family:'Source Sans Pro',sans-serif
}

.col3_block .title_block_third:hover {
    background:url(../images/plhover_third.png) no-repeat;
    color:#fff;
    background-position:left bottom
}

.col3_block .title_block_fourth {
    margin-bottom:0;
    cursor:pointer;
/*transition:all ease 0.3s;*/
    background-position:left top;
    background-repeat:no-repeat;
    font-family:'Source Sans Pro',sans-serif
}

.col3_block .title_block_fourth:hover {
    background:url(../images/plhover_fourth.png) no-repeat;
    color:#fff;
    background-position:left bottom
}

/*.col3_block .block_in {
    border:1px solid #D3D3D3;
    padding:6px;
    /*height:454px;/
    overflow:auto;
    display:none
}*/

.col3_block .date,.col3_block .thumb {
    float:left
}

.col3_block .date-day {
    color:#abacae;
    font-size:44px;
    font-weight:700;
    display:inline-block;
    line-height:100%
}

.col3_block .date-month {
    color:#000;
    font-size:14px;
    font-weight:700
}

.col3_block .content {
    margin-left:60px;
    font-size:13px;
    color:#000;
}
.col3_block .news_content{
	font-size: 16px;
	text-align: justify;
	margin: 14px 29px 5px 0px;	
}

.col3_block .content a {
    font-size:15px;
    color:#000;
    text-decoration:none!important
}

.col3_block .content a:hover {
    color:#45A0F6;
    text-decoration:underline!important
}

.col3_block .list_item {
    min-height:55px;
    padding-bottom:12px
}

.col3_block .list_item h1 {
    font:23px Arial;
    font-weight:700;
    line-height:23px;
    color:#292623;
    padding:17px 0
}

.col3_block .content img {
    /*border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;*/
	margin: 3px;	
    border:1px solid #e0e0e0;
}

.col3_block .content a img:hover {
    border:1px solid #FE7700;
    filter:alpha(opacity=50);
    opacity:.7
}

.link_list {
    width:100%;
	margin-left: 150px;
	margin-top: -11px;	
    /*padding:20px 20px 20px 155px;
    margin:25px 0 84px 110px;
    border:1px solid #ebecee;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px*/
}
.link_list>table {
	width:51%;
}
	
.link_list a {
    text-decoration:none;
	color:#fff;
}

.link_list a:hover {
    text-decoration:none
}

.link_list p {
    /*text-transform:uppercase*/
}

.link_list li,.link_list p {
    line-height:170%
}

.page_link {
    padding-bottom:10px
}

.form {
    padding:20px
}

.form input {
    width:100%;
    padding:10px;
    height:36px;
    border-width:2px;
    border-radius:5px
}

.form input[type=text] {
    color:#666
}

.form input[type=submit] {
    color:#333;
    border:none;
    font-family:Calibri,"Calibri Light";
    font-size:16px;
    text-align:center;
    text-transform:uppercase;
    transition:all ease .3s
}

.form input[type=submit]:hover {
    background:#ABACAE;
    color:#fff
}

.form p {
    padding-bottom:20px
}

.col3_block .title_block_first.active:hover,.col3_block .title_block_first.active {
    background:url(../images/plhover_first.png) no-repeat;
    color:#FFF
}

.col3_block .title_block_second.active:hover,.col3_block .title_block_second.active {
    background:url(../images/plhover_second.png) no-repeat;
    color:#FFF
}

.col3_block .title_block_third.active:hover,.col3_block .title_block_third.active {
    background:url(../images/plhover_third.png) no-repeat;
    color:#FFF
}

.col3_block .title_block_fourth.active:hover,.col3_block .title_block_fourth.active {
    background:url(../images/plhover_fourth.png) no-repeat;
    color:#FFF
}

.social a:hover {
    opacity:.5
}

.social_en a:hover {
    opacity:.5
}

.social_fr a:hover {
    opacity:.5
}

.social_kz a:hover {
    opacity:.5
}

.time-upp {
    font-size:15px!important;
    color:#ff881c
}

.den {
    margin:0 65px 0 -11px
}

.minuta {
    margin:0 10px 0 15px
}

.den_en {
    margin:0 74px 0 -12px
}

.minuta_en {
    margin:0 37px
}

.den_fr {
    margin:0 72px 0 -12px
}

.minuta_fr {
    margin:0 37px
}

.den_kz {
    margin:0 75px 0 -12px
}

.minuta_kz {
    margin:0 11px 0 17px
}

.inner-colum-block {
    height:735px
}

.news_main {
    width:100%;
    display:inline-block;
    height:291px
}

.news_bl {
    padding-bottom:3px;
    width:100%;
    overflow:hidden;
	height: 305px;
	margin-bottom: 10px;	
}

.news_imgbl {
    float:left;
    -webkit-box-shadow:2px 2px 3px rgba(50,50,50,0.7);
    -moz-box-shadow:2px 2px 3px rgba(50,50,50,0.70);
    box-shadow:2px 2px 3px rgba(50,50,50,0.7);
	border: 1px solid rgb(224, 224, 224);
	
	margin: 10px 27px 0px 0px !important;
}
.news_imgbl img{
	width: 418px;
	height: 265px;
}
.news_imgbl>a{
	display: block;
	height: 273px;
}

.news_bl img {
   /* border:1px solid #8B8888;
    -webkit-box-shadow:0 2px 1px rgba(50,50,50,0.70);
    -moz-box-shadow:0 2px 1px rgba(50,50,50,0.70);
    box-shadow:0 2px 1px rgba(50,50,50,0.70)
	*/
}

.news_cont {
    overflow:hidden;
    padding-bottom:2px;
    margin-bottom:20px
}

a.news_lin {
    font-weight:700;
    font-size:18px;
    /*text-transform:uppercase;*/
	color:#808080;
	display: block;
	float: right;	
	margin-left: 5px;
}

.news_date {
    color:#FE7700;
    font-size:16px;
	padding-bottom: 0px !important;
	margin-top: 11px !important;
    /*font-weight:700;*/

}

.img_flash {
    position:relative;
    top:-13px;
    border:1px solid #8B8888;
    -webkit-box-shadow:0 2px 1px rgba(50,50,50,0.7);
    -moz-box-shadow:0 2px 1px rgba(50,50,50,0.70);
    box-shadow:0 2px 1px rgba(50,50,50,0.7)
}

.pl_blue {
    position:relative;
    top:-36px;
    left:145px;
    padding:0 20px;
    color:#FFF;
    background:#45a0f6;
    font-size:14px;
    font-weight:700;
    border:1px solid #767676
}

.pl_orange {
    position:relative;
    top:-36px;
    left:145px;
    padding:0 20px;
    color:#FFF;
    background:#fe7700;
    font-size:14px;
    font-weight:700;
    border:1px solid #767676
}

.pl_green {
    position:relative;
    top:-36px;
    left:145px;
    padding:0 20px;
    color:#FFF;
    background:#92de00;
    font-size:14px;
    font-weight:700;
    border:1px solid #767676
}

.btn-up {
    display:none;
    position:fixed;
    right:20px;
    top:55%;
    z-index:1000;
    cursor:pointer
}

.title_block a {
    text-decoration:underline
}

.title_block a:hover {
    text-decoration:none;
    color:#45A0F6
}

/* fomigo start */
div#hotel-gallery {
    padding:15px 0
}

span.hotel-facilities,span.hotel-characteristics,span.hotel-policies {
    font-weight:700
}

#hotel-policies-cards span.hotel-policies {
    padding-top:5px;
    display:block;
    float:left
}

span.creditcard {
    text-indent:-9999px;
    display:block;
    float:left;
    margin:0 2px;
    width:46px;
    height:28px
}

span.americanexpress {
    background:transparent url(img/sprite/cards.png) -308px 0 no-repeat;
    margin-left:3px
}

span.visa {
    background:transparent url(img/sprite/cards.png) -5px 0 no-repeat
}

span.euromastercard {
    background:transparent url(img/sprite/cards.png) -54px 0 no-repeat
}

.clearfix {
    width:100%;
    height:2px;
    clear:both
}

.hotel-search-box,.b_advanced_search_group {
    float:left;
/* text-align: center; */
    border:1px solid #B9ABAB;
    padding:10px 10px 20px 8px
}

.hotel-search-submit {
    clear:both;
    width:100%;
    padding:30px 0 20px
}

.hotel-search-submit button {
    background-color:#1980e5;
    border:none;
    padding:5px 7px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color:#fff;
    font-size:18px
}

#page-nav {
    display:block
}

.page-nav {
	display: block;
	margin: 32px auto 8px auto;
	text-align: center;
}

.page-nav a {
    text-decoration:none;
    background:#FFF;
    padding: 4px 8px;
    line-height:20px;
	margin: 0px 15px;
}

.page-nav a.active {
    background:#808080;
    color:#fff
}

.page-nav>a:hover {
    background:#CCC;
    color:#fff !important;
	text-decoration:none !important;
}

/* fomigo end */
.media-gallery-item {
    width:230px;
    height:250px;
    float:left;
    padding:0 30px 25px 0
}

.contact-table {
    border-spacing:0;
    margin:10px
}

.contact-table tr.even {
    background:#E9EFF4
}

.mp_half {
    float:left;
    width:50%
}

.multibut {
    color:#e6e6e6;
    font-size:18px;
    padding:12px 20px;
    text-shadow:0 -1px 0 rgba(30,30,30,0.8);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background:#ECECEC;
    background:-moz-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:-webkit-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:-o-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:-ms-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    -webkit-box-shadow:0 2px 1px rgba(50,50,50,0.75);
    -moz-box-shadow:0 2px 1px rgba(50,50,50,0.75);
    box-shadow:0 2px 1px rgba(50,50,50,0.75)
}

.multibut:hover {
    -webkit-box-shadow:0 1px 9px rgba(50,50,50,0.75);
    -moz-box-shadow:0 1px 9px rgba(50,50,50,0.75);
    box-shadow:0 1px 9px rgba(50,50,50,0.75);
    text-decoration:none
}

.multibut_t {
    color:#e6e6e6;
    font-size:18px;
    padding:12px 14px 12px 16px;
    text-shadow:0 -1px 0 rgba(30,30,30,0.8);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background:#ECECEC;
    background:-moz-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:-webkit-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:-o-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:-ms-linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    background:linear-gradient(0deg,#DDD 30%,#EDEDED 70%);
    -webkit-box-shadow:0 2px 1px rgba(50,50,50,0.75);
    -moz-box-shadow:0 2px 1px rgba(50,50,50,0.75);
    box-shadow:0 2px 1px rgba(50,50,50,0.75)
}

.multibut_t:hover {
    -webkit-box-shadow:0 1px 9px rgba(50,50,50,0.75);
    -moz-box-shadow:0 1px 9px rgba(50,50,50,0.75);
    box-shadow:0 1px 9px rgba(50,50,50,0.75);
    text-decoration:none
}

.mpf_btn {
    float:left;
    font:normal 16px/16px "'PT Sans'",Arial,Helvetica,sans-serif;
    color:#fff;
    background:#359ce6;
    padding:8px 10px;
    border:none;
    margin:0 0 20px;
    cursor:default
}

.mpf_line {
    clear:both;
    float:left;
    width:100%;
    padding:10px 0 0;
    color:#fff
}

input.mpf_text {
    float:left;
    width:290px;
    padding:10px
}

.mpf_line div {
    float:left;
    width:150px;
    padding:5px 11px 0 0;
    font:300 14px/14px 'PT Sans',Arial,Helvetica,sans-serif;
    color:#212121;
    text-align:right
}

.col_50{
	width: 49%;
	float: left;
}

.back_kazakhstan{
	background:url(../images/new_design/blue_plate.png) no-repeat;
	width:464px;
	height:306px;
}
.back_kazakhstan>.head{
	font-size: 38px;
	color: #FFF;
	font-weight: bold;
	padding-top: 19px;
	padding-left: 21px;	
}
.back_kazakhstan>.map{
	float: right;
	margin-top: -21px;
	margin-right: 37px;
}
.back_kazakhstan>.links{
	margin-top: 61px;
	padding: 9px;
}
.back_kazakhstan>.links>div{
	width: 50%;
	float: left;
	font-size: 16px;
	padding: 18px 0px 14px 11px;
}
.back_kazakhstan>.links>div p{
	color: #FFF;
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFF;
}
.back_kazakhstan>.links>div a{
	color:#fff;
}

.back_astana{
	background:url(../images/new_design/green_plate.png) no-repeat;
	width:464px;
	height:306px;
	margin-left: 11px;
}
.back_astana>.head{
	font-size: 38px;
	color: #FFF;
	font-weight: bold;
	padding-top: 29px;
	padding-left: 27px;	
}
.back_astana>.map{
	float: right;
	margin-top: -58px;
	margin-right: 17px;
}
.back_astana>.links{
	margin-top: 17px;
	padding: 9px;
}
.back_astana>.links>div{
	width: 50%;
	float: left;
	font-size: 16px;
	padding: 13px 0px 14px 14px;
}
.back_astana>.links>div p{
	color: #FFF;
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFF;
}
.back_astana>.links>div a{
	color:#fff;
}
.carousel_header{
	text-align: center;
	border-bottom: 1px solid #262626;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
	color: #262626;
	width: 960px;
	margin-top: 20px;
	text-transform: uppercase;
}
.carousel_bottom {
	width: 88%;
	height: 65px;
	padding: 0px;
	margin: 18px auto !important;
	text-align:center;
}
.carousel_list{
	width:100%;
	display:block;
}
.carousel_list>li{
	display:block;
	list-style:none;
	float:left;
	margin: 0px 37px 0px 0px;
	vertical-align:middle;
}
.footer_bg_img{
	background:url(../images/new_design/footer_bg.png) no-repeat;	
	margin-top: 25px;
}
