body {
    font-family: 'gillsans',sans-serif;
    font-size: 14px;
}

/*GillSans Fonts*/
@font-face {
    font-family: 'gillsans';
    src: url('http://www.askivy.net/asset/fonts/gillsans.eot'); /* IE9 Compat Modes */
    src: url('http://www.askivy.net/asset/fonts/gillsans.eot#gillsansiefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/gillsans.woff') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gillsans.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/gillsans.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/gillsans.svg') format('svg'); /* Legacy iOS */
}

/*Bebas Fonts*/
@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bebas.eot#bebasiefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/bebas.woff') format('woff2'), /* Super Modern Browsers */
    url('../fonts/bebas.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/bebas.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/bebas.svg') format('svg'); /* Legacy iOS */
}

/*Starts Genereal Css*/

.cursor-none a {
    cursor: default;
    pointer-events: none;
}

.cursor-none a:hover {
    color: #ffffff !important;
}

a,a:active,a:hover,a:focus,a:link,a:visited {
    outline: none;
}

/* draw any selected text yellow on red background */
::-moz-selection {
    background: #986b4d;
    color: #ffffff;
}

::selection {
    background: #986b4d;
    color: #ffffff;
}


textarea {
    resize: none;
}

.btn-primary {
  background-color: #986b4d;
  border-color: #986b4d;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  padding: 0;
}

.btn-primary:active,.btn-primary:hover,.btn-primary:focus {
  background-color: #121314;
  border-color: #121314;
}

.gallerylink-active {
    border-bottom: 1px solid #986b4d;
}

/*Ends Genereal Css*/


/*Starts Css for Side navigation*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #2a2a2b;
    overflow-x: hidden;
    /*transition: 1.3s;*/
    padding-top: 0;
}

.right-content {
    margin-left: 100px;
    background: #ffffff;
}

.sidenav-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    color: #c0bdbc;
    display: block;
    /*transition: 0.3s;*/
    text-transform: uppercase;
}

.logo-img-link {
    padding: 0 !important;
}


.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav-links {
    padding: 50px 0;
}

/*@media screen and (max-height: 450px) {*/
    /*.sidenav {padding: 15px;}*/
    /*.sidenav a {font-size: 12px;}*/
/*}*/


.side-menu .social-links {
    bottom: 0;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 220px;
    z-index: 1000;
}

.side-menu .social-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.side-menu .social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.side-menu .social-links ul li:last-child {
    margin-right: 0;
}

.side-menu .social-links ul li a {
    color: #b3b4b4;
    display: block;
    font-size: 18px;
}

.side-menu .social-links ul li a:hover {
    color: #986b4d;
}

/*.side-menu .social-links ul li a.fb:hover {*/
    /*color: #4060a5;*/
/*}*/

/*.side-menu .social-links ul li a.tw:hover {*/
    /*color: #00abe3;*/
/*}*/

/*.side-menu .social-links ul li a.gp:hover {*/
    /*color: #E64522;*/
/*}*/

/*.side-menu .social-links ul li a.li:hover {*/
    /*color: #0094BC;*/
/*}*/



.other-links {
    margin: 0 0 0 0;
}

.other-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.other-links ul li {
    margin: 0 0 10px 0;
    padding: 0 20px;
}

.other-links ul li a {
  color: #f0f0f0;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.other-links ul li .fa {
    color: #f0f0f0;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.other-links ul li a:hover,.other-links ul li:hover a,.other-links ul li:hover .fa {
    color: #986b4d;
}

.nav-close-icon {
  position: relative;
  top: -20px;
}

/*Ends Css for Side navigation*/


/*Starts Css for Responsive Menu*/

.responsive-menu {
    background: #191b1c;
    clear: both;
    display: none;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.responsive-menu .responsive-menu-left {
    float: left;
    width: 20%;
}

.responsive-menu .responsive-menu-right {
    float: right;
    width: 80%;
}

.responsive-menu-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.responsive-menu-right li {
    display: inline-block;
    margin-right: 30px;
}

.responsive-menu-right li:last-child {
    margin-right: 0;
}

.responsive-menu .responsive-menu-left .nav-click-menu,.side-menu .nav-close-menu .nav-close-menu-click {
    color: #ffffff;
    display: inline-block;
    margin: 15px 0 0 15px;
    padding: 0;
}

.side-menu .nav-close-menu .nav-close-menu-click img {
    display: none;
}

.sidenav-show {
    display: block !important;
}

/*Ends Css for Responsive Menu*/



/*Starts Css for Image Loop Slider */

#image-loop-inner {
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden; /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    min-height: 500px;
    background-color: #999;
    display: table;
}

.image-loop-inner-content {
    color: #ffffff;
    display: table-cell;
    margin: 0 auto;
    max-width: 820px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 2;
}

.image-loop-inner-content h1 {
    border-bottom: 3px solid #ffffff;
    display: inline-block;
    font-family: 'bebas',sans-serif;
    font-size: 42px;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.image-loop-inner-content h1 + p {
    font-size: 14px;
}

.image-loop-inner-content-logo {
    bottom: 50px;
    position: absolute;
    width: 100%;
}

.image-loop-inner-content-logo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.image-loop-inner-content-logo ul li {
    display: inline-block;
    margin: 0 45px 0 0;
}

.image-loop-inner-content-logo ul li:last-child {
    margin-right: 0;
}

.image-loop-inner-content-logo ul img {
}

.image-loop-inner-content-heading {
    position: relative;
}

.animate-heading-bg {
    background: #FFFFFF;
    height: 50px;
    left: 0;
    margin: 0 auto;
    max-width: 620px;
    position: absolute;
    right: 0;
    top: -45px;
    overflow: hidden;
}

/*
==============================================
slideDown
==============================================
*/


.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(8%);
    }
    65%{
        transform: translateY(-4%);
    }
    80%{
        transform: translateY(4%);
    }
    95%{
        transform: translateY(-2%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(8%);
    }
    65%{
        -webkit-transform: translateY(-4%);
    }
    80%{
        -webkit-transform: translateY(4%);
    }
    95%{
        -webkit-transform: translateY(-2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}



/*
==============================================
slideUp
==============================================
*/


.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    50%{
        transform: translateY(-8%);
    }
    65%{
        transform: translateY(4%);
    }
    80%{
        transform: translateY(-4%);
    }
    95%{
        transform: translateY(2%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    65%{
        -webkit-transform: translateY(4%);
    }
    80%{
        -webkit-transform: translateY(-4%);
    }
    95%{
        -webkit-transform: translateY(2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}


@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: visible;
    }

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

/*@keyframes slideInDown {*/
    /*from {*/
        /*-webkit-transform: translate3d(0, -100%, 0);*/
        /*transform: translate3d(0, -100%, 0);*/
        /*visibility: visible;*/
    /*}*/

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

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*Ends Css for Image Loop Slider */

/*Starts Css for Footer*/

.footer {
    background: #343334;
    padding: 25px;
}

.footer-nav ul,.footer-bottom-link ul {
    margin: 0;
    padding: 0;
}

.footer-nav ul li,.footer-bottom-link ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-nav ul li a, .footer-bottom-link ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-nav ul li a:hover, .footer-bottom-link ul li a:hover {
    color: #986b4d;
}

.footer .cta,.login-container .cta,.single-job .cta,.common-content-page .cta,.shop-basket .cta,
.checkout-common .field input[type="submit"]
{
    background: #3c3c3c;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 30px 0;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer .cta:hover,.login-container .cta:hover,.single-job .cta:hover,.common-content-page .cta:hover,.shop-basket .cta:hover,
.checkout-common .field input[type="submit"]:hover
 {
    background: #986b4d;
}

/* Starts Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #3c3c3c;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3c3c3c;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: #ffffff;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* Ends Shutter In Horizontal */

.footer p {
    color: #c8c6c5;
    font-size: 14px;
    margin: 0 0 30px;
}




/*Ends Css for Footer*/


/*Starts Css for Investment Banking*/

.investment-banking {
    padding: 0;
}

.investment-banking-wrapper-title {
    background: rgba(0, 0, 0, 0) url("../img/barclays.jpg") no-repeat scroll -20px 0 ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
    height: 100px;
    width: 100%;
}

.investment-banking-wrapper-title h4 {
    color: #ffffff;
    display: table-cell;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
}

/*Ends Css for Investment Banking*/

/*Starts Css for Shop*/

.shop {
    background: #f7f7f7;
}

.shop-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.shop-hero {
    /*background: #c6c5c5 url("../img/shop-bg.jpg") no-repeat scroll center center;*/
    height: 250px;
    text-align: center;
    position: relative;
}

.shop-hero h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
    padding: 35px 0 0;
    text-transform: uppercase;
}

.shop-guide h1, .shop-guide p {
  text-align: center;
}

.shop-guide h1 {
  padding-bottom: 15px;
  padding-top: 10px;
}


.shop-hero a.cta {
    background: #ffffff;
    color: #986b4d;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 30px 0 0 0;
    padding: 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
}


/* Starts Shutter In Horizontal */
.shop-hero .hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #ffffff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shop-hero  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.shop-hero  .hvr-shutter-in-horizontal:hover,.shop-hero .hvr-shutter-in-horizontal:focus,.shop-hero .hvr-shutter-in-horizontal:active {
    color: #ffffff;
}

.shop-hero  .hvr-shutter-in-horizontal:hover:before,.shop-hero .hvr-shutter-in-horizontal:focus:before,.shop-hero .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.shop-hero  .cta:hover {
    background: #2B2E2F;
    color: #986b4d;
    text-decoration: none;
}

/* Ends Shutter In Horizontal */




.shop-content {
    padding: 40px 40px 70px;
    position: relative;
}

.shop-content .tile {
    margin: 10px 0;
}

.shop-content .tile .img-shadow {
    padding: 40px;
}

.shop-content .tile .img-shadow a {
  display: block;
  height: 208px;
  margin: 0 auto;
  width: 163px;
}

.shop-content .tile .img-shadow img {
    -webkit-box-shadow: -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    -moz-box-shadow:    -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    -ms-box-shadow:    -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    -o-box-shadow:    -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    box-shadow:         -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    height: 100%;
    width: 100%;
}

.shop-content .tile .img-shadow img:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition:  all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}

.shop-content .tile h4 {
    color: #191b1c;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop-content .tile .img-shadow + h4 {
  height: 70px;
  overflow: auto;
}


.shop-content .tile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.shop-content .tile ul li {
    display: block;
}

.shop-content .tile ul li:last-child {
    margin-right: 0;
}

.shop-content .tile ul li a {
    color: #b5b2b1;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.shop-content .tile ul li a.primary-color {
    color: #986b4d;
}

.shop-content .tile ul li a.primary-color:hover {
    color: #353231;
}

.shop-content .tile ul li a:hover {
    color: #986b4d;
}

.shop-hero {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.shop-hero-content {
    color: #ffffff;
    display: table-cell;
    margin: 0 auto;
    max-width: 820px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 2;
}

.shop.shop-details.shop-individual {
  position: relative;
}

.anchor-down-arrow {
  color: #986b4d;
  display: table;
  font-size: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 30px;
}

.anchor-down-arrow:focus,.anchor-down-arrow:hover {
  color: #191b1c;
}

/*Ends Css for Shop*/

/*Starts css for Shop Details*/

.shop-details-panel {
    padding: 100px;
}

.shop-details-title {
    background: #ffffff none repeat scroll 0 0;
    color: #986b4d;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}

.shop-details-title h4 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    position: relative;
}

.shop-details-title h4::before {
    border-top: 1px solid #191b1c;
    content: "";
    left: -150px;
    position: absolute;
    top: 8px;
    width: 100px;
}

.shop-details-title h4::after {
    border-top: 1px solid #191b1c;
    content: "";
    right: -150px;
    position: absolute;
    top: 8px;
    width: 100px;
}


.shop-details-panel .img-shadow img {
    -webkit-box-shadow: -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    -moz-box-shadow:    -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    -ms-box-shadow:    -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    -o-box-shadow:    -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    box-shadow:         -20px 2px 9px 0 rgba(78, 78, 78, 0.75);
    display: table;
    margin: 0 auto;
}

.shop-details-panel .desc h3, .slug-advertise h4 {
    color: #986b4d;
    font-size: 20px;
    margin: 0 0 50px;
    position: relative;
    text-transform: uppercase;
}

.shop-details-panel.shop-individual-panel .desc h3 , .slug-advertise h4{
  margin: 0 0 70px;
}

.shop-details-panel .desc h3::before, .slug-advertise h4::before {
    border-bottom: 1px solid #191b1c;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 100px;
}

.shop-details-panel .desc h3 a {
  color: #986b4d;
  text-decoration: none;
}

.shop-details .desc a {
  color: #986b4d;
  text-decoration: none;
}

.shop-details-panel .desc p {
    color: #b5b2b1;
    font-size: 16px;
}

.shop-details-panel.shop-individual-panel .desc p, .slug-advertise p {
  border: 1px solid #b5b2b1;
  color: #b5b2b1;
  font-size: 18px;
  margin: 40px 0;
  padding: 15px;
  position: relative;
}

.shop-details-panel.shop-individual-panel .desc p::before, .shop-details-panel.shop-individual-panel .desc p::after, .slug-advertise p::before, .slug-advertise p::after {
  background: #986b4d;
  content: "";
  height: 2px;
  position: absolute;
  width: 100px;
  z-index: 100;
}

.shop-details-panel.shop-individual-panel .desc p::before, .slug-advertise p::before {
  left: 0;
  top: -1px;
}

.shop-details-panel.shop-individual-panel .desc p::after, .slug-advertise p::after {
  bottom: -1px;
  right: 0;
}


.shop-details-panel .desc .price,.register-switcher .icon-circle {
  border: 3px outset #986b4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #b5b2b1;
  display: block;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}

.shop-details-panel .desc a.cta {
    background: #986b4d;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 40px 0 0 0;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


/* Starts Shutter In Horizontal */
.shop-details-panel .desc .hvr-shutter-in-horizontal {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #986b4d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shop-details-panel .desc  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #986b4d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.shop-details-panel .desc  .hvr-shutter-in-horizontal:hover,.shop-hero .hvr-shutter-in-horizontal:focus,.shop-hero .hvr-shutter-in-horizontal:active {
    color: #ffffff;
}

.shop-details-panel .desc  .hvr-shutter-in-horizontal:hover:before,.shop-hero .hvr-shutter-in-horizontal:focus:before,.shop-hero .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* Ends Shutter In Horizontal */

.shop-details-panel .desc  .cta:hover {
    background: #2B2E2F;
    color: #986b4d;
    text-decoration: none;
}

.shop-details-panel.shop-individual-panel {
  padding: 40px 60px;
}



/*Ends css for Shop Details*/

/*Starts Job Board & About Us*/

.job-board-container,.about-container {
    background: #ffffff;
}

.job-board-hero,.about-hero {
    display: table;
    height: 250px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

.job-board-hero-content,.about-hero-content {
    display: table-cell;
    padding: 80px;
    text-align: left;
    vertical-align: middle;
}

.job-board-hero-content h1,.about-hero-content h1 {
    color: #ffffff;
    text-transform: uppercase;
}

.about-hero-content h1 {
  text-align: center;
}


.job-board-hero-content p,.about-hero-content p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.job-board-tab-content {
    padding: 0 15px;
}

.job-board-tab-content .nav-tabs li.active a {
    background: #353231;
    border: 1px solid #121314;
    color: #ffffff;
}

.job-board-tab-content .nav-tabs li a {
    background: #ffffff;
    border: 1px solid #121314;
    border-radius: 0;
    color: #121314;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.job-board-tab-content .nav-tabs li a:focus,
.job-board-tab-content .panel-heading a:focus {
    outline: none;
}

.job-board-tab-content .panel-default {
    margin: 0 -15px !important;
    border: 0;
    border-top: 1px solid #b5b2b1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.job-board-tab-content .panel-default .panel-heading {
    background-color: #ffffff;
    border: 0 none;
    color: #333333;
    padding: 50px 90px 10px;
}

.job-board-tab-content .nav-tabs {
    border-bottom: 0 none;
    padding: 40px 80px;
}

.job-board-tab-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none;
    padding: 15px 90px;
}

.job-board-tab-content .panel-default p {
    color: #b5b2b1;
    font-size: 16px;
    margin: 0 0 20px;
}

.job-board-tab-content .panel-default .col-md-3:nth-child(2) p span {
  color: #b5b2b1;
}

.job-board-tab-content .panel-default p span span,.job-board-tab-content .panel-default p span.pull-right {
    font-size: 24px;
}

.job-board-tab-content .panel-default p span, .job-board-tab-content .panel-default p span b, .job-board-tab-content .panel-default p span span {
    color: #121314;
    font-size: 16px;
    font-weight: normal;
}

.plus-icon,.minus-icon {
    font-size: 24px !important;
}


.download-sec {
    position: relative;
    margin: 40px 0;
}

/* Starts Shutter In Horizontal */
.download-sec .hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #986b4d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.download-sec  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #986b4d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.download-sec  .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: #ffffff;
}

.download-sec  .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* Ends Shutter In Horizontal */

.button-pdf {
    background: #986b4d;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    letter-spacing: 3px;
    margin: 0 40px 0 0;
    padding: 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-pdf:active,.button-pdf:hover,.button-pdf:focus {
    background: #353231;
    text-decoration: none;
}

.button-share {
    background: #986b4d;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.button-share:active,.button-share:focus,.button-share:hover {
    background: #353231;
    color: #fff;
    text-decoration: none;
}

.social-share {
  
}

.social-share h4 {
    float: left;
    font-size: 20px;
    margin: 0 0 50px;
    text-transform: uppercase;
}

.button-share-close {
    color: #ffffff;
    float: right;
    font-size: 20px;
    margin: 0;
}

.button-share-close:active,.button-share-close:focus,.button-share-close:hover {
    color: #353231;
    text-decoration: none;
}

.social-share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-share ul li {
  display: inline-block;
  margin: 0 5px 30px 0;
}

.social-share ul li:last-child {
    margin-right: 0;
}

.social-share li a {
  background: #986b4d;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  position: relative;
  margin-top: 15px;
}

.social-share ul li a .fa {
  font-size: 30px;
  margin-right: 15px;
  width: 20px;
}

.social-share ul li a {
    color: #d5c4b7;
    font-size: 20px;
    text-transform: capitalize;
}

.social-share ul li a:hover,.social-share ul li a:active,.social-share ul li a:focus, .social-share ul li a:hover span,
.social-share ul li a:active span,.social-share ul li a:focus span
{
    color: #353231;
    text-decoration: none;
}

.social-share ul li a span {
    color: #ffffff;
}

.adv-container {
    clear: both;
    overflow: hidden;
}

.adv-container .left {
    float: left;
    width: 49.9%;
}

.adv-container .right {
    float: right;
    width: 50%;
}

.adv-container img {
    width: 100%;
}


.job-filter {
  padding: 40px 80px;
}

.job-filter label {
  color: #121314;
  font-size: 16px;
  font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: 'gillsans' !important;
  height: 30px !important;
}

.chosen-container {
  font-size: 16px !important;
}

.chosen-container-single .chosen-single {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #121314 !important;
  height: 34px !important;
  line-height: 34px !important;
}

.chosen-container-single .chosen-single div b {
  background: rgba(0, 0, 0, 0) url("../img/chosen-sprite.png") no-repeat scroll 0 7px !important;
}

.chosen-container .chosen-results li.active-result.highlighted {
  background: #986b4d;
}

.no-results {
  margin: 0 80px 40px;
  padding: 15px;
}

.no-results.alert-warning {
  background-color: #e9dcd4;
  border-color: #e9dcd4;
  color: #986b4d;
}


.job-board-tab-content .panel-default pre {
  background: none;
  border: 0 none;
  border-radius: 0;
  color: #b5b2b1;
  display: block;
  font-family: "gillsans",sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}



/*Ends Job Board & About Us*/

/*Starts About Us*/

.about-partner-gallery {
    padding: 80px;
}

.about-partner-gallery h3, .single-job-title h3, .common-content-page h3,.shop-basket h3,.user-profile h3 {
    color: #121314;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.about-partner-gallery .links {
    margin: 0 0 70px;
}

.about-partner-gallery .links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.about-partner-gallery .links ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.about-partner-gallery .links ul li:last-child {
    margin: 0;
}

.about-partner-gallery .links ul li a {
    color: #b5b2b1;
    font-size: 16px;
    text-decoration: none;
}

.about-partner-gallery .links ul li a span {
    color: #986b4d;
}


.about-partner-gallery-img ul {
    clear: both;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.about-partner-gallery-img ul li {
    float: left;
    width: 20%;
}

.about-partner-gallery-img li .img-box {
    height: 150px;
    margin: 0 60px 70px;
    width: 150px;
}

.about-partner-gallery-img li:last-child .img-box {
    margin-bottom: 0;
}

.about-partner-gallery-img li img {
    height: 100%;
    width: 100%;
}

.grayscale {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: all 0.6s ease 0s;
}

.grayscale:hover {
    filter: none !important;
    -webkit-filter: grayscale(0);
}

/*Ends About Us*/

/*Starts css on Article*/

.article-container {
    background: #ffffff;
}

.article-hero {
    background: rgba(0, 0, 0, 0) url("../img/investmentbanking/investment-banking-bg.jpg") repeat scroll 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
    height: 250px;
    width: 100%;
    background-position: center center;
}

.article-hero h1 {
    color: #ffffff;
    display: table-cell;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.accordion-push-out {
    background: #121314 none repeat scroll 0 0;
}

.accordion-push-out ul {
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accordion-push-out ul li {
    cursor: pointer;
    float: left;
    position: relative;
    height: 480px;
    width: 16.6667%;
}

.accordion-push-out ul li img {
    width: 100%;
    height: 100%;
}

/*.accordion-push-out ul li img.img-hide {*/
    /*display: none !important;*/
/*}*/

/*.accordion-push-out ul li img.img-show {*/
    /*display: block !important;*/
/*}*/

.accordion-push-out ul li .h3-heading {
  color: #ffffff;
  display: block;
  left: 50%;
  margin-right: -50%;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
 -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}


.accordion-push-out ul li .h3-heading h3{
    font-size: 16px;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-push-out ul li h3.h3-hide {
    display: none !important;
}

.accordion-push-out ul li h3.h3-show {
    display: block !important;
}

.accordion-links {
    background: #121314;
    display: none;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.accordion-links-hide {
    display: none !important;
}

.accordion-links ul li {
    display: block;
    float: none;
    height: auto;
    width: 100%;
}

.accordion-links ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin: 20px 0;
    text-decoration: none;
}

.w-12p {
    width: 12% !important;
}

.w-16p {
    width: 16.6667% !important;
}

.w-40p {
     width: 40% !important;
 }

.w-100p {
    width: 100% !important;
}

.w-transition {
    -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

.accordion-links h4 {
    color: #986b4d;
    margin: 20px 0;
    text-transform: uppercase;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    width: 8px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ffffff !important;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #986b4d;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-image: none;
    background-repeat: no-repeat;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    right: -8px;
}
/*Ends css on Article*/


/*Starts css on Contact Us*/
.contact-partner-gallery {
    padding: 80px;
}

.contact-partner-gallery h3 {
    color: #121314;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.contact-partner-gallery .cta {
    background: #3c3c3c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
}

.contact-partner-gallery .cta:hover {
    background: #986b4d none repeat scroll 0 0;
}

.contact-partner-gallery .cta {
  border: 0 none;
}

.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: none;
    transition: color 0.4s linear 0s, background 0.4s linear 0s, border-color 0.4s linear 0s, box-shadow 0.4s linear 0s;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 0;
    color: #999999;
}

.form-control:hover {
    border: 1px solid #986b4d;
    border-top: none;
    border-right: none;
    border-left: none;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.form-group {
    margin-bottom: 35px;
}

/*Ends css on Contact Us*/


/*Starts css on Advertise-on-askivy*/
.media-pack .fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

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

.media-pack .cta {
    background: #3c3c3c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
}

/*Ends css on Advertise-on-askivy*/

/*Starts css on Login */

.login-container {
  background: #ffffff;
  padding: 80px;
}

.login-container-title h3 {
  color: #121314;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.login-container .cta {
  border: 0 none;
  display: block;
  width: 100%;
}



a.social-signin {
    text-shadow: 0 0 2px rgba(0, 0, 0, .3);
    border: 1px solid #777;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    line-height: 40px !important;
    margin: 0 0 5px 0;
    height: 40px;
    width: 60% !important;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    top: -1px;
    padding-left: 37px;
    cursor: pointer;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0, #858585 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #858585));
    background: -webkit-linear-gradient(top, #f0f0f0 0, #858585 100%);
    background: -o-linear-gradient(top, #f0f0f0 0, #858585 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0, #858585 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, #858585 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#858585', GradientType=0);
    -webkit-box-shadow: 0 1px 0 #CCC inset, 0 3px 0 0 #444, 0 4px 2px #999;
    -moz-box-shadow: 0 1px 0 #CCC inset, 0 3px 0 0 #444, 0 4px 2px #999;
    box-shadow: 0 1px 0 #CCC inset, 0 3px 0 0 #444, 0 4px 2px #999;
    -webkit-transition-property: top, -webkit-box-shadow;
    -webkit-transition-duration: .1s, .1s;
    -webkit-transition-timing-function: linear, linear;
    -moz-transition-property: top, -moz-box-shadow;
    -moz-transition-duration: .1s, .1s;
    -moz-transition-timing-function: linear, linear;
    transition-property: top, box-shadow;
    transition-duration: .1s, .1s;
    transition-timing-function: linear, linear
}

a.social-signin:hover {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0, #8e8e8e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #8e8e8e));
    background: -webkit-linear-gradient(top, #f0f0f0 0, #8e8e8e 100%);
    background: -o-linear-gradient(top, #f0f0f0 0, #8e8e8e 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0, #8e8e8e 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, #8e8e8e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#8e8e8e', GradientType=0)
}

a.social-signin:active {
    -webkit-box-shadow: 0 1px 0 #CCC inset, 0 1px 0 0 #444, 0 2px 2px #999;
    -moz-box-shadow: 0 1px 0 #CCC inset, 0 1px 0 0 #444, 0 2px 2px #999;
    box-shadow: 0 1px 0 #CCC inset, 0 1px 0 0 #444, 0 2px 2px #999;
    top: 2px
}

a.social-signin.fb {
    background: #839bc3;
    background: -moz-linear-gradient(top, #839bc3 0, #576fa3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #839bc3), color-stop(100%, #576fa3));
    background: -webkit-linear-gradient(top, #839bc3 0, #576fa3 100%);
    background: -o-linear-gradient(top, #839bc3 0, #576fa3 100%);
    background: -ms-linear-gradient(top, #839bc3 0, #576fa3 100%);
    background: linear-gradient(to bottom, #839bc3 0, #576fa3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#839bc3', endColorstr='#576fa3', GradientType=0);
    -webkit-box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #2D447F, 0 4px 2px #999;
    -moz-box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #2D447F, 0 4px 2px #999;
    box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #2D447F, 0 4px 2px #999;
    border-color: #566383
}

a.social-signin.fb:before {
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    background: url(../img/facebook-white-20x20-90.png) no-repeat center;
    content: ' ';
    left: 2px;
    top: 6px
}

a.social-signin.fb:hover {
    background: #8ba1c7;
    background: -moz-linear-gradient(top, #8ba1c7 0, #6077aa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ba1c7), color-stop(100%, #6077aa));
    background: -webkit-linear-gradient(top, #8ba1c7 0, #6077aa 100%);
    background: -o-linear-gradient(top, #8ba1c7 0, #6077aa 100%);
    background: -ms-linear-gradient(top, #8ba1c7 0, #6077aa 100%);
    background: linear-gradient(to bottom, #8ba1c7 0, #6077aa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8ba1c7', endColorstr='#6077aa', GradientType=0)
}

a.social-signin.fb:active {
    -webkit-box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #2D447F, 0 2px 2px #999;
    -moz-box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #2D447F, 0 2px 2px #999;
    box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #2D447F, 0 2px 2px #999
}

a.social-signin.tw {
    background: #8fcff7;
    background: -moz-linear-gradient(top, #8fcff7 0, #008bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fcff7), color-stop(100%, #008bb5));
    background: -webkit-linear-gradient(top, #8fcff7 0, #008bb5 100%);
    background: -o-linear-gradient(top, #8fcff7 0, #008bb5 100%);
    background: -ms-linear-gradient(top, #8fcff7 0, #008bb5 100%);
    background: linear-gradient(to bottom, #8fcff7 0, #008bb5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8fcff7', endColorstr='#008bb5', GradientType=0);
    -webkit-box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #174F7B, 0 4px 2px #999;
    -moz-box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #174F7B, 0 4px 2px #999;
    box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #174F7B, 0 4px 2px #999;
    border-color: #00789D
}

a.social-signin.tw:before {
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    background: url(../img/twitter-white-20x20-90.png) no-repeat center;
    content: ' ';
    left: 2px;
    top: 6px
}

a.social-signin.tw:hover {
    background: #8fcff7;
    background: -moz-linear-gradient(top, #8fcff7 0, #00a9d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fcff7), color-stop(100%, #00a9d3));
    background: -webkit-linear-gradient(top, #8fcff7 0, #00a9d3 100%);
    background: -o-linear-gradient(top, #8fcff7 0, #00a9d3 100%);
    background: -ms-linear-gradient(top, #8fcff7 0, #00a9d3 100%);
    background: linear-gradient(to bottom, #8fcff7 0, #00a9d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8fcff7', endColorstr='#00a9d3', GradientType=0)
}

a.social-signin.tw:active {
    -webkit-box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #174F7B, 0 2px 2px #999;
    -moz-box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #174F7B, 0 2px 2px #999;
    box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #174F7B, 0 2px 2px #999
}

a.social-signin.li {
    background: #a1cee5;
    background: -moz-linear-gradient(top, #a1cee5 0, #0080b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1cee5), color-stop(100%, #0080b2));
    background: -webkit-linear-gradient(top, #a1cee5 0, #0080b2 100%);
    background: -o-linear-gradient(top, #a1cee5 0, #0080b2 100%);
    background: -ms-linear-gradient(top, #a1cee5 0, #0080b2 100%);
    background: linear-gradient(to bottom, #a1cee5 0, #0080b2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a1cee5', endColorstr='#0080b2', GradientType=0);
    -webkit-box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #2D447F, 0 4px 2px #999;
    -moz-box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #2D447F, 0 4px 2px #999;
    box-shadow: 0 1px 0 #CADBFE inset, 0 3px 0 0 #2D447F, 0 4px 2px #999;
    border-color: #566383
}

a.social-signin.li:before {
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    background: url(../img/linkedin-white-20x20-90.png) no-repeat center;
    content: ' ';
    left: 2px;
    top: 6px
}

a.social-signin.li:hover {
    background: #a1cee5;
    background: -moz-linear-gradient(top, #a1cee5 0, #00a9d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1cee5), color-stop(100%, #00a9d3));
    background: -webkit-linear-gradient(top, #a1cee5 0, #00a9d3 100%);
    background: -o-linear-gradient(top, #a1cee5 0, #00a9d3 100%);
    background: -ms-linear-gradient(top, #a1cee5 0, #00a9d3 100%);
    background: linear-gradient(to bottom, #a1cee5 0, #00a9d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a1cee5', endColorstr='#00a9d3', GradientType=0)
}

a.social-signin.li:active {
    -webkit-box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #2D447F, 0 2px 2px #999;
    -moz-box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #2D447F, 0 2px 2px #999;
    box-shadow: 0 1px 0 #CADBFE inset, 0 1px 0 0 #2D447F, 0 2px 2px #999
}

.login_form_custom p {
  font-size: 16px;
  padding: 0 15px;
}

.login_msg_anchor:first-child {
  margin: 0 0 30px;
}

.login_msg_anchor a {
  border-bottom: 1px solid #986b4d;
  color: #986b4d;
  font-size: 16px;
}

.login_msg_anchor a  {
    text-decoration: none;
}
/**/
/*Ends css on Login */

/*Starts Single Job Details */

.single-job {
  background: #ffffff;
  padding: 80px;
}

.single-job {
  color: #121314;
}

.single-job table {
    width: 100%;
}

.single-job table tr {
  border-bottom: 1px solid #cccccc;
  display: block;
  margin: 0;
  padding: 0;
}

.single-job table th {
  color: #121314;
  font-size: 16px;
  margin: 0 10px 0 0;
  width: 100px;
}

.single-job table  td {
    color: #b5b2b1;
    font-size: 16px;
    padding: 10px 20px;
}


.single-job .or {
    background: #986b4d;
    color: #ffffff;
    border: 1px solid #986b4d;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 40px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.single-job .cta {
  margin: 15px 0;
}

.single-job-desc {
  color: #b5b2b1;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 30px;
}

.single-job-desc strong {
  color: #121314;
  display: block;
}

.single-job-details p {
  color: #b5b2b1;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}



/*Ends Single Job Details */

/*Starts Common Content Page */

.common-content-page {
  background: #ffffff;
  padding: 80px;
}

.common-content-page  p {
  color: #b5b2b1;
  font-size: 16px;
  line-height: 30px;
}

.common-content-page a {
  border-bottom: 1px solid #986b4d;
  color: #986b4d;
  text-decoration: none;
}

.common-content-page  ul {
    list-style-type: none;
}

.common-content-page ul li {
  color: #b5b2b1;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 15px;
  position: relative;
}

.common-content-page ul li::before {
  background: #986b4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  content: "\f105";
  font-family: fontawesome;
  height: 20px;
  left: -30px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 20px;
}


/*Ends Common Content Page */


/*Starts Register */

.register-switcher .box {
  min-height: 370px;
}

.register-switcher .box .cta {
  display: block;
  text-align: center;
}

.register-switcher .icon-circle {
  color: #986b4d;
  font-size: 32px;
  margin: 20px auto;
}

.register-switcher h3 + p {
  margin: 0 0 40px;
}

/*Ends Register */

/*Starts Basket */
.shop-basket {
  background: #ffffff;
  padding: 80px;
}

.shop-basket table th,.job-alert-container table th,.user-jobs table th {
  color: #986b4d;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.shop-basket table td,.job-alert-container table td {
    color: #b5b2b1;
    font-size: 16px;
}

.shop-basket table td.item .img {
  background: rgba(0, 0, 0, 0) url("../img/basket-download-icon.png") no-repeat scroll 0 0;
  float: left;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 32px;
}

.shop-basket table td.quantity a {
  background: rgba(0, 0, 0, 0) url("../img/basket-close-icon.png") no-repeat scroll 0 0;
  display: block;
  height: 32px;
  overflow: hidden;
  position: relative;
  text-indent: -999em;
  top: 3px;
  width: 32px;
}

.shop-basket table .quantity {
  clear: both;
  overflow: hidden;
}

.shop-basket table td.quantity a.decrement {
  float: left;
}

.shop-basket table .currency-chooser form, .shop-basket table .shipping-chooser form {
  margin: 0;
  text-align: right;
}

.shop-basket table .total td {
  font-weight: bold;
  text-align: right;
}

.shop-basket  .currency-chooser-title {
  margin: 0 30px 0 0;
}

.shop-basket  .chosen-container {
  text-align: left;
  width: 100px !important;
}

.shop-basket .chosen-container-single .chosen-single {
  color: #b5b2b1 !important;
}

.shop-basket table .total td:first-child,.shop-basket  .currency-chooser-title,.shop-basket .paypal-btn-sec span  {
  color: #986b4d;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.shop-basket input.cta,.job-alert-container  input.cta{
  border: 0 none;
  margin: 0;
  width: 100%;
}

.shop-basket .vouchers .form-control {
  height: 47px;
  line-height: 47px;
}

.shop-basket .checkout {
    margin: 50px 0;
}


.shop-basket .checkout .cta {
  display: block;
  text-align: center;
  margin: 0;
}

.shop-basket .paypal-btn-sec a {
  background: rgba(0, 0, 0, 0) url("../img/paypal-icon.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 33px;
  margin: 0 0 0 30px;
  text-indent: -9999px;
  width: 128px;
}

/*Ends Basket */

/*Starts User Profile Common Page */

.user-profile {
  min-height: 750px;
}

.user-profile .account-navigation {
  border-bottom: 1px solid #b5b2b1;
  border-top: 1px solid #b5b2b1;
  clear: both;
  list-style-type: none;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0;
}

.user-profile .account-navigation li {
  float: left;
  margin: 0;
  width: 20%;
}

.user-profile .account-navigation li a {
  color: #121314;
  display: block;
  font-size: 16px;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.user-profile .account-navigation li a i {
  color: #b5b2b1;
  margin: 0 10px 0 0;
}

.user-profile .account-navigation li.selected a, .user-profile .account-navigation li.selected a i {
    color: #986b4d;
}

.user-profile h3 {
  margin: 25px 0; 
}

.user-profile label {
  display: block;
}

.user-profile .line {
  margin: 0 0 15px;
}

/*Ends User Profile Common Page */

/*starts Job alert */

.user-job-alert .alert-warning {
  margin: 100px 0;
}

.user-job-alert  .para {
    margin: 100px 0;
}

.subscribe-block.no-results.alert-warning.job_subscription_box {
  margin-bottom: 30px;
}


.user-job-alert-container input[type="submit"] {
  background: #986b4d;
  border: 0 none;
  color: #ffffff;
  padding: 5px 10px;
}



/*Ends Job alert */

/*Starts css on Advertise*/

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

.slug-advertise img {
    display: table;
    margin: 20px auto;
}

.slug-advertise h4 {
    margin: 50px 0; 
}


/*Ends css on Advertise*/

/*Starts Article details*/

.article-details-page .footer {
  background: #343334 none repeat scroll 0 0;
  padding: 25px 300px 25px 0;
  width: 100%;
}

/*Ends Article details*/


/*Starts Job Alert */
 .job-alert-container table td a {
    color: #121314;
    display: block;
    text-decoration: none;
 }

.job-alert-container .no-results {
  margin: 0;
  padding: 15px;
}

 .job-alert-container input.cta {
    width: auto;
 }

/*Ends Job Alert */


/*Starts Small Nav*/

.logo-img-link img {
    display: none;
}

.sidenav nav {
    display: none;
}

.side-menu .social-links {
    display: none;
}

.side-nav-sm {
    text-align: center;
}

.side-nav-sm {
    height: 100%;
    position: fixed;
    text-align: center;
}

.side-nav-sm.fixed-bottom {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    padding: 20px 0;
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1000;
}

.side-nav-sm .top {
    height: 15%;
    position: relative;
    top: -20px;
}

.side-nav-sm .middle {
    height: 70%;
    position: relative;
}

.side-nav-sm .middle img {
  height: 200px;
  margin-left: -17px;
  margin-top: -137px;
  position: absolute;
  top: 50%;
  width: 34px;
}

.side-nav-sm .bottom {
    height: 15%;
}

.side-nav-sm .top a,.side-nav-sm .middle a {
    outline: medium none;
    padding: 0;
    text-decoration: none;
}

.side-nav-sm .bottom .nav-close-icon {
    display: none;
}

.side-nav-sm .bottom a {
    display: inline-block;
    padding: 0;
}

.trans-w-220,.trans-w-0 {
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}


/*Ends Small Nav*/

/*Starts Home Page navigation*/

.home-sidenav {
  width: 210px !important;
}

.home-sidenav .side-nav-sm {
  display: none !important;
}

.home-sidenav .logo-img-link img {
  display: block !important;
}

.home-sidenav nav {
  display: block !important;
}

.home-sidenav .social-links {
  display: block !important;
}

.home-right-content {
    margin-left: 210px !important;
}

/*Ends Home Page navigation*/


/*Starts Checkout Register*/

.checkout-common .field label {
  display: block;
}

.checkout-common  a.social-signin {
  width: 100% !important;
}

.checkout-common .social-btn-icon a {
  margin: 0 0 15px;
}

.checkout-common .field label span.label {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 0;
}

.checkout-common  .field  .input {
  display: block;
  margin: 0 0 35px;
}

.checkout-common .field .input input[type="submit"] {
    border: 0;
    width: 100%;
    margin: 0;
}

.checkout-common .field.submit .label {
    display: none;
}

.checkout-common .social-btn-icon {
  margin: 50px 0 0;
}

.checkou-common-guest .cta {
  display: inline-block;
  margin: 0 0 0 25px;
  width: auto;
}

/*Ends Checkout Register*/

/*Starts Pos a Job*/

ul#question-dropper {
  list-style-type: none;
  padding: 0;
}

.user-preview-jobs .cta {
    text-align: center;
}


/*Ends Pos a Job*/

/*Starts User Jobs*/

.user-jobs table tr td a {
    border-bottom: 1px solid #986b4d;
    color: #986b4d;
    font-size: 16px;
    text-decoration: none;
}

.user-jobs table td ul {
    list-style-type: square;
    padding: 0;
} 

/*Ends User Jobs*/

/*Starts Common Alert */

.alert-common .system-alert {
  color: #ffffff;
  margin: 0 auto;
  padding: 21px 130px;
  text-align: center;
  width: 100%;
}

.alert-common .alert-success {
  background: #5cb85c;
 
}

.alert-common .alert-info {
  background: #5bc0de;
}

.alert-common .alert-warning {
  background: #f0ad4e;
}

.alert-common .alert-danger {
  background: #d9534f;
}

.alert-common .fa {
  cursor: pointer;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.alert-common .system-alert a {
  color: #986b4d;
  text-decoration: underline;
}

/*Ends Common Alert */

/*Starts Currency Converter*/

.header-currency-chooser > p {
  color: #ffffff;
}

.header-currency-chooser .styled-select {
  background: url("../img/currency-icon-bg.png") no-repeat 85% 0;
  height: 29px;
  overflow: hidden;
  width: 60%;
}
.header-currency-chooser .styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 100%;
}

/* -------------------- Rounded Corners */
.header-currency-chooser .rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


.header-currency-chooser .black {
  background-color: #121314;
}

.header-currency-chooser .black select {
  color: #fff;
}

.header-currency-chooser  select {
    display: block !important;
}

.header-currency-chooser .chosen-container  {
    display: none;
}

/*Ends Currency Converter*/

/*Starts Gateway content*/

.gateway-content,.shop-basket  {
    min-height: 700px;
}

.gateway-content div {
    color: #b5b2b1;
}

.common-content-page a {
  display: inline-block;
  margin: 10px 0;
}

/*Ends Gateway content*/

/*Starts User Orders */

.user-orders table tr td a {
  color: #986b4d;
  font-size: 14px;
  text-decoration: underline;
}

/*Ends  User Orders */