@font-face {
    font-family: 'Conv_ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: local('☺'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: local('☺'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ProximaNova-LightItalic';
    src: url('../fonts/ProximaNova-LightItalic.eot');
    src: local('☺'), url('../fonts/ProximaNova-LightItalic.woff') format('woff'), url('../fonts/ProximaNova-LightItalic.ttf') format('truetype'), url('../fonts/ProximaNova-LightItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Chunkfive';
    src: url('../fonts/Chunkfive.eot');
    src: local('☺'), url('../fonts/Chunkfive.woff') format('woff'), url('../fonts/Chunkfive.ttf') format('truetype'), url('../fonts/Chunkfive.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: local('☺'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Algerian';
    src: url('../fonts/Algerian.eot');
    src: local('☺'), url('../fonts/Algerian.woff') format('woff'), url('../fonts/Algerian.ttf') format('truetype'), url('../fonts/Algerian.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {  }
.clear { clear: both; }
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border-bottom: 1px solid #dadada;
    padding: 0 50px;
    z-index: 200;
    background: #fff;
}
.logo {
    margin: 10px 0;
    display: block;
    float: left;
}
.main-nav {
    float: right;
}
.main-nav li {
    float: left;
    height: 70px;
    margin: 0 10px;
    display: block;
}
.main-nav a {
    line-height: 70px;
    color: #2e2e2e;
    font-family: conv_proximanova-bold;
    font-size: 16px;
    text-decoration: none;
}
.main-nav a:hover,
.main-nav a.active { color: #e7501e; }
.page-wrap {
    z-index: 100;
    background: #efefef;
    position: absolute;
    top: 0;
    left: 0;
}
.page-item {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
#main_page {
    background: url("../images/Iphones.png") 50% 340px no-repeat;
}
.main-page-title {
    width: 600px;
    text-align: center;
    font-size: 30px;
    color: #3c3c3c;
    font-family: conv_myriadpro-regular;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -300px;
    line-height: 36px;
}

.join-us,
.order-campaign {
    height: 36px;
    line-height: 36px;
    font-family: conv_proximanova-bold;
    font-size: 20px;
    display: block;
    background-image: linear-gradient(bottom, rgb(208,78,34) 0%, rgb(232,87,38) 100%);
    background-image: -o-linear-gradient(bottom, rgb(208,78,34) 0%, rgb(232,87,38) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(208,78,34) 0%, rgb(232,87,38) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(208,78,34) 0%, rgb(232,87,38) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(208,78,34) 0%, rgb(232,87,38) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(208,78,34)),
        color-stop(1, rgb(232,87,38))
    );
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: -1px -1px 0px #b2421d;
    filter: dropshadow(color=#b2421d, offx=-1, offy=-1);
}
.join-us {
    width: 230px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -125px;
    text-align: center;
    padding: 10px 0 10px 20px;
}
.order-campaign {
    width: 170px;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 75px;
    margin: 40px auto 0;
}

.join-us:before,
.order-campaign:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 36px;
    left: 20px;
    top: 12px;
    background: url("../images/join-us.png");
}
.scroll-info {
    display: block;
    position: absolute;
    height: 40px;
    width: 140px;
    padding-top: 90px;
    bottom: 30px;
    right: 70px;
    text-align: center;
    text-transform: uppercase;
    font-family: conv_proximanova-regular;
    font-size: 12px;
    color: #999;
    line-height: 14px;

    background: url("../images/scroll-info.png") 50% 0 no-repeat;
}
.scroll-info i {
    display: block;
    text-transform: none;
    font-family: Conv_ProximaNova-LightItalic;
}
.how-page-head {
    padding: 100px 50px 0;
    color: #666;
    font-size: 50px;

    font-family: conv_chunkfive;
}
.how-page-head span {
    font-family: conv_proximanova-bold;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}
.how-page-title {
    font-family: conv_proximanova-bold;
    font-size: 60px;
    color: #333;
    width: 500px;
    text-align: center;
    line-height: 56px;
    margin: 20px auto 0;
}
.how-page-title b {
    font-size: 81px;
    line-height: 68px;
    color: #e7501e;
}
.how-page-content {
    width: 100%;
    padding: 30px 0 0;
    background: #e7501e;
}
.how-page-text {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: Conv_ProximaNova-Regular;
    font-weight: normal;
}
.how-page-text b {
    font-family: conv_proximanova-bold;
    font-size: 19px;
}
.how-page-table {
    padding: 30px 0;
    width: 872px;
    margin: 0 auto;
}
.how-page-item {
    float: left;
    border-right: 1px dashed #bebeb8;
    width: 250px;
    padding: 90px 20px 0;
}
.how-page-item.iphone {
    background: url("../images/how-page-icon-iphone.png") 50% 0 no-repeat;
}
.how-page-item.maps {
    background: url("../images/how-page-icon-map.png") 50% 0 no-repeat;
}
.how-page-item.google {
    background: url("../images/how-page-icon-google.png") 50% 0 no-repeat;
}
.how-page-item h3 {
    padding: 0 0 15px;
    font-size: 24px;
    font-family: Conv_Chunkfive;
    text-align: center;
    color: #4d4d4f;
}
.how-page-item p {
    font-size: 14px;
    color: #333;
    font-family: conv_proximanova-regular;
    text-align: center;
    line-height: 16px;
}


.info-item h4 {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Verdana;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 0px #662e07;
    filter: dropshadow(color=#662e07, offx=1, offy=1);
    background: url("../images/title-middle.png") 0 0 repeat-x;
}
.info-item-concise { padding-bottom: 35px; }
.info-item-concise h4 { width: 310px; }
.info-item-places h4 { width: 495px; }
.info-item h4:before,
.info-item h4:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 32px;
    top: 3px;
}
.info-item h4:before {
    left: -32px;
    background: url("../images/title-left.png") 0 0 no-repeat;
}
.info-item h4:after {
    right: -32px;
    background: url("../images/title-right.png") 0 0 no-repeat;
}
.info-item p {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 15px auto 0;
    font-family: conv_proximanova-regular;
}
.info-item-concise p { width: 500px; }
.info-item-places p { width: 770px; }
.info-item p b {
    font-family: conv_proximanova-semibold;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    padding-bottom: 10px;
}
.info-item-website h4 { width: 520px; }
.info-item-mobsite h4 { width: 450px; }
.info-item-website h4,
.info-item-mobsite h4 { margin: 60px auto 0; }
.info-item-website p,
.info-item-mobsite p {
    width: 590px;
    padding: 45px 0 10px;
}

.info-icon-block {
    background: #fff;
    height: 120px;
    width: 100%;
    margin: 15px 0;
}
.info-icon-list {
    display: table;
    margin: 0 auto;
    width: 550px;
}
.info-icon-row { display: table-row; }
.info-icon-item {
    display: table-cell;
    padding-top: 65px;
    text-align: center;
    font-size: 12px;
    font-family: Conv_ProximaNova-Bold;
    text-transform: uppercase;
    color: #333;
}
.info-icon-map { background: url("../images/item-map.png") 50% 30% no-repeat; }
.info-icon-mail { background: url("../images/item-mail.png") 50% 30% no-repeat; }
.info-icon-service { background: url("../images/item-service.png") 50% 30% no-repeat; }
.info-icon-road { background: url("../images/item-road.png") 50% 30% no-repeat; }
.info-icon-message { background: url("../images/item-message.png") 50% 30% no-repeat; }

.ol-nav {
    list-style: none;
    counter-reset: point;
}
.ol-nav li {
    font-family: Conv_ProximaNova-Regular;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    display: block;
    height: 35px;
    cursor: pointer;
    width: 500px;
    position: relative;
    margin: 10px auto;
    padding: 30px;
}
.ol-nav li:hover {
    color: #fff;
    background: url("../images/ol-middle-hover.png") 0 0 repeat-x;
}
.ol-nav li:before {
    content: counter(point);
    counter-increment: point 1;
    display: block;
    width: 65px;
    padding: 0 0 0 24px;
    height: 104px;
    position: absolute;
    left: -89px;
    top: 0;
    text-align: left;
    color: #fff;
    font-size: 48px;
    line-height: 104px;
    font-family: Conv_Algerian;
    background: url("../images/ol-arrow.png") 0 0 no-repeat;
}
.ol-nav li:hover:before { background: url("../images/ol-arrow-hover.png") 0 0 no-repeat; }
.ol-nav li:hover:after {
    display: block;
    position: absolute;
    right: -35px;
    top: 0;
    height: 104px;
    width: 35px;
    content: "";
    background: url("../images/ol-right-hover.png") 0 0 no-repeat;
}
.samples-list {
    width: 1040px;
    margin: 160px auto 0;
}
.samples-list-item {
    float: left;
    display: block;
    border: 3px solid #fff;
    margin: 15px;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 1px 1px rgba(205, 205, 205, 0.8);
    box-shadow: 2px 3px 1px 1px rgba(205, 205, 205, 0.8);
}
.comments-wrap {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    margin: 100px 0 0;
}
.comments-list {
    width: 720px;
    margin: 0 auto;
}
.comments-list,
.comment-photo,
.comment-content {
    display: block;
}
.comment-photo,
.comment-content {
    float: left;
    height: 110px;
}
.comment-photo { width: 74px; }
.comment-content {
    width: 620px;
    padding: 0 0 0 20px;
}
.comment-author {
    display: block;
    padding: 0 0 10px;
    color: #e7501e;
    font-family: conv_proximanova-bold;
    font-size: 14px;
}
.comment-content p {
    font-size: 14px;
    font-family: Conv_ProximaNova-Regular;
    line-height: 18px;
}
.contact-form {
    display: block;
    width: 552px;
    margin: 0 auto;
}
.contact-form legend {
    font-size: 14px;
    font-family: conv_proximanova-regular;
    color: #999;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 15px 45px 25px;
}
.contact-form legend b {
    font-size: 60px;
    color: #333;
}
.contact-form legend h2 {
    padding: 35px 0 20px;
    text-align: center;
    color: #363636;
    font-size: 24px;
}
.contact-form label {
    display: block;
    margin: 0 4px;
    padding: 0 0 10px;
    float: left;
}
.contact-form label input,
.contact-form textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    text-transform: uppercase;
    font-family: Conv_ProximaNova-Regular;
    font-size: 13px;
}
.contact-form label input {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    width: 150px;
}
.contact-form textarea {
    width: 522px;
    margin: 0 4px;
    display: block;
    padding: 14px 10px;
    overflow: hidden;
    height: 140px;
    resize: none;
}
.submit-contact {
    width: 180px;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: linear-gradient(bottom, rgb(48,137,21) 0%, rgb(53,153,23) 100%);
    background-image: -o-linear-gradient(bottom, rgb(48,137,21) 0%, rgb(53,153,23) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(48,137,21) 0%, rgb(53,153,23) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(48,137,21) 0%, rgb(53,153,23) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(48,137,21) 0%, rgb(53,153,23) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(48,137,21)),
        color-stop(1, rgb(53,153,23))
    );
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    font-family: Conv_ProximaNova-Bold;
    text-shadow: -1px -1px 0px #2b7912;
    filter: dropshadow(color=#2b7912, offx=-1, offy=-1);
}