@import "../css/reset.css";
@import "../css/button.css";
@import "../css/global_fluid.css";

/*---------------tracking pixels image fix-------------*/

.fullWraper {
    width: 100%;
    float: left;
}

.main-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
}

#top-header {
    position: relative;
    width: 100%;
    height: 35px;
    background: #252525;
    float: left;
}

#top-header .learn-link {
    position: relative;
    font: 400 11px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #707070;
    top: 10px;
    padding-right: 15px;
    /*background: transparent url(../img/global/grey-arrow.png) no-repeat right 3px;*/
    float: left;
    transition: all .3s;
}

#top-header .learn-link:after {
    content: '';
    position: absolute;
    height: 14px;
    width: 15px;
    right: 0;
    top: 0;
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat 1px -111px;
}

#top-header .learn-link a {
    display: inline-block;
    font: 400 11px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #707070;
}

#top-header .learn-link:hover {
    text-decoration: none;
    padding-right: 18px;
}

#top-header .top-links {
    position: relative;
    float: right;
}

#top-header .top-links li {
    list-style: none;
    float: left;
}

#top-header .top-links li a {
    position: relative;
    font: 400 12px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #ccc;
    margin-top: 9px;
    height: 18px;
    margin-left: 16px;
    float: left;
    transition: all .3s;
    letter-spacing: -1px;
}

#top-header .top-links li a:hover {
    text-decoration: none;
    color: #fff;
}

#top-header .top-links li a.phone {
    /*background: transparent url(../img/global/phone.png) no-repeat 0px 0px;*/
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat -1px -27px;
    padding-left: 18px;
    margin-left: 16px;
}

#top-header .top-links li a.chat {
    /*background: transparent url(../img/global/chat.png) no-repeat 0px 0px;*/
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat -2px -1px;
    padding-left: 19px;
    top: 0;
}

#top-header .top-links li a.login {
    font: 500 12px/18px 'Gotham SSm A', 'Gotham SSm B';
    background: transparent url(../img/global/settings.png) no-repeat right 0px;
    padding-right: 22px;
}

#top-header .top-links li a label {
    cursor: pointer
}

#top-header .top-links input[type="search"] {
    position: relative;
    background: transparent url(../img/global/search.png) no-repeat right top;
    border-style: none;
    font: 400 13px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #ebebeb;
    width: 14px;
    height: 18px;
    top: 9px;
    margin-left: 12px;
    transition: all .5s;
    cursor: pointer;
    padding-right: 15px;
    z-index: 1;
    float: left;
}

#top-header .top-links input[type=search]:focus {
    width: 112px;
}

#main-header {
    position: relative;
    width: 100%;
    height: 82px;
    float: left;
}

#main-header .main-logo {
    position: absolute;
    width: 318px;
    height: 63px;
    margin-top: 11px;
    background: transparent url(../img/global/logo2.png) no-repeat;
    text-indent: -99999em;
    float: left;
    z-index: 1;
    top: 0px;
    left: 25px;
}

#main-header .enterprise-cloud-solutions,
#main-header .enterprise-on-demand,
#main-header .enterprise-cloud-on-demand,
#main-header .default {
    position: absolute;
    width: 318px;
    height: 63px;
    margin-top: 11px;
    margin-left: 25px;
    background: transparent url(../img/global/logo2.png) no-repeat;
    text-indent: -99999em;
    float: left;
    z-index: 1;
    top: 0px;
    left: 0px;
}

#main-header .enterprise-on-demand {
    background: transparent url(../img/global/enterprise-on-demand.png) no-repeat;
}

#main-header .enterprise-cloud-on-demand {
    background: transparent url(../img/global/enterprise-cloud-on-demand.png) no-repeat;
}

#main-header .default {
    background: transparent url(../img/global/logo.png) 0px no-repeat;
}

#aim-dropdown-frame .dropdown-menu li .maintainHover {
    text-decoration: none;
    background: #000;
    color: #fff;
}


/*chat box normal styles*/

.chat-box-normal {
    width: 380px;
    position: fixed;
    right: -340px;
    top: 45%;
    z-index: 99999;
    transition: all 1s;
}

.chat-box-normal .green-chat {
    width: 40px;
    height: 200px;
    float: left;
    transition: all .3s ease-in-out;
    text-align: left;
    background: #0ca600 url(../img/global/chat-head-closed.png) no-repeat 0 0;
    cursor: pointer;
    position: relative;
    box-shadow: -4px 0 12px 0 rgba(0, 0, 0, .3)
}

.chat-box-normal .green-chat span {
    width: 40px;
    height: 40px;
    background: transparent url(../img/global/chat-head-arrow.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}


/*chat box expanded styles*/

.clicked {
    width: 380px !important;
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9999999;
    transition: all 1s;
}

.clicked .green-chat span {
    display: none;
}

.clicked .green-chat:hover span {
    display: none;
}

.clicked .green-chat {
    width: 40px;
    height: 200px;
    cursor: default;
}

.clicked .green-chat .close {
    width: 40px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url("../img/global/close.png") no-repeat center;
}

.chat-box-normal .chat-data {
    width: 340px;
    height: 200px;
    padding: 20px 0 0 20px;
    float: left;
    background: #fff;
    display: block;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.chat-box-normal .chat-data .head {
    width: 90%;
    float: left;
    margin: 2px 0 18px;
    font: 400 21px/22px 'Gotham SSm A', 'Gotham SSm B';
    color: #363636;
    letter-spacing: -1px;
}

.chat-box-normal .chat-data .head span {
    font: 500 21px/22px 'Gotham SSm A', 'Gotham SSm B';
    color: #0ca600;
}

.chat-box-normal .chat-data p {
    width: 96%;
    padding-left: 10px;
    float: left;
    margin: 8px 0;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #555555;
    background: transparent url("../img/global/chat-arrow.png") no-repeat left center;
}

.chat-box-normal .input-box {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.chat-box-normal .input-box input[type="text"] {
    width: 215px;
    height: 37px;
    float: left;
    background: #fff;
    border: 1px solid #000;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #555555;
    text-indent: 10px;
}

.chat-box-normal .input-box .send {
    width: 79px;
    height: 37px;
    float: left;
    margin: 0 0 0 10px;
    font: 500 13px/38px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    text-align: center;
    background: #0ca600;
}

.chat-box-normal .input-box .send:hover {
    background: #000;
}

.clicked .chat-call {
    width: 340px;
    height: 35px;
    float: right;
    background: #363636;
    display: block;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3) !important;
}

.chat-box-normal .chat-call {
    width: 340px;
    height: 35px;
    float: right;
    background: #363636;
    display: block;
    box-shadow: 0 0 0;
}

.chat-box-normal .chat-call p {
    width: 90%;
    padding-left: 15px;
    float: left;
    margin: 11px 0 0 18px;
    font: 500 14px/15px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    background: transparent url("../img/global/phone_chat.png") no-repeat left center;
}

.chat-box-normal .chat-call p a {
    color: #fff;
}


/*chat box style ends here*/

footer {
    position: relative;
    width: 100%;
    background: #363636;
    float: left;
}

footer .top-f {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

footer .top-f .f-box {
    position: relative;
    width: 207px;
    margin-top: 42px;
    float: left;
}

footer .top-f .f-box .white-outline-type1 {
    width: 292px;
}

.w220 {
    width: 220px !important;
}

.w292 {
    width: 292px !important;
}

footer .top-f .f-box h5 {
    position: relative;
    width: 100%;
    font: 400 15px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin-bottom: 17px;
    float: left;
}

footer .top-f .f-box h5.fsb-heads {}

footer .top-f .f-box h5.fsb-heads.fsb-heads-more-tp {
    margin-top: 12px;
}

footer .top-f .f-box h5 a {
    font: 400 15px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin: 0;
    padding: 0;
}

footer .top-f .f-box .link {
    position: relative;
    width: 100%;
    font: 400 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    margin-bottom: 8px;
    float: left;
}

footer .top-f .f-box .link:hover {
    text-decoration: none;
    opacity: .8;
}

footer .top-f .f-box .f-contact {
    width: 100%;
    float: left;
}

footer .top-f .f-box .f-contact-msg {
    width: 100%;
    float: left;
    display: none;
}

footer .top-f .f-box .f-contact-msg .thanks {
    width: 100%;
    float: left;
    font: 500 30px/32px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin: 0 0 14px 0;
}

footer .top-f .f-box .f-contact-msg .message {
    width: 80%;
    float: left;
    font: 400 14px/19px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
}

footer .top-f .f-box .row {
    width: 100%;
    position: relative;
    float: left;
    margin: 0 0 15px;
}

footer .top-f .f-box .row span {
    position: absolute;
    right: 0px;
    top: -20px;
    height: 20px;
    padding: 0 8px;
    font: 400 11px/18px 'Gotham SSm A', 'Gotham SSm B';
}

footer .top-f .f-box .error input,
footer .top-f .f-box .error textarea {
    border: 1px solid red !important;
    transition: all .5s;
}

footer .top-f .f-box .error span {
    color: white;
    background: red;
}

footer .top-f .f-box #contactFormFrame .row i {
    display: none;
}

footer .top-f .f-box #contactFormFrame .error i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 9px;
    z-index: 1;
    background: #222 url("../img/global/footer-cross.png") no-repeat 2px 2px;
    display: block;
}

footer .top-f .f-box input[type="text"] {
    position: relative;
    width: 100%;
    height: 40px;
    font: 400 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    text-indent: 11px;
    color: #777;
    border-style: none;
    background: #222;
    float: left;
    border-radius: 0;
    border: 1px solid #222;
    transition: all .5s;
}

footer .top-f .f-box textarea {
    position: relative;
    width: 100%;
    height: 80px;
    font: 400 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    text-indent: 11px;
    color: #777;
    padding-top: 8px;
    outline: none;
    resize: none;
    border-style: none;
    background: #222;
    border: 1px solid #222;
    float: left;
    border-radius: 0;
    transition: all .5s;
}

footer .top-f .f-box .text-area-wrap {
    margin-bottom: 30px;
}

#footerContactForm div.row span {
    display: none;
}

#footerContactForm div.row.error span {
    display: block;
}

#footerContactForm div.row.error label.error {
    display: none !important;
}

footer .bottom-f {
    position: relative;
    width: 100%;
    height: 115px;
    background: #252525;
    float: left;
}

footer .bottom-f .fb-box {
    position: relative;
    margin-top: 23px;
    float: left;
}

footer .bottom-f .fb-box .white-outline-type2 {
    padding: 11px 20px 10px;
}

footer .bottom-f .w399 {
    width: 399px;
}

footer .bottom-f .w520 {
    width: 520px;
}

footer .bottom-f .w281 {
    width: 215px;
}

footer .bottom-f .fb-box h5 {
    position: relative;
    width: 100%;
    font: 400 14px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin-bottom: 9px;
    float: left;
}

footer .bottom-f .fb-box p {
    position: relative;
    text-align: right;
    font: 400 12px/14px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    margin: 25px 0 0 0;
    float: right;
}

footer .bottom-f .fb-box ul {
    position: relative;
    max-width: 100%;
    margin-top: 13px;
    float: right;
}

footer .bottom-f .fb-box ul li {
    display: inline;
    font: 500 12px/14px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    margin-left: 7px;
    text-transform: uppercase;
}

footer .bottom-f .fb-box ul li:first-child {
    margin-left: 0px !important;
}

footer .bottom-f .fb-box ul li a {
    color: #a1a1a1;
}

footer .bottom-f .fb-box ul li a:hover {
    opacity: .8;
}

footer .bottom-f .fb-box .fb {
    position: relative;
    width: 25px;
    height: 37px;
    text-indent: -999999em;
    margin-right: 18px;
    /*background: transparent url(../img/global/fb.png) no-repeat;*/
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat -3px -334px;
    float: left;
}

footer .bottom-f .fb-box .tw {
    position: relative;
    width: 37px;
    height: 37px;
    text-indent: -999999em;
    margin-right: 18px;
    /*background: transparent url(../img/global/tw.png) no-repeat;*/
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat -1px -265px;
    float: left;
}

footer .bottom-f .fb-box .in {
    position: relative;
    width: 42px;
    height: 37px;
    text-indent: -999999em;
    margin-right: 18px;
    /*background: transparent url(../img/global/in.png) no-repeat;*/
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat 3px -200px;
    float: left;
}

footer .bottom-f .fb-box .gp {
    position: relative;
    width: 39px;
    height: 37px;
    text-indent: -999999em;
    /*background: transparent url(../img/global/gp.png) no-repeat;*/
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat 2px -147px;
    float: left;
}

footer .bottom-f .fb-box input[type="text"] {
    position: relative;
    width: 259px;
    height: 40px;
    font: 400 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    text-indent: 11px;
    color: #777;
    border-style: none;
    background: #000;
    margin-right: 15px;
    float: left;
    border-radius: 0;
}


/*------------------------- top navigation --------------------------*/

header nav {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

header nav ul {
    float: right;
}

header nav ul li {
    float: left;
}

header nav ul li a {
    position: relative;
    font: 500 16px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #363636;
    padding: 32px 15px 32px 15px;
    float: left;
}

header nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}

#aim-dropdown-frame .dropdown-menu li {
    position: static;
    float: left;
}

.popover {
    width: 100%;
    height: 315px !important;
    position: absolute;
    background: #000;
    z-index: 1;
    top: 80px !important;
    left: 0px;
    display: none;
    z-index: 100;
}

.popover-content {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.popoverSubmenuFrame {
    float: left;
    width: 300px;
    box-sizing: border-box;
    padding: 30px 30px 30px 0;
}

.popoverSubmenuFrame h5 {
    float: left;
    width: 100%;
    font: 500 16px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin: 10px 0px 15px 0px;
}

.popoverSubmenuFrame ul {
    float: left;
    width: 100%;
}

.popoverSubmenuFrame ul li {
    float: left;
    width: 100%;
    list-style: none;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    margin: 6px 0px;
}

.popoverSubmenuFrame ul li a {
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1 !important;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    transition: all .3s;
}

.popoverSubmenuFrame ul li a:hover {
    color: #fff !important;
}


/***********************************top navigation dd slick******************/

.usersLogin {
    width: auto !important;
    float: left;
}

.usersLogin .dd-container {
    width: auto !important;
    float: left;
}

.usersLogin .dd-container .dd-select {
    position: relative;
    cursor: pointer;
    background: none !important;
    width: auto !important;
    float: left;
    border: 0px !important;
    border-radius: 0px;
}

.usersLogin .dd-container input {
    color: inherit;
    float: left;
    margin: 6px 0 0;
}

.usersLogin .dd-container .dd-selected {
    float: left;
    padding: 0px;
    margin-right: 10px;
    display: none;
}

.usersLogin .dd-container .dd-options {
    position: absolute;
    background-color: #000;
    top: 35px;
    right: -5px;
    width: 165px !important;
    z-index: 101;
    display: none;
    border: 0px !important;
    box-sizing: border-box;
    padding: 10px 15px;
    box-shadow: none;
    overflow: inherit;
}

.usersLogin .dd-container .dd-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    top: -10px;
    right: 10%;
    z-index: 1;
}

.usersLogin .dd-container .dd-pointer-up {
    position: relative;
    float: right;
    height: 20px;
    border: 0px !important;
    top: 0px;
    right: 0px;
    background: transparent url(../img/global/settings.png) no-repeat center;
    margin: 8px 5px 0px 5px;
}

.usersLogin .dd-container .dd-pointer-down {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    border: 0px !important;
    top: 0px;
    right: 0px;
    /*background: transparent url(../img/global/settings.png) no-repeat center;*/
    background: transparent url(../img/global/global-sprite-seo.png) no-repeat 0px -53px;
    margin: 8px 5px 0px 5px;
}

.usersLogin .dd-container .dd-options a {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.usersLogin .dd-container .dd-options li {
    float: left;
    width: 100%;
    margin: 6px 0;
    padding: 0;
    box-sizing: border-box;
}

.usersLogin .dd-container a.dd-option {
    font: 400 12px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #ccc;
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    height: auto !important;
    border: 0px !important;
    background: #000 !important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.usersLogin .dd-container a.dd-option:hover {
    color: #fff !important;
}

.get-start {
    width: 100%;
    padding: 45px 0px 35px 0px;
    float: left;
}

.get-start h5 {
    width: 78%;
    font: 400 25px/25px 'Gotham SSm A', 'Gotham SSm B';
    color: #7d7d7d;
    margin: 0 auto;
}

.flag-contnr {
    width: 60px !important;
    float: left;
    margin-left: 16px;
}

.flag-contnr.dd-container {
    width: 60px !important;
    float: left;
}

.flag-contnr .dd-container .dd-select {
    position: relative;
    cursor: pointer;
    background: none !important;
    width: 60px !important;
    float: left;
    border: 0px !important;
    border-radius: 0px;
}

.flag-contnr .dd-container input {
    color: inherit;
    float: left;
    margin: 6px 0 0;
}

.flag-contnr .dd-container .dd-select label {
    line-height: 18px !important;
    display: none;
}

.flag-contnr .dd-container .dd-selected {
    float: left;
    padding: 0px;
}

.flag-contnr .dd-container .dd-options {
    position: absolute;
    background-color: #000;
    top: 35px;
    width: 320px !important;
    z-index: 1001;
    display: none;
    border: 0px !important;
    box-sizing: border-box;
    padding: 10px 15px;
    box-shadow: none;
    overflow: inherit;
    right: 0px !important;
}

.flag-contnr .dd-container .dd-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    top: -10px;
    right: 10%;
    z-index: 1;
}

.flag-contnr .dd-container .dd-pointer-down {
    position: absolute;
    border: solid 4px transparent !important;
    border-top: solid 3px #959595 !important;
}

.flag-contnr .dd-container .dd-pointer-up {
    position: absolute;
    border: solid 4px transparent !important;
    border-bottom: solid 3px #959595 !important;
}

.flag-contnr .dd-container .dd-options li {
    float: left;
    width: 50%;
    margin: 6px 0;
    padding: 0;
    box-sizing: border-box;
}

.flag-contnr .dd-container a.dd-option {
    font: 400 12px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #ccc;
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0px !important;
    background: #000 !important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.flag-contnr .dd-container a.dd-option:hover {
    color: #fff !important;
}

.flag-contnr .dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 14px;
    top: 65%;
}

.flag-contnr .dd-option-image,
.flag-contnr .dd-selected-image {
    margin-top: 3px;
}


/*------------------------navigation fixed background------------*/

.pseudo-popover-bg {
    width: 100%;
    height: 315px !important;
    position: absolute;
    background: #000;
    z-index: 1;
    top: 80px !important;
    left: 0px;
    display: none;
    z-index: 99;
}

.pseudo-popover-bg.show {
    display: block !important;
}

.popoverSubmenuFrame a {
    padding: 0px;
}


/*---------------------------drop navigatoin styles----------------------*/


/* ----------------------Mega Menu Styles------------------------------- */


/*-------------first menu hack----------*/

.mega-menu ul {
    float: right !important;
    margin: 0;
}

.mega-menu ul,
.mega-menu ul li {
    list-style: none;
}

.mega-menu ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.mega-menu ul li ul {
    display: none;
}

.mega-menu .sub {
    display: none;
    margin-top: 15px !important;
}

.mega-menu .sub ul {
    display: block;
    float: left !important;
}

.mega-menu ul,
.mega-menu ul li {
    list-style: none;
}

.mega-menu ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.mega-menu ul li ul {
    display: none;
}

.mega-menu ul li .custom-width-maker {
    display: none;
}

.mega-menu .sub .custom-width-maker {
    display: block;
}

.mega-menu ul li .addon-wrap {
    display: none;
}

.mega-menu .sub .addon-wrap {
    display: block;
}

.mega-menu .sub {
    display: none;
}

.mega-menu .sub ul {
    display: block;
}

.mega-menu .sub-container {
    padding-left: 0px !important;
    margin-left: -3px;
    z-index: 1000;
    height: 315px !important;
    left: auto !important;
    top: 82px !important;
    background: #000;
}

.mega-menu .sub-container ul li a {
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1 !important;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    transition: all .3s;
    background: transparent !important;
}

ul.mega-menu > li {
    float: right !important;
}

ul.mega-menu,
ul.mega-menu,
ul.mega-menu li {
    margin: 0;
    padding: 0;
    border: none;
}

ul.mega-menu,
ul.mega-menu,
ul.mega-menu li {
    margin: 0;
    padding: 0;
    border: none;
}

ul.mega-menu {
    width: 100%;
    position: relative;
}

ul.mega-menu li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}

ul.mega-menu li.mega-hover a {
    color: #fff;
    text-decoration: none;
    background: #000;
}

ul.mega-menu li a {
    float: left;
    display: block;
    text-decoration: none;
}

ul.mega-menu li a.dc-mega {
    position: relative;
}

ul.mega-menu li .sub-container {
    position: absolute;
    margin-left: -3px;
}

@media (min-width: 1200px) {
    ul.mega-menu li.mega-unit {
        height: auto !important;
    }
}

ul.mega-menu li .sub {
    padding: 23px 40px 40px 40px;
}

ul.mega-menu li .sub .row {
    width: auto !important;
    overflow: hidden;
    clear: both;
}

ul.mega-menu li .sub li {
    float: none;
    width: auto !important;
    min-width: 170px;
    list-style: none;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    margin: 0;
}

ul.mega-menu .sub li.mega-hdr li a {
    font: 400 14px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    transition: all .3s;
}

ul.mega-menu .sub li.mega-hdr li a:hover {
    color: #fff !important;
}

ul.mega-menu .sub li.mega-hdr li a.normalize {
    text-transform: none;
}

ul.mega-menu .head-hider {
    text-indent: -999999px;
    float: left;
}

ul.mega-menu li .sub li.mega-hdr {
    margin: 0 40px 10px 0;
    float: left;
}

ul.mega-menu li .sub li.mega-hdr.last {
    margin-right: 0;
}

ul.mega-menu li .sub a {
    background: none;
    border: none;
    text-shadow: none;
    display: block;
    float: none;
    text-decoration: none;
    margin-bottom: 15px !important;
    display: inline-block;
}

ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
    padding: 5px 5px 5px 15px;
    margin-bottom: 5px;
    background: #E3E3E3 url(images/bg_mega_hdr.png) no-repeat 0 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
    color: #a32403;
    text-shadow: none;
}

ul.mega-menu .sub ul li {
    padding-right: 0;
}

ul.mega-menu li .sub-container.non-mega .sub {
    padding: 20px 20px 20px 0;
}

ul.mega-menu li .sub-container.non-mega li {
    padding: 0;
    width: 190px;
    margin: 0;
}

ul.mega-menu li .sub-container.non-mega li a {
    padding: 0px 5px 0px 22px;
    background: url(images/arrow_off.png) no-repeat 7px 10px;
}

ul.mega-menu li .sub-container.non-mega li a:hover {
    color: #a32403;
    background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}

.mega-menu .sub-container h5 {
    float: left;
    width: 100%;
    font: 500 16px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin: 0 !important;
}

.mega-menu .sub-container li h5 a {
    font: 400 15px/18px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff !important;
    margin-bottom: 20px !important;
}

ul.mega-menu li.first-pop-down-li .row {
    width: 950px !important;
}

ul.mega-menu li.first-pop-down-li .sub-container {
    margin-left: -390px !important;
}


/*---------------------------------------------------------------form buttons---------------------------------*/

footer .aside-button {
    font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: left;
    padding: 15px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    width: 292px;
}

footer .aside-button:hover {
    color: #363636;
    background: #fff;
}

.right-data-block .aside-button {
    font: 500 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #0ca600;
    float: left;
    padding: 15px 20px 14px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #0ca600;
    width: 100%;
    margin-bottom: 10px;
}

.right-data-block .aside-button:hover {
    color: #fff;
    background: #0ca600;
}

.aside-get-start .aside-button {
    font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: left;
    padding: 15px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    margin-top: -15px;
}

.aside-get-start .aside-button:hover {
    color: #363636;
    background: #fff;
}

footer .newsletter-cont .aside-button {
    width: auto;
    padding: 12px 20px 12px;
}

footer .newsletter-cont .row {
    width: 250px;
}


/*---------------------------------------------newsletter subscribe---------------------------*/

footer .newsletter-cont .row {
    width: 250px;
    position: relative;
    float: left;
    margin-right: 10px;
}

footer .newsletter-cont .row span {
    position: absolute;
    right: 0px;
    top: -20px;
    height: 20px;
    padding: 0 8px;
    font: 400 11px/18px 'Gotham SSm A', 'Gotham SSm B';
}

footer .newsletter-cont .error input,
footer .newsletter-cont .error textarea {
    border: 1px solid red !important;
    transition: all .5s;
}

footer .newsletter-cont .error span {
    color: white;
    background: red;
}

footer .newsletter-cont .row i {
    display: none;
}

footer .newsletter-cont .error i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 9px;
    z-index: 1;
    background: #000 url("../img/global/footer-cross.png") no-repeat 2px 2px;
    display: block;
}

footer .newsletter-cont div.row span {
    display: none;
}

footer .newsletter-cont div.row.error span {
    display: block;
}

footer .newsletter-cont div.row.error label.error {
    display: none !important;
}

footer .newsletter-succcess {
    font: 400 14px/25px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: left;
    background: transparent url("../img/global/notifIcons.png") no-repeat left -37px;
    padding-left: 30px;
}

textarea.reformated {
    border: solid 1px #ccc;
    margin-bottom: 10px;
}


/*---------------------------hiding tracking pixels-----------------------*/

img.adconionBt {
    display: none !important;
}


/* Popup */

.custom-bg-forms {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    text-align: center;
    white-space: nowrap;
    background: #333;
    background: rgba(0, 0, 0, 0.9);
}

.custom-close-form {
    position: fixed !important;
    top: 50px !important;
    right: 50px !important;
    background: transparent url("../img/customer-reviews/close.png") no-repeat center !important;
    width: 16px !important;
    height: 16px !important;
    text-indent: -999999px !important;
    cursor: pointer;
}

.custom-bg-forms:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.custom-form-data {
    width: 400px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    padding: 30px;
    float: none;
    display: inline-block;
}

.custom-form-data input[type="text"] {
    width: 100%;
    padding: 0 0 0 5px;
    height: 40px;
    border: 1px solid #D3D3D3;
    margin: 0 0 20px 0;
    color: #A7A7A7;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    float: left;
}

.custom-form-data select {
    width: 100%;
    padding: 0 0 0 5px;
    height: 40px;
    border: 1px solid #D3D3D3;
    margin: 0 0 20px 0;
    color: #A7A7A7;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    float: left;
}

.custom-form-data input[type="text"]:focus,
.custom-form-data textarea:focus,
.custom-form-data select:focus {
    outline: none;
    border: 1px solid #B4B4B4;
}

.custom-form-data textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #D3D3D3;
    margin-bottom: 20px;
    resize: none;
    padding: 5px 0 0 5px;
    color: #A7A7A7;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    float: left;
}

.custom-form-data textarea:focus {
    outline: none;
    border: 1px solid #B4B4B4;
}

.custom-form-data h4.comparison-header,
.custom-form-data h4 {
    margin-bottom: 25px;
    font: 400 24px/26px 'Gotham SSm A', 'Gotham SSm B';
}

.custom-form-data .send-comparison-button {
    color: #363636;
    float: left;
    font: 400 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    padding: 13px 56px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #363636;
    width: 100%;
}

.custom-form-data .orange-flat-type1 {
    padding: 13px 25px;
}

.custom-form-data .send-comparison-button.auto-right {
    width: auto !important;
    padding: 13px 25px;
}

.custom-form-data .send-comparison-button:hover {
    color: #fff;
    background: #363636;
}

.custom-form-data .aside-button {
    font: 500 15px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #0ca600;
    float: left;
    padding: 15px 20px 14px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #0ca600;
    margin-bottom: 15px;
}

.custom-form-data .aside-button:hover {
    color: #fff;
    background: #0ca600;
    border: 1px solid #0ca600;
}

.custom-form-data p {
    float: left;
    font: 400 16px/20px 'Gotham SSm A', 'Gotham SSm B';
    color: #7d7d7d;
    white-space: normal;
    margin-bottom: 20px;
}

.featherlight {
    z-index: 1500 !important;
}

.featherlight .featherlight-content {
    min-width: 0 !important;
}

.featherlight .featherlight-close-icon {
    position: fixed !important;
    top: 50px !important;
    right: 50px !important;
    background: transparent url("../img/about/close.png") no-repeat center !important;
    width: 16px !important;
    height: 16px !important;
    text-indent: -999999px !important;
}

.featherlight:last-of-type {
    background: #000;
    background: rgba(0, 0, 0, 0.9) !important;
}

.custom-form-data .row {
    width: 100%;
    position: relative;
    float: left;
}

.custom-form-data .row span {
    position: absolute;
    right: 0px;
    top: -20px;
    height: 20px;
    padding: 0 8px;
    font: 400 11px/18px 'Gotham SSm A', 'Gotham SSm B';
}

.custom-form-data .thanks-wrap {
    width: 100%;
    float: left;
    display: none;
    text-align: center;
    padding-top: 60px;
    min-height: 350px;
}

.custom-form-data .thanks-wrap img {
    max-width: 100%;
}

.custom-form-data .thanks-wrap .thank-u-text {
    float: left;
    width: 100%;
    font: 400 15px/20px 'Gotham SSm A', 'Gotham SSm B';
    color: #575757;
    text-align: center;
}

.custom-form-data .error input,
.custom-form-data .error textarea {
    border: 1px solid red !important;
    transition: all .5s;
}

.custom-form-data .row.error span {
    color: white;
    background: red;
}

.custom-form-data div.row i {
    display: none;
}

.custom-form-data .row.error i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 9px;
    z-index: 1;
    background: #fff url("../img/datacenter/footer-cross.png") no-repeat 2px 2px;
    display: block;
}

.custom-form-data .row span {
    display: none;
}

.custom-form-data .row.error span {
    display: block;
}

.custom-form-data .row.error label.error {
    display: none !important;
}

#main-header .cookies-alert-wider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    display: block;
    z-index: 2;
    opacity: 0;
    background: rgb(70, 70, 70);
    background: rgba(107, 107, 107, .95);
    webkit-transition: all 2s linear;
    -moz-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
}

#main-header .cookies-alert-wider-wrap p {
    color: #fff;
    font: 400 14px/19px 'Gotham SSm A', 'Gotham SSm B';
    float: right;
    padding-right: 30px;
    position: relative;
    width: 795px;
    margin-top: 22px;
    letter-spacing: -1px;
    margin-right: 50px;
}

#main-header .cookies-alert-wider-wrap p a {
    color: #0ea700;
    font: 600 14px/20px 'Gotham SSm A', 'Gotham SSm B';
    letter-spacing: -1px;
}

#main-header .cookies-alert-wider-wrap .close-alert-popup {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    width: 19px;
    height: 19px;
}

#main-header .cookies-alert-wider-wrap .close-alert-popup img {
    width: 19px;
    height: 19px;
}

#main-header .main-logo.white-logo {
    background: transparent url(../img/global/cookies-alert/logo-white.png) no-repeat;
    margin-top: 13px;
}


/*---------------------404 styles-------------*/

.banner404 {
    float: left;
    width: 100%;
    background: #fcc012;
    height: 350px;
}

.banner404 .img404 {
    display: inline-block;
    background: transparent url("../img/404/404.png") no-repeat center;
    width: 100%;
    height: 350px;
}

.inner-data-wrap.wrp404 h2 {
    color: #363636;
    width: 100%;
    text-align: center;
    margin: 40px 0px 37px 0px;
    font: 500 36px/44px 'Gotham SSm A', 'Gotham SSm B';
}

.inner-data-wrap.wrp404 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 50px;
}

.search-wrap-404 {
    float: left;
    width: 100%;
    text-align: center;
}

.floating-div {
    display: inline-block;
}

.search-wrap-404 .search {
    display: inline-block;
    height: 45px;
    border: 2px solid #a9a9a9;
    width: 400px;
    text-align: left;
}

.search-wrap-404 .search .submit {
    float: left;
    height: 100%;
    width: 40px;
    background: transparent url("../img/404/search.png") no-repeat center;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: default;
}

.search-wrap-404 .search input[type="search"] {
    border: 0;
    padding: 0;
    margin: 0;
    height: 41px;
    width: 340px;
    color: #707070;
    font: 300 16px 'Gotham SSm A', 'Gotham SSm B' !important;
}

.search-wrap-404 .black-outline-type2 {
    height: 45px;
    padding: 13px 20px 13px 20px;
    display: inline-block;
    float: none !important;
    margin-right: 20px;
    border: 2px solid #555555;
    color: #555555;
}

.search-wrap-404 .black-outline-type2:hover {
    background: #555555;
    color: #fff;
}

.search-wrap-404 .orange-flat-type1 {
    height: 45px;
    display: inline-block;
    float: none !important;
}

.search-wrap-404 i {
    display: inline-block;
    font: 400 17px/45px 'Gotham SSm A', 'Gotham SSm B';
    color: #7d7d7d;
    margin: 0 20px;
}

ul.asideGrid.aside404 {
    border: 0;
    margin-top: 22px;
    margin-bottom: 0;
}

ul.asideGrid.aside404 > li:last-child .resource-s {
    padding-bottom: 0;
}

.data-section.data-section404 {
    border: 0;
}

.data-section404 .quick-links {
    float: left;
    width: 100%;
    text-align: center;
}

.data-section404 .quick-links > li {
    list-style: none;
    width: 310px;
    display: inline-block;
    vertical-align: top;
}

.data-section404 .quick-links > li ul.bulletList {
    float: left;
    width: 100%;
    margin-left: 18px;
}

.data-section404 .quick-links > li h5 {
    font: 500 23px/25px 'Gotham SSm A', 'Gotham SSm B';
    color: #353535;
    float: left;
    margin-bottom: 22px;
    margin-top: 56px;
    width: 100%;
    text-align: left;
}

.data-section404 .quick-links > li ul.bulletList > li {
    list-style: disc;
    width: 100%;
    font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    color: #555555;
    margin-bottom: 22px;
}

.data-section404 .quick-links > li ul.bulletList > li a {
    font: 400 18px/20px 'Gotham SSm A', 'Gotham SSm B';
    color: #555555;
}

ul.asideGrid.aside404 .resource-s li img {
    width: 58px !important;
    height: 70px !important;
}

ul.asideGrid.aside404 . {
    width: 58px !important;
    height: 70px !important;
}


/*------MOCK UP MENU COMPANY-----*/

#menu-mockup-menu li.company-menu .sub-container {
    height: 350px !important;
}


/***For New Tweaked Footer***/

footer .top-f .footer-left-wrapper {
    float: left;
    width: 855px;
    position: relative;
}

footer .top-f .footer-left-wrapper .footer-logos-wrap {
    position: relative;
    float: left;
    width: 812px;
    height: 144px;
    background: transparent url("../img/global/credibility_logos.png") no-repeat center bottom;
    padding-top: 45px;
    margin-bottom: 30px;
    margin-top: 75px;
    border-top: 1px solid #5a5a5a;
}


/*-------------------- menu tweaks ---------------*/

.mega-menu .infrastructure-cloud-menu-item ul.menu-highlighter {
    width: 480px;
    height: 328px;
    padding: 19px 0px 0px 30px;
    background: rgba(0, 0, 0, .9);
}

.mega-menu .infrastructure-cloud-menu-item ul.menu-highlighter.menu-highlighter-stacked {
    width: auto !important;
    padding: 30px 10px 0px 30px;
}

.mega-menu .infrastructure-cloud-menu-item ul.menu-highlighter.menu-highlighter-stacked .nav-box-wrap {
    width: 100%;
}

ul.mega-menu .infrastructure-cloud-menu-item .sub ul.menu-highlighter.menu-highlighter-stacked .nav-boxes {
    margin-bottom: 23px !important;
}

.mega-menu .infrastructure-cloud-menu-item ul.menu-highlighter.menu-highlighter-grids {
    height: 100% !important;
    width: 490px;
    padding: 25px 0px 0px 30px;
}

.mega-menu .infrastructure-cloud-menu-item .sub-container ul.menu-highlighter.menu-highlighter-grids li h5 a {
    margin-bottom: 25px !important;
}

.mega-menu .infrastructure-cloud-menu-item.grid .sub-container {
    height: 277px !important;
    margin-left: -287.5px !important;
}

.mega-menu .infrastructure-cloud-menu-item.stacked .sub-container {
    margin-left: -56.5px !important;
    height: 328px !important;
}

.mega-menu .infrastructure-cloud-menu-item.grid .sub-container .grey-boxes {
    padding-top: 35px;
}

.mega-menu .infrastructure-cloud-menu-item ul.menu-highlighter.menu-highlighter-grids .nav-boxes {
    margin: 0 30px 30px 0 !important;
}

ul.mega-menu .infrastructure-cloud-menu-item .sub h5.sm-heads a {
    font: 400 12px/13px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff;
}

ul.mega-menu .infrastructure-cloud-menu-item .sub li.mega-hdr .menu-highlighter li a {
    text-transform: uppercase;
}

ul.mega-menu .infrastructure-cloud-menu-item .nav-box-wrap {
    float: left;
}

ul.mega-menu .infrastructure-cloud-menu-item .sub .nav-boxes {
    float: left !important;
    width: 200px;
    height: 75px;
    border: 2px solid #707070;
    background: transparent !important;
    transition: all .3s;
    margin: 0 20px 26px 0 !important;
    text-align: center;
}

ul.mega-menu .infrastructure-cloud-menu-item .sub .nav-boxes:hover {
    background: #2f2f2f !important;
    border-color: #2f2f2f !important;
}


/*----------------------- different boxes --------------*/

ul.mega-menu .infrastructure-cloud-menu-item .nav-boxes.virtual-servers .nav-box-head {
    background: transparent url('../img/global/ic-nav.png') no-repeat 10px -175px;
}

ul.mega-menu .infrastructure-cloud-menu-item .nav-boxes.dedicated-servers .nav-box-head {
    background: transparent url('../img/global/ic-nav.png') no-repeat 20px -30px;
}

ul.mega-menu .infrastructure-cloud-menu-item .nav-boxes.virtual-private-clouds .nav-box-head {
    background: transparent url('../img/global/ic-nav.png') no-repeat 11px -132px;
}

ul.mega-menu .infrastructure-cloud-menu-item .nav-boxes.dedicated-private-clouds .nav-box-head {
    background: transparent url('../img/global/ic-nav.png') no-repeat 10px -215px;
}

ul.mega-menu .infrastructure-cloud-menu-item .nav-boxes:hover {
    background: #707070 !important;
}

ul.mega-menu .infrastructure-cloud-menu-item .nav-boxes .nav-box-head {
    font: 400 14px/18px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff;
    display: inline-block;
    float: none;
    width: 100%;
    padding-left: 60px;
    text-align: left;
    margin-top: 18px;
    text-transform: none;
}

ul.mega-menu .nav-boxes .nav-box-head i {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 5px;
    background: transparent url('../img/global/arr-green.png') no-repeat center;
    vertical-align: middle;
}

ul.mega-menu .grey-boxes {
    padding: 55px 38px 20px 38px;
    background: transparent;
}


/*------------------------- overrides ------------------*/

.mega-menu .infrastructure-cloud-menu-item .sub-container {
    background: #1d1d1d !important;
    height: 295px !important;
    overflow: hidden;
    margin-left: -276.5px !important;
}

.mega-menu .infrastructure-cloud-menu-item .sub {
    margin-top: 0 !important;
}

.mega-menu .infrastructure-cloud-menu-item .sub {
    padding: 0 !important;
}

.mega-menu .infrastructure-cloud-menu-item .sub li.mega-hdr {
    margin: 0 0px 10px 0 !important;
}

.mega-menu .infrastructure-cloud-menu-item .sub-container li h5 a {
    margin-bottom: 18px !important;
}

.mega-menu .infrastructure-cloud-menu-item .sub-container li h5 a {
    font: 400 14px/15px 'Gotham SSm A', 'Gotham SSm B' !important;
}


/*================================== wider footer logo wrapper ===========================*/

footer.contains_wider_partner_wrap .top-f .f-box .link {
    margin-bottom: 6px;
}

footer.contains_wider_partner_wrap .top-f {
    padding-bottom: 25px;
}

footer.contains_wider_partner_wrap .IN-widget {
    margin-bottom: 5px;
}

footer.contains_wider_partner_wrap .top-f .f-box.col_1 {
    width: 216px;
}

footer.contains_wider_partner_wrap .top-f .f-box {
    width: 218px;
    margin-top: 55px;
}

footer.contains_wider_partner_wrap .top-f .f-box.w292 h5 {
    margin-bottom: 20px;
}

footer.contains_wider_partner_wrap .top-f .f-box.col_4 {
    width: 180px;
}

footer.contains_wider_partner_wrap .top-f .f-box.col_4 h5 {
    /*color: #686868;*/
}

footer.contains_wider_partner_wrap .top-f .f-box.col_4 .link {
    /*color: #686868;*/
}

footer .wider_logos_wrap_footer {
    position: relative;
    float: left;
    width: 812px;
    padding-top: 50px;
    margin-bottom: 10px;
}

footer .wider_logos_wrap_footer > li {
    float: left;
    display: inline;
    list-style: none;
    width: 211px;
    border-left: 1px solid #444444;
    padding-left: 20px;
}

footer .wider_logos_wrap_footer > li.wider_wrap_last {
    width: 350px;
    padding-left: 25px;
}

footer .wider_logos_wrap_footer > li:first-child {
    border-left: 0;
    padding-left: 0px;
    width: 196px;
}

footer .wider_logos_wrap_footer > li h5 {
    position: relative;
    width: 100%;
    font: 400 15px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin-bottom: 20px;
    margin-top: -9px;
    float: left;
}


/*============================================================== main nav and sub nav styles ======================================================*/


/*====================== top menu redo ==========================*/

.main-menu-selected-item {
    background: #f5f5f5;
}

ul.mega-menu li.table-drops .sub li.mega-hdr {
    margin-bottom: 0 !important;
}

ul.mega-menu li.table-drops .sub-container {
    height: auto !important;
    margin-left: 0 !important;
    background: #000 !important;
}

ul.mega-menu li.table-drops.first-child .sub-container {
    margin-left: -161px !important;
}

ul.mega-menu li.table-drops.first-child .pseodo-table {
    width: 530px;
}

ul.mega-menu li.table-drops.first-child .custom-width-maker {
    width: 530px;
}

ul.mega-menu li.table-drops.second-child .sub-container {
    margin-left: -280px !important;
    width: 760px;
}

ul.mega-menu li.table-drops.second-child .pseodo-table {
    width: 530px;
}

ul.mega-menu li.table-drops.second-child .custom-width-maker {
    width: 530px;
    height: 335px !important;
}

ul.mega-menu li.table-drops.second-child .addon-wrap {
    height: 335px !important;
}

ul.mega-menu li.table-drops.second-child .table-bottom-wrap .white-outline-type1 {
    top: 32px;
}

ul.mega-menu li.table-drops.second-child .table-bottom-wrap {
    width: 530px;
}

ul.mega-menu li.table-drops.fourth-child .sub-container {
    margin-right: 0 !important;
}

ul.mega-menu li.table-drops.fourth-child .pseodo-table {}

ul.mega-menu li.table-drops.fourth-child .custom-width-maker {}

ul.mega-menu li.table-drops.third-child .sub-container {
    width: 263px;
}

ul.mega-menu li.table-drops.third-child .pseodo-table {
    width: 263px;
}

.mega-menu .sub-container ul li a.bottom-margin-eraser {
    margin-bottom: 0 !important;
}

ul.mega-menu li.table-drops.third-child .pseodo-table .cell {
    width: 263px;
}

ul.mega-menu li.table-drops.third-child .table-bottom-wrap .white-outline-type1 {
    width: 202px !important;
    right: 30px;
}

ul.mega-menu li.table-drops.third-child .custom-width-maker {
    width: 263px;
}

ul.mega-menu li.table-drops.third-child .custom-width-maker .pseodo-table {
    width: 263px;
}

.custom-width-maker {
    float: left;
    position: relative;
}

ul.mega-menu li.table-drops > ul {
    display: none;
}

ul.mega-menu li.table-drops .sub-container .sub {
    padding: 0 !important;
    margin-top: 0 !important;
}

.table-drops .pseodo-table {
    display: table;
    float: left;
    border-bottom: 1px solid #252525;
}

.table-drops .pseodo-table .cell {
    display: table-cell;
    width: 265px;
    padding: 35px;
    height: 100%;
    vertical-align: top;
}

.table-drops .pseodo-table .cell h5 {
    float: left;
    width: 100%;
    margin-bottom: 15px !important;
}

.table-drops .pseodo-table .cell h5 a {
    font: 500 16px/18px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: -1px;
}

.table-drops .pseodo-table .cell > ul {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.table-drops .pseodo-table .cell > ul > li {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

ul.mega-menu .table-drops .pseodo-table .cell > ul > li a {
    font: 400 14px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #8b8b8b !important;
}

ul.mega-menu .table-drops .pseodo-table .cell > ul > li a:hover {
    color: #fff !important;
}

.table-bottom-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 35px;
    height: 83px;
}

.mega-menu .sub-container li .table-bottom-wrap h5 a {
    font: 500 16px/18px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: -1px;
    display: none;
}

ul.mega-menu .table-bottom-wrap .white-outline-type1 {
    font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff !important;
    float: left;
    padding: 14px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 !important;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 29%;
    width: 235px;
}

ul.mega-menu .table-bottom-wrap .white-outline-type1:hover {
    color: #363636 !important;
    background: #fff !important;
}

ul.mega-menu li.table-drops .addon-wrap {
    background: #141414;
    float: left;
    width: 230px;
    height: 315px;
    padding: 35px 18px;
}

ul.mega-menu li.table-drops .addon-wrap ul > li {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

ul.mega-menu li.table-drops .addon-wrap ul > li a {
    font: 400 14px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #8b8b8b !important;
    margin-bottom: 17px !important;
}

ul.mega-menu li.table-drops .addon-wrap h5 {
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}

ul.mega-menu li.table-drops .addon-wrap h5 a {
    font: 500 14px/15px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: -1px;
}


/*=========================== header animations =====================*/

.main-menu-selected-item {
    background: #f5f5f5;
}

#top-header {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

#main-header.revised-main-header {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

#main-header.revised-main-header .default {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: none !important;
    width: 318px;
    height: 63px;
    margin-top: 23px;
}

#main-header.revised-main-header .default img {
    float: left;
    max-width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#fixedHeaderWrap.fixed-header-min .revised-main-header {
    height: 68px;
    border-bottom: 1px solid #f3f3f3;
}

#fixedHeaderWrap.fixed-header-min .default {
    width: 208px;
    height: 27px;
    margin-top: 20px;
}

#mega-menu-home > li > a {
    -webkit-transition: padding .5s ease-in-out;
    -moz-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out;
}

#fixedHeaderWrap.fixed-header-min nav > ul > li > a {
    padding: 25px 15px 25px 15px;
    -webkit-transition: padding .5s ease-in-out;
    -moz-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out;
}

header nav > ul > li >a {
    -webkit-transition: padding .5s ease-in-out;
    -moz-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out;
}

#fixedHeaderWrap.fixed-header-min .mega-menu .sub-container {
    top: 68px !important;
}


/*================================ sub navigation section ================================*/

.sub-navigation-section {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 53px;
}

@-webkit-keyframes animate-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animate-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animate-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sub-navigation-section .green-white-arrow {
    font: 500 12px/19px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: right;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-right: -100px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.sub-navigation-section .green-white-arrow > span {
    display: inline-block;
    font: 500 12px/19px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    position: relative;
    padding: 7px 20px 6px 20px;
    text-align: left;
    transition: all .3s ease-in-out;
    background: #0ca600;
}

.sub-navigation-section .green-white-arrow > span.hover-remover {
    background: #1e7f18;
}

.sub-navigation-section .green-white-arrow > span:hover {
    background: #0ca600;
}

.sub-navigation-section .green-white-arrow .nav-drop-down {
    position: absolute;
    float: left;
    top: 32px;
    right: 0;
    width: 100%;
    display: none;
    padding-bottom: 10px;
    background: #1e7f18;
}

.sub-navigation-section .green-white-arrow .nav-drop-down a {
    font: 500 12px/19px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: left;
    padding: 7px 20px 6px 20px;
    background: #1e7f18;
    width: 100%;
    text-align: left;
    transition: all .3s;
}

.sub-navigation-section .green-white-arrow .nav-drop-down a:hover {
    background: #0ca600;
}

.sub-navigation-section .green-white-arrow .nav-drop-down a span {
    width: 12px;
    height: 12px;
    background: transparent url("../img/global/link-arrow-light.png") no-repeat left center;
    padding: 0;
    margin: 4px 0 0 5px;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
}

.sub-navigation-section .green-white-arrow .nav-drop-down a:hover span {
    background: transparent url("../img/global/link-arrow-light.png") no-repeat right center;
}

.sub-navigation-section .green-white-arrow .nav-drop-down a span:after {
    display: none;
}

.sub-navigation-section .green-white-arrow .nav-drop-down.open {
    display: block;
}

.sub-navigation-section.subnav-min .green-white-arrow {
    margin-right: 0px;
    opacity: 1;
}

.sub-navigation-section .green-white-arrow:hover {
    color: #fff;
}

.sub-navigation-section .green-white-arrow:hover > span:after {
    border-top-color: #fff;
}

.sub-navigation-section.subnav-min {
    position: fixed;
    /*    top:68px;*/
    left: 0;
    width: 100%;
    z-index: 999;
    /*    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
    overflow: visible;
}

.sub-navigation-section .main-wrapper {
    position: relative;
}

.sub-nav-revised {
    float: left;
    width: 100%;
    background: #252525;
    height: 53px;
    position: relative;
}

.sub-nav-revised:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px;
    background: #252525;
    height: 53px;
}

.sub-nav-revised > ul {
    float: left;
    width: auto;
    position: relative;
    z-index: 2;
}

.sub-nav-revised > ul > li {
    float: left;
    list-style: none;
    display: inline;
    padding: 0 15px 0 15px;
    position: relative;
    height: 53px;
}

.sub-nav-revised > ul > li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    border: 6px solid #838383;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    display: none;
    margin-left: -3px;
}

.sub-nav-revised > ul > li.selectedItem:after {
    border-top-color: #fff;
}

.sub-nav-revised > ul > li:hover::after,
.sub-nav-revised > ul > li:focus::after,
.sub-nav-revised > ul > li.selectedItem:after {
    display: block;
}

.sub-nav-revised > ul > li a {
    font: 400 14px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff !important;
    padding: 19px 0px 18px 0px;
    float: left;
    position: relative;
}

.sub-nav-revised > ul > li a h3 {
    font: 400 14px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.sub-nav-revised > ul > li.active-section {
    background: #000;
    padding-left: 0;
    min-width: 330px;
    margin-right: 15px;
}

.sub-nav-revised > ul > li.active-section h3 {
    font: 400 17px/18px 'Gotham SSm A', 'Gotham SSm B';
}

.sub-nav-revised > ul > li.active-section a {
    font: 400 17px/18px 'Gotham SSm A', 'Gotham SSm B';
}

.sub-nav-revised > ul > li.active-section:after,
.sub-nav-revised > ul > li.green-bordered-item:after {
    display: none !important;
}

.sub-nav-revised > ul > li.green-bordered-item a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #11a549;
}


/***** fixed header wrap *****/

.fixed-header-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fullWraper {
    padding-top: 117px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav-shrink {
    padding-top: 68px;
}

.nav-shrink #fixedHeaderWrap {
    top: -35px;
}


/***** LinkedIn Button Styles *****/

.IN-widget {
    display: none !important;
}

.IN-widget img {
    transition: all 0.3s;
}

.IN-widget img:hover {
    opacity: 0.8;
}

.linkedin_loader {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    text-align: center;
}

.linkedin_loader p {
    float: left;
    margin-top: 50%;
    width: 100%;
    color: #fff !important;
}

.right-contnr.bg-gray {
    position: relative;
}

#wpadminbar {
    bottom: 0px !important;
    top: auto !important;
}


/***** ****************** *****/

.sub-nav-revised.highlight210 > ul > li.active-section {
    min-width: 210px;
}


/*ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table{
    border-bottom: 0 !important;
    width: 500px;
}
ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table .cell{
    width:250px;
    height: 300px;
}
ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table .cell:first-child{
    padding-left:50px;
    width:48%;
}*/

ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table .cell ul li {
    min-width: 0;
    float: left;
    width: 100% !important;
}

ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table {
    border-bottom: 0 !important;
    width: 655px !important;
}

ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table .cell {
    width: 250px !important;
    height: 300px;
    padding-right: 0;
}

ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table .cell:first-child {
    padding-left: 50px;
    width: 205px !important;
}

ul.mega-menu li.table-drops.fourth-child .custom-width-maker .pseodo-table .cell.cell-right {
    padding-left: 20px !important;
    padding-right: 40px !important;
    width: 200px !important;
}

#aim-dropdown-frame .nav_social_wrap {
    float: left;
    width: 150px;
    border-top: 1px solid #252525;
    margin-top: 27px;
}

#aim-dropdown-frame .nav_social_wrap span {
    float: left;
    width: 100%;
    font: 400 14px/16px 'Gotham SSm A', 'Gotham SSm B';
    margin: 38px 0 10px 0;
    color: #8b8b8b !important;
}

#aim-dropdown-frame .nav_social_wrap a {
    position: relative;
    float: left;
    width: 32px;
    height: 30px;
    margin-right: 5px;
}

#aim-dropdown-frame .nav_social_wrap a.fb_ico {
    background: transparent url('../img/global/menu_social.png') no-repeat 0px center !important;
}

#aim-dropdown-frame .nav_social_wrap a.tw_ico {
    background: transparent url('../img/global/menu_social.png') no-repeat -33px center !important;
}

#aim-dropdown-frame .nav_social_wrap a.lnk_ico {
    background: transparent url('../img/global/menu_social.png') no-repeat -77px center !important;
}

#aim-dropdown-frame .nav_social_wrap a.gp_ico {
    background: transparent url('../img/global/menu_social.png') no-repeat -122px center !important;
}


/*******Back to Top Button Styles******/

#backToTop {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 25px;
    display: none;
    cursor: pointer;
    font-size: 2em;
    display: none;
    z-index: 99999;
}

#backToTop a {
    position: relative;
    float: left;
}

#backToTop span {
    background: transparent url("../img/global/backtotop.png") no-repeat center;
    float: left;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#backToTop a:hover {
    text-decoration: none;
}


/*----------- custom-hide classes------------*/

.disp-none {
    display: none !important;
}


/*----------- navigation menu changes -------*/

ul.mega-menu li.why-sh-menu-drop .sub-container {}

ul.mega-menu li.managed-hosting-menu-drop .sub-container {
    margin-left: -318px !important;
}

ul.mega-menu li.managed-hosting-menu-drop .pseodo-table .cell-right {
    width: 275px !important;
}

ul.mega-menu li.infrastructure-menu-drop .sub-container {}

ul.mega-menu li.service-support-menu-drop .sub-container .pseodo-table .cell {
    width: 300px !important;
}


/*----------- navigation menu changes sep-24 -------*/

#aim-dropdown-frame ul.mega-menu .height350 .sub-container {
    height: 350px !important;
}

#aim-dropdown-frame ul.mega-menu .auto-height-dropdown .sub-container {
    height: auto !important;
}

#aim-dropdown-frame ul.mega-menu .managed-revised-menu .sub-container {
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 100px !important;
}

#aim-dropdown-frame ul.mega-menu .height350 .sub-h5 {
    margin-top: 15px !important;
}

ul.mega-menu .height350 .pseodo-table .cell > ul > li a {
    color: #9a9a9a !important;
    font-size: 13px !important;
    margin-bottom: 16px !important;
}

ul.mega-menu .height350 .pseodo-table .cell h5 a {
    line-height: 20px !important;
    font: 500 16px/18px 'Gotham SSm A', 'Gotham SSm B' !important;
}

ul.mega-menu .height350 .pseodo-table .cell > ul > li a:hover {
    color: #fff !important;
}

ul.mega-menu li .btn_wrap_menu {
    position: relative;
    float: left;
    width: 150px;
    border-top: 1px solid #252525;
    padding-top: 30px;
    margin-top: 13px;
}

.btn_wrap_menu--draas {
    margin-top: 32px !important;
    padding-top: 48px !important;
}

ul.mega-menu li .btn_wrap_menu .submenu-button {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font: 500 12px/1 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff !important;
    padding: 9px 20px 9px 20px !important;
    transition: all .3s ease-in-out;
    background: transparent;
    border: 1px solid #fff;
}

ul.mega-menu li .btn_wrap_menu .submenu-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.height350 .pseodo-table {
    padding-top: 5px;
    border-bottom: 0 !important;
}

ul.mega-menu li.table-drops.managed-revised-menu .pseodo-table .cell {
    width: 220px !important;
}

ul.mega-menu li.table-drops.managed-revised-menu .pseodo-table .cell-right {
    width: 240px !important;
}

ul.mega-menu li.server-and-private-menu-item .pseodo-table .cell {
    width: 210px;
}

ul.mega-menu li.server-and-private-menu-item .sub-container {
    margin-left: 0 !important;
}

ul.mega-menu li.service-support-menu-drop.height350 .sub-container .pseodo-table .cell {
    width: 282px !important;
}

#aim-dropdown-frame ul.mega-menu .height350.server-and-private-menu-item .sub {
    padding: 20px 35px 35px 35px;
}


/*-------------------------------------------revised top header---------------------------------*/

#top-header.revised-top-header .top-links-left {
    float: left !important;
    width: auto !important;
}

#top-header.revised-top-header .top-links > li {
    margin-right: 6px;
}

#top-header.revised-top-header .top-links .green-top-link {
    color: #46a918;
}

#top-header.revised-top-header .top-links > li > a {
    font: 500 13px/18px 'Gotham SSm A', 'Gotham SSm B';
}

#top-header.revised-top-header .top-links > li a.margin-left-eraser {
    margin-left: 0 !important;
}

#top-header.revised-top-header .flag-contnr {
    width: 50px !important;
    float: left;
    margin-left: 0;
}

#top-header.revised-top-header .settings-menu {
    position: relative;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

#bannerSliderFrame .sliding-frames {
    overflow: hidden;
}


/*=============sh footer=====================*/

.sh_footer_wrap {
    position: relative;
    float: left;
    width: 100%;
}

.sh_footer_wrap .sh_footer_top_frame {
    float: left;
    width: 100%;
    background: #333333;
    padding-top: 60px;
}

.sh_footer_bottom_frame {
    float: left;
    width: 100%;
    background: #2a2a2a;
    height: 115px;
}

.sh_footer_wrap .footer_logo_slider {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.sh_footer_wrap .footer_logo_slider .item {
    text-align: center;
}

.sh_footer_wrap .footer_logo_slider img {
    display: inline-block;
    max-width: 90%;
}

.sh_footer_wrap .footer_page_wrap {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #595959;
    padding-top: 55px;
    padding-bottom: 50px;
}

.sh_footer_wrap .footer_page_wrap .footer_split_frames {
    float: left;
    width: 20%;
}

.sh_footer_wrap .footer_links_list {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.sh_footer_wrap .footer_links_list > li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 7px;
}

.sh_footer_wrap .footer_links_list > li a {
    font: 400 12px/1.3 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
}

.sh_footer_wrap .footer_links_list > li h5 {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.sh_footer_wrap .footer_links_list > li h5 a {
    font: 600 16px/1.3 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
}

.sh_footer_wrap .contact_us_list {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.sh_footer_wrap .contact_us_list > li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 15px
}

.sh_footer_wrap .contact_us_list > li span,
.sh_footer_wrap .contact_us_list > li strong {
    width: 60%;
    float: left;
    font: 400 16px/1.1 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
}

.sh_footer_wrap .contact_us_list > li span {
    width: 40%
}

.sh_footer_wrap .footer_btn_cht {
    width: 100%;
    text-align: center;
}

.sh_footer_wrap .bottom-f {
    position: relative;
    width: 100%;
    background: #252525;
    float: left;
    min-height: 115px;
}

.sh_footer_wrap .bottom-f .fb-box {
    position: relative;
    margin-top: 23px;
    float: left;
}

.sh_footer_wrap .bottom-f .fb-box .white-outline-type2 {
    padding: 11px 20px 10px;
}

.sh_footer_wrap .bottom-f .w399 {
    width: 399px;
}

.sh_footer_wrap .bottom-f .w520 {
    width: 520px;
}

.sh_footer_wrap .bottom-f .w281 {
    width: 215px;
}

.sh_footer_wrap .bottom-f .fb-box h5 {
    position: relative;
    width: 100%;
    font: 400 14px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    margin-bottom: 9px;
    float: left;
}

.sh_footer_wrap .bottom-f .fb-box p {
    position: relative;
    text-align: right;
    font: 400 12px/14px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    margin: 25px 0 0 0;
    float: right;
}

.sh_footer_wrap .bottom-f .fb-box ul {
    position: relative;
    max-width: 100%;
    margin-top: 13px;
    float: right;
}

.sh_footer_wrap .bottom-f .fb-box ul li {
    display: inline;
    font: 500 12px/14px 'Gotham SSm A', 'Gotham SSm B';
    color: #a1a1a1;
    margin-left: 7px;
    text-transform: uppercase;
}

.sh_footer_wrap .bottom-f .fb-box ul li:first-child {
    margin-left: 0px !important;
}

.sh_footer_wrap .bottom-f .fb-box ul li a {
    color: #a1a1a1;
    display: inline-block;
}

.sh_footer_wrap .bottom-f .fb-box ul li a:hover {
    opacity: .8;
}

.sh_footer_wrap .bottom-f .fb-box .fb {
    position: relative;
    width: 25px;
    height: 37px;
    margin-right: 18px;
    background: transparent url('https://www.singlehop.com/wp-content/themes/singlehop/img/global/global-sprite-seo.png') no-repeat -3px -334px;
    float: left;
}

.sh_footer_wrap .bottom-f .fb-box .tw {
    position: relative;
    width: 37px;
    height: 37px;
    margin-right: 18px;
    background: transparent url('https://www.singlehop.com/wp-content/themes/singlehop/img/global/global-sprite-seo.png') no-repeat -1px -265px;
    float: left;
}

.sh_footer_wrap .bottom-f .fb-box .in {
    position: relative;
    width: 42px;
    height: 37px;
    margin-right: 18px;
    background: transparent url('https://www.singlehop.com/wp-content/themes/singlehop/img/global/global-sprite-seo.png') no-repeat 3px -200px;
    float: left;
}

.sh_footer_wrap .bottom-f .fb-box .gp {
    position: relative;
    width: 39px;
    height: 37px;
    background: transparent url('https://www.singlehop.com/wp-content/themes/singlehop/img/global/global-sprite-seo.png') no-repeat 2px -147px;
    float: left;
}

.sh_footer_wrap .bottom-f .fb-box input[type="text"] {
    position: relative;
    width: 259px;
    height: 40px;
    font: 400 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    text-indent: 11px;
    color: #777;
    border-style: none;
    background: #202020;
    margin-right: 15px;
    float: left;
    border-radius: 0;
}

.sh_footer_wrap .aside-button {
    font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: left;
    padding: 15px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    width: 292px;
}

.sh_footer_wrap .aside-button:hover {
    color: #363636;
    background: #fff;
}

.sh_footer_wrap .right-data-block .aside-button {
    font: 500 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #0ca600;
    float: left;
    padding: 15px 20px 14px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #0ca600;
    width: 100%;
    margin-bottom: 10px;
}

.sh_footer_wrap .right-data-block .aside-button:hover {
    color: #fff;
    background: #0ca600;
}

.sh_footer_wrap .aside-get-start .aside-button {
    font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: left;
    padding: 15px 20px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    margin-top: -15px;
}

.sh_footer_wrap .aside-get-start .aside-button:hover {
    color: #363636;
    background: #fff;
}


/*--------------------footer bottom div -------------------*/


/*---------------------------------------------newsletter subscribe---------------------------*/

.sh_footer_wrap .newsletter-cont .row {
    width: 250px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.sh_footer_wrap .newsletter-cont .row span {
    position: absolute;
    right: 0px;
    top: -20px;
    height: 20px;
    padding: 0 8px;
    font: 400 11px/18px 'Gotham SSm A', 'Gotham SSm B';
}

.sh_footer_wrap .newsletter-cont .error input,
.sh_footer_wrap .newsletter-cont .error textarea {
    border: 1px solid red !important;
    transition: all .5s;
}

.sh_footer_wrap .newsletter-cont .error span {
    color: white;
    background: red;
}

.sh_footer_wrap .newsletter-cont .row i {
    display: none;
}

.sh_footer_wrap .newsletter-cont .error i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 9px;
    z-index: 1;
    background: #202020 url("../img/global/footer-cross.png") no-repeat 2px 2px;
    display: block;
}

.sh_footer_wrap .newsletter-cont div.row span {
    display: none;
}

.sh_footer_wrap .newsletter-cont div.row.error span {
    display: block;
}

.sh_footer_wrap .newsletter-cont div.row.error label.error {
    display: none !important;
}

.sh_footer_wrap .newsletter-succcess {
    font: 400 14px/25px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    float: left;
    background: transparent url("../img/global/notifIcons.png") no-repeat left -37px;
    padding-left: 30px;
}

.sh_footer_wrap textarea.reformated {
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

.sh_footer_wrap .newsletter-cont .aside-button {
    width: auto;
    padding: 12px 20px 12px;
}

.checkbox-outer-common-form {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.checkbox-outer-common-form .checkbox_row {
    float: left;
    width: auto;
    font-size: 13px;
    padding-right: 10px;
    text-align: left;
    color: #fff;
}

.checkbox-outer-common-form .checkbox_row input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.checkbox-outer-common-form.dark .checkbox_row {
    color: #555;
}

.checkbox-outer-common-form .checkbox_row b {
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
}


/*------------------ Ai ---------------------*/

.ai_banner_footer {
    background-color: #fbfbfb;
    position: relative;
    float: left;
    width: 100%;
    border-top: solid 1px #d7d7d7;
    overflow: hidden;
}

.ai_banner_footer .leftarea {
    position: relative;
    float: left;
    max-width: 100%;
    width: 100%;
}

.ai_banner_footer .left_data_wrap_ai {
    position: relative;
    float: left;
    width: 550px;
    padding: 45px 0px 67px 0px;
}

.ai_banner_footer .leftarea h4 {
    width: 100%;
    position: relative;
    float: left;
    font: italic 700 40px/1.25 'Archer SSm A', 'Archer SSm B';
    color: #0ca600;
    padding-left: 85px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ai_banner_footer .leftarea h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    background: transparent url('../img/home_2016_1/lgo.png') no-repeat top left;
    background-size: contain;
}

.ai_banner_footer .leftarea h5,
.ai_banner_footer .leftarea p {
    width: 100%;
    font: 300 23px/1.3 'Gotham SSm A', 'Gotham SSm B';
    position: relative;
    float: left;
    margin-top: 14px;
    color: #3d3d3d;
    padding-bottom: 28px;
}

.ai_banner_footer .leftarea h5 span,
.ai_banner_footer .leftarea p span {
    font-style: italic;
    font-weight: 500;
    font-family: "Archer SSm A", "Archer SSm B";
}

.ai_banner_footer .leftarea .btngreen {
    width: 280px;
    position: relative;
    float: left;
    font: 400 16px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #fff;
    background-color: #2aa84b;
    padding: 16px 0px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-top: 32px;
    margin-right: 25px;
    transition: all .3s ease-in-out;
}

.ai_banner_footer .leftarea .btngreen:hover {
    background-color: #505050;
}

.ai_banner_footer .leftarea .launch {
    position: relative;
    float: left;
    font: 400 14px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #545353;
    text-align: center;
    text-transform: uppercase;
    margin-top: 48px;
}

.ai_banner_footer .rightarea {
    position: absolute;
    float: left;
    width: 600px;
    left: 550px;
    height: 100%;
}

.ai_banner_footer .ai_img {
    bottom: 0;
    position: absolute;
}


/*cookies wrap*/

.cookie-info-box-agree {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #000000;
    padding: 10px 10px;
    text-align: center;
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-backface-visibility: hidden;
}

.cookie-info-box-agree.visibility-modifier {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookie-info-box-agree .cookie-info-box-agree-text {
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 300;
}

.cookie-infor-box-agree-btn {
    font: 500 11px/1.2 'Gotham SSm A', 'Gotham SSm B';
    color: #fff !important;
    background: #0ca600 !important;
    float: none;
    padding: 5px 15px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.cookie-info-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cookie-read-more-link {
    color: #0ca600;
    text-decoration: none;
    font-weight: 400;
}

@media (max-width: 1410px) {
    .cookie-info-btn-wrap {
        margin-top: 5px;
    }
}

.cookie-infor-box-agree-btn:hover {
    opacity: .8;
}

@media (max-width: 1199px) {
    .ai_banner_footer .leftarea .btngreen {
        margin-top: 26px !important;
    }
    .ai_banner_footer .left_data_wrap_ai {
        position: relative;
        float: left;
        width: 50%;
        padding: 45px 0px 46px 0px;
    }
    .ai_banner_footer .rightarea {
        position: relative;
        float: left;
        width: 50%;
        top: 10%;
    }
    .ai_banner_footer .ai_img {
        bottom: 0;
        position: absolute;
        width: 460px;
    }
    .ai_banner_footer .leftarea h4 {
        font: italic 700 28px/1 'Archer SSm A', 'Archer SSm B';
        padding-left: 60px;
        padding-top: 15px;
    }
    .ai_banner_footer .leftarea h4:before {
        width: 52px;
        height: 52px;
    }
    .ai_banner_footer .leftarea h5,
    .ai_banner_footer .leftarea p {
        width: 100%;
        font: 300 19px/1.3 'Gotham SSm A', 'Gotham SSm B';
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-top: 20px;
    }
    .ai_banner_footer .leftarea .launch {
        display: none;
    }
    .sh_footer_wrap .tab_sec_1,
    .sh_footer_wrap .tab_sec_2,
    .sh_footer_wrap .tab_sec_3 {
        width: 33.33%;
        float: left;
    }
    .sh_footer_wrap .footer_page_wrap .footer_split_frames {
        width: 100%;
    }
    .sh_footer_wrap .footer_links_list {
        margin: 0 0 20px 0;
    }
    .sh_footer_wrap .bottom-f .w399 {
        width: 40%;
    }
    .sh_footer_wrap .bottom-f .w520 {
        width: auto;
        max-width: 53%;
        float: right;
    }
    .sh_footer_wrap .bottom-f .w281 {
        width: 100%;
        float: right;
        text-align: right;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .sh_footer_wrap .bottom-f .fb-box p {
        text-align: right;
        width: 100%;
        margin: 0px 0 0 0;
    }
    .sh_footer_wrap .owl-theme .owl-controls .owl-page span {
        width: 8px;
        height: 8px;
        margin: 5px 3px;
    }
    .cookie-info-btn-wrap {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .sh_footer_wrap .tab_sec_1,
    .sh_footer_wrap .tab_sec_2 {
        width: 50%;
        float: left;
    }
    .tab_sec_3 {
        width: 51% !important;
        float: left;
    }
    .sh_footer_wrap .footer_page_wrap .footer_split_frames {
        width: 100%;
    }
    .sh_footer_wrap .footer_links_list {
        margin: 0 0 20px 0;
    }
    .sh_footer_wrap .bottom-f .w399 {
        width: 100%;
    }
    .sh_footer_wrap .bottom-f .w520 {
        width: 100%;
        float: right;
        max-width: 100%;
    }
    .sh_footer_wrap .bottom-f .w281 {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .sh_footer_wrap .bottom-f .fb-box p {
        text-align: left;
        width: 100%;
        margin: 0px 0 0 0;
    }
    .sh_footer_wrap .bottom-f .fb-box ul {
        float: left;
    }
    .sh_footer_wrap .contact_us_list > li span,
    .sh_footer_wrap .contact_us_list > li strong {
        width: 100%;
        font-size: 14px;
    }
    .ai_banner_footer .ai_img {
        display: none;
    }
    .ai_banner_footer .left_data_wrap_ai {
        width: 100%;
    }
    .sh_footer_wrap .newsletter-cont .row {
        margin-bottom: 10px;
    }
    .sh_footer_wrap .footer_btn_cht {
        padding-left: 0;
        padding-right: 0;
    }
    .sh_footer_wrap .footer_links_list > li h5 a {
        font-size: 14px !important;
    }
}
