@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0em;
    word-spacing: 0em;
    line-height: 1.4;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

.wrapper{
    margin: 0 auto;
    width:100%;
    max-width: 1100px;
}

.blackoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transform: translateZ(0);
    z-index: 5;
}

.sep {
    float: left;
    width: 100%;
    height: 10px;
}

.full-content {
    float: left;
    width: 100%;
}

.container {
    float: left;
    width: 100%;
    min-height: 600px;
}

.ulform {
    float: left;
    width: 100%;
    list-style: none;
}

.ulform li {
    float: left;
    width: 100%;
}

.ulform li label{
    float: left;
}

.divformfield {
    float: left;
}

.mandatory {
    color: red;
}

#submitframe {
    display: none;
}

.err-msg {
    display: none;
    float: left;
    width: 100%;
    font-size: 10px;
    padding-bottom: 7px;
    color: #cd0a0a;
}

#pagemsg {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    z-index: 10;
}

.passmsg {
    background-color: #E6F9E5;
    color: green;
    border-bottom: solid 1px #09BA03;
}

.failmsg {
    background-color: #F7E3E8;
    color: red;
    border-bottom: solid 1px #BA0319;
}

.center-text{
    text-align: center;
}


/*header css*/

.header-wrapper{
    position: fixed;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0 0 1px 0 #DDD;
    border-bottom: solid 1px #DDD;
    z-index: 3;
}

.header-container{
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header-content{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.logo-holder{
    float:left;
    margin-top:5px;
}

.logo-lnk,.logo-lnk:hover{
    float: left;
    margin: 10px 0;
    color: #ED1E42;
    font-size: 32px;
    text-decoration:none;
}

.logo-img{
    float: left;
    height: 50px;
}

.header-menu-container{
    position: relative;
    float: right;
    margin-top: 18px;
}

.menu-ico{
    display: none;
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/menu.png) 0 0 no-repeat;
}

.ul-header-menu{
    float: left;
    list-style: none;
}

.ul-header-menu li{
    float: left;
    display: inline;
}

.menu-lnk,.menu-lnk:hover{
    float: left;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    outline: none;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
}

.menu-lnk:hover,.menu-lnk-active,.menu-lnk-active:hover{
    color: #ED1E42;    
}
/*header css ends here*/


.more-holder,.more-holder:hover{
    position: relative;
    float: left;
    left:50%;
    top:30px;
    margin-left: -50px;
    width: 100px;
    line-height: 100px;
    text-decoration: none;
    outline: none;
}

.banner-more-lnk,.banner-more-lnk-bg{
    /*float: left;*/
    position: absolute;
    top:0;
    left:0;
    background-color: #ED1E42;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    line-height: 100px;
    transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -moz-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -webkit-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -o-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -ms-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);

    transition: 0.35s all cubic-bezier(.98,1,1,.78);
    -moz-transition: 0.35s all cubic-bezier(.98,1,1,.78);
    -webkit-transition: 0.35s all cubic-bezier(.98,1,1,.78);
    border-radius: 20px 50% 50% 50%;
    -moz-border-radius: 20px 50% 50% 50%;
    -webkit-border-radius: 20px 50% 50% 50%;

}

.banner-more-txt{
    position: absolute;
    text-align: center;
    width: 100%;
    color:#FFF;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
}

.banner-more-lnk-bg{
    opacity: 0;
    background-color: #FFF;
    transform:  rotate(0deg) scale(0) skew(2deg) translate(0px);
    -moz-transform:  rotate(0deg) scale(0) skew(2deg) translate(0px);
    -webkit-transform:  rotate(0deg) scale(0) skew(2deg) translate(0px);
    -ms-transform:  rotate(0deg) scale(0) skew(2deg) translate(0px);
    -o-transform:  rotate(0deg) scale(0) skew(2deg) translate(0px);

    transition: 0.35s all cubic-bezier(.98,1,1,.78);
    -moz-transition: 0.35s all cubic-bezier(.98,1,1,.78);
    -webkit-transition: 0.35s all cubic-bezier(.98,1,1,.78);
}

.more-holder:hover .banner-more-lnk{
    transform:  rotate(360deg) scale(0) skew(2deg) translate(0px);
    -moz-transform:  rotate(360deg) scale(0) skew(2deg) translate(0px);
    -webkit-transform:  rotate(360deg) scale(0) skew(2deg) translate(0px);
    -ms-transform:  rotate(360deg) scale(0) skew(2deg) translate(0px);
    -o-transform:  rotate(360deg) scale(0) skew(2deg) translate(0px);
}

.more-holder:hover .banner-more-lnk-bg{
    opacity: 1;
    transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -moz-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -webkit-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -o-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
    -ms-transform:  rotate(0deg) scale(1) skew(2deg) translate(0px);
}

.more-holder:hover .banner-more-txt{
    color: #222;
}


/*Footer css*/
.footer-wrapper{
    float: left;
    width:100%;
    padding: 10px 0;
    background-color: #ED1E42;    
}

.footer-container{
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.footer-content{
    float: left;
    width:100%;
    color:#FFF;
}

.footer-contacts-header{
    float: left;
    width: 100%;
    font-size: 74px;
}

.contact-block-holder{
    margin: 30px 0;
}

.contact-block{
    margin:0 auto;
    width:25%;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*    float: left;
        width: 25%;
        padding: 0 10px;
        text-align: center;
        font-size: 12px;
        line-height: 1.7;
        font-weight: 300;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;*/
}

.social-links-holder{
    margin: 20px 0;
}

.ulsocial{
    margin: 0 auto;
    width: 220px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ulsocial li{
    float: left;
    display: inline;
}

.social-link{
    position: relative;
    float:left;
    width: 60px;
    height: 60px;
    margin-right:5px;
}

.social-link .social-link-img{
    position: absolute;
    top:0;
    left: 0;
}

.social-link:hover .social-link-img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.footer-policy{
    margin: 30px 0;
}

.bottom-footer{
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #302E33;
}
/*Footer css ends*/
