@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(cristi.css);

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
}
html {
    position: relative;
    min-height: 100%;
}
.push {
    min-height: 270px;
}
.noAction,
.noAction p,
.noAction a,
.noAction i {
    color: #cccccc!important;
    cursor: auto!important;
    pointer-events: none!important;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 30px!important;
    height: 270px;
}
#mp-pusher{
    min-height: 100vh;
}
/*#mp-pusher{
    height: auto !important;
    margin: 0 auto -155px;
    min-height: 100%;
}*/
.footer {
    width: 100%;
    display: inline-block;
/*    opacity: 0;*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
input {
    padding:3px 5px 4px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
ul, ol {
  margin-left: 0;
  padding-left: 15px;
  list-style: none;
}

.section.find-consulting .right_details li:before {
  content: "•";
  display: inline;
  float: left;
  margin-left: -15px;
}

.hidden_print {
    display:none!important;
}
@media print {
    .hidden_print {
        display:block!important;
    }
}

/*li:before {
  content: "•";
  display: inline;
  float: left;
  margin-left: -15px;
}*/

#header ul,
.banner ul,
.talk-to-us ul,
.connect-with-us ul,
.footer ul,
.project-details .col-lg-3 ul{
  margin-left: 0;
  padding-left: 0px;
  list-style: none;
}

#header ul li:before,
.banner ul li:before,
.talk-to-us ul li:before,
.connect-with-us ul li:before,
.footer ul li:before,
.project-details .col-lg-3 ul li:before{
    content: '';
    margin-left: 0;
}

caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
abbr,
acronym {
    border:0;
}
a,
.btn {
    outline: 0;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a {
    color: #97002e;
}
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #97002e;
    opacity: 0.8;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
a.border-btn {
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    padding: 7px 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 15px;
    display: inline-block;
    width: auto;
    line-height: 22px;
}

a.border-btn::before {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.1s;
    transition-property: border-width;
    transition-timing-function: ease-out;
    z-index: -1;
}
a.border-btn {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    display: inline-block;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
}
a.border-btn:hover::before,
a.border-btn:focus::before,
a.border-btn:active::before {
    border-width: 1px;
    transform: translateY(0px);
}
/* ===============================================================
Custom Styles
================================================================*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
body.menu-visible {
    overflow: hidden !important;
}
h1 { font-size: 30px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}

h2.page-title {
    color: #02b9bd;
    font-family: "Roboto Slab",serif;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 25px;
    position: relative;
    padding-right: 100px;
}
h3.page-title {
    color: #02b9bd;
    font-family: "Roboto Slab",serif;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 25px;
    position: relative;
    padding-right: 100px;
}
h2.page-title .back-btn,
h3.page-title .back-btn {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    color: #ee3a23;
    padding: 0;
    text-shadow: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../../ws-content/images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
.icheckbox_square-blue.hover {
    background-position: -24px 0;
}
.icheckbox_square-blue.checked {
    background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-blue {
    background-position: -120px 0;
}
.iradio_square-blue.hover {
    background-position: -144px 0;
}
.iradio_square-blue.checked {
    background-position: -168px 0;
}
.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-blue.checked.disabled {
    background-position: -216px 0;
}

.pagination {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.pagination > .pull-left {
    position: absolute;
    left: 0px;
}
.pagination > .pages {
    width: 100%;
    padding-left: 120px;
    text-align: left;
}
.pagination > .pages > li {
    display: inline-block;
    padding: 0 5px;
}
.pagination > .pages > li a {
    color: #ee3a23;
    text-transform: capitalize;
    font-weight: 400;
}
.pagination > .pages > li a.active {
    font-weight: bold;
    text-decoration: underline;
}

.why-work-with-acei-members- ol {
    padding-left: 15px;
}
.why-work-with-acei-members- ol li {
    list-style-type: decimal;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(../../ws-content/images/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.subscribe-mailchimp {
    background: #0b4854;
    padding: 30px 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #106475;
}
#mailchimp-form h2 {
    color: #3f3f3f;
    margin-bottom: 15px;
    font-weight: 300;
    margin-top: 10px;
    color: #ffffff;
}
#mailchimp-form input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    color: #3f3f3f;
    height: 41px;
    margin-bottom: 0;
    padding-left: 10px;
}
#mailchimp-form .button.btn {
    background: #f1592a none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    height: 50px;
    margin-top: -6px;
    text-transform: uppercase;
    width: 100%;
}
.footer .container {
    height: auto;
}
.mce_inline_error,
#mce-success-response,
#mce-error-response {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    color: #e85c41;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 1em;
    padding: 5px 10px;
    width: 100%;
    z-index: 1;
}

/************************************************************
Social Font
************************************************************/
@font-face {
    font-family: "socicon";
    src:url("../fonts/socicon.eot");
    src:url("../fonts/socicon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/socicon.woff") format("woff"),
    url("../fonts/socicon.ttf") format("truetype"),
    url("../fonts/socicon.svg#socicon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "socicon" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
}
.socicon-button [class^="socicon-"],
.socicon-button [class*=" socicon-"] {
    vertical-align: middle;
    margin-right: 0.3em;
}
.social_icons .socicon {
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    color: #0b4854;
    background: rgb(255, 255, 255);
    background: transparent;
    background: rgba(255, 255, 255, 0.5);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF,endColorstr=#7fFFFFFF);/*IE 5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF,endColorstr=#7fFFFFFF)";/*IE8*/
    zoom: 1;
    border-radius: 50%;
    text-align: center;
}
#header .social_icons .socicon {
    width: 26px;
    height: 26px;
}
.footer .social_icons a span {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
#header .social_icons a span{
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-45%, -45%);
    font-size: 16px;
    line-height: 21px;
    height: 26px;
    width: 26px;
}
#header [class^="socicon-"]::before,
#header [class*=" socicon-"]::before {
    line-height: 25px;
}
#header .social_icons a {
    margin-left: 10px;
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.socicon-tunein:before {
  content: "\e903";
}
.socicon-gamejolt:before {
  content: "\e901";
}
.socicon-trello:before {
  content: "\e902";
}
.socicon-spreadshirt:before {
  content: "\e900";
}
.socicon-500px:before {
  content: "\e000";
}
.socicon-8tracks:before {
  content: "\e001";
}
.socicon-airbnb:before {
  content: "\e002";
}
.socicon-alliance:before {
  content: "\e003";
}
.socicon-amazon:before {
  content: "\e004";
}
.socicon-amplement:before {
  content: "\e005";
}
.socicon-android:before {
  content: "\e006";
}
.socicon-angellist:before {
  content: "\e007";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-appnet:before {
  content: "\e009";
}
.socicon-baidu:before {
  content: "\e00a";
}
.socicon-bandcamp:before {
  content: "\e00b";
}
.socicon-battlenet:before {
  content: "\e00c";
}
.socicon-beam:before {
  content: "\e00d";
}
.socicon-bebee:before {
  content: "\e00e";
}
.socicon-bebo:before {
  content: "\e00f";
}
.socicon-behance:before {
  content: "\e010";
}
.socicon-blizzard:before {
  content: "\e011";
}
.socicon-blogger:before {
  content: "\e012";
}
.socicon-buffer:before {
  content: "\e013";
}
.socicon-chrome:before {
  content: "\e014";
}
.socicon-coderwall:before {
  content: "\e015";
}
.socicon-curse:before {
  content: "\e016";
}
.socicon-dailymotion:before {
  content: "\e017";
}
.socicon-deezer:before {
  content: "\e018";
}
.socicon-delicious:before {
  content: "\e019";
}
.socicon-deviantart:before {
  content: "\e01a";
}
.socicon-diablo:before {
  content: "\e01b";
}
.socicon-digg:before {
  content: "\e01c";
}
.socicon-discord:before {
  content: "\e01d";
}
.socicon-disqus:before {
  content: "\e01e";
}
.socicon-douban:before {
  content: "\e01f";
}
.socicon-draugiem:before {
  content: "\e020";
}
.socicon-dribbble:before {
  content: "\e021";
}
.socicon-drupal:before {
  content: "\e022";
}
.socicon-ebay:before {
  content: "\e023";
}
.socicon-ello:before {
  content: "\e024";
}
.socicon-endomodo:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-etsy:before {
  content: "\e027";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-feedburner:before {
  content: "\e029";
}
.socicon-filmweb:before {
  content: "\e02a";
}
.socicon-firefox:before {
  content: "\e02b";
}
.socicon-flattr:before {
  content: "\e02c";
}
.socicon-flickr:before {
  content: "\e02d";
}
.socicon-formulr:before {
  content: "\e02e";
}
.socicon-forrst:before {
  content: "\e02f";
}
.socicon-foursquare:before {
  content: "\e030";
}
.socicon-friendfeed:before {
  content: "\e031";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-goodreads:before {
  content: "\e033";
}
.socicon-google:before {
  content: "\e034";
}
.socicon-googlescholar:before {
  content: "\e035";
}
.socicon-googlegroups:before {
  content: "\e036";
}
.socicon-googlephotos:before {
  content: "\e037";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-grooveshark:before {
  content: "\e039";
}
.socicon-hackerrank:before {
  content: "\e03a";
}
.socicon-hearthstone:before {
  content: "\e03b";
}
.socicon-hellocoton:before {
  content: "\e03c";
}
.socicon-heroes:before {
  content: "\e03d";
}
.socicon-hitbox:before {
  content: "\e03e";
}
.socicon-horde:before {
  content: "\e03f";
}
.socicon-houzz:before {
  content: "\e040";
}
.socicon-icq:before {
  content: "\e041";
}
.socicon-identica:before {
  content: "\e042";
}
.socicon-imdb:before {
  content: "\e043";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-issuu:before {
  content: "\e045";
}
.socicon-istock:before {
  content: "\e046";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-keybase:before {
  content: "\e048";
}
.socicon-lanyrd:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e04a";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-livejournal:before {
  content: "\e04d";
}
.socicon-lyft:before {
  content: "\e04e";
}
.socicon-macos:before {
  content: "\e04f";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-medium:before {
  content: "\e051";
}
.socicon-meetup:before {
  content: "\e052";
}
.socicon-mixcloud:before {
  content: "\e053";
}
.socicon-modelmayhem:before {
  content: "\e054";
}
.socicon-mumble:before {
  content: "\e055";
}
.socicon-myspace:before {
  content: "\e056";
}
.socicon-newsvine:before {
  content: "\e057";
}
.socicon-nintendo:before {
  content: "\e058";
}
.socicon-npm:before {
  content: "\e059";
}
.socicon-odnoklassniki:before {
  content: "\e05a";
}
.socicon-openid:before {
  content: "\e05b";
}
.socicon-opera:before {
  content: "\e05c";
}
.socicon-outlook:before {
  content: "\e05d";
}
.socicon-overwatch:before {
  content: "\e05e";
}
.socicon-patreon:before {
  content: "\e05f";
}
.socicon-paypal:before {
  content: "\e060";
}
.socicon-periscope:before {
  content: "\e061";
}
.socicon-persona:before {
  content: "\e062";
}
.socicon-pinterest:before {
  content: "\e063";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-player:before {
  content: "\e065";
}
.socicon-playstation:before {
  content: "\e066";
}
.socicon-pocket:before {
  content: "\e067";
}
.socicon-qq:before {
  content: "\e068";
}
.socicon-quora:before {
  content: "\e069";
}
.socicon-raidcall:before {
  content: "\e06a";
}
.socicon-ravelry:before {
  content: "\e06b";
}
.socicon-reddit:before {
  content: "\e06c";
}
.socicon-renren:before {
  content: "\e06d";
}
.socicon-researchgate:before {
  content: "\e06e";
}
.socicon-residentadvisor:before {
  content: "\e06f";
}
.socicon-reverbnation:before {
  content: "\e070";
}
.socicon-rss:before {
  content: "\e071";
}
.socicon-sharethis:before {
  content: "\e072";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-slideshare:before {
  content: "\e074";
}
.socicon-smugmug:before {
  content: "\e075";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-songkick:before {
  content: "\e077";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-stackexchange:before {
  content: "\e07a";
}
.socicon-stackoverflow:before {
  content: "\e07b";
}
.socicon-starcraft:before {
  content: "\e07c";
}
.socicon-stayfriends:before {
  content: "\e07d";
}
.socicon-steam:before {
  content: "\e07e";
}
.socicon-storehouse:before {
  content: "\e07f";
}
.socicon-strava:before {
  content: "\e080";
}
.socicon-streamjar:before {
  content: "\e081";
}
.socicon-stumbleupon:before {
  content: "\e082";
}
.socicon-swarm:before {
  content: "\e083";
}
.socicon-teamspeak:before {
  content: "\e084";
}
.socicon-teamviewer:before {
  content: "\e085";
}
.socicon-technorati:before {
  content: "\e086";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-tripadvisor:before {
  content: "\e088";
}
.socicon-tripit:before {
  content: "\e089";
}
.socicon-triplej:before {
  content: "\e08a";
}
.socicon-tumblr:before {
  content: "\e08b";
}
.socicon-twitch:before {
  content: "\e08c";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-uber:before {
  content: "\e08e";
}
.socicon-ventrilo:before {
  content: "\e08f";
}
.socicon-viadeo:before {
  content: "\e090";
}
.socicon-viber:before {
  content: "\e091";
}
.socicon-viewbug:before {
  content: "\e092";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-vine:before {
  content: "\e094";
}
.socicon-vkontakte:before {
  content: "\e095";
}
.socicon-warcraft:before {
  content: "\e096";
}
.socicon-wechat:before {
  content: "\e097";
}
.socicon-weibo:before {
  content: "\e098";
}
.socicon-whatsapp:before {
  content: "\e099";
}
.socicon-wikipedia:before {
  content: "\e09a";
}
.socicon-windows:before {
  content: "\e09b";
}
.socicon-wordpress:before {
  content: "\e09c";
}
.socicon-wykop:before {
  content: "\e09d";
}
.socicon-xbox:before {
  content: "\e09e";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-yahoo:before {
  content: "\e0a0";
}
.socicon-yammer:before {
  content: "\e0a1";
}
.socicon-yandex:before {
  content: "\e0a2";
}
.socicon-yelp:before {
  content: "\e0a3";
}
.socicon-younow:before {
  content: "\e0a4";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-zapier:before {
  content: "\e0a6";
}
.socicon-zerply:before {
  content: "\e0a7";
}
.socicon-zomato:before {
  content: "\e0a8";
}
.socicon-zynga:before {
  content: "\e0a9";
}

/************************************************************
Special cases
************************************************************/
.special-case {
    margin-top: -100px;
}
.special-case .case {
    background: #02b9bd;
    color: #ffffff;
    text-align: center;
}
.special-case .case2 .case {
    background: #078082;
}
.special-case .case3 .case {
    background: #0b4854;
}
.special-case .mask-image {
    width: 100%;
    height: 155px;
    overflow: hidden;
    position: relative;
}
.special-case img {
    width: 100%;
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    margin: auto;
}
.special-case h2 {
    border: 8px solid #ffffff;
    border-bottom: 0;
    font-family: 'Roboto Slab', serif;
    padding: 20px 0;
}
.special-case a {
    margin-top: 0;
    max-width: 135px;
    display: block;
    margin: 15px auto 5px auto;
}
.special-case .text {
    padding: 15px;
    border: 8px solid #ffffff;
    border-top: 0;
    line-height: 17px;
}
.special-case .text .text-center {
    min-height: 180px;
    width: 100%;
}

/************************************************************
END Special cases
************************************************************/



/************************************************************
Upcoming events
************************************************************/
.upcoming-events-home {
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    font-weight: 400;
}
.upcoming-events-home h1 {
    line-height: 46px;
}
.upcoming-events-home h2 {
    line-height: 30px;
}
.custom-table {
    width: 100%;
}
.custom-table .custom-row {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 10px;
}
.book-now {
    background: #dc291e none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    clear: both;
    width: 100px;
    text-align: center;
    margin-bottom: 10px;
}
.book-now:hover,
.book-now:active {
    color: #ffffff;
}
/************************************************************
END Upcoming events
************************************************************/

/* nav wizard */
.nav-wizard {
}
.nav-wizard > li {
    float: left;
}
.nav-wizard > li > a {
    background-color: #eeeeee;
    position: relative;
    color: #4b5259;
    font-weight: bold;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.nav-wizard > li > a .badge {
    background-color: #ee3a23;
    color: #eeeeee;
    margin-left: 3px;
}
.nav-wizard > li:not(:first-child) > a {
    padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a::before {
    border-bottom: 20px inset transparent;
    border-left: 20px solid #ffffff;
    border-top: 20px inset transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.nav-wizard > li:not(:last-child) > a {
    margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a::after {
    border-bottom: 18px inset transparent;
    border-left: 20px solid #eeeeee;
    border-top: 20px inset transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    z-index: 2;
}
.nav-wizard > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-wizard > li.done:hover > a, .nav-wizard > li:hover > a {
    background-color: #d5d5d5;
    opacity: 1;
    cursor: default;
}
.nav-wizard > li.done:hover > a::before, .nav-wizard > li:hover > a::before {
    border-right-color: #d5d5d5;
    opacity: 1;
}
.nav-wizard > li.done:hover > a::after, .nav-wizard > li:hover > a::after {
    border-left-color: #d5d5d5;
    opacity: 1;
}
.nav-wizard > li.done > a {
    background-color: #e2e2e2;
    opacity: 1;
}
.nav-wizard > li.done > a::before {
    border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a::after {
    border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a, .nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
    background-color: #ee3a23;
    color: #ffffff;
}
.nav-wizard > li.active > a::after {
    border-left-color: #ee3a23;
}
.nav-wizard > li.active > a .badge {
    background-color: #ffffff;
    color: #ee3a23;
}
.nav-wizard > li.disabled > a {
    color: #777777;
}
.nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: default;
    text-decoration: none;
}
.nav-wizard > li.disabled > a::before {
    border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a::after {
    border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
    float: none;
}
.nav-wizard.nav-justified > li > a {
    padding: 10px 15px;
}
@media (max-width: 768px) {
    .nav-wizard.nav-justified > li > a {
        border-radius: 4px;
        margin-right: 0;
    }
    .nav-wizard.nav-justified > li > a::before, .nav-wizard.nav-justified > li > a::after {
        border: medium none !important;
    }
}

.custom-dl-horizontal dt {
    text-align: left;
    width: 120px;
}
.checkbox-subscribe {
    margin-bottom: 20px;
}
.custom-dl-horizontal dd {
    margin-left: 115px;
}
.custom-dl-horizontal dt,
.custom-dl-horizontal dd {
    font-size: 13px;
    padding-bottom: 2px;
}
.details-event {
    padding: 20px;
}
.nextandback {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.nextandback > div {
    display: inline-block;
}
.nextandback a {
    margin-right: 15px;
    border-radius: 0;
    color: #ffffff;
    font-family: "Roboto Slab",sans-serif;
    height: auto;
    line-height: 25px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
}
.nextandback #next-event {
    background: #ee3a23 none repeat scroll 0 0;
}
.nextandback #back-event {
    background: #f9f9fa none repeat scroll 0 0;
    color: #88919a;
}
.not-active {
   pointer-events: none;
   cursor: default;
   display: none!important;
}
.booking_options {
    margin-top: 30px;
}
.booking_options legend {
    background-color: #eeeeee;
    color: #4b5259;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 10px 15px;
    font-size: 14px;
}

/* new booking */
.booking_options .customSelect,
.booking_options #coupon_code  {
    border: 2px solid #1f4752;
}
.booking_options #coupon_code {
    height: 38px;
}
.booking_options.step1 .disabled {
    opacity: 0.5;
}
.opacity-off {
    opacity: 0!important;
}
.payment-options {
    padding: 0;
    margin: 20px 0;
}
.payment-options li {
    display: inline-block;
}
.payment-options li:first-child {
    margin-right: 20px;
}

.payment-options li a,
.payment-options li a:hover,
.payment-options li a:focus,
.payment-options li a:active {
    background: #ee3a23;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
}


.exclamer {
    font-size: 10px;
    color: #d30044;
    line-height: 10px;
}
.booking_options ol li > label {
    margin-top: 10px;
    margin-bottom: 10px;
}
.booking_options ol select {
    margin-right: 10px;
    margin-bottom: 20px;
}
.red-color {
    color: #d30044;
    font-weight: bold;
}
.warning {
    color: #ff0000;
}

.red-btn,
.red-btn:hover,
.red-btn:focus {
    background: #ee3a23 none repeat scroll 0 0;
    border-radius: 0;
    font-family: "Roboto Slab",sans-serif;
    height: auto;
    line-height: 25px;
    color: #fff;
}
.upload-pdf .red-btn {
    border: 1px solid #ee3a23;
    line-height: 1.42857;
}

.green-btn,
.green-btn:hover,
.green-btn:focus {
    background: #0b4854 none repeat scroll 0 0;
    border-radius: 0;
    font-family: "Roboto Slab",sans-serif;
    height: auto;
    line-height: 25px;
    color: #fff;
}
.upload-pdf .green-btn {
    border: 1px solid #0b4854;
    line-height: 1.42857;
}
.upload-pdf .input-group {
    margin-bottom: 0px;
}
.form-details {
    margin-top: 0px;
}
.form-details fieldset {
    margin-top: 30px;
}
.form-details .attendees b {
    padding-bottom: 3px;
}
.booking_options input[type="text"] {
    background: #f8f6f6;
}

.booking_options input {
    color: #989898;
}
.booking_options input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #989898;
  opacity: 1;
}
.booking_options input ::-moz-placeholder { /* Firefox 19+ */
  color: #989898;
  opacity: 1;
}
.booking_options input :-ms-input-placeholder { /* IE 10+ */
  color: #989898;
  opacity: 1;
}
.booking_options input :-moz-placeholder { /* Firefox 18- */
  color: #989898;
  opacity: 1;
}

.booking_options input:focus {
    outline: none;
}

.confirm-invitation button {
    float: left;
}

/************************************************************
listing-moduls
************************************************************/
.listing-moduls {
    color: #282828;
    line-height: 18px;
}
.listing-moduls h3 {
    color: #02b9bd;
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    border-bottom: 3px solid #0b4854;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.listing-moduls .thumb img {
    max-width: 100%;
    /*width: 100%;*/
}
.listing-moduls time {
    color: #02b9bd;
    margin-bottom: 5px;
    display: inline-block;
}
.listing-moduls a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #ee3a23;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.listing-moduls a.div-container {
    text-align: center;
}
.listing-moduls .read-more {
    margin-top: 15px;
}

/************************************************************
End listing-moduls
************************************************************/

#header {
/*    background: #eeeeee;*/
background: -moz-linear-gradient(90deg, #0b4854 33%, #eeeeee 33%);/* FF3.6+ */
background: -webkit-gradient(linear, 90deg, color-stop(33%, #0b4854), color-stop(33%, #eeeeee));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(90deg, #0b4854 33%, #eeeeee 33%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(90deg, #0b4854 33%, #eeeeee 33%);/* Opera 11.10+ */
background: -ms-linear-gradient(90deg, #0b4854 33%, #eeeeee 33%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b4854', endColorstr='#eeeeee', GradientType='0'); /* for IE */
background: linear-gradient(360deg, #0b4854 33%, #eeeeee 33%);/* W3C */
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    border-bottom: 8px solid #eeeeee;
}
.top-nav {
    margin-bottom: 40px;
    margin-top: 30px;
}
#mp-menu > .mp-level ul.top-menu li a {
    color: #ee3a23;
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#mp-menu > .mp-level ul.top-menu li .mp-level a {
    color: #ffffff;
}




.banner {
    position: relative;
}
.banner img {
    width: 100%;
    display: block;
}

section {
    padding: 30px 0;
}
.custom-content  pre {
    color: #228d8f;
    font-size: 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inherit;
    line-height: 18px;
    padding: 0;
    margin: 0;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
}

.footer {
    background: #0b4854;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 14px;
}
.footer img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.footer p {
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
    color: #ffffff;
}
.footer h5 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 10px;
}
.footer a {
    color: #ffffff;
    font-weight: bold;
}
.footer .social_icons {
    margin-bottom: 10px;
}
.footer .social_icons a {
    margin: 0 10px;
}

.menu-footer li {
    display: inline-block;
    padding: 2px 8px;
}
.menu-footer a {
    font-weight: 400;
    color: #ffffff!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #909090;
   opacity: 1;

}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
   color: #909090;
   opacity: 1;

}

input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #909090;
   opacity: 1;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color: #909090;
   opacity: 1;

}
input {
    border: 0;
    background: #efefef;
    color: #000;
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius:0;
}
.input-error {
    border: 1px solid #a94442;
}
textarea {
    border: 0;
    color: #000;
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    background: #efefef;
}
input[type="submit"] {
    background: #97002e;
    color: #ffffff;
}
input[type="submit"]:hover {
    color: #ffffff;
    opacity: 0.8;
}
#membershipForm input[type="submit"],
#membershipForm input[type="submit"]:hover {
    background: #ee3a23 none repeat scroll 0 0;
    border-radius: 0;
    font-family: "Roboto Slab",sans-serif;
    height: auto;
    line-height: 25px;
}
#membershipForm input[type="submit"] {
    margin-bottom: 20px;
}
#map {
    height: 400px;
    background: rgba(0, 0, 0, 0) url("../../ws-content/images/preloader.gif") no-repeat scroll center center;
    height: 500px;
    width: 100%;
}

.contact h2 {
    font-family: "Roboto Slab", sans-serif;
    color: #02b9bd;
    margin-top: 25px;
    margin-bottom: 35px;
}
.contact h1,
.contact h3 {
    font-weight: 300;
}
.contact .icons,
.contact .icons p {
    font-size: 14px;
    line-height: 18px;
}
.contact .icons .phone {
    padding-left: 50px;
    background: url(../../ws-content/images/icon-phone.png) no-repeat;
    padding-bottom: 30px;
    margin-bottom: 10px;
    background-size: 35px 44px;
}
.contact .icons .email {
    padding-left: 50px;
    background: url(../../ws-content/images/icon-email.png) no-repeat;
    padding-bottom: 30px;
    margin-bottom: 10px;
    background-size: 35px 29px;
    padding-top: 5px;
}
.contact a {
    color: #ee3a23;
}
.contact input[type="submit"] {
    background: #ee3a23;
    border-radius: 0;
    line-height: 25px;
    height: auto;
    margin-top: -5px;
    font-family: "Roboto Slab", sans-serif;
}
.contact .icons .headquarters {
    padding-left: 50px;
    background: url(../../ws-content/images/icon-pin.png) no-repeat;
    padding-bottom: 30px;
    background-size: 80% 80%;
    background-size: 35px 44px;
}
.news-item > div {
    display: block;
}
.news-item a {
    font-size: 16px;
}
.news-item div.image-container a:first-child {
    display: inline-block;
    height: 170px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.news-item img {
    bottom: -100px;
    display: block;
    left: -100px;
    margin: auto;
    min-height: 100%;
    min-width: 165px;
    position: absolute;
    right: -100px;
    top: -100px;
    width: auto;
}
.news-item {
    margin-bottom: 30px;
}
.news-item .description {
    color: #0b4854;
    margin-bottom: 10px;
}
.news-item time {
    color: #02b9bd;
    line-height: 18px;
    font-size: 14px;
}
.news-item a {
    color: #ee3a23;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.details-post {
    margin-top: 20px;
    margin-bottom: 60px;
}
.details-post h2 {
    margin-bottom: 10px;
}
.details-post time {
    font-size: 12px;
}

.popup-gallery .col-lg-2 a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.popup-gallery .col-lg-2 a img {
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
}

.captcha {
    width: 100%;
    position: relative;
    height: 29px;
    background: #e4e4e4;
    overflow: hidden;
}
.captcha img {
    max-width: 100%;
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    margin: auto;

}
.general-page {
    margin-bottom: 30px;
}
.general-page.custom-content h2 {
    color: #02b9bd;
    font-family: "Roboto Slab",serif;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 30px;
    padding-right: 100px;
    position: relative;
}
.general-page.custom-content  table {
    width: 50%;
}
.general-page.custom-content h3 {
    color: #02b9bd;
    font-family: "Roboto Slab",serif;
    font-size: 16px;
    position: relative;
    border: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.general-page.custom-content a {
    display: inline-block;
    width: auto;
}
.blog-post.blog-post-detail h1 {
    margin-top: 0;
    margin-bottom: 5px;
}
.blog h1:first-letter,
.blog-post.blog-post-detail h1:first-letter {
    text-transform: capitalize;
}
.blog h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog h6 {
    color: #ee3a23;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.blog p {
    font-size: 14px;
    line-height: 18px;
}
.blog time {
    color: #02b9bd;
    font-size: 14px;
    line-height: 18px;
    display: block;
    clear: both;
    margin-bottom: 15px;
}
.blog-post h2 {
    margin-bottom: 10px;
}
.blog-post time {
    font-size: 12px;
    color: #333333;
    display: block;
    margin-bottom: 15px;
}
.blog .more {
    color: #ee3a23;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    clear: both;
    font-size: 16px;
}
.blog .row.listing .row {
    margin-bottom: 30px;
}
.blog-circle img {
    width: 100%;
}
.blog-post.blog-post-detail img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 125px;
}
.blog .row.listing .row .blog-circle img {
    width: 100%;
}
.blog-post.blog-post-detail h3 {
    color: #000000;
}
.blog-post.blog-post-detail h3:first-letter{
  text-transform: capitalize
}
.back-btn-blog {
    margin-top: 10px;
    display: block;
}
.blog-post p.data {
    font-size: 14px;
}
.categories ul {
    padding-left: 0;
}
.categories li {
    list-style: none;
    padding-left: 0;
}
.categories li:before {
    content:'';
}
.categories a {
    color: #ee3a23;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section.awards .img-container img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    margin: auto;
}
.awards .img-container {
    display: inline-block;
    height: 185px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.awards .textHeight {
    display: inline-block;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.award-details .popup-gallery {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.prj-description {
    margin-top: 75px;
}
.award-details a.view-photo {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
}
.award-details .popup-gallery a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
}
.award-details .popup-gallery a img {
    width: 100%;
}
.award-details .popup-gallery a:first-child {
    z-index: 99;
    opacity: 1;
}
.hline h3 {
    color: #02b9bd;
    border-bottom: 1px solid #0b4854;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 50px;
    font-size: 22px;
    font-family: "Roboto Slab",sans-serif;
}

.hline .col-lg-3 {
    position:absolute;
    right: 0px;
    bottom:0;
}
#awards-select {
    float: right;
    top: 92px;
    position: relative;
    z-index: 999999;
}
#awards-select > p {
    position: absolute;
    line-height: 38px;
    color: #228d8f;
    font-weight: bold;
}
#awards-select > div {
    margin-left: 60px;
}
.section.projects .img-container img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    margin: auto;
}
.section.projects .col-lg-3 {
    margin-bottom: 20px;
}
.section.projects .col-lg-3 a:last-child {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    width: 100%;
}
.load-more {
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #9e113c;
    text-align: center;
    border: 1px solid #9e113c;
}


.projects .col-lg-offset-4 {
    clear: both;
}
.projects .img-container {
    display: inline-block;
    height: 185px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.project-details .back-btn-container {
    min-height: 67px;
    display: inline-block;
    margin-bottom: 23px;
    text-align: right;
    width: 100%;
}
.project-details ul {
    margin-bottom: 25px;
}
.project-details ul li {
    margin-bottom: 8px;
}
.project-details .back-btn-container a {
    margin-top: 48px;
    display: inline-block;
}
.selectbox {
    border: 0;
    background: #efefef;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
span.customSelect {
    background: #efefef url("../../ws-content/images/dropdown-arrow.png") no-repeat scroll right 10px center;
    border: 0;
    color: #555;
    height: 38px;
    padding: 7px 10px 7px 10px;
    white-space: nowrap;
    width: 100%;
    line-height: 24px;
}
.projects p {
    font-size: 14px;
    line-height: 18px;
}
.projects > .container > .row > div.col-lg-3 {
    display: none;
}

.quick-link.award-listing {
    background: #eeeeee;
    padding: 30px;
    margin-bottom: 0;
}
.quick-link.award-listing h2 {
    text-align: center;
    color: #087577;
    margin: 15px 25px;
    font-family: "Roboto Slab",sans-serif;
}
/* find-consulting */
#find-consulting {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 4px solid #ccc;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
#find-consulting select,
#awards-select select {
    opacity: 0;
}
#find-consulting .selectbox,
#awards-select .selectbox {
    height: 38px;
}
#find-consulting h5 {
    color: #228d8f;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
#consulting_details .right_details h2 {
    margin-bottom: 40px;
    margin-top: 25px;
}
#consulting_details a[data-toggle] {
    color: #ee3a23;
    cursor: pointer;
}
#find-consulting input[type="text"] {
    height: 38px;
    padding-left: 10px;
}
#find-consulting #submit {
    background: #ee3a23;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    line-height: 53px;
    margin-top: 14px;
    margin-bottom: 0;
    vertical-align: middle;
    font-family: "Roboto Slab",serif;
    font-size: 22px;
    padding: 0 20px;
    width: 100%;
    float: right;
}
.listing-consulting {
    margin-bottom: 30px;
}
.listing-consulting .title a {
    color: #ee3a23;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}
.listing-consulting .image {
    width: 100%;
    padding-bottom: 74%;
    border: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
}
.listing-consulting .image img {
    width: 100%;
    position: absolute;
    left: 0;
    top: -150px;
    right: 0;
    bottom: -150px;
    margin: auto;
}
.listing-consulting .title {
    text-align: center;
    color: #ee3a23;
    font-size: 14px;
    height: 41px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
}
.memeber-type-title h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    color: #228d8f;
    font-size: 12px;
}
.memeber-type-title .row > .col-xs-12 {
    margin-bottom: 10px;
}
.listing-consulting .load-more {
    background: #ee3a23 none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 14px;
    padding: 0 50px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    margin: 0 auto;
    border: 0;
    display: block;
    max-width: 200px;
    margin-top: 50px;
}
.banner.find-a-consulting {
    position: relative;
}
.banner.find-a-consulting > img {
    opacity: 0!important;
}
.banner.find-a-consulting #cover-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover!important;
    background-position: center center!important;
}


.recomanded-size {
    font-size: 12px;
}
/* listing details consulting engineers */
#consulting_details .left_sidebar {
    margin-bottom: 30px;
}
#consulting_details .left_sidebar .logo_custom {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 0px;
    border: 1px solid #cccccc;
    margin-bottom: 0px;
    margin-top: -100px;
    z-index: 999;
    overflow: hidden;
    background: #ffffff;
}
#consulting_details .vertical-menu {
    background: #eeeeee;
    padding: 30px 0;
    margin-bottom: 50px;
}
#consulting_details .vertical-menu ul {
    padding: 0;
    margin: 0;
}
#consulting_details .vertical-menu li a {
    font-weight: bold;
    color: #ee3a23;
    padding: 15px 10px 15px 15px;
    display: inline-block;
    width: 100%;
}
#consulting_details .vertical-menu li a i {
    margin-right: 5px;
}
#consulting_details .vertical-menu li a:hover,
#consulting_details .vertical-menu li.active {
    background: #fff;
}
#consulting_details .vertical-menu li.active a,
#consulting_details .vertical-menu li:hover a {
    color: #05babe;
}
#consulting_details .vertical-menu li.back-btn a {
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
#consulting_details .left_sidebar .logo_custom img {
    width: auto;
    height: auto;
    width: 100%;
    position: absolute;
    left: -50px;
    top: -50px;
    right: -50px;
    bottom: -50px;
    margin: auto;
}
#consulting_details .left_sidebar .company_info ul {
    padding-left: 0;
}
#consulting_details .left_sidebar .company_info li {
    padding-left: 60px;
    list-style: none;
    line-height: 40px;
}
#consulting_details .left_sidebar .company_info li.email {
    background: url("../../ws-content/images/icon_email.png") no-repeat scroll left 0px center;
    background-size: 35px;
}
#consulting_details .left_sidebar .company_info li.website {
    background: url("../../ws-content/images/icon_website.png") no-repeat scroll left 0px center;
    background-size: 35px;
}
#consulting_details .left_sidebar .company_info li::before,
#consulting_details .left_sidebar .company_info li:before,
#consulting_details .left_sidebar .offices li:before,
#consulting_details .left_sidebar .offices li::before {
    content: '';
}
#consulting_details .left_sidebar .company_info li a {
    font-weight: bold;
    color: #ee3f29;
    font-size: 14px;
}
#consulting_details .left_sidebar .company_info {
    margin-bottom: 30px;
    margin-top: 20px;
}
#consulting_details .left_sidebar h2 {
    font-size: 14px;
    color: #228d8f;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#consulting_details .left_sidebar .employees-number {
    margin-bottom: 30px;
}
#consulting_details .left_sidebar .employees-number h2 {
    margin-bottom: 5px;
}
#consulting_details .left_sidebar .employees-number .counter {
    font-size: 36px;
    color: #aeaeae;
    font-weight: bold;
    line-height: 36px;
}
#consulting_details .left_sidebar .offices ul {
    padding-left: 0;
}
#consulting_details .left_sidebar .offices > ul > li {
    margin-bottom: 25px;
}
#consulting_details .right_details {
    margin-bottom: 30px;
}
#consulting_details .right_details .back-btn {
    font-weight: bold;
    text-transform: uppercase;
}
#consulting_details .right_details .company_description {
    margin-bottom: 30px;
}
#consulting_details .right_details .section_details {
    margin-bottom: 30px;
}
#consulting_details .right_details .section_details li {
    padding-left: 15px;
}
#consulting_details .right_details .section_details h2 {
    font-size: 14px;
    border-bottom: 1px solid #0b4854;
    color: #228d8f;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}










/* jcarousel */

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}
.wrapper {
    max-width: 1170px;
    padding: 0;
    width: 100%;
}
.jcarousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.jcarousel ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    border: 0 none !important;
    box-sizing: border-box;
    float: left;
    width: 200px;
}
.jcarousel li .img:after {
    bottom: -2px;
    color: #cdcdcd;
    content: "•";
    font-size: 50px;
    left: 50%;
    line-height: 0;
    margin-left: -7px;
    position: absolute;
    right: 0;
    z-index: 99999;
}
.jcarousel img {
    display: block;
    height: auto !important;
    max-width: 100%;
}
.jcarousel-pagination {
    bottom: -40px;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translate(-50%, 0px);
}
.jcarousel-pagination a {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 2px #4e443c;
    color: #4e443c;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    line-height: 10px;
    margin-right: 7px;
    text-decoration: none;
    text-indent: -9999px;
    width: 10px;
}
.jcarousel-pagination a.active {
    background: #4e443c none repeat scroll 0 0;
    box-shadow: 0 0 2px #f0efe7;
    color: #fff;
    opacity: 1;
}
.jcarousel .year {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
}
.jcarousel .value {
    text-align: center;
    width: 100%;
    display: block;
}
.jcarousel .img {
    height: 120px;
    width: 100%;
    position: relative;
}
.jcarousel .img img {
    width: inherit!important;
    height: 100%!important;
    position: absolute;
    left: -50px;
    top: -50px;
    right: -50px;
    bottom: -50px;
    margin: auto;
}
.jcarousel-wrapper > a {
    color: #cccccc;
    font-size: 100px;
}
.jcarousel-wrapper .jcarousel-control-prev {
    position: absolute;
    left: -30px;
    top: -10px;
}
.jcarousel-wrapper .jcarousel-control-next {
    position: absolute;
    right: -30px;
    top: -10px;
}
.jcarousel > hr {
    height: 1px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 120px;
    background: #cdcdcd;
    border: 0;
    margin: 0;
}

/********************
events-listing
********************/
.events-listing {
    /*padding: 30px 0px;*/
}
.events-listing .event-row {
    margin-bottom: 30px;
}
.events-listing .event-row img {
    width: auto;
    height: auto;
    max-height: 125px;
    max-width: 100%;
}
.events-listing .event-row h3{
    margin-bottom: 20px;
}
.events-listing .event-row h3 a {
    color: #ee3a23;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.events-listing date {
    color: #02b9bd;
    font-size: 14px;
    line-height: 18px;
}
.events-listing .description {
    color: #0b4854;
    margin-bottom: 10px;
}
.events-listing .description img,
.events-listing .description a {
    display: none!important;
}
.events-listing a {
    color: #ee3a23;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.events-listing .listing-title a {
    margin-bottom: 0;
}
.events-details {
    margin-top: 20px;
    margin-bottom: 40px;
}
.events-details time {
    font-size: 12px;
}
.events-details h2 {
    margin-bottom: 10px;
}

/* awards */
.award-listing {
    margin-bottom: 30px;
}
.award {
    margin-top: 15px;
}
.award a {
    display: inline-block;
    width: 100%;
}
.award a img {
    width: 100%;
}
.award a.title {
    color: #ee3a23;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    height: 36px;
    overflow: hidden;
}
.award a.image-container {
    height: 180px;
    overflow: hidden;
}
.award-banner {
    position: relative;
}
.award-banner > img {
    opacity: 0;
}
.award-banner .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-size: cover!important;
    background-position: center center!important;
}
.award-details {
    margin-bottom: 50px;
}
.award-details h2.page-title {
    margin-bottom: 70px;
}
.award-details h6 {
    font-size: 14px;
    font-weight: bold;
    color: #228d8f;
    text-transform: uppercase;
}
.award-details ul {
    padding-left: 0;
    list-style: none;
}
.award-details ul li {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
}
.award-details ul li:before {
    content: '';
}

/* team-listing */
.team-listing {
    margin-bottom: 50px;
}
.team-listing h3 {
    margin-bottom: 10px;
}

.team .team-thumb img {
    width: 100%;
}
.member-job-title {
    height: 40px;
    overflow: hidden;
    width: 100%;
}

/* login-page */
.login-page {
    padding-bottom: 100px;
}
.login-page button[type="submit"] {
    background: #ee3a23 none repeat scroll 0 0;
    border-radius: 0;
    font-family: "Roboto Slab",sans-serif;
    height: auto;
    line-height: 25px;
    margin-top: -5px;
    color: #ffffff;
    width: 100%;
}

.reset-password {
    line-height: 30px;
}


/* members account */
#member-account .box {
    margin-top: 50px;
    margin-bottom: 50px;
}
#member-account .box {
    width: 50%;
    font-weight: 400;
}
#member-account h2,
#member-account label {
    font-weight: 400;
}
#member-account h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
}
#member-account input,
#member-account textarea {
    background: #ffffff;
    color: #000000;
    border: 1px solid #dddddd;
}
#member-account input[type="submit"] {
    background: #ee3a23 none repeat scroll 0 0;
    border-radius: 0;
    font-family: "Roboto Slab",sans-serif;
    height: auto;
    line-height: 25px;
    color: #ffffff;
    margin-top: -5px;
    width: 150px;
    display: block;
    clear: both;
}
#member-account .groups input {
    margin-bottom: 0px;
}
#member-account .groups-bottom {
    margin-bottom: 20px;
}
#member-account .checkboxes label {
    font-size: 14px;
    width: 250px!important;
}
#member-account .checkboxes {
    margin-bottom: 25px;
}

#member-account .btn-file {
  position: relative;
  overflow: hidden;
  background: #0b4854!important;
  border-color: #0b4854!important;
}
#member-account .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
#member-account input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
#member-account .form-control.input{
    border-radius: 0!important;
    box-shadow: none!important;
}
.form-input-file .btn {
    line-height: 1.42857!important;
}
.form-input-file .form-control {
    border:0;
    border-radius: 0;
    box-shadow: none;
}
.form-input-file .form-control.input-error,
span.customSelect.input-error {
    border: 1px solid #a94442;
}

/* autocomplete */
.twitter-typeahead{
width:100%;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #efefef;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  width:100%;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
.no-results {
    color: #000000;
    font-size: 16px;
    margin-top: 50px
}

/* select bootstrap */
.bootstrap-select {
    position: relative;
}
.bootstrap-select .error {
    display: inline-block;
    color: red;
    position: absolute;
    top: 32px;
    left: 0;
    font-size: 12px;
    padding: 5px;
}
.bootstrap-select .btn-select,
.bootstrap-select .btn-select:focus {
    background: #efefef;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    height: 32px;
}
.bootstrap-select .btn-select span {
    line-height: 32px;
}
.bootstrap-select .btn-select span.filter-option {
    font-size: 14px;
    color: #909090;
}
.bootstrap-select .btn-select .caret {
    color: #ee3a23;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid;
    top: 37%!important;
}

/* private memebre area */
.private-members-area {
    width: 100%;
    height: 100px;
    background: url('../../ws-content/images/pma.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.private-members-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 75px;
    background: #f1f1f1;
}
.private-members-area.login {
    min-height: 100vh;
    text-align: center;
    padding: 70px 0;
    height: 100%;
}
.private-members-area.login:before {
    display: none;
}
.private-members-area.login .logo {
    max-width: 370px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.private-members-area h2 {
    color: #fff;
    margin-top: 60px;
    text-transform: uppercase;
    font-family: "Roboto Slab",sans-serif;
}
.private-members-area .logo {
    width: 200px;
    margin-top: 50px;
}
.private-members-area.login h2.page-title {
    padding: 0;
    text-transform: uppercase;
}
.private-members-area.login .login-page {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.private-members-area.login button[type="submit"] {
    max-width: 200px;
    display: block;
    margin: 20px auto;
}
.private-members-area.login p {
    color: #fff;
}
.private-members-area.login .reset-password {
    color: #fff;
    padding: 30px 15px 20px 15px;
    display: inline-block;
}
.private-members-area input {
    color: #444444;
}
.sign-out {
    margin-left: 30px;
}
.sign-out,
.sign-out a {
    color: #ee3a23;
    font-weight: bold;
    vertical-align: middle;
}
.pma a {
    color: #ee3a23;
}
.pma .download-pdf {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.pma .download-pdf ul {
    padding-left: 0;
}
.pma .download-pdf ul li:before {
    content: ""!important;
}
.pma .download-pdf a {
    margin-right: 20px;
    color: #ee3a23;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    height: 32px;
    padding: 7px 20px 7px 0;
    display: inline-block;
}
.pma .logo_custom {
    height: 150px!important;
    margin-top: -75px!important;
}
.payment-btn {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.payment-btn a {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.payment-btn i {
    color: #fff;
}
.upload-pdf {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.upload-pdf .btn {
    width: 200px;
}
.uploadFile.btn {
    width: 100%;
}
.upload-pdf .alert {
    margin-bottom: 15px!important;
}
.upload-pdf .form-control {
    border-radius: 0;
}

/* tabs */
.tab-content .tab-pane h4 {
    color: #228d8f;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 30px;
}
.tab-content .tab-pane h4.hr {
    border-bottom: 2px solid #0b4854;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}
.tab-content .tab-pane h4 small {
    color: #aeaeae;
}

.tab-content .tab-pane .form-group {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
}
.tab-content .tab-pane .form-group input {
    margin-bottom: 0;
}
.tab-content .tab-pane .form-group input {
    border-radius: 0;
    box-shadow: none!important;
}
.tab-content .tab-pane .form-group label {
    margin-top: 5px;
    padding-left: 0;
    font-weight: normal;
}
.tab-content .tab-pane .form-group textarea {
    background: #fff;
    border: 1px solid #ccc;
}
.green-table-head th {
    font-weight: bold;
    color: #05babe;
    border-top: 0!important;
    border-bottom: 1px solid #0b4854;
}
.green-table-head td {
    font-weight: bold;
}

.verticalAlign > div {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#branding .verticalAlign {
    margin-bottom: 20px;
}
#branding .verticalAlign p {
    margin-top: 10px;
}
#branding h4 {
    margin-bottom: 25px;
}
.img-full {
    width: 100%;
}
.download-btn {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
}
.download-btn:after {
    position: absolute;
    content: "\f019";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: 0;
}

.custom-panel .panel {
    box-shadow: none;
}
.custom-panel .panel-heading {
    padding: 0;
}
.custom-panel .panel-title a {
    font-size: 14px;
    color: #05babe!important;
    font-weight: bold;
    position: relative;
    padding-right: 25px;
}
.custom-panel .panel-title a:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #ee3a23;
    position: absolute;
    content: "\f139";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px;
    position: absolute;
    top: -1px;
    right: 0;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-panel .panel-title a.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}


.custom-panel .panel-body {
    border-top: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

table.noBorder {
    width: auto;
    margin-bottom: 0;
}
table.noBorder,
table.noBorder th,
table.noBorder tr,
table.noBorder td {
    border: 0!important;
    padding-left: 0!important;
}

.controls-btn {
    width: 100%;
}
.controls-btn.btn-add {
    background: #228d8f;
}
.controls-btn.btn-remove {
    background: #ee3a23;
}

.fullSize .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 15px;
  margin: 0;
}

.fullSize .modal-content {
  height: 100%;
  border-radius: 0;
  overflow: auto;
}
#previewWindowLabel {
    margin: 0;
}
#previewWindow .warning {
    color: #900202;
}

.preview-btn,
.preview-btn:hover,
.preview-btn:focus {
    background: #228d8f none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-family: "Roboto Slab",sans-serif;
    height: auto;
    line-height: 25px;
    margin-top: -5px;
    width: 150px;
    padding: 3px 5px 4px;
    border: 1px solid #dddddd;
    margin-right: 15px;
}

.hiddenFooter .footer,
.hiddenFooter .modal-header,
.hiddenFooter .push {
    display: none!important;
    opacity: 0!important;
    visibility: hidden!important;
}
.hiddenFooter .modal-dialog,
.hiddenFooter .modal-body {
    padding: 0!important;
}

/* dashboard */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.dashboard-links {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.dashboard-links a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.dashboard-links a span {
    display: inline-block;
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
}
.dashboard-links i {
    font-size: 40px;
}
.dashboard-links p {
    font-size: 13px;
    line-height: 16px;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media (min-width: 1024px) {

.mp-menu > li:hover {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInUp {
    from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes bounceInUp {
    from, to {
        -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -moz-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.main-menu > li > .mp-level ,
.top-menu > li > .mp-level {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .main-nav {
        position: relative;
    }
    .main-nav > ul {
        padding-right: 250px;
        width: 100%;
    }
    .main-nav > .social_icons {
        position: absolute;
        right: 0px;
        top: -2px;
    }
    #mp-menu > div,
    #mp-pusher {
        -ms-transform: translate(0px,0px)!important;
        -webkit-transform: translate(0px,0px)!important;
        transform: translate(0px,0px)!important;
    }
    #mp-menu {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    #mp-menu .logo {
        width: 35%;
        display: block;
        float: left;
        margin-top: 35px;
    }
    #header .logo {
        position: absolute;
        max-width: 360px;
        left: 0px;
        top: 10px;
        z-index: 999;
    }
    .header > .row {
        position: relative;
    }
    .logo img {
        width: 100%;
    }
    #mp-menu > .mp-level {
        width: 100%;
        display: block;
        float: right;
    }
    #mp-menu > .mp-level ul {
        text-align: right;
    }
    #mp-menu .main-nav ul {
        text-align: left;
        margin-bottom: 7px;
    }
    #mp-menu > .mp-level ul li {
        display: inline-block;
        padding-left: 12px;
        padding-right: 12px;
        position: relative;
        line-height: 25px;
    }
    #mp-menu > .mp-level .main-nav ul li {
        padding-left: 16px;
        padding-right: 16px;
    }
    #mp-menu > .mp-level ul li:hover .mp-level > h2,
    #mp-menu > .mp-level ul li:hover .mp-level > .mp-back {
        display: none;
    }
    #mp-menu > .mp-level ul li .mp-level ul li {
        width: 100%;
    }
    #mp-menu > .mp-level ul li:hover .mp-level ul {
        display: block;
        padding-left: 0;
        position: absolute;
        text-align: left;
        width: auto;
        background: rgb(0, 0, 0);
        background: transparent;
        background: rgba(0, 0, 0, 0.8);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);/*IE 5.5-7*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000)";/*IE8*/
        zoom: 1;
        border-radius: 0px;
        padding-top: 0px;
        border-radius: 5px;
    }
    #mp-menu > .mp-level ul li:hover .mp-level {
        display: inline-block;
        left: 3px;
        top: 20px;
        padding-left: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 9999999;
        min-height: 50px;
    }
    #mp-menu > .mp-level ul li:hover .mp-level ul::before {
        border-bottom: 7px solid #000000;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: block;
        left: 9px;
        position: absolute;
        top: -7px;
    }
    #mp-menu > .mp-level ul li:hover .mp-level ul {
        padding: 15px 10px;
        margin-top: 15px;
    }
    #mp-menu > .mp-level ul li:hover .mp-level ul li a {
        white-space: nowrap;
        font-weight: 400;
    }
    #mp-menu > .mp-level ul li:last-child {
        padding-right: 0;
    }
    #mp-menu > .mp-level ul li a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 22px;
    }
    #mp-menu > .mp-level ul li a.login {
        background: url("../../ws-content/images/icon-login.png") no-repeat scroll left 0px;
        padding-left: 20px;
    }
    #mp-menu > .mp-level > ul > li > a::after {
        border-bottom: 1px solid #ffffff;
        bottom: 0;
        content: "";
        left: 50%;
        margin-left: 0;
        position: absolute;
        transition: all 0.3s ease-in-out 0s;
        width: 0;
    }
    #mp-menu > .mp-level > ul li a:hover {
        opacity: 0.8;
    }
    #mp-menu > .mp-level > ul li a:hover::after {
        margin-left: -17.5px;
        width: 35px;
        opacity: 0.5;
    }
    #mp-menu > .mp-level > ul.main-menu {
        padding-right: 0px;
        margin-top: 40px;
    }
    #mp-menu > .mp-level ul.main-menu > li:first-child {
        padding-left: 0;
    }
    #mp-menu > .mp-level ul.main-menu li a {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        /*font-family: 'Roboto', sans-serif;*/
        font-family: 'Roboto Condensed', sans-serif;
    }
    #mp-menu > .mp-level ul.main-menu .mp-level li a {
        text-transform: none;
    }
    ul .mp-level {
        display: none;
    }
    .logo-for-mobile {
        display: none;
    }
}
@media (max-width: 1200px) {
    /*dashboard*/
    #membership .count, #dashboard .count {
        font-size: 28px;
    }
    .pma .logo_custom {
        margin-top: 0 !important;
    }
    #membership .descr, #dashboard .descr {
        font-size: 12px;
    }
    #membership .invoice-amount, #dashboard .invoice-amount {
        font-size: 28px;
    }
    .banner-content .bottom-content.listing-images .col-lg-2 img {
        width: auto;
        height: 100%;
    }
    .listing-moduls .div-container {
        height: 175px;
    }
    .projects .img-container {
        height: 250px;
    }
/*    .news-item > div a:first-child {
        height: 300px;
    }*/
    .listing-moduls img {
        max-height: 230px;
    }
    .banner .caption h2 {
        font-size: 60px;
    }
    body.menu-visible #header {
        bottom: 0;
    }
    #mp-menu > .mp-level ul.main-menu li a,
    #mp-menu > .mp-level ul.top-menu li a {
        font-size: 12px;
    }
}
@media (max-width: 1024px) {
    #header {
        position: absolute;
        bottom: 0;
        background: transparent;
        z-index: -1;
    }
    .container.header {
        overflow: auto;
        position: static;
    }
    .logo-for-mobile {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        background: rgb(0, 0, 0);
        background: transparent;
        background: rgba(0, 0, 0, 0.8);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);/*IE 5.5-7*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000)";/*IE8*/
        zoom: 1;
        z-index: 99;
    }
    .logo-for-mobile a {
        max-width: 170px;
    }
    .logo-for-mobile img {
        display: block;
        margin: 0 auto;
    }
    .logo {
        width: 100%;
        display: none;
    }
    .banner .caption {
        width: 100%;
        max-width: 100%;
    }
    .banner .caption h2 > img {
        margin-top: 0;
    }
    .banner .caption h2 {
        font-size: 50px;
    }
    .banner .caption h2 > img {
        max-width: 75px;
    }
    .top-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    #mp-menu > .mp-level ul.top-menu li a {
        color: #ffffff;
    }
    .mp-menu ul li > a {
        font-family: "Roboto Slab",sans-serif;
        font-size: 14px!important;
        padding: 9px 16px!important;
        font-weight: bold;
    }
    #mp-menu > .mp-level ul li a.login {
        background: url("../../ws-content/images/icon-login.png") no-repeat scroll 20px center;
        padding-left: 40px!important;
    }
    .main-nav .social_icons {
        display: none;
    }
    .menu-trigger {
        top: 20px!important;
    }
    .logo-for-mobile img {
        max-width: 220px;
        padding: 15px 0px;
    }
}
@media (max-width: 992px) {
    /* dashboard */
    .col-md-5ths {
        margin: 15px 0;
    }
    .green-table-head td a {
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .green-table-head td a i {
        display: block;
        margin: 0 auto;
        width: 15px;
    }
    #find-consulting .selectbox {
        overflow: hidden;
    }
    #find-consulting .customSelectInner,
    #find-consulting input[type="text"] {
        font-size: 12px;
    }
    #find-consulting #submit {
        font-size: 14px;
    }
    #find-consulting .selectbox {
        position: relative;
    }
    #find-consulting span.customSelect  {
        position: relative;
    }
    #find-consulting span.customSelect span {
        position: absolute;
        left: 10px;
        width: auto!important;
        right: 35px;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    /* dashboard */
    #consulting_details .left_sidebar .logo_custom img {
        display: block;
        height: 100%;
        margin: 0 auto;
        width: auto;
    }
    .banner {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    #consulting_details .checkboxes fieldset input.inp {
        height: 15px;
    }
    .home .banner {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .footer {
        position: relative;
        height: auto;
    }
    .push {
        display: none;
    }
    .special-case .text .text-center {
        min-height: inherit;
    }
    .details-post .page-title {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .details-post .page-title a {
        position: relative;
        float: right;
        margin-top: 12px;
    }
    #awards-select {
        top: 40px;
    }
    .listing-moduls img {
        max-height: inherit;
        margin-bottom: 30px;
    }
    #find-consulting .hasCustomSelect {
        width: 100%!important;
        position: relative;
        z-index: 9999;
    }
    #consulting_details .left_sidebar .logo_custom {
        margin-top: 30px;
        height: auto;
    }
    #consulting_details .left_sidebar .logo_custom img {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .jcarousel-wrapper .jcarousel-control-prev {
        left: -15px;
    }
    .jcarousel-wrapper .jcarousel-control-next {
        right: -15px;
    }
    .news-item > div a:first-child,
    .news-item > div a:last-child {
        height: auto;
    }

    .banner{
        min-height: 450px;
        overflow: hidden;
    }
    .banner.contact {
        min-height: inherit;
    }
    .banner > img {
        height: 100%;
        position: absolute;
        left: -1000px;
        right: -1000px;
        top: -1000px;
        bottom: -1000px;
        margin: auto;
        width: inherit;
    }
    .general-page.custom-content table {
        width: 100%;
    }
}
@media (max-width: 640px) {

}
@media (max-width: 480px) {
    #consulting_details .right_details .back-btn {
        font-size: 11px;
        line-height: 18px;
    }
    .pagination > .pull-left {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .pagination > .pages {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
}
