﻿/* Footer */

#wrapper .allFooter {
    margin-top: 30px;
}

#wrapper .footercontainer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

#wrapper .footerlinks {
    width: 100%;
    margin: 0 auto;
    min-height: 130px;
    padding: 50px 0 20px 0;
    background-color: rgba(242,242,242,0.55);
    border-top: solid 2px rgba(255,255,255,0.8);
    border-bottom: solid 2px rgba(255,255,255,0.8);
}

#wrapper .footerlinks .dvTitle {
    height: 33px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.1em;
    color: black;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
}

#wrapper .footerlinks .dvDesc {
    font-size: 0.825em;
    color: rgba(63,81,115,1);
    line-height: 20px;
    padding: 15px 0;
}

#wrapper .footerlinks .dvSocial,
#wrapper .footerlinks .dvSubscribeField {
    margin-bottom: 30px;
    white-space: nowrap;
}

#wrapper .footerlinks .dvSocial a {
        font-size: 1.1em;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 2px;
    opacity: 0.7;
    display: inline-block;
    margin-right: 7px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .footerlinks .dvSocial a:hover {
    opacity: 1.0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .footerlinks .dvSubscribeField {
    white-space: nowrap;
    display: table;
    width: 90%;
}

#wrapper .footerlinks .dvSubscribeField div {
    display: table-cell;
}

#wrapper .footerlinks .dvSubscribeField .dvTextBox {
    width: 100%;
    height: 40px;
}

#wrapper .footerlinks .dvSubscribeField .dvTextBox input {
    border-radius: 0px !important;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    cursor: text;
}

.rtbSubscribe {
    background-color: rgba(255,255,255,0.8) !important;
    border: 0px !important;
    box-shadow: none !important;
}

#wrapper .footerlinks .dvSubscribeField .dvButton {
    min-width: 40px;
    background-color: rgba(255,255,255,0.8) !important;
    border: 0px;
    color: #444444;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#wrapper .footerlinks .dvSubscribeField .dvButton a {
    color: #777777;
}

#wrapper .footerlinks .dvSubscribeField .dvButton a:hover {
    opacity: 0.7;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#wrapper .footerlinks .dvLink {
    display: block;
    font-size: 0.825em;
    color: #3f5173;
    max-height: 40px;
    margin-top: 5px;
    overflow: hidden;
}

#wrapper .footerlinks .dvLink a {
    color: #3f5173;
}

#wrapper .footerlinks .dvLink a:visited {
    color: #3f5173;
}

#wrapper .footerlinks .dvLink .dvLogo {
    min-width: 40px;
    text-align: left;
    display: table-cell;
}

#wrapper .footerlinks .dvLink .dvLogo:hover {
    background-color: rgba(4,15,44,0.4);
    -pie-background:  rgba(4,15,44,0.4);
    behavior: url(PIE.htc);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .footerlinks .dvLink .dvLabel {
    width: 100%;
    padding-left: 10px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

#wrapper .footerlinks .dvLink .dvLabel:hover {
    background-color: rgba(4,15,44,0.2);
    -pie-background:  rgba(4,15,44,0.2);
    behavior: url(PIE.htc);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .footerlinks .dvInfoLinks {
    margin-top: 11px;
}

#wrapper .footerlinks .dvInfoLinks div {
    display: block;
    line-height: 28px;
}

#wrapper .footerlinks .dvInfoLinks div a {
    font-size: 0.825em;
    color: #3f5173;
}

#wrapper .footerlinks .dvInfoLinks div:hover {
    background-color: rgba(4,15,44,0.2);
    -pie-background:  rgba(4,15,44,0.2);
    behavior: url(PIE.htc);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .footerinfo {
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    background-color: rgba(11,23,53,0.77);
}

#wrapper .footerinfo .dvInfo {
    display: table-cell;
    margin-top: 30px;
}

#wrapper .footerinfo .dvInfo div {
    display: table-cell;
    color: #ffffff !important;
    vertical-align: top;
    line-height: 16px;
}

#wrapper .footerinfo .dvInfo div a {
    color: #fff;
}

#wrapper .footerinfo .dvInfo div a:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .footerinfo .dvInfo div:first-child {
    max-width: 20px;
    min-width: 20px;
    text-align: left;
}

#wrapper .footerinfo .dvInfo div:nth-child(2) {
    width: 100%;
    color: #ffffff;
    font-size: 0.8em;
}

@media only screen and (max-width: 1024px) {
    #wrapper .footerinfo .dvInfo .dvLinkTop {
        display: none;
    }
}

#wrapper .footerinfo .dvInfo .dvLinkTop i {
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
    color: #cccccc;
    text-decoration: none;
    margin-top: -3px;
    background-color: rgba(4,15,44,0.55);
    -pie-background:  rgba(4,15,44,0.55);
    behavior: url(PIE.htc);
    border-radius: 4px;
}

#wrapper .footerinfo .dvInfo .dvLinkTop i:hover {
    background-color: rgba(107,117,137,0.44);
    -pie-background:  rgba(107,117,137,0.44);
    behavior: url(PIE.htc);
}

#wrapper .footerinfo .dvInfo .dvNowrap {
    white-space: nowrap;
}


#wrapper .footerdev {
    width: 100%;
    min-height: 30px;
    margin: 0 auto;
    background-color: rgba(11,23,53,0.77);
    -pie-background:  rgba(11,23,53,0.77);
    behavior: url(PIE.htc);
    text-align: right;
    padding: 5px 0;
}

@media only screen and (max-width: 1024px) {
    #wrapper .footerdev {
        min-height: 35px;
        text-align: left;
        padding: 30px 0 10px 20px;
    }
}

#wrapper .footerdev .dvDeveloped a {
    color: #ffffff;
    font-size: 0.7em;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    #wrapper .footerdev .dvDeveloped a {
        display: block;
        float: left;
    }
}

#wrapper .footerdev .dvDeveloped a:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .footerdev .dvDeveloped .dvLinkTop {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #wrapper .footerdev .dvDeveloped .dvLinkTop {
        display: block;
        float: right;
    }
}

#wrapper .footerdev .dvDeveloped .dvLinkTop i {
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
    color: #cccccc;
    text-decoration: none;
    margin-top: -3px;
    background-color: rgba(4,15,44,0.4);
    -pie-background:  rgba(4,15,44,0.4);
    behavior: url(PIE.htc);
    border-radius: 4px;
}

#wrapper .footerdev .dvDeveloped .dvLinkTop i:hover {
    background-color: rgba(107,117,137,0.44);
    -pie-background:  rgba(107,117,137,0.44);
    behavior: url(PIE.htc);
}

/*Social*/

.fb {
      background-color: #3b57a9;
}
.tw {
      background-color: #1fb8e7;
}

.go {
      background-color: #eb6447;
}

.in {
      background-color: #6c95c7;
}

.tg {
      background-color: #0099cc;
}

.yt {
      background-color: #cc3333;
}