
/* footer */
/*@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.svg');
  src: url('fonts/fontawesome-webfont.otf') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff') format('woff'),
    url('fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
.section.bg-dark {
	background: #4d637b;
	color: #e8edf4;
}

.site-header {
	background-color:#4d637b;
	border-top: 3px solid #4d637b;
}

.column h3.widget-title {
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1;
    font-style: normal;
}

.credits-right {
	float: right;
	font-size: 12px;
	text-align: left;
}

.credits-bottom {
    overflow: auto;
}

.credits-bottom > *, .footer-wrapper > * {
    vertical-align: middle;
    display: inline-block;
}

.credits-text {
    text-align: left;
    float: left;
}

#core-version {
    display: none;
}

.menu-footer-container {
  line-height: 12px;
}
/*.column.column-3.right{width: 100%;}*/
.column.column-3.right ul{list-style: none;}
.column.column-3.right ul li{display: inline-block;}

.column {
    width: 33%;
    margin-left: 0%;
    display: inline-block;
}


h3.widget-title {
    text-align: left;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #4d637b;
    text-transform: none;
    font-family: 'Source Sans Pro';
    padding-top: 20px;
}

.widget-content ul li {
    list-style: none;
    text-align: left;
}

.credits-left {
	float: left;
	color: #c2c5cd;
}

.social_media_wrap ul li{display: inline-block;}

.font-awesome.glyph-linkedin-squared:before {
  content: "\f08c";
  font-family: "FontAwesome";
}

.font-generic.glyph-googleplus:before {
  content: "\f0d4";
  font-family: "FontAwesome";
}

.font-awesome.glyph-twitter-squared:before {
  content: "\f081";
  font-family: "FontAwesome";
}

.font-awesome.glyph-facebook-squared:before{
	 content: "\f082";
  font-family: "FontAwesome";
}

.footer-logo {
    margin-bottom: 10px;
    float: left;
}

.footer-wrapper {
    float: right;
}

.footer-desc {
    padding-bottom: 15px;
}

.footer-menu li {
    list-style: none;
    position: relative;
    float: left;
    margin-bottom: 0px;
    margin-right: 16px;
}

.footer-menu > li:before {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    margin-right: -11px;
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
    z-index: 1000;
}

.footer-menu > li:last-child:before {
    content: none;
}

.credits-inner {
	padding: 25px 0 16% 0; 
}

.credits-inner .cl-version {
    font-size: 8px;
    margin-top: 8px;
    opacity: 0.5;
}

.section-inner {
	width: 1000px;
	margin: 0 auto;
}

#site-footer, #site-footer a {
	font-size: 12px;
}

#site-footer a:hover {
	color: #c2c5cd;	
}

	
#verify-email span.logo {
  display: block;
  width: 100%;
  background-color: rgb(77, 99, 123);
}


/* top button */
.tothetop {
    z-index: 999;
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    /*position: fixed;*/
    right: 8%;
    bottom: 58px;
    display: inline-block;
}


a.tothetop:hover {
    cursor: pointer;
    background-color: #1b1b1b;
}

a.tothetop i {
    padding: 1em 1em;
}

/* ../footer */

/* footer-responsive */

@media (max-width: 1024px){
    a.tothetop {
        width: auto;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        width: auto;
            right:5%;
            bottom:70px;
    }

    div#social_media {
        padding-bottom: 15px;
    }

	.credits a {
	  font-size: 14px;
	}

    .credits-left,
    .credits-right,
    .footer-wrapper,
    .footer-logo,
    .menu-top-nav-container,
    .footer-menu {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .credits-text {
        text-align: center;
        float: none;
    }

    .footer-menu > li {
        float: none;
        display: inline-block;
        margin: 0px 8px 10px 8px;
    }

    .credits-text, .footer-wrapper > * {
        display: block;
    }

    .footer-wrapper {
        margin-top: 1em;
    }

    .footer-logo {
        margin: 20px 0px;
        display: inline-block;
    }

    .footer-desc {
        max-width: none;
    }
}

@media (max-width:1040px) {
	.section-inner {width:86%;}

	.menu-top-nav-container {
		float: none;
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.credits-right .menu-footer-container{
		float: left;
	}

	.credits-right .menu-footer-container {
	  width: 90%;
	  float: left;
	}
}

@media (max-width: 985px) {
    .credits-inner {
        padding-bottom: 45px;
    }
}

@media (max-width: 700px) {
    .footer .column:first-child {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
    }

    .footer .column-3 {
        margin-bottom: 40px;
    }

    .footer .column {
        width: 100%;
        padding-top: 40px;
        border-top: 4px solid rgba(255, 255, 255, 0.1);
        margin-top: 40px;
    }

    .credits.section {
        border-top: 1px solid rgba(255,255,255,0.1);
    }
}

@media (max-width: 640px) {
	#site-footer, #lower-footer {
	  padding-bottom: 0px;
	}
}

@media (max-width: 600px){
	.credits-right .menu-footer-container {
        width: 100%;
        float: none;
	}

	.menu-top-nav-container {
		width: auto;
	}

    .footer-menu > li {
        display: block;
        margin: 10px 0px;
        text-align: center
    }
}

@media (max-width: 500px){
    
	.credits-right ul li{float: none;}
	.column.column-3.right{float: none;}
}


@media (max-width: 1100px) {
    .column {
            width: 100%;
            margin-left: 0%;
    }
    h3.widget-title {
            text-align: center;
    }
    .widget-content ul li {
            text-align: center;
            list-style: none;
    }
}

/* header menu */
.top-menu {
	overflow: visible !important;
}
.top-menu li{
	position: relative;
}
.top-menu li a { 
	margin-right: 25px;
}
.top-menu > .cl-core-hide-menu-item {
	display: none;
}
.top-menu li:hover ul {
    opacity: 1;
    left: 0;
    display: block;
}

.top-menu li .sub-menu {
    position: absolute;
    left: -9999px;
    display: none;
    z-index: 999;
}

.top-menu .sub-menu li {
    width: 240px;
    background: #1d1d1d;
    float: none;
    display: block;
}

.top-menu .sub-menu a {
    padding: 20px 0px;
    margin: 0 20px;
    line-height: 130%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
}

/* ./header menu */


.cl-job-count h2 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 600;
}

.cl-job-count h3 {
    font-size: 1.5em;
    color: black;
}

#sidebar-custom-landing-header > div{
	background-color:transparent;
}
div#sidebar-custom-landing-header {
    padding-top: 35px;
}
#smlicons a img {
    width: 21px;
    display: inline-block;
    clear: none;
    vertical-align: middle;
    padding: 25px 0px;
    margin-left: 0px;
}

#smlicons a {
    display: inline;
    vertical-align: middle;
    height: 100px;
    margin: 0 4px;
}

li#smlicons {
    margin-left: 18px;
}

#smlicons a:hover {
    top: 2px;
    position: relative;
}
/** this file used to overwrite default css style for core application 
theme specific colors for profile, login screen etc.. */
.order-details-page .btn-primary{
	background: #00a3e6;
}

	.order-details-page .btn-primary:hover{
		background: #d95746;
	}

.navbar{
	height:77px;
	background: #fff;
}

.profile_menu .dropdown-toggle{
	height:77px;
	padding:10px 21px;
}

.navbar-fixed-top, .navbar-fixed-bottom{
	position: absolute;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: #fff;
}

.cl-vnavigation .parent ul li.active a{
	border-left: 1px solid #00a3e6;
}

#cl-wrapper{
	padding-top: 77px;
}

.navbar-default .navbar-toggle{
	padding:10px;
	margin-top: 20px;
}

.layout.signup-logo-container, #sign-up-extra .logo{
	width: 800px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

#site-header{border-top: 3px solid #00a7e1; background:#fff;box-shadow:0px 0px 0px;height:75px;border-bottom:0px;}
.blueBtn, .grayBtn,.signupPageWrap .signup-account, .signupPageWrap .signup-continue{background: #00a3e6;color: #fff;margin-left: 10px;text-align: center;vertical-align: top;border:0px;box-shadow:0px 0px 0px;text-shadow:0px 0px 0px;font-size:12px;}
.grayBtn, .signupPageWrap .signup-continue{background: #6e90a9;}

.signup-button-container{
	text-align: center;
	margin-top: 30px;
}
.signupPageWrap .signup-continue, .signupPageWrap .signup-account{margin:0px 10px; display: inline-block; float: none;}
#cta-buttons a{font-size:14px;margin-top:10px;}

.site-header .sign-up-link, .site-header .sign-in-link{background:transparent;border:0px;color:#fff;box-shadow:0px 0px 0px;border-radius:0px;}
.site-header .sign-up-link{background: #6e90a9;}
.site-header .sign-in-link{background: #00a3e6;margin-left:10px;}

.site-header .sign-up-link:hover, .grayBtn:hover{background: #64849c;box-shadow:0px 0px 0px;}
.site-header .sign-in-link:hover, .blueBtn:hover{background: #008bc4;box-shadow:0px 0px 0px;border:0px;}

.site-header .profile-link span, .site-header .profile-link{color:#fff;}

#container.user-setup header h1{
	background: #fff;
	border-bottom: 1px solid #e5e6ea;
}

.navbar-default .navbar-nav > li > a, .site-header .profile-link span, .site-header .profile-link{
	color: #999;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #999;
}

.navbar-default .navbar-nav > .dropdown > a .caret{
	border-bottom-color: #999;
    border-top-color: #999;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret{
	border-bottom-color: #000;
    border-top-color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #000;
}


.section.bg-dark{
	background: #4d637b;
}

@media (min-width: 768px) and (max-width: 979px) {
	.navbar-default .navbar-brand {
	    background-position: 0 0px;
	    height: 70px;
	    width: 200px;
	    padding-left: 0px;
	  }
}

@media (max-width: 800px) {
	.layout.signup-logo-container{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-brand {
	    width: 200px;
	  }

	  .site-header.wolf-header .layout .mobile_menu_trigger {
	  	color: #999;
	  }
}#footerContentWrap .credits-inner {
	padding:0px;
}
.column {
	width: 32%;
	padding:5px;
	display: inline-block;
}

.widget-content{
	font-size: 16px;
}

.widget-content p {
	margin-bottom: 1em;
}

#site-footer #footerContentWrap a, #site-footer #footerContentWrap{
	font-size: 16px;
}

.rpwwt-widget ul li{
	overflow: hidden;
	margin: 0 0 1.5em;
}

.wolf-header .layout {
	max-width: 1040px !important;
	width: 1040px;
}

.left{
	float: left;
}

footer{
	position: relative;
}

#footerContentWrap{
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
}


p.footer_about{
	font-size: 85%
}

#page-body{
	overflow-x: auto !important;
}

.rpwwt-widget ul li img{
	display: inline;
	float: left;
	margin: .0em .75em .75em 0;
}

.footer-wrapper .footer-menu ul li a{
	font-size: 12px;
}

		.cl-lang-switcher .styledSelect{
	        color: #00AA7D;
	     }
	     .cl-lang-switcher .options{
	        background-color: #00AA7D;
	     }
	     .cl-lang-switcher .options li{
	        color: #FFFFFF;
	     }
	     .cl-lang-switcher .options li.active::after{
	        color: #FFFFFF;
	     }
	     .cl-lang-switcher .options li:hover{
	        color: #FFFFFF;
	        background-color: rgba(255,255,255,0.3);
	     }
