
body {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    background: #fff;
    font-family: 'futura-pt', sans-serif;
}

a:hover,
a:focus{
    text-decoration: none;
}

strong {

}

h1,h2,h3,h4,h5,h6 {

}

b{
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

ul, li {
    list-style-type: none;
}

.bullet-type #list-unordered{
    list-style-type: disc;
	margin-left: 10px;
}

p, space {
margin-top: 40px;
} 

.sprites {
    background: url("../images/sprites.png")no-repeat;
}

.gray {
    background: #e4e4e4;
}
.light-gray {
    background: #efefef;
}

.clear {
	clear: both
}

.btn,
.btn:hover {
   -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*header*/
.header-bg {
    background: url("../images/banner-bg.jpg")no-repeat;
    /* background: white; */
    background-position: center top;
    background-size: cover;
}

header {
    height: 100px;
    padding: 10px 30px 0;
    position: fixed;
    transition: background 0.3s ease 0s, height 0.4s ease 0s;
    width: 100%;
    z-index: 999;
    -moz-transition: background 0.3s ease 0s, height 0.4s ease 0s;
    -webkit-transition: background 0.3s ease 0s, height 0.4s ease 0s;
    -o-transition: background 0.3s ease 0s, height 0.4s ease 0s;
    -ms-transition: background 0.3s ease 0s, height 0.4s ease 0s;
}

header.fix {
    height: 60px;
    position: fixed;
    border-bottom: 0.3px solid #333;
    transition: background 0.3s ease 0s, height 0.4s ease 0s;
    background: white;
    -moz-transition: background 0.3s ease 0s, height 0.4s ease 0s;
    -webkit-transition: background 0.3s ease 0s, height 0.4s ease 0s;
    -o-transition: background 0.3s ease 0s, height 0.4s ease 0s;
    -ms-transition: background 0.3s ease 0s, height 0.4s ease 0s;
}

.logo img {
    transform: translateZ(0px);
    transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -webkit-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -o-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -ms-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    z-index: 1;
    max-width: 180px;
}

header.fix .logo img {
    transform: translateZ(0px);
    transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -webkit-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -o-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -ms-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;

}

nav ul {
    float: right;
    padding-top: 18px;
    transform: translateZ(0px);
    transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
     -webkit-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -o-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -ms-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    z-index: 1;
}

header.fix nav ul{
    padding-top: 2px;
    transform: translateZ(0px);
    transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
     -webkit-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -moz-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -o-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
    -ms-transition: padding 0.4s ease 0s, border-color 0.6s ease 0s;
}

nav li  {
    float: left;
    padding: 7px 0;
}

nav li a {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin: 0 28px 0 0;
	letter-spacing: 2px;
}

nav li a:focus,
nav li a:hover {
    color: black;
}

nav li:last-child {
    border: 1px solid #666;
    text-align: center;
    margin: 0 0 0 10px;
}

nav li:last-child a {
    margin: 0;
    padding: 0 26px;
}

nav li a.active {
    border-bottom: 2px solid black;
}

nav li {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
nav li:last-child:hover {
	background: black;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

nav li:last-child:hover a {
	color: white;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*MAIN BANNER*/
.banner {
    text-align: center;
}

.banner h1 {
    color: #666;
    display: block;
    font-family: "futura-pt";
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.1em;
    text-transform: none;
	margin-top: 222px;
}

.banner h2 {
    color: #9c9999;
    font-family: "futura-pt";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1.3em;
    margin: 0 auto 20px;
    text-transform: uppercase;
}


.banner a.btn {
    border: 1px solid #666;
    border-radius: 2px;
    height: auto;
    letter-spacing: 1px;
    margin: 0;
    padding: 9px 37px;
    width: auto;
    margin: 27px 0 215px;
}


.banner .btn,
.btn {
    border: 1px solid #666;
    border-radius: 2px;
    height: auto;
    letter-spacing: 1px;
    margin: 0;
    padding: 9px 37px;
    width: auto;
}

.banner .btn.btn-default ,
.btn.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}

.banner .btn.btn-default:hover ,
.btn.btn-default:hover {
	color: white;
	background: black;
}

/*CLOUD BASED PLATFORM*/
.cloud-based-platform {
    padding: 90px 0 80px 0;
    text-align: center;
    background: #efefef;
}

.cloud-based-platform p {
    color: #000;
    font-family: "futura-pt",arial;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2em;
    padding: 0;
    text-align: center;
}

/*WHY PINNAKL */

.why-pinnakl {
    text-align: center;
    padding-bottom: 15px;
}

.why-pinnakl .container {
    width: 945px;
}

.why-pinnakl h2 {
    color: #0f2a49;
    font-family: "futura-pt",arial;
    font-size: 42px;
    margin: 54px 0 3px;
}

.why-pinnakl h3 {
    color: #666666;
    font-family: 'Futura-pt',arial;
    font-size: 30px;
    font-weight: 300;
    margin: 36px 0 58px 0;
}

.features {
    padding: 0 15px;
}

.features h3 {
    font-size: 18px;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
    margin: 35px 0 22px 0;
	font-weight: 300;
    font-style: normal;
}

.features p {
    line-height: 24px;
    margin-bottom: 35px;
	font-family: 'europa', arial;
}

/*INFOGRAPHIC*/

.infographic {
    text-align: center;
    /* background: url("../images/infographic.jpg") no-repeat; */
    background-position: center top;
    background-size: cover;
    /* padding-top: 60px; */
}

/*TEAM*/
.team {
    border-top: 1px solid #dedede;
    margin-top: 35px;
    padding: 0 0 60px;
}

.team .container {
    width: 1280px;
    text-align: center;
}

.team  h2 {
      color: #0f2a49;
    font-family: "futura-pt",arial;
    font-size: 42px;
    line-height: 40px;
    margin: 63px 0 40px;
}

.team  h3 {
    color: #0f2a49;
    font-family: "futura-pt",arial;
	font-weight: 300;
}

.team img {
    border-radius: 100%;
    max-height: 250px;
    max-width: 250px;
    min-height: 250px;
    min-width: 250px;
}

.team .linkedin {
    background-position: -9px -100px;
    display: inline-block;
    height: 43px;
    margin: 7px 0 10px;
    width: 43px;
}

.team .linkedin:hover {
    background-position: -11px -158px
}

/*FOUNDED*/
.founded {
    text-align: center;
    padding: 90px 0 80px;
}

.founded p {
    color: #000;
    display: inline-block;
    font-family: "Futura-pt",arial;
    font-size: 32px;
    font-weight: 300;
    line-height: 34px;
    width: 100%;
}

.founded p span {
    color: #31848b;
}

/*TESTIMONIALS*/
.testimonial {
    padding: 0px 0 85px;
	text-align: center;
}

.testimonial h2 {
    color: #0f2a49;
    font-family: "futura-pt",arial;
    font-size: 42px;
    line-height: 40px;
    margin: 55px 0 40px;
}

.testi-content {
    background: #EFEFEF none repeat scroll 0 0;
    border-radius: 3px;
    color: #4f5e6d;
    font-size: 16px;
    font-weight: 400;
    height: 300px;
    line-height: 1.7;
    margin: 0 0 30px;
    padding: 30px 40px;
    position: relative;
}


.testi-content:after {
    border-color: #EFEFEF transparent;
    border-style: solid;
    border-width: 8px 9px 0;
    bottom: -8px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
    z-index: 1;
	margin-left: -9px;
}


.testi-desc  {
    display: table-cell;
    font-family: "europa",arial;
    font-size: 18px;
    font-style: italic;
    height: 250px;
    line-height: 27px;
    vertical-align: middle;
}

.testi-name {
    display: block;
	font-family: "futura-pt",arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
	display: block;
}

.testi-title {
    color: #747474;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

/*TESTIMONIALS*/

.services-content {
    background: url("../images/playcard1.jpg") no-repeat cover;
}



/*CONTACT*/

.contact {
    background: white;
    text-align: center;
    border-top: 0.3px solid #333;
    padding: 55px 0 75px 0;
}

.contact h2 {
    font-size: 36px;
    color: black;
    font-family: 'futura-pt';
    margin: 0;
}

.contact p {
    font-size: 18px;
    font-weight: 300;
    color: black;
    margin-top: 7px;
	text-transform: uppercase;
}

.contact p span {
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

.contact a {
    border: 1px solid black;
    color: black;
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    margin: 20px 0 0;
    padding: 14px 38px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.contact a:hover {
	background: black;
	color: white;
}

/*MATRICKS*/

.metrics {
    padding: 60px 0 50px;
    text-align: center;
}

.metrics h2 {
    color: #0f2a49;
    font-family: "futura-pt",arial;
    font-size: 36px;
    line-height: 40px;
    margin: 63px 0 40px;
	text-transform: uppercase;
}

.metrics h3 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
	min-height: 54px;
}

.metrics p  {
    color: #666;
    display: inline-block;
    font-family: 'europa';
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
	margin:20px 0 0 0 ;
}

.metrics p span {
    color: rgb(21, 126, 139);
    display: block;
    font-family: futura-pt;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0 10px;
	font-style: normal;
	line-height: 50px;
}

.divder-line {
	position: relative;
}

.divder-line:before {
	height: 150px;
	width: 1px;
	content:"";
	left: 6px;
	top: 0;
	background: #666;
	position: absolute;
}


.divder-line:after {
	height: 150px;
	width: 1px;
	content:"";
	right: 3px;
	top: 0;
	background: #666;
	position: absolute;
}

.divder-line2 {
	position: relative;
}



.divder-line2:after {
	height: 150px;
	width: 1px;
	content:"";
	left: 7px;
	top: 0;
	background: #666;
	position: absolute;
}

.job_listings{width:100%;    margin-top: 20px;  margin-bottom: 50px}
.job_listings img.company_logo{display:none;}
.job_listings thead {background-color: #eaeaea;}
.job_listings tbody tr:nth-child(odd) {background-color: #f5f5f5;}
.job_listings th, table.job_listings td {padding: 10px;max-width: 300px;}
.job_listings h3{font-size:16px !important;line-height:initial;margin-bottom: 0px !important;}
.job_listings ul.meta li{display:inline;}
.job_listings ul.meta li:after{content:',';}
.job_listings ul.meta li:last-child:after{content:none;}
.job_listings .company{display:none;}
