article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.container-fluid{
    padding:0px;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
    overflow-x: hidden;
    font-family: IRTerafik;
}

body, button, input, select, textarea {
    font-family: IRTerafik;
    color: #333;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*a {
    color: #777;
}*/

    /*a:visited {
        color: #777;
    }*/

    a:hover {
        color: #d4cb65;
        text-decoration: none;
    }
    a:focus {
        color: #d4cb65;
        text-decoration: none;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #e4cb6b;
    color: #000;
    text-decoration: none;
}

mark {
    background: #e4cb6b;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: IRTerafik;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.inter{
    background-image:url('../images/iphone_divider-0d9353a66ab79a80058051a83462a8f91.jpg');
    border-radius:5px;
    padding:11px 60px;
    color:white;
    min-width:500px;
}



.forminter{
    text-align:center;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


 #hi_matilda {
      
        background: url(../images/banner_s-7b36cf10d6046f632602e766a6755ee5.png) no-repeat;
        text-align:center;
    }

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.jquery-stepout-wrapper {
    overflow: hidden;
    position: relative;
}

    .jquery-stepout-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 9999px;
    }

        .jquery-stepout-wrapper ul li {
            float: left;
            margin: 7px;
        }

            .jquery-stepout-wrapper ul li img {
                vertical-align: middle;
            }

p#socialservices a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    background-image: url(../images/social_icons-22b5dbc7c93496592c6a0198ab892217.png);
}

    p#socialservices a:hover {
        background-position: 0 24px;
    }

    p#socialservices a#social_twitter {
        background-position: -24px 0;
    }

        p#socialservices a#social_twitter:hover {
            background-position: -24px 24px;
        }

    p#socialservices a#social_gplus {
        background-position: -48px 0;
    }

        p#socialservices a#social_gplus:hover {
            background-position: -48px 24px;
        }

textarea, input[type="text"], input[type="password"], input[type="email"] {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px #bbb;
    -moz-box-shadow: inset 0 1px 2px #bbb;
    -ms-box-shadow: inset 0 1px 2px #bbb;
    -o-box-shadow: inset 0 1px 2px #bbb;
    box-shadow: inset 0 1px 2px #bbb;
    padding: 8px 6px;
    width: 300px;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
        border: 1px solid #999;
    }

    textarea[readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="email"][readonly] {
        color: #999;
    }

input[type="submit"], button, a.btn {
    border: 1px solid #e4cb6b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #e4cb6b;
    -moz-box-shadow: inset 0 1px 0 0 #d0e4ba;
    -ms-box-shadow: inset 0 1px 0 0 #d0e4ba;
    -o-box-shadow: inset 0 1px 0 0 #d0e4ba;
    box-shadow: inset 0 1px 0 0 #d0e4ba;
    color: #fff;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    background-color: #e4cb6b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abd67c), color-stop(100%, #e4cb6b));
    background-image: -webkit-linear-gradient(top, #abd67c, #e4cb6b);
    background-image: -moz-linear-gradient(top, #abd67c, #e4cb6b);
    background-image: -ms-linear-gradient(top, #abd67c, #90d347);
    background-image: -o-linear-gradient(top, #abd67c, #90d347);
    background-image: linear-gradient(top, #abd67c, #e4cb6b);
    padding: 6px 18px 7px;
    text-shadow: 0 1px 0 #e4cb6b;
    -webkit-background-clip: padding-box;
    background-color: #e4cb6b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4cb6b), color-stop(100%, #e4cb6b));
    background-image: -webkit-linear-gradient(top, #e4cb6b, #e4cb6b);
    background-image: -moz-linear-gradient(top, #abd67c, #77b941);
    background-image: -ms-linear-gradient(top, #abd67c, #77b941);
    background-image: -o-linear-gradient(top, #abd67c, #77b941);
    background-image: linear-gradient(top, #abd67c, #77b941);
    padding: 6px 18px;
    color: #003300;
    font-family: IRTerafik;
    font-size: 14px;
    text-shadow: 0 1px #e4cb6b;
    text-decoration: none;
}

    input[type="submit"]:hover, button:hover, a.btn:hover {
        -webkit-box-shadow: inset 0 1px 0 0 #f8e863;
        -moz-box-shadow: inset 0 1px 0 0 #e4cb6b;
        -ms-box-shadow: inset 0 1px 0 0 #e4cb6b;
        -o-box-shadow: inset 0 1px 0 0 #e4cb6b;
        box-shadow: inset 0 1px 0 0 #e4cb6b;
        cursor: pointer;
        background-color: #f8e863;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4cb6b), color-stop(100%, #e4cb6b));
        background-image: -webkit-linear-gradient(top, #e4cb6b, #e4cb6b);
        background-image: -moz-linear-gradient(top, #9ecc6d, #89cf3c);
        background-image: -ms-linear-gradient(top, #9ecc6d, #89cf3c);
        background-image: -o-linear-gradient(top, #9ecc6d, #89cf3c);
        background-image: linear-gradient(top, #e4cb6b, #89cf3c);
    }

    input[type="submit"]:active, button:active, a.btn:active {
        border: 1px solid #f8e863;
        -webkit-box-shadow: inset 0 0 8px 4px #e4cb6b,inset 0 0 8px 4px #e4cb6b,0 1px 1px 0 #eee;
        -moz-box-shadow: inset 0 0 8px 4px #e4cb6b,inset 0 0 8px 4px #e4cb6b,0 1px 1px 0 #eee;
        -ms-box-shadow: inset 0 0 8px 4px #81c833,inset 0 0 8px 4px #81c833,0 1px 1px 0 #eee;
        -o-box-shadow: inset 0 0 8px 4px #e4cb6b,inset 0 0 8px 4px #81c833,0 1px 1px 0 #eee;
        box-shadow: inset 0 0 8px 4px #e4cb6b,inset 0 0 8px 4px #81c833,0 1px 1px 0 #eee;
    }

    input[type="submit"][disabled], button[disabled], a.btn[disabled] {
        border: 1px solid #cfc6c6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 0 #fff;
        -moz-box-shadow: inset 0 1px 0 0 #fff;
        -ms-box-shadow: inset 0 1px 0 0 #fff;
        -o-box-shadow: inset 0 1px 0 0 #fff;
        box-shadow: inset 0 1px 0 0 #fff;
        color: #333;
        display: inline;
        font-size: 11px;
        font-weight: bold;
        background-color: #eee;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #d6cece));
        background-image: -webkit-linear-gradient(top, #eee, #d6cece);
        background-image: -moz-linear-gradient(top, #eee, #d6cece);
        background-image: -ms-linear-gradient(top, #eee, #d6cece);
        background-image: -o-linear-gradient(top, #eee, #d6cece);
        background-image: linear-gradient(top, #eee, #d6cece);
        padding: 6px 18px 7px;
        text-shadow: 0 1px 0 #f9f8f8;
        -webkit-background-clip: padding-box;
        background-color: #eee;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(top, #eee, #ccc);
        color: #999;
    }

        input[type="submit"][disabled]:hover, button[disabled]:hover, a.btn[disabled]:hover {
            -webkit-box-shadow: inset 0 1px 0 0 #fbfbfb;
            -moz-box-shadow: inset 0 1px 0 0 #fbfbfb;
            -ms-box-shadow: inset 0 1px 0 0 #fbfbfb;
            -o-box-shadow: inset 0 1px 0 0 #fbfbfb;
            box-shadow: inset 0 1px 0 0 #fbfbfb;
            cursor: pointer;
            background-color: #e1e1e1;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #cfc6c6));
            background-image: -webkit-linear-gradient(top, #e1e1e1, #cfc6c6);
            background-image: -moz-linear-gradient(top, #e1e1e1, #cfc6c6);
            background-image: -ms-linear-gradient(top, #e1e1e1, #cfc6c6);
            background-image: -o-linear-gradient(top, #e1e1e1, #cfc6c6);
            background-image: linear-gradient(top, #e1e1e1, #cfc6c6);
        }

        input[type="submit"][disabled]:active, button[disabled]:active, a.btn[disabled]:active {
            border: 1px solid #cfc6c6;
            -webkit-box-shadow: inset 0 0 8px 4px #c7bebe,inset 0 0 8px 4px #c7bebe,0 1px 1px 0 #eee;
            -moz-box-shadow: inset 0 0 8px 4px #c7bebe,inset 0 0 8px 4px #c7bebe,0 1px 1px 0 #eee;
            -ms-box-shadow: inset 0 0 8px 4px #c7bebe,inset 0 0 8px 4px #c7bebe,0 1px 1px 0 #eee;
            -o-box-shadow: inset 0 0 8px 4px #c7bebe,inset 0 0 8px 4px #c7bebe,0 1px 1px 0 #eee;
            box-shadow: inset 0 0 8px 4px #c7bebe,inset 0 0 8px 4px #c7bebe,0 1px 1px 0 #eee;
        }

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.field_with_errors {
    position: relative;
}

    .field_with_errors textarea, .field_with_errors input[type="text"], .field_with_errors input[type="password"], .field_with_errors input[type="email"] {
        border-color: red;
    }

    .field_with_errors .message {
        display: block;
        position: absolute;
        top: 0;
        right: -170px;
        width: 130px;
        margin-left: 10px;
        padding: 7px 14px;
        color: #fff;
        font-family: IRTerafik;
        text-align: left;
        text-shadow: none;
        background-color: #333;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .field_with_errors .message:after {
            content: '';
            position: absolute;
            top: 8px;
            left: -7px;
            border-width: 7px 7px 7px 0;
            border-style: solid;
            border-color: transparent #333;
        }

body {
    background: #dfdfdf url(../images/bg-27e10748c63020685df72ee7a986eec8.jpg);
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #hi_matilda {
        background: url(../images/welcome_web-9508b09ead4d76f8bf6df139f3f56819.jpg) 50% 0;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #hi_matilda {
        background: url(../images/welcome_iphone-2b59a03cff1b9eaf2168bd78b098de64.jpg) 50% -150px;
    }
}

h1, h2, h3, h4 {
    margin: 0;
}

h1, h2 {
    text-transform: uppercase;
}

h1 {
    font-family: IRTerafik;
    font-size: 60px;
    font-weight: 400;
    text-shadow: 0 1px #fff;
}

h2, h3, h4, nav, footer, #pricing {
    font-family: IRTerafik;
}

h2 {
    font-size: 28px;
    font-weight: 200;
}

    h2.ribbon_h {
        margin-bottom: 27px;
    }

        h2.ribbon_h span {
            /*display:none*/
        }

h3 {
    font-size: 25px;
    font-weight: 300;
    color: #555;
    text-shadow: 0 1px #fff;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

p {
    font-size: 14px;
    line-height: 18px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #000 url(../images/top_bg-eeb63a2b9e6782bc57a36efc5278985d.png) repeat-x;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 7px #111;
    -moz-box-shadow: 0 1px 7px #111;
    -ms-box-shadow: 0 1px 7px #111;
    -o-box-shadow: 0 1px 7px #111;
    box-shadow: 0 1px 7px #111;
}



    nav a#blog-logo {
        position: absolute;
        left: 14px;
        display: block;
        width: 100px;
    }

    nav a, nav a:visited {
        margin: 0 7px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

        nav a:hover, nav a:visited:hover {
            color: #e4cb6b;
            text-decoration: none;
        }

        @media(max-width:500px){
    nav{
        font-size:13px;
    }
}
@media(max-width:430px){
    nav{
        font-size:12px;
    }
}
@media(max-width:405px){
    nav{
        font-size:11px;
    }
}
@media(max-width:380px){
    nav{
        font-size:10px;
    }
    nav a, nav a:visited {
        margin: 0 5px;
    }
}
@media(max-width:330px){
    nav{
        font-size:9px;
    }
    nav a, nav a:visited {
        margin: 0 4px;
    }
}
@media(max-width:295px){
    nav{
        font-size:8.5px;
    }
    nav a, nav a:visited {
        margin: 0 3px;
    }
}
 .picproduct{
     border:1px solid rgba(0,0,0,0.3);
     border-radius:10px;
     box-shadow:0px 1px 1px rgba(255,255,255,1);
 }
 .rowes2{
     text-align:center;
 }
#hi_matilda {
    position: fixed;

}

    #hi_matilda #introduct {
        padding:100px 20px;
        
    }

    #hi_matilda #introduction h3, #hi_matilda #introduction h4 {
        font-family: IRTerafik;
    }

    #hi_matilda #introduction h3 {
        color: #333;
        font-size: 27px;
        line-height: 29px;
        font-weight: 600;
    }

    #hi_matilda #introduction h4 {
        font-size: 22px;
    }

    #hi_matilda #introduction section {
        position: relative;
        margin-top: 21px;
        padding-left: 45px;
        text-shadow: 0 1px #fff;
    }

        #hi_matilda #introduction section p {
            margin: 0;
            color: #777;
            font-size: 15px;
        }

        #hi_matilda #introduction section:before {
            content: '';
            position: absolute;
            left: 0;
            top: -2px;
            display: block;
            width: 33px;
            height: 28px;
            background: url(../images/welcome_icons_large-d45c6ee482c1bd27121c3ef7b4162df8.png) no-repeat;
        }

        #hi_matilda #introduction section#intro2:before {
            width: 29px;
            background-position: -33px 0;
        }

        #hi_matilda #introduction section#intro3:before {
            width: 38px;
            background-position: -62px 0;
        }

        #hi_matilda #introduction section#intro4:before {
            width: 28px;
            background-position: -100px 0;
        }

        #hi_matilda #introduction section#intro5:before {
            width: 28px;
            background-position: -128px 0;
        }

        #hi_matilda #introduction section#intro6:before {
            width: 30px;
            background-position: -156px 0;
        }

    #hi_matilda #introduction a {
        display: block;
        width: 337px;
        height: 59px;
        margin: 0 auto;
        margin-top: 18px;
        text-indent: -999px;
        background-image: url(../images/signup-button_large-04791b6486fff6901642df2f3e7adb2e.png);
    }

        #hi_matilda #introduction a:hover {
            background-position: 0 59px;
        }

@media screen and (max-height: 700px) {
    #hi_matilda #introduct {
        width:350px;
        background: url(../images/banner_s-7b36cf10d6046f632602e766a6755ee5.png) no-repeat;
        text-align:center;
    }

    #hi_matilda #introduction h3 {
        font-size: 23px;
        line-height: 25px;
    }

    #hi_matilda #introduction h4 {
        font-size: 19px;
    }

    #hi_matilda #introduction section {
        margin-top: 18px;
        padding-left: 40px;
    }

        #hi_matilda #introduction section p {
            font-size: 14px;
        }

        #hi_matilda #introduction section:before {
            width: 30px;
            height: 25px;
            background-image: url(../images/welcome_icons_medium-685219482854ab65108cda7cc8ff90a8.png);
        }

        #hi_matilda #introduction section#intro2:before {
            width: 26px;
            background-position: -30px 0;
        }

        #hi_matilda #introduction section#intro3:before {
            width: 34px;
            background-position: -56px 0;
        }

        #hi_matilda #introduction section#intro4:before {
            width: 25px;
            background-position: -90px 0;
        }

        #hi_matilda #introduction section#intro5:before {
            width: 24px;
            background-position: -115px 0;
        }

        #hi_matilda #introduction section#intro6:before {
            width: 26px;
            background-position: -139px 0;
        }

    #hi_matilda #introduction a {
        width: 286px;
        height: 50px;
        margin-top: 20px;
        background-image: url(../images/signup-button_medium-b24d4f14e87a809d6e1a23c507b969d1.png);
    }

        #hi_matilda #introduction a:hover {
            background-position: 0 50px;
        }
}

#hi_matilda #sign_in_button {
    position: absolute;
    top: 28px;
    /*right:28px;*/
    width: 112px;
    height: 37px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../images/signin-button-d2593edaa505a4fda3d701378e491be1.png);
}

    #hi_matilda #sign_in_button:hover {
        background-position: 0 37px;
    }

#scroll_down {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 62px;
    width: 126px;
    margin-left: -63px;
    background: transparent url(../images/scroll_down-f6923868cbd42c7525775909bf299ed5.png) 50% 50% no-repeat;
}
/*#matilda_detail
{
	position:relative;
	min-width:1009px;
	margin-top:600px;
	padding-top:1px
}*/
section .wrapper {
    /*width:1009px;*/
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

header {
    position: relative;
    height: 357px;
    min-width: 742px;
    margin-right: 267px;
    background: #000 url(../images/header_bg-ef58feade86a7fd89f9ca4794700b0dc.jpg) repeat-x;
    text-align: center;
}

    header a {
        position: absolute;
        top: 80px;
        left: 50%;
        display: block;
        width: 573px;
        height: 194px;
        margin-left: -153.5px;
    }

    header #header_edge {
        position: absolute;
        right: -267px;
        top: 0;
        width: 267px;
        height: 357px;
        /*background-image:url(../images/header_edge-7f2148d71dd98146ee749877aab16814.png)*/
    }

    header #teaser_ribbon {
        position: absolute;
        bottom: 6px;
        left: 50%;
        width: 662px;
        height: 46px;
        margin-left: -198px;
        background-image: url(../images/ribbon_snapping-5e51e725dad5d3346d40718406ab08fd.png);
    }

        header #teaser_ribbon span {
            display: none;
        }

#organize {
    padding-top: 20px;
    background: #dfdfdf url(../images/bg-27e10748c63020685df72ee7a986eec8.jpg);
}

    #organize .ribbon_h {
        margin-top: 10px;
    }

    #organize h2 {
        margin-top: 14px;
        text-transform: none;
        font-weight: 400;
        text-shadow: 0 1px #fff;
    }

    #organize h3 {
        font-size: 22px;
    }

    #organize h4 {
        text-align: center;
        text-transform: none;
        font-size:16px;
        padding-top:10px;
    }

    #organize .heart_divider {
        height: 18px;
        margin: 27px 0;
        background: url(../images/heart_divider-3eab59b06e9d1b642510924e0b9476c0.png) 50% 0 no-repeat;
    }

    #organize #organize_screens {
        margin: 0 auto;
        height: 370px;
        line-height: 370px;
    }

        #organize #organize_screens img {
            width: 320px;
        }

    #organize #screens-desc {
        height: 80px;
    }

    #organize #organize_information {
        padding-bottom: 40px;
    }

        #organize #organize_information div {
            float: left;
            width: 302px;
            margin: 0 17px;
            text-align: left;
        }

        #organize #organize_information img {
            margin-bottom: 7px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
        }

        #organize #organize_information p {
            margin: 7px 0;
            color: #666;
        }

        #organize #organize_information a#blog_preview_link {
            padding: 4px;
            color: #fff;
            text-decoration: none;
            background-color: #d04535;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

            #organize #organize_information a#blog_preview_link:hover {
                background-color: #d8665a;
            }

#iphone_app {
    background: #dfdfdf url(../images/bg-27e10748c63020685df72ee7a986eec8.jpg);
}

    #iphone_app #iphone_divider {
        position: relative;
        top: 24px;
        height: 37px;
        line-height: 32px;
        text-align: center;
        background-image: url(../images/iphone_divider-0d9353a66ab79a80058051a83462a8f9.jpg);
    }

    #iphone_app h1 {
        text-transform: none;
    }

    #iphone_app #iphone_matilda {
        position: relative;
        height: 650px;
    }

    #iphone_app #iphone_back {
        position: absolute;
        top: 50px;
        left: 140px;
        /*background-image:url(../images/iphone_small-e8969aec0bdbb9aa4be75e84776ba885.png)*/
    }

    #iphone_app #iphone_front {
        position: absolute;
        top: 0;
        left: 280px;
        /*width:303px;
	height:628px;
	background-image:url(../images/iphone_big-094fc5949532aac1d065ff29f2d7ffc1.png)*/
    }

        #iphone_app #iphone_front #iphone_time {
            position: absolute;
            top: 102px;
            left: 137px;
            color: #c7c7c7;
            font-family: IRTerafik;
            font-size: 10px;
        }

        #iphone_app #iphone_front #iphone_popover {
            position: absolute;
            top: 347px;
            left: 242px;
            width: 242px;
            height: 347px;
            background: url(../images/iphone_screens-17c748d6c7ad38e4c25ef032a4477844.jpg) -242px -347px;
        }

        #iphone_app #iphone_front #iphone_screens {
            position: absolute;
            top: 117px;
            left: 29px;
            width: 242px;
            height: 347px;
            overflow: hidden;
        }

        #iphone_app #iphone_front #iphone_reflection {
            position: absolute;
            top: 101px;
            left: 153px;
            width: 118px;
            height: 361px;
            background-image: url(../images/reflection-599f29f99276b86d341614e9eeef8be9.png);
        }

    #iphone_app #iphone_information {
        position: absolute;
        top: 170px;
        left: 600px;
        width: 300px;
        text-align: left;
    }

        #iphone_app #iphone_information p {
            margin: 28px 0 80px;
        }

    #iphone_app h3 {
        font-size: 25px;
        padding-top:15px;
    }

    .payamak{
        padding-bottom:15px;
    }
    #iphone_app #iphone_more {
        position: relative;
        color: #333;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }

        #iphone_app #iphone_more span {
            padding: 7px 14px 6px;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 3px #999;
            -moz-box-shadow: 0 1px 3px #999;
            -ms-box-shadow: 0 1px 3px #999;
            -o-box-shadow: 0 1px 3px #999;
            box-shadow: 0 1px 3px #999;
        }

        #iphone_app #iphone_more:hover span {
            color: #666;
            background-color: #f2f2f2;
        }

        #iphone_app #iphone_more:hover:before {
            background-position: 57px 57px;
        }

        #iphone_app #iphone_more:hover:after {
            background-position: 0 57px;
        }

        #iphone_app #iphone_more:after {
            content: '';
            display: block;
            position: absolute;
            top: -21px;
            right: -50px;
            width: 57px;
            height: 57px;
            background: url(../images/arrows-c3b98f2546d44aa7960d63d180707331.png);
        }


        .map{
            box-shadow:0px 0px 5px rgba(0,0,0,0.7);
        }
#synchronize {
    color: #fff;
    background: #1c1c1c;
}

    #synchronize .wrapper {
        padding-bottom: 70px;
    }

    #synchronize h1 {
        text-shadow: none;
    }

    #synchronize #sync_information div h4 {
        position: relative;
        text-align: center;
        padding-left: 18px;
    }

    #synchronize #sync_information div:first-child h4, #synchronize #sync_information div:last-child h4 {
        padding-left: 34px;
        text-align: center;
    }

    #synchronize #sync_information div:last-child {
        border: 0;
    }

    #synchronize #sync_information p {
        margin: 7px 0 0 0;
        text-align: justify;
        color: #ccc;
    }

#sync_divider-top {
    position: relative;
    top: -15px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background-image: url(../images/sync_divider-top-dc1b72632355501901266bba6dda8888.png);
}

#sync_divider-bottom {
    height: 6px;
    background-image: url(../images/sync_divider-bottom-3327ab0ba31045f65670b3ebe6361200.jpg);
}

#sync_divider-tops {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: url(../images/sync_divider-top-dc1b72632355501901266bba6dda8888.png);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    z-index: 1000;
}
#sync_divider-topss {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: url(../images/iphone_divider-0d9353a66ab79a80058051a83462a8f9.jpg);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    z-index: 1000;
}

#collaboration {
    background: #dcdcdc url(../images/collab_bg-e09d5c1be05b8337b7991b8750b9a06b.jpg);
}

    #collaboration h2 {
        text-shadow: 0 2px #fff;
    }

    #collaboration h4 {
        text-shadow: 0 1px #fff;
    }

    #collaboration #collab_matilda {
        position: relative;
        background: url(../images/map-0ed4624b80c881998c19be3db714d6ea.png) 50% 40px no-repeat;
    }

        #collaboration #collab_matilda #collab_left-stack {
            position: absolute;
            left: 0;
            top: 20px;
        }

        #collaboration #collab_matilda #collab_right-stack {
            position: absolute;
            right: 0;
            top: 60px;
        }

        #collaboration #collab_matilda #collab_arrow_left, #collaboration #collab_matilda #collab_arrow_right {
            position: absolute;
            width: 183px;
            height: 50px;
        }

        #collaboration #collab_matilda #collab_arrow_left {
            left: 120px;
            top: 284px;
            background-image: url(../images/arrow_left-c4fe4d04fbda4c703ba9e0e6fc7dc1e0.png);
        }

        #collaboration #collab_matilda #collab_arrow_right {
            right: 120px;
            top: 70px;
            background-image: url(../images/arrow_right-038668f95d147deb7f42914a437fb194.png);
        }

    #collaboration #collab_information {
        position: relative;
        padding-top: 40px;
        padding-right: 30px;
        text-align: right;
    }

        #collaboration #collab_information img#collab_screen {
            float: left;
            position: relative;
            top: -7px;
            margin-right: 14px;
            margin-bottom: 14px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 2px 10px #999;
            -moz-box-shadow: 0 2px 10px #999;
            -ms-box-shadow: 0 2px 10px #999;
            -o-box-shadow: 0 2px 10px #999;
            box-shadow: 0 2px 10px #999;
        }

        #collaboration #collab_information p {
            margin: 7px 0 14px 0;
            color: #666;
            text-shadow: 0 1px #fff;
        }

            #collaboration #collab_information p img {
                vertical-align: sub;
            }

        #collaboration #collab_information img#collab_icon-magnified {
            position: absolute;
            right: 20px;
            top: 40px;
        }

    #collaboration hr {
        height: 0;
        margin: 0;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #fff;
    }

#pricing {
    background: #dfdfdf url(../images/bg156.jpg);
    padding: 30px;
}

    #pricing p {
        color: #eee;
        font-size: 15px;
    }

    #pricing .wrapper {
        padding-bottom: 40px;
    }

    #pricing #pricing_ribbon {
        width: 526px;
        height: 47px;
        margin: 0 auto 21px;
        background-image: url(../images/pricing_ribbon-22ffeb441928ccd4771dc1fccc112807.png);
    }

        #pricing #pricing_ribbon span {
            display: none;
        }

    #pricing h1 {
        line-height: 56px;
    }

    #pricing h4 {
        margin-top: 35px;
        text-transform: uppercase;
        text-shadow: 0 1px #fff;
    }

    #pricing form {
        width: 320px;
        margin: 0 auto;
    }

        #pricing form input[type=submit] {
            padding: 5px 7px;
            font-size: 18px;
        }

    #pricing #pricing_slider {
        position: relative;
        width: 694px;
        height: 54px;
        margin: 80px auto;
        background: url(../images/slider_bg-de87082c4747273d5a7b8c6e89c1f2ef.png) no-repeat;
    }

        #pricing #pricing_slider .ui-slider-range {
            position: absolute;
            top: 4px;
            left: 4px;
            height: 22px;
            background-color: #333;
            background: url(../images/slider_green-36177667feff3b0bc430d96ac07f709e.png) no-repeat;
        }

        #pricing #pricing_slider .ui-slider-handle {
            position: absolute;
            top: -6px;
            width: 51px;
            height: 44px;
            margin-left: -25px;
            background-image: url(../images/heart_handle-6c052ea8840a885523c64b8096629334.png);
            z-index: 2;
            cursor: hand;
            outline: none;
        }

        #pricing #pricing_slider:before, #pricing #pricing_slider:after {
            position: absolute;
            top: 55px;
            font-size: 18px;
            text-shadow: 0 1px #fff;
        }

        #pricing #pricing_slider:before {
            content: 'FREE';
            left: -5px;
        }

        #pricing #pricing_slider:after {
            content: 'MAX';
            right: 0;
        }

    #pricing #pricing_box {
        position: relative;
        width: 385px;
        height: 165px;
        margin: 0 auto;
        text-align: left;
        color: #ccc;
        font-size: 18px;
        text-shadow: 0 -1px #000;
        text-transform: uppercase;
        background-image: url(../images/pricing_box-a95764e57625d1fb40a155e212afdeb8.png);
    }

        #pricing #pricing_box #pricing_price, #pricing #pricing_box #pricing_storage {
            position: absolute;
            left: 50px;
        }

            #pricing #pricing_box #pricing_price span, #pricing #pricing_box #pricing_storage span {
                color: #fff;
                text-transform: none;
            }

        #pricing #pricing_box #pricing_price {
            top: 24px;
        }

        #pricing #pricing_box #pricing_storage {
            top: 100px;
        }

        #pricing #pricing_box #pricing_features {
            position: absolute;
            left: 215px;
            top: 24px;
        }

            #pricing #pricing_box #pricing_features ol {
                list-style: none;
                margin: 14px 0;
                padding: 0;
            }

                #pricing #pricing_box #pricing_features ol li {
                    text-transform: none;
                    font-size: 16px;
                }

                    #pricing #pricing_box #pricing_features ol li strong {
                        color: #fff;
                    }

footer {
    height: 90px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #dcdcdc url(../images/collab_bg-e09d5c1be05b8337b7991b8750b9a06b.jpg);
}
.pine{
    color:gray;
}
    footer a, footer a:visited {
        margin: 0 7px;
        /*color: #fff;*/
        text-decoration: none;
        text-transform: uppercase;
    }

        footer a:hover, footer a:visited:hover {
            color: #e4cb6b;
        }

    footer p {
        color: #777;
    }
    footer p a{
    color: #777;
    }

.signinb {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 112px;
    height: 37px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../images/signin-button-d2593edaa505a4fda3d701378e491be1.png);
}



.btn-w span {
    padding: 7px 14px 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    -ms-box-shadow: 0 1px 3px #999;
    -o-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    margin-right: -14px;
}

.btn-w a:hover {
    text-decoration: none;
    color: #e4cb6b;
}

.padbottom {
    padding-bottom: 70px;
    background: #222;
    color: #eee;
}
.padbottom h2{
    padding-bottom:20px;
}

    .padbottom h3 {
        padding: 10px 0px;
    }

    .padbottom p {
        padding: 0px 30px;
    }

.padbox {
    padding: 20px 27px 18px 10px;
}

    .padbox h4 {
        font-size: 21px;
    }

    .padbox h5 {
        font-size: 17px;
    }

.collab_matilda {
    position: relative;
    background: #eee url(../images/map-0ed4624b80c881998c19be3db714d6ea.png) 50% 40px no-repeat;
}

#contact {
    background: #dfdfdf url(../images/bg156.jpg);
    padding: 30px;
    text-align: center;
}

.aboutmr {
    margin-bottom: 10px;
}

#contact p {
    color: #eee;
}

#collaboration_divider {
    position: relative;
    top: 0px;
    height: 37px;
    line-height: 32px;
    text-align: center;
    background-image: url(../images/iphone_divider-0d9353a66ab79a80058051a83462a8f9.jpg);
}

#about {
    background: #dcdcdc url(../images/collab_bg-e09d5c1be05b8337b7991b8750b9a06b.jpg);
    padding-bottom:30px;
}

    #about h3 {
        padding: 0px 0px 20px 0px;
    }

.aboutbox {
    padding: 10px 30px;
}





/********************************* Carousel ********************************/
.carousel-control {
    background: #ECDFA0;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    height: 42px;
    line-height: 42px;
    opacity: 1;
    position: static;
    text-shadow: none;
    width: 20%;
    font-weight: 400;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}

    .carousel-control:hover,
    .carousel-control:focus {
        background: #222322;
        color: #ffd302;
        opacity: 1;
    }

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: static;
    }


.padding-about {
    padding: 50px;
}

.aboutbox p {
    font-size: 17px;
    line-height: 30px;
    text-align:justify;
}
/***************************************************************************/
/************************ General Styles for Footer ************************/
.menu-bottom {
    margin-top: 40px;
}

    .menu-bottom h2 {
        border-right: 1px #ffd302 dotted;
        color: #b0b0b0;
        font-size: 1.2em;
        margin-bottom: 20px;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .menu-bottom p {
        font-size: 1em;
    }

    .menu-bottom a {
        color: #dedede;
        -webkit-transition: ease-in .4s;
        -moz-transition: ease-in .4s;
        -o-transition: ease-in .4s;
        -ms-transition: ease-in .4s;
        transition: ease-in .4s;
    }

        .menu-bottom a:hover {
            color: #ffd302;
        }

    .menu-bottom ul {
        padding: 0px;
    }

    .menu-bottom .topfoot {
        min-height: 100px;
    }

        .menu-bottom .topfoot .carousel-inner {
            text-align: center;
            margin: 12px 0px 44px 26px;
            width: auto;
        }

            .menu-bottom .topfoot .carousel-inner .item > div {
                display: inline-block;
                margin: 10px 20px;
                /*width: 80px*/
            }

            .menu-bottom .topfoot .carousel-inner .item div:first-child {
                margin-left: 0;
            }

            .menu-bottom .topfoot .carousel-inner .item div:last-child {
                margin-right: 0;
            }

        .menu-bottom .topfoot .carousel-control {
            border-radius: 3px;
            left: 0;
            margin-top: -21px;
            position: absolute;
            top: 50%;
            -webkit-transition: ease-in .4s;
            -moz-transition: ease-in .4s;
            -o-transition: ease-in .4s;
            -ms-transition: ease-in .4s;
            transition: ease-in .4s;
        }

.ima-carousel {
    box-shadow: #bbb 5px 1px 25px;
    padding-bottom: 10px;
}

    .ima-carousel img {
        width: 220px;
        height: 150px;
        box-shadow:0px 0px 5px rgba(0,0,0,0.7);
    }

.menu-bottom .topfoot .control {
    margin-top: 8px;
}

.menu-bottom .middlefoot {
    background: #333 url("../images/footer-pattern.png") center center;
    color: #888;
    font-size: .85em;
    /*min-height: 485px;*/
}

    .menu-bottom .middlefoot ul li {
        height: 2.5em;
        line-height: 2.5em;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu-bottom .middlefoot .about a {
        font-style: italic;
        font-weight: 700;
    }

        .menu-bottom .middlefoot .about a span {
            margin: 0 5px;
        }

        .menu-bottom .middlefoot .about a i {
            font-size: 1.em;
        }

    .menu-bottom .middlefoot ul.hours li {
        border-bottom: 1px solid #383838;
        height: 4em;
        line-height: 4em;
    }

    .menu-bottom .middlefoot ul li i {
        color: #ffd302;
        font-size: 0.9em;
        margin-right: 10px;
    }

    .menu-bottom .middlefoot ul.hours li i {
        line-height: 2.3em;
    }

    .menu-bottom .middlefoot .recent-news {
        font-weight: 700;
        margin: 0 0 20px 0;
    }

        .menu-bottom .middlefoot .recent-news a {
            display: block;
            font-size: .9em;
            margin: 0 0 10px 0;
        }

        .menu-bottom .middlefoot .recent-news span {
            font-size: .9em;
            font-weight: normal;
        }

        .menu-bottom .middlefoot .recent-news div {
            border-radius: 3px;
            float: left;
            height: 70px;
            margin-right: 10px;
            overflow: hidden;
            position: relative;
            width: 80px;
        }

            .menu-bottom .middlefoot .recent-news div .post-icon {
                background: rgba(100,100,100,0.5);
                color: #222322;
                font-size: 1.5em;
                height: 100%;
                left: 0;
                padding: 1em;
                position: absolute;
                text-align: center;
                top: 0;
                width: 50%;
            }

        .menu-bottom .middlefoot .recent-news:hover div .post-icon {
            background: #ffd302;
        }

        .menu-bottom .middlefoot .recent-news div img {
            width: 100%;
        }

.menu-bottom .bottomfoot {
    background: #222322;
    color: #888;
    font-weight: 700;
    text-transform: uppercase;
}

    .menu-bottom .bottomfoot .row {
        margin: 0;
        padding: 0;
    }

    .menu-bottom .bottomfoot p {
        line-height: 2;
        margin: 20px 0 13px 0;
        font-size: .8em;
    }

        .menu-bottom .bottomfoot p a {
            color: #dedede;
        }

            .menu-bottom .bottomfoot p a:hover {
                color: #ffd302;
            }

    .menu-bottom .bottomfoot .social li a {
        height: 76px;
        line-height: 76px;
        margin: 0 1px 0 0;
        width: 73px;
    }




/* ---------------------------------------------------------------------- */
/*	Version 992px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 992px) {

    .menu-bottom .bottomfoot p {
        text-align: center;
    }

    .social {
        text-align: center;
    }

        .social li {
            display: inline-block;
            float: none;
            margin-bottom: 5px;
        }

    .menu-bottom .topfoot .carousel-inner .item div:first-child {
        margin-left: 15px;
    }

    .menu-bottom .topfoot .carousel-inner .item div:last-child {
        margin-right: 15px;
    }
}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 766px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 766px) {


    .menu-bottom .middlefoot .container .row > div {
        margin-bottom: 60px;
    }

    #home .nav-tabs {
        padding: 0;
    }

    .trainers-tabs .nav-tabs li a {
        padding: 0.6em 2em;
    }

    h2 {
        position: static;
        clear: both;
    }

    #img-store .zoom {
        display: none;
    }
}


@media handheld, only screen and (max-width: 320px) {

    .navbar-brand {
        width: 80%;
    }

    header .subbar {
        display: none;
        min-height: auto;
    }
}
.forminter img{
   
    float:left;
}
.titr{
    padding-bottom:30px;
    font-size:19px;
}
.form-group {
    margin-bottom: 25px;
}
.namepass{
    font-size:16px;
}
.blank{
    height:120px;
}
.welcome{
    float:left;
}
.topfoot img{
    padding:0 0px;
}
.aboutme {
    padding-top: 30px;
}
.pakeij{
    padding:10px 0px;
}
.ttittr{
    padding-bottom:10px;
}
.ttittr img{
    padding-left:10px;
}
.usesms{
    padding-top:20px;    
}
.product{
    padding:30px 50px;
}
.maintitrss{
    padding-top:50px;
}
.paddproduct{
    padding:15px;
}
@media (max-width:900px){
.bartari{
    width:80%;
}
}
.more{
    text-align:center;
}