html, body{
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%; /*for Iphone, Safari*/
    -webkit-font-smoothing: subpixel-antialiased; /*for smooth fonts*/
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: default;
}
img{
    max-width: 100%;
    outline: none;
    border: none;
}
a{
    outline: none;
}

/*---------------------------------  Header  ------------------------------------*/
#header-part{
	background-image: url(../images/wheat-field.png);
	background-size: cover;
}
#banner-container{
	min-height: 758px;
	padding-top: 40px;
}
#banner-container .banner-image{
    position: absolute;
    right: 0;
    bottom: 0;
}
#logo-light{
    display: block;
    width: 153px;
    height: 50px;
    margin: 0 0 115px 30px;
    background: url("../images/logo-light.png") 0 0 no-repeat;
}
#header-directive{
    position: relative;
    z-index: 2;
    max-width: 80%;
    margin-left: 30px;
}
#header-directive h1{
	margin: 0 0 12px -3px;
	font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
	font-weight: normal;
	font-size: 4em;
	color: #3C3C3C;
}
#header-directive p{
	margin: 0 0 30px;
	font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #3C3C3C;
}
.banner-showIcon{
    width: 26px;
    height: 26px;
    background: url("../images/banner-Icon.png") 0 0 no-repeat;
    cursor: pointer;
}
#top-banner{
    z-index: 1;
    width: 85%;
    margin-right: 30px;
}
/*---------------------------------------------------------------------------------*/

/*------------------------------  Navigation Bar  ---------------------------------*/
#navigation-part{
    position: relative;
    background-color: #ffffff;
}
#navigation-bar{
    position: relative;
    z-index: 2;
    width: 1054px;
    height: 90px;
    margin: 0 auto;
}
#logo-dark{
    width: 153px;
    height: 50px;
    margin: 20px 0 0 20px;
    background: url("../images/logo-dark.png") 0 0 no-repeat;
}
.nav{
    position: absolute;
    top: 38px;
    right: 0;
}
.nav li{
    margin: 0 35px 0 0;
}
.nav li a{
    text-decoration: none;
    color: #6a7c89;
    font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
    font-size: 0.8em;
}
.nav li.button{
    position: relative;
    top: -8px;
    margin-right: 30px;
    padding: 0;
}
.nav li.button a{
    display: block;
    padding: 0.6em 1em;
    line-height: 19px;
    color: #ffffff;
}
#nav-placeholder{
    height: 90px;
}
/*---------------------------------------------------------------------------------*/

/*-------------------------------  Content-Part  ----------------------------------*/

/*--------  About  -------*/
#content-part{
    background-color: #ffffff;
}
#about-part{
    position: relative;
    top: -1px;
}
#about-container{
    min-height: 400px;
}
#about-content{
    position: absolute;
    top: 26%;
    left: 22%;
    width: 55%;
    margin: 0 auto;
    border: solid rgba(129, 145, 158, 0.3);
    border-width: 0 0 1px 0;
    background-color: #ffffff;
    opacity: 0.9;
}
#about-header{
    font-size: 32px;
}
#about-content .about-strategik{
    width: 80%;
    margin: 0 auto;
    font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #6a7c89;
}
#about-content .banner-showIcon{
    margin: 38px auto;
}

/*--------  Services  -------*/
#services-part{
    position: relative;
    padding: 105px 0 120px;
}
#services-part img{
    width: 41px;
    height: 41px;
}
#services-header{
    margin-bottom: 50px;
}
.services-content{
    margin: 0 30px;
    border: 1px solid #cdd2d7;
    border-collapse: collapse;
}
.services-content tr{
    border: 1px solid #cdd2d7;
}
.services-content td{
    width: 26%;
    padding: 40px 30px 30px;
    vertical-align: top;
    border: solid #cdd2d7;
    border-width: 0 0 0 1px;
}
.services-content .service-name{
	font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #EB6D4C;
	font-weight: normal;
}
.services-content .service-nameorange{
    font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #eb6d4c;
	font-weight: normal;
}
.services-content .service-description{
    font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #6a7c89;
}
.down-arrow{
    width: 32px;
    height: 32px;
    margin: -1px auto 0;
    border: solid #cdd2d7;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 3px 3px;
    background: url("../images/down-arrow.png") 50% 60% no-repeat;
}

/*-------  Portfolio  -------*/
#portfolio-part{
    position: relative;
    padding: 110px 0 150px;
    background-color: #fafafa;
    border: solid #cdd2d7;
    border-width: 1px 0 1px;
}
#portfolio-text,
#testimonials-text{
    margin: 0 30px 42px;
}
#portfolio-content,
#testimonials-part .testimonials-content{
    padding: 0 30px;
}
#portfolio-content #work1,
#portfolio-content #work4,
#testimonials-part .testimonials-content #review1{
    margin-left: 0;
}
#portfolio-content #work3,
#portfolio-content #work6,
#testimonials-part .testimonials-content #review3{
    margin-right: 0;
}
#portfolio-content .work{
    position: relative;
    width: 31%;
    margin: 1.5%;
    text-decoration: none;
}
#portfolio-content .work img{
    width: 100%;
}
#portfolio-content .work .work-description{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    background-color: #fafafa;
}
#portfolio-content .work .work-description h3{
    width: 80%;
    margin: 25% auto 4px;
    font-family: 'aktiv_grotesklight', tahoma,verdana,arial, sans-serif;
    font-size: 18px;
}
#portfolio-content .work .work-description p{
    width: 80%;
    margin: 0 auto;
    font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
    font-size: 14px;
    color: #b3b9c7;
}

/*------  Testimonials  ------*/
#testimonials-part{
    padding: 50px 0 50px;
}
#testimonials-part .testimonials-content .review-container{
    width: 31%;
    margin: 1.3%;
    border: 1px solid #cdd2d7;
}
#testimonials-part .testimonials-content .review-content{
    width: 75%;
    margin: 40px auto;
}
#testimonials-part .testimonials-content .review-text{
    font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
    font-size: 15px;
	line-height:20px;
}
#testimonials-part .testimonials-content .reviewer-name{
    margin: 25px 0 7px;
    color: #444444;
}
#testimonials-part .testimonials-content .reviewer-company{
    margin-top: 0;
    color: #eb6d4c;
}
#testimonials-part .testimonials-content .reviewer-pic-container{
    position: relative;
    height: 155px;
    border: solid #cdd2d7;
    border-width: 1px 0 0;
    background-color: #f4f7f9;
}
#testimonials-part .testimonials-content .reviewer-pic-container .tick{
    position: absolute;
    left: 50%;
    top: -1px;
    width: 24px;
    height: 13px;
    margin-left: -12px;
    background: url("../images/tick.png") 0 0 no-repeat;
}
#reviewer1,
#reviewer1-320{
    background: url("../images/reviewer-1.png") 50% 55% no-repeat;
}
#reviewer2,
#reviewer2-320{
    background: url("../images/reviewer-2.png") 50% 55% no-repeat;
}
#reviewer3,
#reviewer3-320{
    background: url("../images/reviewer-3.png") 50% 55% no-repeat;
}
#reviewer4,
#reviewer4-320{
    background: url("../images/reviewer-4.png") 50% 55% no-repeat;
}

/*-----  Testimonials swipe  -----*/
#testimonials-content-320{
    border: none;
    box-shadow: none;
}
#testimonials-content-320 .flex-direction-nav{
    display: none;
}
#testimonials-content-320 .flex-control-nav.flex-control-paging{
    position: static;
    margin-top: 20px;
}
#testimonials-content-320 .flex-control-nav.flex-control-paging > li{
    margin: 0;
}
#testimonials-content-320 .flex-control-nav.flex-control-paging > li > a{
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background-color: #c4ced6;
    overflow: hidden;
    box-shadow: none;
}
#testimonials-content-320 .flex-control-nav.flex-control-paging > li > a.flex-active,
#testimonials-content-320 .flex-control-nav.flex-control-paging > li > a:hover{
    background-color: #919da7;
}

/*-----  Twitter  -----*/
#twitter-part{
    background-color: #ebf0f3;
}
#twitter-container{
    padding: 70px 0;
    border: solid #eaecee;
    border-width: 1px 0 0;
}
#twitter-strategik-link{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url("../images/twitter-bird.png") 0 0 no-repeat;
}
#twitter_update_list{
    width: 80%;
    margin: 30px auto;
    list-style-type: none;
}
#twitter-container a{
    color: #5c9dcd;
    text-decoration: none;
    word-wrap: break-word;
}
#twitter_update_list > li > a{
    display: table;
    margin: 25px auto 0;
    font-size: 15px !important;
    color: #444444;
}

/*-----  Contact  -----*/
#contact-part{
    background-color: #ffffff;
}
#contact-container{
    padding: 100px 0 20px;
}
#contact-header{
    margin: 0 auto;
    color: #ffffff;
    font-size: 46px;
}
#copyright{
    font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
    font-size: 12px;
    color: #6e8697;
}
#links-container{
    margin: 30px 0 150px;
}
#links-container a{
    width: 36px;
    height: 36px;
    margin: 0 3px;
}
#mail-icon{
    background: url("../images/mail-icon.png") 0 0 no-repeat;
}
#mail-icon:hover{
    background-image: url("../images/mail-icon-active.png");
}

#twitter-icon{
    background: url("../images/twitter-icon.png") 0 0 no-repeat;
}
#twitter-icon:hover{
    background-image: url("../images/twitter-icon-active.png");
}

#facebook-icon{
    background: url("../images/facebook-icon.png") 0 0 no-repeat;
}
#facebook-icon:hover{
    background-image: url("../images/facebook-icon-active.png");
}

#instagram-icon{
    background: url("../images/instagram-icon.png") 0 0 no-repeat;
}
#instagram-icon:hover{
    background-image: url("../images/instagram-icon-active.png");
}
/*---------------------------------------------------------------------------------*/

/*------------------------------  Media Queries  ----------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #logo-light{
        background: url("../images/logo-light_402x.png") 0 0 no-repeat;
        background-size: 141px 36px;
    }
    #logo-dark{
        background: url("../images/logo-dark_402x.png") 0 0 no-repeat;
        background-size: 141px 36px;
    }
    .banner-showIcon{
        background: url("../images/banner-Icon_402x.png") 0 0 no-repeat;
        background-size: 26px 26px;
    }
    .down-arrow{
        background: url("../images/down-arrow_402x.png") 50% 60% no-repeat;
        background-size: 12px 8px;
    }
    #twitter-strategik-link{
        background: url("../images/twitter-bird_402x.png") 0 0 no-repeat;
        background-size: 40px 40px;
    }
    #testimonials-part .testimonials-content .reviewer-pic-container{
        background-size: 105px 105px;
    }
    #testimonials-part .testimonials-content .reviewer-pic-container .tick{
        background: url("../images/tick_402x.png") 0 0 no-repeat;
        background-size: 24px 13px;
    }
    #reviewer1,
    #reviewer1-320{
        background: url("../images/reviewer-1_402x.png") 50% 55% no-repeat;
    }
    #reviewer2,
    #reviewer2-320{
        background: url("../images/reviewer-2_402x.png") 50% 55% no-repeat;
    }
    #reviewer3,
    #reviewer3-320{
        background: url("../images/reviewer-3_402x.png") 50% 55% no-repeat;
    }
    #links-container a{
        background-size: 36px 36px;
    }

    #mail-icon{
        background: url("../images/mail-icon_402x.png") 0 0 no-repeat;
    }
    #mail-icon:hover{
        background-image: url("../images/mail-icon-active_402x.png");
    }

    #dribbble-icon{
        background: url("../images/dribbble-icon_402x.png") 0 0 no-repeat;
    }
    #dribbble-icon:hover{
        background-image: url("../images/dribbble-icon-active_402x.png");
    }

    #twitter-icon{
        background: url("../images/twitter-icon_402x.png") 0 0 no-repeat;
    }
    #twitter-icon:hover{
        background-image: url("../images/twitter-icon-active_402x.png");
    }

    #facebook-icon{
        background: url("../images/facebook-icon_402x.png") 0 0 no-repeat;
    }
    #facebook-icon:hover{
        background-image: url("../images/facebook-icon-active_402x.png");
    }

    #instagram-icon{
        background: url("../images/instagram-icon_402x.png") 0 0 no-repeat;
    }
    #instagram-icon:hover{
        background-image: url("../images/instagram-icon-active_402x.png");
    }
}
@media screen and (min-width: 1880px){
    #about-content {
        left: 34.5%;
    }
}
@media screen and (min-width: 1800px){
    #about-content {
        left: 34%;
        width: 31%;
    }
}
@media screen and (min-width: 1055px){
    #about-container{
        position: static;
        min-height: inherit;
    }
    #about-content{
        top: 29%;
        left: 33%;
        width: 35%;
    }
    #about-bgr{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1054px){
    #banner-container,
    #navigation-bar,
    #about-container,
    #services-container,
    #portfolio-container,
    #testimonials-container,
    #twitter-container,
    #contact-container{
        width: 100%;
    }
    #about-bgr-1024{
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 868px){
    #portfolio-content .work{
        margin: 1.2%;
    }
    #testimonials-part .testimonials-content .review-container{
        margin: 1.1%;
    }
}
@media screen and (max-width: 768px){
    #banner-container{
        min-height: 900px;
    }
    #logo-light{
        margin-bottom: 170px;
    }
    #header-directive{
        max-width: 50%;
    }
    #top-banner{
        display: none;
    }
    #top-banner-768{
        display: block;
        width: 70%;
        max-width: 530px;
    }
    .nav li{
        margin-right: 15px;
    }
    #about-part{
        padding: 100px 0 140px;
        border: solid #cdd2d7;
        border-width: 0 0 1px;
    }
    #about-content{
        position: static;
        width: 75%;
        border: none;
    }
    #about-bgr-768{
        display: block;
        width: 330px;
        height: 330px;
        margin: 0 auto 55px;
    }
    #about-bgr-1024{
        display: none;
    }
    #services-content-table-1024{
        display: none;
    }
    #services-content-table-768{
        display: table;
    }
    #portfolio-content .work{
        width: 48%;
        margin: 1.5%;
    }
    #work1,
    #work4{
        margin-left: 1.5% !important;
    }
    #work3,
    #work6{
        margin-right: 1.5% !important;
    }
    #work1,
    #work3,
    #work5,
    #review1{
        margin-left: 0 !important;
    }
    #work2,
    #work4,
    #work6,
    #review2{
        margin-right: 0 !important;
    }
    #review3,
    #review3-320{
        display: none;
    }
    #testimonials-part .testimonials-content .review-container{
        width: 46%;
        margin: 2.5%;
    }
}
@media screen and (min-width: 321px) and (max-width: 768px){
    #portfolio-content .work .desktop-size{
        display: none;
    }
    #portfolio-content .work .ipad-size{
        display: block;
    }
}
@media screen and (max-width: 680px){
    .nav li{
        display: none;
    }
    .nav-button{
        display: block !important;
    }
}
@media screen and (max-width: 480px){
    #logo-light{
        margin-bottom: 100px;
    }
    #banner-container{
        min-height: 600px !important;
    }
    #header-directive h1{
        font-size: 3em;
    }
    #header-directive p {
        font-size: 1.2em;
    }
    #portfolio-content .work{
        width: 47%;
    }
    #portfolio-content .work .work-description h3{
        margin-top: 17%;
        font-size: 15px;
    }
    #portfolio-content .work .work-description p{
        font-size: 12px;
    }
    #testimonials-part .testimonials-content .review-container{
        width: 45%;
        margin: 3.5%;
    }
}
@media screen and (min-width: 396px){
    #testimonials-content-320{
        display: none !important;
    }
}
@media screen and (max-width: 395px){
    #services-content-table-768{
        display: none;
    }
    #services-content-table-320{
        display: table;
    }
    #portfolio-content .work .work-description h3{
        margin-top: 9%;
        font-size: 13px;
    }
    #portfolio-content .work .work-description p{
        font-size: 11px;
    }
    .heading{
        margin-top: 35px !important;
        font-size: 24px !important;
    }
    #banner-container{
        min-height: 450px !important;
    }
    #logo-light{
        margin-bottom: 70px;
        margin-left: 20px;
    }
    #header-directive{
        max-width: 100%;
        margin-left: 15px;
    }
    #header-directive h1{
        margin-left: 0;
        font-size: 2.75em;
    }
    #header-directive p {
        margin: 0 20px 0 0;
        font-size: 1.25em;
    }
    #top-banner,
    #top-banner-768,
    .banner-showIcon{
        display: none;
    }
    #navigation-part{
        display: none;
    }
    #about-part{
        padding: 50px 0 65px;
        background-color: #fafafa;
    }
    #about-container {
        background-color: #fafafa;
    }
    #about-bgr-320{
        display: block;
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
    #about-bgr-768{
        display: none;
    }
    #about-header{
        display: none;
    }
    #about-header-320{
        display: block;
    }
    #about-content{
        width: 100%;
        background-color: #fafafa;
    }
    #about-content .about-strategik{
        font-size: 14px;
    }
    #services-part,
    #testimonials-part{
        margin: 60px 0;
        padding: 0;
    }
    #services-header{
        display: none;
    }
    #services-header-320{
        display: block;
        margin-bottom: 30px;
    }
    #services-part{
        margin-bottom: 90px;   /*delete this when showing services bottom down arrow*/
    }
    #down-arrow-320{
        /*display: block;*/    /*uncomment to show services bottom down arrow*/
    }
    #portfolio-part {
        padding: 25px 0 65px;
    }
    #portfolio-header{
        margin-bottom: 30px;
    }
    #portfolio-text,
    #testimonials-text{
        display: none;
    }
    #portfolio-container .button{
        display: inline-block;
        *display: inline; /*IE7*/
        *zoom: 1; /*IE7*/
        margin: 9% auto 0;
        padding: 0.6em 1em;
        text-decoration: none;
        font-family: 'aktiv_groteskregular', tahoma,verdana,arial, sans-serif;
        font-size: 13px;
    }
    #portfolio-content .work{
        width: 100%;
        margin: 1.5% 0 !important;
    }
    #portfolio-content .work .work-description h3{
        margin-top: 17%;
        font-size: 15px;
    }
    #portfolio-content .work .work-description p{
        font-size: 12px;
    }
    #work1,
    #work2,
    #work6{
        display: none;
    }
    #review2{
        display: none;
    }
    #review3-320{
        display: block;
    }
    #testimonials-content-320{
        display: block !important;
    }
    #testimonials-content{
        display: none;
    }
    #testimonials-part .testimonials-content .review-container{
        width: 80%;
        margin: 0;
    }
    #testimonials-part #testimonials-content-320 .review-container{
        width: 98% !important;
        margin: 0 auto;
    }
    #twitter-container .text{
        font-size: 20px;
    }
    #contact-container {
        padding-top: 150px;
    }
    #contact-header{
        font-size: 28px;
    }
    #dribbble-icon{
        display: none;
    }
}
@media screen and (max-width: 282px){
    #navigation-bar {
        min-height: 110px;
    }
    .nav{
        top: 83px;
        width: 101px;
    }
}
@media screen and (max-width: 240px){
    #banner-container{
        min-height: 330px !important;
    }
    #header-directive h1{
        font-size: 1.7em;
    }
    #header-directive p {
        font-size: 1em;
    }
    #services-content-table-320{
        margin: 0 15px;
    }
    #portfolio-content .work .work-description h3{
        margin-top: 9%;
        font-size: 13px;
    }
    #portfolio-content .work .work-description p{
        font-size: 11px;
    }
}
/*---------------------------------------------------------------------------------*/

/*------------------------------- GLOBAL CLASSES ----------------------------------*/
.centralize{
    text-align: center;
}
.text-align-left{
    text-align: left;
}
.display-block{
    display: block;
}
.display-inline-block{
    display: inline-block;
    *display: inline; /*IE7*/
    zoom: 1; /*IE7*/
}
.display-none{
    display: none;
}
.vertical-align-top{
    vertical-align: top;
}
.box-shadow{
    -moz-box-shadow: 0px 0px 0px 1px rgba( 0, 0, 0, 0.2); /* Firefox */
    -webkit-box-shadow: 0px 0px 0px 1px rgba( 0, 0, 0, 0.2); /* Safari, Chrome */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#cdd2d7')"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#cdd2d7'); /* IE 5.5 - 7 */
    box-shadow: 0px 0px 0px 1px rgba( 0, 0, 0, 0.2); /* CSS3 */
}
.invisible{
    visibility: hidden;
}
.uppercase{
    text-transform: uppercase;
}
.fixed{
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.container{
    position: relative;
    width: 1054px;
    margin: 0 auto;
}
.heading{
    margin: 45px auto 17px;
    font-family: 'aktiv_grotesklight', tahoma,verdana,arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #444444;
}
.text{
    font-family: 'aktiv_grotesklight', tahoma,verdana,arial, sans-serif;
    font-size: 22px;
    color: #6a7c89;
}
.button{
    padding: 0.6em 1em;
    border: 1px solid #8f3b25;
    border-radius: 20px;
    background-color: #eb6d4c;
    color: #ffffff;
    cursor: pointer;
    line-height: 18px;
}
.button:hover{
    background: rgb(235,109,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(235,109,76) 0%, rgb(231,106,74) 33%, rgb(224,101,69) 65%, rgb(220,98,67) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235,109,76)), color-stop(33%,rgb(231,106,74)), color-stop(65%,rgb(224,101,69)), color-stop(100%,rgb(220,98,67))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(235,109,76) 0%,rgb(231,106,74) 33%,rgb(224,101,69) 65%,rgb(220,98,67) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(235,109,76) 0%,rgb(231,106,74) 33%,rgb(224,101,69) 65%,rgb(220,98,67) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(235,109,76) 0%,rgb(231,106,74) 33%,rgb(224,101,69) 65%,rgb(220,98,67) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(235,109,76) 0%,rgb(231,106,74) 33%,rgb(224,101,69) 65%,rgb(220,98,67) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6d4c', endColorstr='#dc6243',GradientType=0 ); /* IE6-9 */
}
/*---------------------------------------------------------------------------------*/

/*------------------------------------- INPUTS ---------------------------------------*/
input[type="text"], input[type="button"], input[type="submit"]{
    margin: 0;
    padding: 0;
}
input[type="button"], input[type="submit"]{
    -webkit-appearance: none; /*for Iphone, Safari*/
}
/*------------------------------------------------------------------------------------*/

/*------------------------------------- FONTS ----------------------------------------*/
@font-face {
    font-family: 'helveticaneueroman';
    src: url('fonts/helveticaneueroman.eot');
    src: url('fonts/helveticaneueroman.eot@#iefix') format('embedded-opentype'),
    url('fonts/helveticaneueroman.woff') format('woff'),
    url('fonts/helveticaneueroman.ttf') format('truetype'),
    url('fonts/helveticaneueroman.svg#helveticaneueroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuemedium';
    src: url('fonts/helveticaneuemed.eot');
    src: url('fonts/helveticaneuemed.eot@#iefix') format('embedded-opentype'),
    url('fonts/helveticaneuemed.woff') format('woff'),
    url('fonts/helveticaneuemed.ttf') format('truetype'),
    url('fonts/helveticaneuemed.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticaneuebold.eot');
    src: url('fonts/helveticaneuebold.eot@#iefix') format('embedded-opentype'),
    url('fonts/helveticaneuebold.woff') format('woff'),
    url('fonts/HelveticaNeueBold.ttf') format('truetype'),
    url('fonts/helveticaneuebold.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aktiv_groteskregular';
    src: url('fonts/aktivgroteskstdreg-webfont.eot');
    src: url('fonts/aktivgroteskstdreg-webfont.eot@#iefix') format('embedded-opentype'),
    url('fonts/aktivgroteskstdreg-webfont.woff') format('woff'),
    url('fonts/aktivgroteskstdreg-webfont.ttf') format('truetype'),
    url('fonts/aktivgroteskstdreg-webfont.svg#aktiv_groteskregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aktiv_groteskbold';
    src: url('fonts/aktivgroteskstdbd-webfont.eot');
    src: url('fonts/aktivgroteskstdbd-webfont.eot@#iefix') format('embedded-opentype'),
    url('fonts/aktivgroteskstdbd-webfont.woff') format('woff'),
    url('fonts/aktivgroteskstdbd-webfont.ttf') format('truetype'),
    url('fonts/aktivgroteskstdbd-webfont.svg#aktiv_groteskbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aktiv_grotesklight';
    src: url('fonts/aktivgroteskstdlt-webfont.eot');
    src: url('fonts/aktivgroteskstdlt-webfont.eot@#iefix') format('embedded-opentype'),
    url('fonts/aktivgroteskstdlt-webfont.woff') format('woff'),
    url('fonts/aktivgroteskstdlt-webfont.ttf') format('truetype'),
    url('fonts/aktivgroteskstdlt-webfont.svg#aktiv_grotesklight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------------------------------------------------*/
