/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.01.2015, 15:32:55
    Author     : Администратор
*/

body{
    font-family: 'Source Sans Pro', sans-serif;
}
.logo{
    margin-top: 40px;
    margin-bottom: 70px;
}
.mrg-btn-150{
    margin-bottom: 150px;
}
.color-646464{
    color: #646464;
}
.font-size-40{
    font-size: 40px;
}
.color-000000{
    color: #000000;
}
.font-size-80{
    font-size: 80px;
}
.no-mrg-pad{
    padding: 0!important;
    margin: 0!important;
}
.color-9d9d9c{
    color: #9d9d9c;
}
.info-tbl{
    font-size: 16px;
    
}
.tbl-header{
    line-height: 40px;
    margin-top: 35px;
}
.td-header{
    padding-top: 20px!important;
}
.td-header2{
    font-size: 14px;
    padding-top: 20px!important;
}
.info-tbl tbody tr td{
    padding: 5px 0;
}
.footer{
    background-color: #f1f2f2;
    /*height: 310px;*/
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    /*margin-top: 160px;*/
}
.f-logo{
    padding: 40px;
}
.mrg-top-50{
    margin-top: 50px;
}
.facebook-ico{
    margin-right: 20px;
}
.mto{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.mto:hover{
    color: #7096c5;
}
.info-tbl tbody tr{
    margin: 0!important;
    padding: 0!important;
}
.info-tbl tbody tr td.text-center{
    width: 49px;
    max-width: 49px;    
    text-align: center;
}
.info-tbl tbody tr td.td-text{
    padding-left: 10px;
}
.mcol-md-6{
    margin-bottom: 160px;
}
.img-hover:hover{
    opacity: 0.5;
}
.m-header{
    line-height: 80px;
    padding: 10px 0;
}
.fbi{
    background: url(/images/facebook.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-table;
}
.fbi:hover{
    background: url(/images/facebookHover.png) no-repeat;
}

.twi{
    background: url(/images/tw.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-table;
}
.twi:hover{
    background: url(/images/twHover.png) no-repeat;
}
.f-copy{
    color: #646363;
}
.goToAppStore{
    background: url(/images/appStore.png) no-repeat;
    width: 200px;
    height: 59px;
    display: inline-table;
}
.goToAppStore:hover{
    background: url(/images/appStoreHover.png) no-repeat;
}
.yswi{
    background: url(/images/ysw.png) no-repeat;
    width: 48px;
    height: 43px;
    display: inline-table;
}
.yswi:hover{
    background: url(/images/yswHover.png) no-repeat;
}

@media (max-width: 992px) {
    .mob1 p.text-right{
        text-align: left;
    }
    p.text-right.f-copy {
        text-align: left;
        margin-top: 20px;
    }
}