﻿html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline-width:0}b,strong{font-weight:inherit;font-weight:bolder}img{border-style:none}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
}

body, html {
    height: 100%;
}

::selection {
    background: #002a6d;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}


@-ms-viewport {
    width: auto !important;
}

.uc-col {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
   
    text-align: center;
}

.uc-col-full .uc-col {
    width: auto;
    float: none;
    background: url(../images/uc-pattern-trans.png) left bottom no-repeat;
}

.uc-col-inner {
    max-width: 560px;
    display: inline-block;
}

.uc-display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.uc-display-table-cell {
    vertical-align: middle;
    display: table-cell;
    float: none;
    position: relative;
}

.uc-solid {
    background: #002a6d;
}

.uc-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.uc-title {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin: 0 0 50px 0;
}

.uc-title span {
    color: #333;
    display: block;
    font-weight: 600;
    font-size: 25px;
}

.uc-logo {
    margin-bottom: 30px;
}

.uc-btn {
    border-radius: 0;
    border: none;
    color: #002a6d;
    font-size: 24px;
    background: #fff;
    padding: 17px 55px;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .uc-btn:hover,
    .uc-btn:focus,
    .uc-btn:active {
        color: #002a6d;
        outline: none;
        background: #fff;
        box-shadow: none;
        text-decoration: none;
    }

.uc-btn:hover {
    box-shadow: 0 4px 11px rgba(0,0,0,.4);
}


.uc-construction {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.uc-construction-b {
   display: none;
    width: 100%;
}

@media(max-width: 1500px) {
    .uc-logo {
        width: 250px;
        height: 86px;
    }

    .uc-title {
        font-size: 22px;
        line-height: 32px;
    }

    .uc-btn {
        font-size: 22px;
    }
    .uc-construction-b {
       display: block;
       margin-top:-100px;
    }
    .uc-construction {
        display: none;
    }
}


@media (max-width: 991px) {
    .uc-col {
        width: 100%;
        padding-top: 20%;
        padding-bottom: 20%;
    }
    .uc-display-table,
    .uc-display-table-cell {
        display: block;
    }

    .uc-col-full.uc-display-table {
        display: table;
    }
    .uc-col-full .uc-display-table-cell {
        display: table-cell;
    }
   
    .img-col {
        padding: 0 0 5% 0;
    }
    .uc-title {
        margin-bottom: 30px;
    }
    .uc-logo {
        margin-bottom: 20px;
    }
}

