/*start screen*/
body{
    height: auto;   
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.page_start .body{
    min-height: 370px;
    background-color: #14a7c8;
    background-image: url(index/start.png);
    background-repeat: repeat-x;
    background-position: 50% 50%;
}

.page_start .search-field-text{
    width:50%;
    background: #FFFFFF;
}
.page_start .search-field-text:focus{
    background: white;
}
.page_start .body .content{
    position: relative;
    min-height: 370px;
}

.page_start .search-form-btn{
    width:0px; padding:0px; margin:0px;
    overflow: hidden;
}
.page_start .hot-news{
    background: #FFFFFF;
    box-shadow: none;
}
.page_start .inside-hot {
    padding: 5px 15px;
}
.page_start .inside-search-form{
    border:none;
    background: #FFFFFF;
    padding:2px;
    position: static;
}

.page_start .hot-right{
    line-height: 36px;
    padding-right: 35px;
}

.page_start .hot-right a{
    background: url(index/icon1.svg) 0px center no-repeat;
    padding-left: 32px;
    color: #424242;
}
.page_start .hot-right a:nth-child(2){
    background-image: url(index/icon2.svg);
}

.page_start .navigation, .page_start .side_links, .page_start .top_link, .page_start h1{
    display: none;
}

.body{
    min-height: 467px;
}


.footer .content{
    overflow: hidden;
}

.top_menu a{
    text-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

.novice_block{
    position: relative;
    overflow: hidden;
}

.wrapper-clear{
    position: relative;
    overflow: hidden;
}

.wrapper-search{
    margin: 30px auto 0px;
}

.inside-search-form{
    position: relative;
    background: #ededed;
    background: rgba(234,242,246,0.5); 
    border-radius:6px; 
    padding:6px; 
}

.search-field-text{
    width: 86%;
    font-size:15px; 
    padding:6px 8px; 
    border:1px solid #CCCCCC;
    margin: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-radius: 2px;
}

.search-form-btn{
    position: absolute;
    right: 6px;
    top: 6px;
    width:13%; 
    font-size:15px;
    background:#1C8DA9; 
    color:white; 
    border:none; 
    padding: 6px 8px; 
    margin: 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    -webkit-appearance: none;
}

.search-form-btn:hover,
.search-form-btn:active{
    background:#4a96c4;
} 

.search-field-text:focus{
    border: 1px solid #5da5b1;
    outline-style: none;
}

.search-form-btn:focus{
    outline: none;
}

.after-search-p{
    color:white; 
    text-align:center; 
    font-size:16px; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin: 20px 0px 0px;
}


/* components links */

.wrapper-components-links{
    position: relative;
    background-color: #fff; 
    z-index: 15;
}

.inside-components-links{
    position: relative;
    width: 990px;
    margin: 0 auto;
    padding: 0px 0px 15px;
    background-color: #fff;  
}

.item-component-link{
    display: inline-block;
    color: #333333;
    text-align: center;
    width: 147px;
    height: 283px;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top:20px;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all 0.1s ease-in-out;
}

.item-component-link:hover{
    background-color: #eef2fa;
    border: 1px solid #bcd1fe;
    border-radius: 2px;
}

.item-component-link span{
    display: block;
    margin-top: 5px;
}

.item-component-link img{
    border: none;
}

.check-other-link{
    position: absolute;
    right: 0px;
    top: -6px;
    display: block;
    width: 186px;
    height: 0px;
    padding-top: 216px;
    overflow: hidden;
    background: url("../assets/index/check_other.png") center center no-repeat;
}

/* responsive */

@media  (max-width: 1015px) {
    .inside-components-links{
        text-align: center;
    }
    
    .item-component-link{
        margin: 0px 0px;
    }
    
    .inside-components-links{
        width: auto;
        padding: 30px 0px 0px;
    }
    
    .inside-hot{
        width: auto;
    }
}

@media  (max-width: 965px) {
    .page_start .slogan{
        float: none;
        text-align: center;
        float: none;  
        padding-top: 10px;      
    }
    
    .after-search-p{
        margin: 20px 0px 20px;
    }
    
    .wrapper-search {
        margin: 20px auto 0px;
    }
    
    .footer{
        padding-bottom: 15px;
    }
    
    .footer .content{
        text-align: center;
    }
    
    .footer .column{
        float: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        padding: 10px 0px 15px;
    }
    .page_start .hands, .page_start .tablet, .hot-right{
        display: none;
    }
    .page_start .newsblock{
        margin:0px auto;
    }
    .page_start .search-field-text{
        width:97%;
    }
}

@media  (max-width: 680px) {
    
    .page_start .header{
        line-height: 30px;
    }
    .page_start .header .content{
        text-align: center;
    }
    
    .page_start .top_logo{
        position: absolute;
        left: 15px;
        top: 15px;
    }
    
    .page_start .top_menu{
        overflow: hidden;
        float: none;
        text-align: center;
        padding-right: 0px;
    }   
    
    .top_menu a{
        float: none;
        display: inline-block;
    }
    
    .wrapper-search {
        margin: 25px auto 0px;
    }
    
    .search-form-btn{
        width: 105px;
    }
    
    .item-component-link {
        width: auto;
        height: auto;
        margin: 0px 15px;
        padding: 15px;
    }
    
    .inside-components-links {
        padding: 15px 0px 0px;
    }

    .check-other-link{
        margin-top: 10px;
    }
    
    .footer{
        padding-bottom: 15px;
    }
    
    .footer .group {
        font-size: 18px;
    }
}

@media  (max-width: 640px) {
    .page_start .header .content span{
        float:none;
    }
    .page_start .top_menu{
        display: block;
    }  
    .page_start .header .content {
        padding-left: 25px;
    }
}

@media  (max-width: 500px) {
    .page_start .newsblock{
        width: auto;
        margin-top: -38px;
        text-align: center;
    }
    
    .page_start .top_menu {
        margin-top: 20px;
    }
    
    .search-form-btn {
        width: 80px;
    }
    
    .wrapper-search {
        margin: 25px auto 0px;
    }
    
    .item-component-link img{
        width: 30px;
    }
    
    .page_start .body{
        min-height: 390px;
    }
}

@media  (max-width: 330px) {
    .page_start .header{
        font-size: 22px;
    }
    
    .footer .group {
        padding-bottom: 5px;
    }
    
    .footer li {
        padding-bottom: 8px;
    }
}

.guide-table tr:nth-child(2n){
    background: inherit;
}


.newsblock{
    font-family: Verdana;
    color: white;
    font-size:17px;
    padding: 0px;
    margin-top:32px;
    width:440px;
    z-index:5;
    position:relative;
}

.newsblock h2{
    font-size:38px;
    padding-left: 0px;
    border:none;
}

.newsblock p{
    line-height: 23px;
    padding: 0px;
    margin-top: -6px;
}
.newsblock li, .newsblock a{
    line-height: 28px;
    color: white;
    text-decoration: underline;
}
.newsblock ul{
    padding: 0px 20px;
    margin: 3px 0px 20px 0px;
}

.newsblock p.action_buttons{
	line-height: 55px;
}
.newsblock .action_buttons a{
	display: inline-block;
	min-width: 105px;
	text-align: center;
}
.newsblock .action_button{
	padding: 8px 30px;
	text-decoration: none;
	border-radius: 5px;
	border-bottom-width: 3px;
	border-bottom-style:solid;
}

.newsblock .moredetails{
    background: #177694;
    border-bottom-color: #146882;
}
.newsblock .moredetails:hover{
    background: #1A83A6;
}
.newsblock .moredetails:active{
    background: #146882;
}

.newsblock .download{
	background: #07ae2d;
	border-bottom-color: #218c39;
	margin-left: 10px;
	margin-right: 10px;
}
.newsblock .download:hover{
	background: #28ae46;
}
.newsblock .download:active{
	background: #218c39;
}

.page_start .hands{
    background: url(index/hands.png);
    position: absolute; right:0px; bottom:0px;
    width: 554px; height:181px;
    z-index:3;
}
.page_start .tablet{
    background: url(index/tablet.png);
    position: absolute; 
    right: 46px;
    bottom: 10px;
    width: 468px;
    height: 344px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 468px 344px;
}

.inside-components-links h3{
    margin-left: 0px;
    margin-top: 10px;
}
.bottom_icon0, .bottom_icon1, .bottom_icon2, .bottom_icon3, .bottom_icon4{
    background: url("index/front.png");
    background-position: 0px -14px;
    width: 150px;
    height: 100px;
    margin: 15px 0px;
    display: inline-block;
    text-align: center;
}
.bottom_icon1{
    background-position: -200px -14px;
}
.bottom_icon2{
    background-position: -390px -14px;    
}
.bottom_icon3{
    background-position: -585px -14px;    
}
.bottom_icon4{
    background-position: -780px -14px;    
}

.footer .column{
    width:20%;
    text-align:left;
}
html, body, .header, .footer{
    background: #1C8DA9;
}