﻿@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futuran-webfont.eot');
    src: url('../fonts/futuran-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futuran-webfont.woff2') format('woff2'), url('../fonts/futuran-webfont.woff') format('woff'), url('../fonts/futuran-webfont.ttf') format('truetype'), url('../fonts/futuran-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body {
    font-family: 'ralewayregular',calibri, Arial, Helvetica, sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    line-height: 19px;
    font-size: 14px;
    /*color:#202427;*/
    color: #454445;
    letter-spacing: 0.05em;
}

.font-futura {
    font-family: 'futura_bk_btbook', calibri, Arial, Helvetica, sans-serif !important;
}

.wrapper {
    margin: 0 auto;
    width: 1150px;
    position: relative;
}

    .wrapper.small {
        max-width: 700px;
    }

.divCenter {
    position: relative !important;
    margin: auto !important;
    float: none !important;
}

strong, b {
    font-weight: bold;
}

.standard-section {
    padding: 60px 0 60px 0;
	/*background: #e9e6e6;*/
    background: #e8e7e7;
}

.standard-section2 {
    padding: 30px 0 30px 0;
    background: #e8e7e7;
}

.light-section {
    padding: 60px 0 60px 0;
    background: #ffffff;
}

.light-section2 {
    padding: 30px 0 30px 0;
    background: #ffffff;
}

.blue-section {
    padding: 80px 0 80px 0;
    background: #4094bc;
}

.dark-section {
    padding: 80px 0 80px 0;
    background: #292929;
}

.standard-section.no-bottom {
    padding-bottom: 0;
}

.standard-section.parallax {
    padding: 170px 0;
    color: #f9f9f9;
}

.section-title {
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 100%;
}

    .section-title h1 {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .section-title h2 {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .section-title h3 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.small-title {
    background: #d0e4fa;
    padding: 3px;
    text-align: center;
    width: 250px;
    margin: auto auto 10px auto;
}

.section-title p {
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #282828;
}


.button,
.career input[type="submit"] {
    background: #1d1d1d  ;
    color: #FFFFFF;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: 'ralewayregular',calibri, Arial, Helvetica, sans-serif;
}

    .button:hover,
    .career input[type="submit"]:hover {
        color: #ffffff;
        background: #282828;
    }

.career input[type="text"],
.career input[type="email"],
.career input[type="file"],
.career textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    color: #454445;
    font-family: 'ralewayregular',calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border:1px solid #ccc
}

.career input[type="file"] {border:none; width:80%;
}
.career textarea {
    min-height: 80px;
}

.career input[type="submit"] {
    border: none;
    cursor: pointer;
}

.green {
    color: #119773;
}

.white {
    color: #FFF;
}

.blue {
    color: #4094bc;
}

.yellow {
    color: #ffc200;
}

.blue-bg {
    background: #4094bc;
}

.blue-dark {
    background: #2a5970;
}

.green-dark {
    background: #387838;
}

#logo {
}

header#main {
    background: rgba(255,255,255,1);
    position: fixed;
    z-index: 9980;
    width: 100%;
}

.offset {
    display: none;
}

/*.header-fixed .offset {
    display: block;
}*/

.header-fixed header#main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9980;
}



nav ul {
    float: right;
}

nav li ul {
    display: none;
}

nav li:hover ul {
    width: 200px;
    display: block;
    position: absolute;
    padding: 40px 0;
    border-bottom: 2px solid #74be46;
    margin-left: 0px;
    background: #fff !important;
}

nav li li {
    background: #fff !important;
    float: none;
    display: block;
    line-height: inherit;
    padding: 0;
}



nav li ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    border: none;
    padding: 0 25px;
    font-size: 14px;
}

    nav li ul li a:hover {
        text-decoration: none !important;
        border: none;
        background: #74be46;
        color: #fff;
    }

nav ul {
    margin: 10px 0 0 0;
}

nav li {
    display: inline-block;
    padding: 0px 0;
}

    nav li a {
        color: #454445;
        font-size: 13px;
        padding: 10px 10px;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        
    }

nav ul li a:hover {
    color: #ffc200;
    text-decoration: none;
}

nav a.active {
    color: #ffc200;
	border-bottom:4px solid #ffc200;
}

.topNavi{float:right; margin-top:5px}
.topNavi li {display: inline-block; padding:0 0; }
.topNavi li img{float:left; margin:3px 5px}
.topNavi li span{float:left;}




.blueBtn {
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 25px;
    color: #202427;
    cursor: pointer;
    border: #4496be thin solid;
}

    .blueBtn:hover {
        background: #4496be;
        display: inline-block;
        border-radius: 20px;
        padding: 10px 25px;
        color: #fff;
        cursor: pointer;
        border: #4496be thin solid;
    }



.btn-primary {
    background: #4094bc !important;
    border-color: #4094bc !important;
	font-size:12px;
}

.btn-default{background: #1d1d1d !important;
    border-color: #1d1d1d !important;
	font-size:12px;
	color:#fff}


 .paralax1{background:url(../images/black_bg.png), url(../images/paralax1.jpg) center top no-repeat ;
 background-attachment:fixed; background-size:100%;
 padding:60px 0 60px 0;}
 
  .paralax2{background:url(../images/paralax2.jpg) center top no-repeat ;
 background-attachment:fixed; background-size:100%;
 padding:60px 0 60px 0;}

  .paralax3{background:url(../images/black_bg.png), url(../images/paralax2.jpg) center top no-repeat ;
 background-attachment:fixed; background-size:100%;
 padding:120px 0 80px 0;}



.four-section {
    position: absolute;
    height: 450px;
    margin-top: -225px;
    z-index: 99;
    width: 100%;
}

#trapezoid {
    position: absolute;
    border-left: 285px solid #4094bc;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    height: 450px;
    width: 285px;
    z-index: 99;
    top: 0;
}

#trapezoid-2 {
    position: absolute;
    border-right: 285px solid #74be46;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    height: 450px;
    width: 285px;
    z-index: 99;
    top: 0;
}

.four-sec-gap {
    height: 300px;
}

.blocks_half img {
    width: 70%;
    margin-bottom: 20px;
}

.blocks_half h4 {
    font-size: 17px;
}

.blocks_half a {
    display: inline-block;
    background: #4094bc;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #FFF;
    width: 90px;
    text-align: center;
    line-height: 25px;
}

.blocks_half {
    width: 32%;
    height: 330px;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #f6f6f6;
    position: relative;
    border: 1px solid #cccccc;
    border-bottom: 2px solid #4094bc;
}

    .blocks_half:nth-child(3n) {
        margin-right: 0;
    }

.job_filters {
    background: #ededee;
    padding: 15px;
}

.job_types {
    padding: 10px;
}

    .job_types li {
        display: inline-block;
        padding: 0 10px;
    }

.opening a {
    display: inline-block;
    background: #4094bc;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #FFF;
    width: 90px;
    text-align: center;
    line-height: 25px;
}

.opening {    
    height: 250px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #cccccc;
    border-bottom: 2px solid #4094bc;
    padding:15px 20px;
}
/*new css tultip start*/
.tultip-box {
    /*width: 175px;
    height: 180px;*/
    width: 15.5%;
    height: 30.5%;
    /*background: #ccc;*/
    position: absolute;
    cursor:pointer;
}

.tultip-box:hover {background:rgba(255,255,255,0.1)
    }
.box-1 {
    /*top: 205px;
    left: 53px;*/
    top: 36.5%;
    left: 4.5%;
}

.box-2 {
    /*top: 82px;
    left: 251px;*/
    top: 15%;
    left: 22%;
}

.box-3 {
    /*top: 330px;
    left: 251px;*/
    top: 58%;
    left: 22%;
}

.box-4 {
    /*top: 82px;
    right: 251px;*/
    top: 15%;
    right: 22%;
}

.box-5 {
    /*top: 330px;
    right: 251px;*/
    top: 58%;
    right: 22%;
}

.box-6 {
    /*top: 205px;
    right: 53px;*/
    top: 36.5%;
    right: 4.5%;
}


.tultip-bottom {
    position: relative;
    /*width: 175px;
    height: 175px;*/
    width: 100%;
    height: 100%;
}

    .tultip-bottom .tultiptext {
        visibility: hidden;
        width: 500%;
        background-color: rgba(0,0,0,0.7);
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 11;
        top: 110%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.5s;
        white-space: nowrap;
    }

        .tultip-bottom .tultiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -15px;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid rgba(0,0,0,0.7);
        }

    .tultip-bottom:hover .tultiptext {
        visibility: visible;
        opacity: 1;
    }

/*new css tultip end*/

#burger {
    background: #424242;
    cursor: pointer;
    padding: 9px 11px 8px 10px;
    border-radius: 3px;
    color: #f9f9f9;
    display: inline-block;
    float: right;
    font-size: 18px;
    text-align: center;
    display: none;
}

    #burger i {
        position: relative;
        left: 1px;
    }

.footer {
    padding: 40px 0 0px 0;
    background: #0e0e0e;
}

footer a {
    color: #fff;
    text-transform: uppercase;
}

    footer a:hover {
        color: #edeeee;
        text-decoration: none;
    }

ul.buleting {
    margin: 5px 0 15px 0;
}

    ul.buleting li {
        list-style: disc;
        margin: 5px 0 10px 15px;
    }

ol.buleting {
    margin: 5px 0 15px 0;
}

    ol.buleting li {
        list-style: decimal;
        margin: 5px 0 10px 20px;
    }

ul.noBulet {
    margin: 5px 0 15px 0;
}

    ul.noBulet li {
        list-style: none !important;
        margin: 5px 0 15px 5px !important;
    }

#sub-footer {
    padding: 5px;
    clear: both;
    background: #191919;
    text-align: center;
    color: #f9f9f9;
    font-size: 12px;
}




@media only screen and (min-width: 1180px) {
}

@media only screen and (max-width: 1180px) {
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {

    .wrapper {
        width: 960px;
        position: relative;
    }

    
}

@media only screen and (max-width: 959px) {


    #container .item {
        width: 33.1%;
    }

    .section-title {
        max-width: 75%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {


    .wrapper {
        width: 768px;
        position: relative;
    }
}

@media only screen and (min-width: 769px) {
    #main .three_fourths {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {


    .wrapper {
        width: 479px;
        margin: 0 auto;
        position: relative;
    }

    .one_half, .one_third, .two_thirds, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .three_fourths, .one_third_creators {
        width: 100%;
    }

    .standard-section {
        padding: 30px 0 30px 0;
        background: #e9e6e6;
    }

    .light-section {
        padding: 30px 0 30px 0;
        background: #ffffff;
    }

    .blue-section {
        padding: 30px 0 30px 0;
        background: #4094bc;
    }

    .dark-section {
        padding: 30px 0 30px 0;
        background: #292929;
    }

    .footer {
    padding: 30px 0 0px 0;
    
}


    .section-title {
        margin: 0 auto 15px auto;
        max-width: 100%;
    }

        .section-title h1 {
            padding: 5px 0px;
            font-size: 26px;
        }

        .section-title h2 {
            padding: 10px 15px;
            font-size: 19px;
        }

		header#main {
    position: relative;    
}


	.header-fixed .offset {
    display: block;
}

    header#main {
        top: 0;
    }

    #burger {
        display: inline-block;
        float: right;
        position: absolute;
        top: 20px;
        right: 15px;
		cursor:pointer;
    }

    #logo {
        float: left !important;
        width: auto;
    }

    #main nav {
        float: none;
    }

    #main .three_fourths {
        display: none;
        position: absolute;
        background: #FFF;
        width: 100%;
        top: 80px;
        left: 0;
    }


    nav li ul li {
        background: url(../images/bulet.png) no-repeat 15px 50% !important;
    }

        nav li ul li a {
        }

    nav li a {
        font-size: 13px;
        padding: 7px 10px;
        border-bottom: 1px solid #e5e5e5 !important;
    }


    nav ul li a:hover {
        border-right: 2px solid #ffc200;
    }

    nav a.active {
        border-right: 2px solid #ffc200;
    }

    nav ul, nav li, nav ul li ul, nav li li, nav li:hover ul {
        float: none;
        display: block;
        position: static;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        nav ul,
        nav ul ul,
        nav ul li,
        nav ul ul li:last-of-type,
        nav li:hover ul {
            border: none;
        }

    .four-section {
        position: relative;
        height: auto;
        margin-top: 0;
        z-index: 99;
        width: 100%;
    }

        .four-section .con-box {
            height: 450px;
        }

    #trapezoid {
        width: 100%;
        background: #4094bc;
    }

    #trapezoid-2 {
        width: 100%;
        background: #74be46;
    }

    .four-sec-gap {
        height: 0;
    }

    .blocks_half {
        width: 85%;
        height: auto;
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 50px !important;
    }

        .blocks_half:nth-child(3n) {
            margin-right: auto;
        }

    .mobile-d-none {display:none
    }

.triangle-up {  
	height: 80px;    
}

.triangle-down {   
	height: 80px;    
}

    /*new css tultip start*/

    .box-1 .tultip-bottom .tultiptext {
        left: 0;
        transform: translateX(0%);
    }

    .box-2 .tultip-bottom .tultiptext {
        left: 0;
        transform: translateX(0%);
    }

    .box-3 .tultip-bottom .tultiptext {
        left: 0;
        transform: translateX(0%);
    }

    .box-4 .tultip-bottom .tultiptext {
        left: auto;
        right: 0;
        transform: translateX(0%);
    }

    .box-5 .tultip-bottom .tultiptext {
        left: auto;
        right: 0;
        transform: translateX(0%);
    }

    .box-6 .tultip-bottom .tultiptext {
        left: auto;
        right: 0;
        transform: translateX(0%);
    }

        .tultip-bottom .tultiptext {
            padding: 5px;           
        }

        .tultip-bottom .tultiptext::after {
            border-bottom: 15px solid rgba(0,0,0,0.0);
        }
/*new css tultip end*/


}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    #intro {
        top: 40%;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 479px) {

    /*#container .item,
	#container.blog .item {
		width: 100%;
	}*/
	
	

    .home {
        position: relative;
        z-index: 9999;
        top: auto;
        width: 90px;
        margin-bottom: 5px;
    }



    .wrapper {
        width: 300px;
        margin: 0 auto;
        position: relative;
    }

    .section-title {
        max-width: 100%;
    }

    #intro {
        top: 30%;
        margin-top: -20px;
    }
}
