@media only screen and (max-width: 1140px),
only screen and (max-device-width: 1140px) {
    .first-slide nav {
        display: none;
    }
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {
    header .skype {
        display: none !important;
    }

    header nav > ul > li {
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {
    .content-wrapper {
        /*width: 100% !important;*/
    }

    .wrapper, header nav, header .logo {
        /*width: 100% !important;*/
        float: none !important;
    }
    
    header nav > ul > li {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }
    
    header nav > ul > li:hover {        
        border: 0 !important;
        background: #000;
    }
    
    header nav > ul > li > a {
        display: block;
        padding: 10px;
    }
    
    header nav > ul > li > a:hover {
        color: #fff !important;
    }
    
    header, .first-slide, .second-slide, .third-slide {
        clear: both;
        position: relative !important;
        top: 0 !important;
        height: auto !important;
    }
    
    header nav > ul {
        margin-left: 0 !important;
    }
    
    header {
        height: auto !important;
    }
    
    header .logo {
        background-position: center !important;
    }
    
    .first-slide {
        margin-top: -20px;
        padding-bottom: 10px;
    }      
    
    .first-slide h1 {        
        font-family: Verdana !important;        
        font-size: 26px !important;        
        text-align: center;    
    }      
    
    .first-slide > .content-wrapper > img {        
        display: none;    
    }  
    
    .first-slide > .content-wrapper > span {        
        text-align: center !important;        
        display: inline-block;    
    }        
    
    .four-part  {        
        float: none !important;        
        width: auto !important;    
    }        
    
    .first-slide > .content-wrapper > .scroll-down {       
        display: none;    
    }        
    
    .first-slide > .content-wrapper {        
        padding-top: 0 !important;    
    }        
    
    .second-slide > .first-wrapper {        
        position: relative !important;        
        top: 0 !important;    
    }        
    
    .second-slide.cubbed {  
        display: none;
    }
    
    .second-slide .icon {
        width: auto !important;
    }
    
    .second-slide section.center, .third-slide section.center {
        font-size: 44px !important;
    }
    
    .map-mulaje {
        display: none;
    }
    
    .feedback-block {
        width: auto !important;
        height: auto !important;
        background: #fff !important;
        margin: 0 !important;
    }
    
    .fname-block, .lname-block, .email-block, .phone-block {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .feedback-block > div {
        margin: 0 10px !important;
    }
    
    .details-block > input {
        width: auto !important;
    }
    
    footer {
        height: auto !important;
    }
    
    .company .header,
    .portfolio .header,
    .services .header,
    .work .header,
    .contact .header {
        margin-top: 0 !important;
    }
    
    .company .header .icon,
    .portfolio .header .icon,
    .services .header .icon,
    .work .header .icon {
        width: 100% !important;
    }
    
    .text-info h2 {
        display: none;
    }
    
    .text-info .highlight {
        text-align: center;
        background: #fff !important;
        border-bottom: 1px solid #2db7ff;
    }
    
    .text-info .annotate {
        color: #fff !important;
        margin: 10px;
        font-size: 18px !important;
        line-height: 26px !important;
        text-align: center;
        background: #2db7dd;
    }
    
    .company .four-part.first {
        margin-left: 0 !important;
    }
    
    .company .icon {
        width: auto !important;
    }
    
    .company .content-info ul {
        padding-left: 30px !important;
    }
    
    .services .content-info .mobile,
    .services .content-info .cloud,
    .services .content-info .web,
    .services .content-info .ux {
        background: none !important;
    }
    
.left-section,
.right-section {
        float: none !important;
        width: auto !important;
    }
    
    .services .content-info .section {
        margin-bottom: 10px !important;
        padding: 10px 0 !important;
    }
    
    .contact .card {
        padding-left: 10px !important;
    }
    
    .only-mobile {
        display: block !important;
        margin: auto;
    }
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #0188da;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    height: 54px;
    width: 100%;
    padding-top: 20px;
    z-index: 10;
    background: #414141 url('../images/background-first.png');
}

header .logo {
    display: inline-block;
    width: 207px;
    height: 45px;
    background: url('../images/logo.png') no-repeat;
    float: left;
}

header nav {
    float: left;
}

header nav > ul {
    margin-top: 5px;
}

header nav > ul > li {
    text-align: center;
    float: left;
    margin-right: 20px;
}

header .skype {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('../images/icons/skype-icon.png') no-repeat;
    margin-top: 5px;
    float: right;
    padding-left: 35px;
    padding-top: 4px;
    font-size: 17px;
    text-decoration: none;
    color: #A5A5A5;
    font-weight: 100;
}

header .skype:hover {
    background: url('../images/icons/skype-hover-icon.png') no-repeat;
    color: #2DB7FF;
}

hr {
    height: 3px;
    width: 90px; 
    background-color: #fff;
    border: 0;
    margin-bottom: 10px;
    display: inline-block;
}

nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 20px;
}

nav > ul > li {
    width: 110px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 2px;
    cursor: pointer;
}

nav > ul > li:hover {
    padding: 3px 0;
    border: 2px solid #898989;
}

nav > ul > li.active, nav > ul > li.active:hover {
    background: #2db7ff;
    border: 0;    padding: 5px 2px;
}

nav > ul > li.active a {
    color: #252525;
}

nav > ul > li a {
    color: #898989;
    text-decoration: none;
    font-weight: bold;
}

footer {
    height: 100px;
    background: url('../images/footer.png') center no-repeat;
    text-align: center;
    font-size: 18px;
    color: #a4a4a4;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Verdana, serif;
}

footer .links {
    padding: 20px 0;
    text-align: center;
}

footer .links a {
    margin: 0 15px;
    color: #a4a4a4;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 5px;
    text-decoration: none;
}

footer .links a.active {
    background: #2db7ff;
    color: #252525;
    font-weight: bold;
}

.first-slide {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 640px;
    background: #414141 url('../images/background-first.png');
    width: 100%;
}

.first-slide h1 {
    font-family: 'PFDin_Light', Verdana;
    font-size: 70px;
    margin: 20px 0;
    color: #2db7ff;
    font-weight: normal;
}

.first-slide nav {
    position: fixed;
    left: 0;
    top: 185px;
    z-index: 1000;
}

.first-slide nav > ul > li, 
.first-slide nav > ul > li.active:hover {
    margin-bottom: 5px;
    padding-left: 5px;
    width: 125px;
}

.first-slide nav > ul > li:hover {
    padding-left: 3px;
}

.first-slide > .content-wrapper {
    padding-top: 160px;
}

.first-slide > .content-wrapper > img {
    margin: 10px 20px;
}

.first-slide > .content-wrapper > span {
    font-family: 'PFDin_Thin';
    font-size: 26px;
    color: #ccc;
    font-weight: normal;
}

.first-slide > .content-wrapper > .four-part {
    text-align: center;
    width: 215px;
}

.first-slide > .content-wrapper > .four-part > p {
    color: #898989;
    font-size: 14px;
}

.first-slide > .content-wrapper > .scroll-down {
    position: fixed;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index:100;
}

.first-slide > .content-wrapper > .scroll-down > p {
    margin: 5px;
    color: #898989;
    font-size: 14px;
}

.first-slide > .content-wrapper > .scroll-down > img {
    cursor: pointer;
}

.second-slide {
    top: 100%;
    height: 100%;
    min-height: 640px;
    background: #fff;
    width: 100%;
    position: relative;
}

.second-slide section.center {
    font-family: 'PFDin_Light';
    color: #252525;
    font-size: 60px;
    text-transform: uppercase;
}

.second-slide .services-info {
    font-family: 'PFDin_Light';
    color: #707070;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.second-slide .icon, .carousel .icon {
    width: 215px;
    height: 180px;
}

.carousel .icon {
    height: 80px;
}

.icon-microsoft {
    background: url(../images/logo/microsoft.png) center no-repeat;
}

.icon-ampi {
    background: url(../images/logo/ampi.png) center no-repeat;
}

.icon-togabox {
    background: url(../images/logo/togabox.png) center no-repeat;
}

.icon-welness {
    background: url(../images/logo/welness.png) center no-repeat;
}

.icon-onecommand {
    background: url(../images/logo/onecommand.png) center no-repeat;
}

.icon-limelight {
    background: url(../images/logo/limelight.png) center no-repeat;
}

.icon-identity {
    background: url(../images/logo/identity.png) center no-repeat;
}

.icon-caradigm {
    background: url(../images/logo/caradigm.png) center no-repeat;
}

.icon-tmobile {
    background: url(../images/logo/tmobile.png) center no-repeat;
}

.icon-ecora {
    background: url(../images/logo/ecora.png) center no-repeat;
}

.icon-stjoseph {
    background: url(../images/logo/stjoseph.png) center no-repeat;
}

.icon-gtx {
    background: url(../images/logo/GTX.png) center no-repeat;
}

.icon-sprkle {
    background: url(../images/logo/Sprkle.png) center no-repeat;
}

.icon-iktisoft {
    background: url(../images/logo/iktisoft.PNG) center no-repeat;
}

.icon-fourcreeks {
    background: url(../images/logo/FourCreeks.png) center no-repeat;
}

.icon-casedata {
    background: url(../images/logo/CaseData.png) center no-repeat;
}

.icon-intelsys {
    background: url(../images/logo/341.jpg) center no-repeat;
}

.icon-cmsmatters {
    background: url(../images/logo/Capturecms.PNG) center no-repeat;
}

.icon-ess {
    background: url(../images/logo/ESS.png) center no-repeat;
}

.icon-icrm {
    background: url(../images/logo/ICRM.jpg) center no-repeat;
}

.icon-synthesis {
    background: url(../images/logo/Synthesis.png) center no-repeat;
}

.icon-xid {
    background: url(../images/logo/XID_services.PNG) center no-repeat;
}

.icon-rovingbox {
    background: url(../images/logo/RovingBox.png) center no-repeat;
}

.icon-mst {
    background: url(../images/logo/Mst.png) center no-repeat;
}

.second-slide .four-part h3 {
    font-family: Helvetica, Verdana, serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    color: #464646;
}

.second-slide .four-part p {
    font-family: Helvetica, Verdana, serif;
    font-size: 12px;
    line-height: 20px;
    color: #707070;
    text-align: center;
}

.second-slide .icon1 {
    background: url(../images/icons/mobile-solutions.png) center no-repeat;
}

.second-slide .icon2 {
    background: url(../images/icons/cloud-computing.png) center no-repeat;
}

.second-slide .icon3 {
    background: url(../images/icons/web-user-exp.png) center no-repeat;
}

.second-slide .icon4 {
    background: url(../images/icons/ux-design.png) center no-repeat;
}

.second-slide .review-link {
    display: block;
    text-align: center;
    font-family: Helvetica, Verdana, serif;
    color: #0188da;
    font-size: 18px;
    margin-top: 40px;
    text-decoration: none;
}

.third-slide .review-link {
    display: block;
    text-align: center;
    font-family: Helvetica, Verdana, serif;
    color: #ffffff;
    font-size: 18px;
    margin: 40px 0;
    text-decoration: none;
}

.second-slide > .first-wrapper {
    top:50%;
    position: absolute;
    left: 0;
    width: 100%;
    /*border-bottom: 1px solid #a3a3a3;*/
    /*box-shadow: 0px 1px 0px #c3c3c3;*/
}

.second-slide > .first-wrapper > .center > a {
    border-color: #464646;
    color: #464646;
}

.second-slide > .first-wrapper > .center > a:hover {
    background: #464646;
    color: #fff;
}

.second-slide > .first-wrapper > .content-wrapper .right-border,
.second-slide > .first-wrapper > .content-wrapper .right-border-last {
    height: 270px;
}

.second-slide.cubbed {
    position: absolute;
    top: 200%;
    background: url('../images/background-second.png');
}

.second-slide > .second-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

.second-slide > .second-wrapper .right-border {
    border-right: 1px solid #b5b5b5;
}

.second-slide > .second-wrapper > .center > a,
.third-slide > .center > a {
    border-color: #fff;
    color: #fff;
    text-shadow: 1px 1px 3px #939393;
}

.second-slide > .second-wrapper > .center > a:hover,
.third-slide > .center > a:hover {
    background: #fff;
    color: #252525;
    text-shadow: none;
}

.second-slide > .second-wrapper > .content-wrapper {
    margin-top: 30px;
}

.second-slide .content-wrapper {
    width: 940px;
}

.third-slide {    
    position: absolute;
    top: 300%;
    min-height: 640px;
    background: url('../images/city.png') center top no-repeat;
    width: 100%;
}

.third-slide article.about {    
    font-size: 22px;
    font-family: Helvetica;
    color: #464646;
    margin-left: 30px;
}

.third-slide .test-develope {
    display: inline-block;
    width: 158px;
    height: 142px;
    background: url('../images/icons/test-develope-icon.png') no-repeat;
    border: 0;
    margin-right: 20px;
    margin-top: 20px;
}

.third-slide hr {
    margin-bottom: 7px;
    background-color: #464646;
    width: 300px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.content-wrapper {
    width: 860px;
    margin: 0 auto;
}

.fleft {    
    float: left;
}

.four-part {
    width: 235px;
    float: left;
}

.clearfix {    
    clear: both;
}

.center {
    text-align: center;
    padding: 20px 0;
}

.center > a {
    border-width: 2px;
    border-style: solid;
    padding: 3px 10px;
    font-family: 'PFDin';
    font-size: 36px;
    text-transform: uppercase;
    text-decoration: none;
}

.right-border {
    border-right: 1px solid #d7d7d7;
    padding: 10px;
}

.right-border-last {
    border: none;
    padding: 10px;
}

.right-border p, .right-border-last p {
    margin: 5px 0;
    color: #898989;
}

.right-border a, .right-border-last a {
    color: #006fce;
    text-decoration: none;
}

.right-border a:hover, .right-border-last a:hover {
    color: #ff4c53;
}

.dot {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../images/dots.png') no-repeat left center;
    margin-top: 5px;
}

.dot:hover {
    background: url('../images/dots.png') no-repeat left top;
}

.dot.active {
    background: url('../images/dots.png') no-repeat left bottom;
}

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

.dots a {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../images/dots.png') no-repeat left center;
    margin-top: 5px;
}

.dots a span{
    display: none;
}

.dots a:hover {
    background: url('../images/dots.png') no-repeat left top;
}

.dots a.selected {
    background: url('../images/dots.png') no-repeat left bottom;
}

.contactus-header {
    font-family: "PFDin_Bold";
    font-size: 26px;
    color: #464646;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 20px;
}

.third-slide section.center {
    font-family: 'PFDin_Light';
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
    padding-top: 80px;
}

.map-mulaje {
    width: 837px;
    height: 385px;
    margin: 30px auto 0;
    position: relative;
    background: url('../images/map.png') center no-repeat;
}

.map-mulaje .contact-data {
    background: url(../images/map-flag.png) no-repeat;
    width: 172px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    top: 135px;
    padding: 25px;
    font-size: 13px;
    font-weight: bold;
}

.contact-data p {
    margin-bottom: 10px;
}

.contact-data a {
    color: #2db7ff;
}

.feedback-block {
    width: 853px;
    height: 397px;
    background: url('../images/poststamp.png') center no-repeat;
    margin: 50px auto 20px auto;
}

.feedback-block > h1 {
    font-family: "PFDin";
    font-size: 48px;
    color: #006fce;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 20px;
}

.feedback-block > div {
    margin: 0 100px;
}

.feedback-block > div > article {
    text-align: center;
    font-size: 16px;
    color: #252525;
}

.details-block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

.details-block > label, 
.fname-block > label,
.lname-block > label,
.email-block > label,
.phone-block > label {
    font-size: 16px;
    display: block;
    float: left;
}

.details-block > input,
.fname-block > input,
.lname-block > input,
.email-block > input,
.phone-block > input {
    border: 0;
    margin-left: 10px;
    outline: none;
    font-size: 14px;
}

.details-block > input {
    width: 575px;
}

.fname-block, 
.lname-block, 
.email-block, 
.phone-block {
    width: 300px;
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 20px;
}

.fname-block, .email-block {
    margin-right: 40px;
    width: 280px;
}

.phone-block, .lname-block {
    width: 333px;
}

.fname-block > input {
    width: 185px;
}

.lname-block > input {
    width: 210px;
}

.email-block > input {
    width: 215px;
}

.phone-block > input {
    width: 260px;
}

input::-webkit-input-placeholder {
    font-size: 13px;
}

input:-moz-placeholder {
    font-size: 13px;
}

button.send-button {
    border: 2px solid #006fce;
    padding: 5px 10px 3px;
    cursor: pointer;
    background: #fff;
    color: #006fce;
    text-transform: uppercase;
    font-family: 'PFDin';
    font-size: 24px;
}

button.send-button:hover {
    background: #006fce;
    color: #fff;
}

/*Work section*/
.work .header {
    margin-top: 74px;
    background: url(../images/work/banner.png) center no-repeat;
    height: 316px;
    position: relative;
    top: 0;
}

.work .header .icon {
    background: url(../images/work/brain.png) center no-repeat;
    height: 316px;
    width: 210px;
    float: left;
    margin-right: 20px;
}

.work .header h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'PFDin_Thin';
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
}

.work .header .text-info {
    float: left;
    width: 720px;
}

.work .header .highlight {
    font-weight: normal;
    font-family: 'PFDin_Light';
    color: #252525; 
    font-size: 34px;
    line-height: 34px;
    padding: 2px 5px 5px 10px;
    background: #2db7ff;
    clear: both;
}

.work .header .annotate {
    font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
    color: #2db7ff;
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 10px;
}

.work .content-info {
    font-family: Helvetica, Verdana, sans-serif;
    text-align: center;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}

.work .content-info img {
    margin-top: 40px;
}

.work .content-info h3 {
    font-weight: normal;
    color: #252525;
    margin: 15px 0 20px;
    font-size: 24px;
}

.work .content-info p {
    margin: 14px 0;
}

.work .content-info .list-of-products {
    margin: 60px 0;
}

.work .content-info .list-of-products a{
    color: #0188da;
    line-height: 14px;
    padding-right: 10px;
    text-decoration: none;
    background: url(../images/work/arrow.png) right center no-repeat;
}

/* Services section */
.services .header {
    margin-top: 74px;
    background: url(../images/services/banner.jpg) center no-repeat;
    height: 316px;
    position: relative;
    top: 0;
}

.services .header .icon {
    background: url(../images/services/gears.png) center no-repeat;
    height: 316px;
    width: 210px;
    float: left;
    margin-right: 20px;
}

.services .header h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'PFDin_Thin';
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
}

.services .header .text-info {
    float: left;
    width: 720px;
}

.services .header .highlight {
    font-weight: normal;
    font-family: 'PFDin_Light';
    color: #252525;
    font-size: 34px;
    line-height: 34px;
    padding: 2px 5px 5px 10px;
    background: #2db7ff;
}

.services .header .annotate {
    font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
    color: #464646;
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 10px;
}

.services .content-info {
    font-family: Helvetica, Verdana, sans-serif;
    text-align: center;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}

.services .content-info img {
    margin-top: 40px;
}

.services .content-info h3 {
    font-weight: normal;
    color: #252525; 
    margin: 15px 0 20px;
    font-size: 24px;
}

.services .content-info .section {
    padding: 25px 0;
    margin-bottom: 40px;
}

.services .content-info .mobile {
    margin-top: 20px;
    background: url(../images/services/phone.png) center top no-repeat;
    border-bottom: 1px solid #e1e1e1;
}

.services .content-info .cloud {
    background: url(../images/services/cloud.png) center bottom no-repeat;
}

.services .content-info .web {
    background: url(../images/services/webuser.png) center bottom no-repeat;
}

.services .content-info .ux {
    background: url(../images/services/ux.png) 150px center no-repeat;
}

.right-section {
    float: right;
    width: 470px;
}

.left-section {
    float: left;
    width: 470px;
}

.services .content-info p {
    margin: 14px 0;
}

.services .content-info .list-of-products { 
    margin: 60px 0;
}

.services .content-info .list-of-products a {
    color: #0188da;
    line-height: 14px;
    padding-right: 10px;
    text-decoration: none;
    background: url(../images/work/arrow.png) right center no-repeat;
}

/* Company section */
.company .header {
    margin-top: 74px; 
    background: url(../images/company/banner.jpg) center no-repeat;
    height: 316px;
    position: relative;
    top: 0;
}

.company .header .icon {
    background: url(../images/company/idea.png) center no-repeat;
    height: 316px;
    width: 210px;
    float: left; 
    margin-right: 20px;
}

.company .header h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'PFDin_Thin';
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
}

.company .header .text-info {
    float: left;
    width: 720px;
}

.company .header .highlight {
    font-weight: normal;
    font-family: 'PFDin_Light';
    color: #252525;
    font-size: 34px;
    line-height: 34px;
    padding: 2px 5px 5px 10px;
    background: #2db7ff;
}

.company .header .annotate {
    font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 10px;
}

.company .content-info { 
    font-family: Helvetica, Verdana, sans-serif;
    text-align: center;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}

.company .content-info img {
    margin-top: 40px;
}

.company .content-info h3 { 
    font-weight: normal;
    color: #252525;
    margin: 15px 0 20px;
    font-size: 24px;
}

.company .content-info .section {
    padding: 25px 0;
    margin-bottom: 40px;
}

.company .content-info .mobile {
    margin-top: 20px;
    background: url(../images/services/phone.png) center bottom no-repeat;
}

.company .content-info .cloud {
    background: url(../images/services/cloud.png) center bottom no-repeat;
}

.company .content-info .web {
    background: url(../images/services/webuser.png) center bottom no-repeat;
}

.company .content-info .ux {
    background: url(../images/services/ux.png) 150px center no-repeat;
}

.onecommand, .ecora, .casedata {
    text-align: left;
    border-bottom: 1px solid #A1A1A1;
}

.onecommand {
    background: url(../images/logo/onecommand.png) left 5px  no-repeat;
    background-size: 150px;
}

.onecommand .left-section, 
.casedata .left-section, 
.ecora .left-section {
    width: 600px;
    margin-left:165px;
}

.ecora {
    background: url(../images/logo/ecora.png) left 20px  no-repeat;
    background-size: 150px;
}

.casedata {
    background: url(../images/logo/CaseData.png) left 20px  no-repeat;
    background-size: 150px;
}

.company .content-info p {
    margin: 14px 0;
    text-align: left;
}

.company .content-info .list-of-products {
    margin: 60px 0;
}

.company .content-info .list-of-products a {
    color: #0188da;
    line-height: 14px;
    padding-right: 10px;
    text-decoration: none;
    background: url(../images/work/arrow.png) right center no-repeat;
}

.company .content-info .four-part h3 {
    font-size: 14px;    font-weight: bold;
    margin: 5px 0;
}

.company .content-info .four-part p {
    margin: 5px 10px;
    color: #898989;
    font-size: 12px;
    text-align: center;
}

.company .content-info ul { 
    text-align: left;
    list-style-image: url(../images/company/star.png);
    padding-left: 85px;
    margin-bottom: 30px;
}

.company .content-info h3.about-header {
    color: #252525;
    font-size: 24px;
    line-height: 36px;
    margin: 40px 0 15px;
    font-weight: normal;
}

.company .content-info h4 {
    color: #252525;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 15px 0 25px;
}

.company .four-part {
    width: 200px;
}

.company .four-part.first {
    margin-left: 75px;
}

.company h3.first-header {
    margin-top: 50px;
}

.company .icon {
    width: 200px;
    height: 180px;
}

.company .icon1 {
    background: url(../images/company/icons/mobile.png) center no-repeat;
}

.company .icon2 {
    background: url(../images/company/icons/cloud.png) center no-repeat;
}

.company .icon3 {
    background: url(../images/company/icons/web.png) center no-repeat;
}

.company .icon4 {
    background: url(../images/company/icons/ux.png) center no-repeat;
}

/* Portfolio */
.portfolio .header {
    margin-top: 74px;
    background: url(../images/services/banner.jpg) center no-repeat;
    height: 316px;
    position: relative;
    top: 0;
}

.portfolio .header .icon {
    background: url(../images/services/gears.png) center no-repeat;
    height: 316px;
    width: 210px;
    float: left;
    margin-right: 20px;
}

.portfolio .header h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'PFDin_Thin';
    font-size: 60px;
    line-height: 60px; 
    color: #ffffff;
    text-transform: uppercase;
}

.portfolio .header .text-info {
    float: left;
    width: 720px;
}

.portfolio .header .highlight {
    font-weight: normal;
    font-family: 'PFDin_Light';
    color: #252525;
    font-size: 34px;
    line-height: 34px;
    padding: 2px 5px 5px 10px;
    background: #2db7ff;
}

.portfolio .header .annotate {
    font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
    color: #464646;
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 10px;
}

.portfolio .content-info {
    font-family: Helvetica, Verdana, sans-serif;
    text-align: center;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}

.portfolio .content-info h3 {
    font-weight: normal;
    color: #252525;
    margin: 15px 0 20px;
    font-size: 24px;
}

.portfolio .content-info p {
    margin: 14px 0;
}

.portfolio .carousel {
    position: relative;
    margin-top: 60px;
}

.portfolio .carousel ul {
    margin: 0 150px;
}

.portfolio .carousel .prev {
    background: url(../images/portfolio/carousel/left-active.png) no-repeat;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 80px;
    left: 80px;
    cursor: pointer;
}

.portfolio .carousel .prev.disabled {
    cursor: default;
    background: url(../images/portfolio/carousel/left-disabled.png) no-repeat;
}

.portfolio .carousel .next {
    background: url(../images/portfolio/carousel/right-active.png) no-repeat;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 80px;
    right: 80px;
    cursor: pointer;
}

.portfolio .carousel .next.disabled {
    cursor: default;
    background: url(../images/portfolio/carousel/right-disabled.png) no-repeat;
}

.portfolio .carousel .pager-wrapper {
    margin-bottom: 30px;
}

.portfolio .carousel .pager {
    display: inline-block !important;
    padding: 5px 0 4px;
    background: #e6e6e6;
}

.portfolio .carousel .pager a {
    display: inline-block;
    background: url(../images/portfolio/carousel/not-active.png) center no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 15px;
}

.portfolio .carousel .pager a.selected {
    background: url(../images/portfolio/carousel/selected.png) center no-repeat;
}

.portfolio .carousel .pager span {
    display: none;
}

.portfolio .content-info .list-of-products {
    margin: 60px 0;
}

.portfolio .content-info .list-of-products a{
    color: #0188da;
    line-height: 14px;
    padding-right: 10px;
    text-decoration: none;
    background: url(../images/work/arrow.png) right center no-repeat;
}


/* Contact */
.contact .header {
    margin-top: 74px;
    background: url(../images/contact/banner.png) center no-repeat;
    height: 316px;
    position: relative;
    top: 0;
}

.contact .content-info {
    font-family: Helvetica, Verdana, sans-serif;
    text-align: center;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}

.contact .content-info h3 {
    font-weight: normal;
    color: #252525;
    margin: 15px 0 20px;
    font-size: 24px;
}

.contact .content-info p {
    margin: 14px 0;
}

.contact .card {
    font-family: Helvetica, Verdana, serif;
    margin: 40px 0;
    text-align: left;
    padding-left: 300px;
    background: url(../images/contact/gentelmen.png) 230px 0px no-repeat;
}

.contact .card a {
    color: #0188da;
    padding-right: 10px;
    text-decoration: none;
    background: url(../images/work/arrow.png) right center no-repeat;
}

.contact .card h4 {
    color: #252525;
    font-size: 18px;
    line-height: normal;
}

.contact .card p {
    font-size: 12px;
    margin: 8px 0;
}

.contact .captions {
    float: left;
    margin-right: 25px;
}

.contact .address {
    float: left;
}

.contact .card .address p {
    font-size: 14px;
}

.contact .feedback-block {
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, Verdana, serif;
}

.contact .feedback-block {
    background: url(../images/contact/letter.jpg) center no-repeat;
}

.contact .feedback-block > h1 {
    padding-top: 50px;
    font-family: 'PFDin_Light';
}

.only-mobile {
    display: none;
}

.relative-slide {
    top: 200%;
    overflow: auto;
}

.content-wrapper2 {
    padding-top: 70px !important;
}

.content-wrapper2 section.center {
    color: #fff;
    font-family: "PFDin_Light";
    font-size: 60px;
    text-transform: uppercase;
}

.left-side, .right-side {
    border-left: 1px solid #fff;
    float: left;
    width: 45%;
    height: 100%;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
}

.left-side h4, .right-side h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.round {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
}

.side {
    padding: 30px 15px;
    margin-bottom: 10px;
    position: relative;
}