@charset "utf-8";

/* FONTS */
/* This stylesheet generated by Transfonter (http://transfonter.org) on June 21, 2016 8:28 AM */

@font-face {
    font-family: 'Arial-AMU-Regular-8891 (1)';
    src: url('fonts/Arial-AMU-Regular-8891 (1).eot');
    src: url('fonts/Arial-AMU-Regular-8891 (1).woff2') format('woff2'),
    url('fonts/Arial-AMU-Regular-8891 (1).eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialAMU';
    src: url('fonts/ArialAMU.woff') format('woff'),
    url('fonts/ArialAMU.ttf') format('truetype'),
    url('fonts/ArialAMU.svg#ArialAMU') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* MAIN CSS */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
    font-family: 'ArialAMU', Arial, Sans-serif;
    font-size: 12px;
    color: #000000;
    background: white;
}
.iOS body {
    -webkit-text-size-adjust: none;
}
.width {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}
::selection {
    background-color: rgb(143, 198, 0);
    color: #ffffff;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out;
}
input, textarea {
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    -ms-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
a img, iframe, table {
    border: 0 none;
}
p {
    margin: 5px 0;
}
hr.indent {
    border: 0 none;
    margin: 30px 0;
}
.left {
    float: left;
}
.center {
    text-align: center;
}
.right {
    float: right;
}
.none {
    display: none;
}
.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}
.margin-top {
    margin-top: 20px;
}
.margin-bottom {
    margin-bottom: 35px;
}
.margin-up {
    margin-top: -30px;
}
.margin-down {
    margin-bottom: -30px;
}
.nomargin {
    margin: 0px !important;
}
.nopadding {
    padding: 0px !important;
}
.notopborder {
    border-top: 0 none !important;
}
.pre {
    white-space: pre-wrap;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
label.error {
    display: none !important;
}
.ov_hidden {
    overflow: hidden;
}
.container a.color {
    color: #0c516d;
}
input.error,
textarea.error {
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    outline: 0 none;
}
.clearFix:after {
    display: block;
    content: ' ';
    clear: both;
}
.btn {
    cursor: pointer;
}
.btn:hover {
    position: relative;
    top: 1px;
}
.btn:active {
    position: relative;
    top: 2px;
}
.bigCol {
    width: 72.3%;
}
.smallCol {
    width: 23.6%;
}

/* HEADER */
header {
    min-height: 70px;
    background: #191818;
    /*position: fixed;*/
    position: fixed;
    opacity: 1;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: scroll;
    width: 100%;
    top: -14px;
    left: 0;
    z-index: 11111111;
}
header .logo {
    display: block;
    width: 250px;
    height: 42px;
    margin: 7px auto 0;
    background: url('../images/logo-og.png') no-repeat center center;
}
header .logo img {
    display: none;
}
.show-menu {
    position: fixed;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: scroll;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(14px);
    }
}
.animated_head {
    position: absolute;
    width: 0%;
    left: 0;
    top: 0;
    height: 6px;
    background: #191818 url('../images/animated__header.png') repeat-x 0% 0;
}
.navbar-fixed-top {
    margin-bottom: 0;
}
.nav-collapse .menu_items {
    list-style: none;
    margin: 25px 0 0px 25px;
    line-height: 23px;
}
.navbar .nav > li > a {
    padding: 10px 0px 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.navbar .nav > li > a:hover{
    color: #FF9900;
}
.menu_items li {
    float: left;
    margin-left: 30px;
}
.menu_items li:first-child {
    margin-left: 0;
}
.menu_items li a {
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
}
.en .menu_items li a {
    font-size: 16px;
}
.languages {
    list-style: none;
    margin-top: 13px;
    margin-left: 10px;
}
.languages li {
    margin-left: 5px;
    height:15px;
    margin-bottom: 5px;
}
.languages li a {
    color: white;
    font-size: 11px;
}
.languages li a:hover,
.languages li a.active_lang,
.languages li a:active {
    color: #FF9900;
    text-decoration: none;
}
/* NAV */
.nav > li > a:hover {
    background: none;
}
.navbar .brand {
    margin: 14px auto 0;
}
.btn.btn-navbar {
    margin-top: 23px;
    box-shadow: none;
}
.btn.btn-navbar {
    background: url("../images/menu.png") no-repeat center center;
}
.btn.btn-navbar span {
    visibility: hidden;
}
#popup .close {
    background: url('../images/close.png') no-repeat center center;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#popup {
    width: 320px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 999;
    top: 50%;
    left: 50%;
    position: fixed;
    margin-top: -25px;
    margin-left: -220px;
    background: #ffffff;
    display: none;
}
#hover {
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    cursor: pointer;
}
#root {
    overflow: hidden;
    height: 450px;
    position: relative;
    background: url('../images/Header-background.png');
    z-index: 100;
    width: 100%;
    cursor: url("../images/hand-leftright.cur"), default;;
}
#root img {
    height: auto;
    top: -10%;
    position: absolute;
    z-index: 10;
    transition: top 10s linear;
    -webkit-transition: top 10s linear;
    -moz-transition: top 10s linear;
    -o-transition: top 10s linear;
    -ms-transition: top 10s linear;
}
nav {
}
/* portfolio part start */
.works {
    background: url("../images/shattered.png");
    min-height: 500px;
}
#work p {
    color: #141414;
}
.content h3,
.content #services .container h1 {
    font-size: 40px;
    color: white;
    text-align: center;
    font-weight: normal;
    line-height: 60px;
    text-transform: uppercase;
}
.content #services .container h1 {
    color: black;
}
.content #services .container h2,
.content #services .container h2 a,
.content p,
.service_list ul li, .service_list ul li label {
    font-size: 16px;
    color: black;
    line-height: 20px;
    font-weight: normal;

}
.content .services h3 {
    color: #191818;
}
.service_list p,
.service_list ul li, .service_list ul li label {
    text-align: left;
    color: #787878;
}
.service_list ul {
    margin-left: 20px;
}
.container a {
    color: #F90;
}
.container a:hover {
}
.portfolio_items {
    list-style: none;
    margin-top: 40px;
    margin-left: 0;
}
.portfolio_items li {
    width: 25.5%;
    float: left;
    text-align: center;
    margin-left: 11.6%;
    margin-bottom: 40px;
}
.portfolio_items li:first-child {
    margin-left: 0;
}
.portfolio_items li > a,
.portfolio_items li img,
.more div span,
.more div span img {
    transition: all 100ms linear;
    -webkit-transition: all 10ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
}
.portfolio_items li > a,
.more div span {
    width: 170px;
    height: 170px;
    overflow: hidden;
    display: inline-block;
    border-radius: 125px;
    background: #bbb url("../images/line.png");
    padding: 15px;
    border: 5px solid transparent;
    border-image: rgba(221,221,221,1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAO0lEQVQYV2NkIAIwElKze/fu/3gVgRS4uroyEjQJZBNWRTATYE7BUISuAKdJ6J6Bm4TNBBTr8CkAKQQA02QXOj4w/E8AAAAASUVORK5CYII=) 30 round round;
}
.portfolio_items li img,
.more div span img {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 100px;
}
.portfolio_items li a:hover img {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -o-transform: scale(1.13);
    -ms-transform: scale(1.13);
}
.portfolio_items li p a:hover {
    color: white;
    text-decoration: underline;
}
.portfolio_items h5,
.portfolio_items p {
    color: white;
    text-align: center;
}
.portfolio_items h5 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 1px 0;
    color: #0c516d;
}
.portfolio_items p {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
.portfolio_item_more {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: #cccccc;
    top: 70px;
    left: -100%;
    z-index: 9999;
    transition: width 5000ms ease;
    -webkit-transition: width 5000ms ease;
    -moz-transition: width 5000ms ease;
    -o-transition: width 5000ms ease;
    -ms-transition: width 5000ms ease;
}
.more {
    width: 480px;
    margin: 4% auto 0;
}
.portfolio_item_more .more h5,
.portfolio_item_more .more p {
    font-size: 24px;
    text-align: center;
    color: #5b5b5c;
    line-height: 30px;
}
.more div span {
    background: #d6d6d6;
    border: 5px solid #d6d6d6;
}
.more > div {
    width: 480px;
    height: 600px;
}
.more a {
    display: block;
    color: #5b5b5c;
    margin: 33px 0;
    font-size: 20px;
    text-align: center;
}
.loader {
    position: absolute;
    top: 20%;
    left: 30px;
    width: 70px;
    height: 70px;
}
.loader img {
    width: 100%;
    height: 100%;
    visibility: hidden !important;
}
.remove {
    height: 53px;
    width: 53px;
    background: transparent url('../images/sprite.png') no-repeat -4px -54px;
    margin: -61px 0 0 9px;
}
.rsDefault, .rsDefault .rsOverflow,
.rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs,
.rsDefault .rsBullets {
    background: transparent
}
.rsNav.rsBullets {
    height: 60px;
}
.rsNav.rsBullets .rsNavItem {
    margin-left: 30px;
}
.rsNav.rsBullets .rsNavItem:first-child {
    margin-left: -20px;
}
.rsNav.rsBullets .rsNavItem span {
    padding: 10px;
    border-color: white;
    opacity: 0.4;
}
.rsNavItem.rsBullet.rsNavSelected span {
    opacity: 1;
}
.rsNav.rsBullets .rsNavItem:first-child span {
    background: #dadb00;
}
.rsNav.rsBullets .rsNavItem:first-child + .rsNavItem span {
    background: #ffed00;
}
.rsNav.rsBullets .rsNavItem:first-child + .rsNavItem + .rsNavItem span {
    background: #ef7f1a;
}
.rsNav.rsBullets .rsNavItem:first-child + .rsNavItem + .rsNavItem + .rsNavItem span {
    background: #e31e24;
}
.rsNav.rsBullets .rsNavItem:first-child + .rsNavItem + .rsNavItem + .rsNavItem + .rsNavItem span {
    background: #a3c426;
}
.more div span.rsImg {
    width: 430px;
    height: 430px;
    border-radius: 500px;
}
.more div span.rsImg img {
    border-radius: 500px;
}
/* portfolio part end */

/* service part start */
.service_item {
    list-style: none;
    margin-top: 30px;
    margin-left: 0;
}
.service_item li {
    width: 235px;
    float: left;
    margin-bottom: 50px;
    margin-left: 14.5%;
    min-height: 290px;
}
.service_item li:first-child {
    margin-left: 0;
}
.service_item p {
    font-size: 12px;
    color: #787878;
    line-height: 20px;
    height: 40px;
}
.service_item .span4 {
    text-align: center;
}
.service_item .span4 > a {
    display: block;
}
.service_item .span4 p,
.service_item .span4 h2 {
    width: 90%;
    margin: 0 auto;
}
.service_item .span4 h2 {

}
.service_item .span4 > a,
.service_list > a {
    display: inline-block;
    width: 233px;
    height: 212px;
    position: relative;
    margin-bottom: 8px;
    background-color: #ff9900;
    background-repeat: no-repeat;
    background-position: center center;
}
.your_logo {
    background-image: url("../images/your_logo.png");
}
.branding {
    background-image: url("../images/branding.png");
}
.options {
    background-image: url("../images/options.png");
}
.lamp {
    background-image: url("../images/lamp.png");
}
.ios {
    background-image: url("../images/ios.png");
}
.security {
    background-image: url("../images/security.png");
}
.seo {
    background-image: url("../images/seo.png");
}
.marketing {
    background-image: url("../images/marketing.png");
}
.learn {
    background-image: url("../images/learn.png");
}
.row_down {
    position: absolute;
    width: 13px;
    height: 6px;
    bottom: -6px;
    left: 47%;
    background: url("../images/sprite.png") no-repeat -24px -140px;
}

/* service part end */
/* contacts start */
.contacts, .ru .contacts {
    min-height: 400px;
    overflow: hidden;
    background: #656565 url('../images/pattern.png') repeat;
}
.contacts .width {
    width: 700px;
}
.contacts h3 {
    margin-top: 28px;
    margin-bottom: 28px;
    color: #e0e0e0;
}
.contacts_form {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.contacts_form > div {
    margin-bottom: 7px;
}
.contacts_form div label {
    display: block;
    width: 170px;
    color: #7B7878;
    margin-right: 3px;
    line-height: 15px;
    font-size: 14px;
}
.contacts_form input[type="text"] {
    padding: 4px;
}
.contacts_form textarea {
    height: 105px;
}
.contacts_form input[type="text"],
.contacts_form input[type="email"],
.contacts_form textarea {
    padding: 4px;
    background: #ebecec;
    border-radius: 0;
    border: 1px solid #bcced4;
    font-family: 'Arial AMU', Arial, sans-serif;
}
.contacts_form input[type="text"].half_input {
    min-height: 25px;
    margin: 0;
    float: left;
}
.btn-primary,
.btn-primary:hover {
    display: inline-block;
    background: #ff9900;
   /* min-width: 295px;*/
    font-size: 14px;
    color: #ffffff;
    border: none;
    padding: 8px 0;
    margin-left: 10px;
    font-family: Arial, 'Arial AMU', sans-serif;
}
.contacts .contacts_form input,
.contacts .contacts_form textarea {
    max-width: 590px;
    border-radius: 4px;
}
.contacts_form .controls .half_input,
.contacts_form .controls img,
.contacts_form .controls .btn-group button {
    width: 120px;
    margin-left: 10px;
}
.contacts_form .controls .btn-group button{
    text-transform: uppercase;
}
.contacts_form .controls .btn-group button#send {
    margin-left: 0px;
    text-transform: uppercase;
}
.contacts_form .control-group .controls img {
    max-height: 35px;
    float: left;
}
#contacts .contacts_form .control-group .controls,
#contacts .contacts_form label {
    margin-bottom: 3px;
}
#contacts .btn-group {
    margin: 0px 0 5px;
    width: 100%;
}
.contacts_form .control-group {
    margin-bottom: 0px;
}
.contacts_form .control-label {
    width: 520px;
    color: #f2bd01;
}
ul[role="alert"] {
    list-style: none;
    margin: 0;
    color: #e9322d;
}
.control-group.warning .control-label {
    color: #e9322d;
}
/* contacts end */
#map_canvas {
    width: 100%;
    height: 400px;
}
section.content {
    min-height: calc(100vh - 200px);
}
/* FOOTER */
footer {
    clear: both;
    background: url('../images/footer-new.png');
    min-height: 200px;
}
footer p {
    display: block;
    margin: 0;
    color: #5f6060;
    font-size: 14px;
}
footer .copyright p {
    display: inline-block;
}
footer .container .address {
    padding-top: 0;
}
footer .container .address p {
    white-space: nowrap;
}
footer p span {
    display: inline-block;
    width: 38%;
    text-align: right;
    margin-right: 8%;
    line-height: 25px;
}
footer .address p {
    color: #F90;
}
footer .address p span {
    color: #5f6060;
}
footer .container.center > div {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #252424;
}
footer div[class*=span] {
    margin: 0 auto;
    float: none;
    overflow: hidden;
    padding-top: 20px;
}
.facebook {
    display: block;
    width: 28px;
    height: 39px;
    margin-left: 10px;
    background: url("../images/sprite.png") no-repeat -16px 0;
}
.facebook + iframe {
    margin: 8px 0 0 10px;
}
.forma {
    display: block;
    position: fixed;
    width: 85px;
    height: 150px;
    background: url('../images/online_small.png') no-repeat 0 0;
    left: 0;
    z-index: 150;
    bottom: 35%;
    margin-bottom: -44px;
    display: none;
}
.ru .forma {
    background: url('../images/online_small_ru.png') no-repeat 0 0;
}
.en .forma {
    background: url('../images/online_small_eng.png') no-repeat 0 0;
}
a.call_forms {
    display: block;
    width: 100%;
    height: 100%;
}
a.call_forms:hover {
    text-decoration: none;
}
/*QUESSTIONARY*/
.full_width {
    width: 100%;
    min-height: 100%;
    padding-bottom: 20px;
    background: #656565 url('../images/pattern.png') repeat;
}
.full_width .container {
    max-width: 600px;
}
.top {
    padding-top: 85px;
}
.top h4 {
    color: #ffed00;
    font-size: 23px;
    text-align: center;
    line-height: 32px;
    margin: 20px 0 25px;
    text-transform: uppercase;
}
.web_page_checkboxes input[type="checkbox"] {
    margin-left: 15px;
    margin-right: 2px;
}
.web_page_checkboxes .controls label {
    color: #ebecec;
    font-size: 10px;
    position: relative;
    line-height: 26px;
}
.for_checkbox.checked {
    background-position: -27px center;
}
.questionary label.control-label {
    color: #f2bd01;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.for_checkbox {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    background: url("../images/checkbox.png") no-repeat 0 center;
}
.arrow {
    min-width: 75px;
    background: #F2BD01;
}
.questionary .control-group,
#contacts .control-group {
    position: relative;
}
.control-group > span {
    display: none;
    position: absolute;
    width: 65px;
    height: 25px;
    top: 19px;
    right: -79px;
    background-image: url("../images/valid.png");
    background-repeat: no-repeat;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #F9EB2E;
}
#form_questionary .control-group > span {
    top: 27px;
    right: -70px;
}
.control-group.success .validation_ok {
    display: block;
}
.control-group.warning .validation_error {
    display: block;
}
.validation_ok {
    background-position: left center;
}
.control-group > span.validation_error {
    color: white;
    text-align: right;
    font-size: 9px;
    padding-right: 7px;
    line-height: 24px;
    background-position: right center;
}
.ru .control-group > span.validation_error {
    padding-right: 5px;
}
.en .control-group > span.validation_error {
    padding-right: 13px;
}
.control-group.warning .validation_error_number {
    display: block;
}
.validation_ok {
    background-position: left center;
}
.control-group > span.validation_error_number {
    color: white;
    text-align: right;
    font-size: 9px;
    padding-right: 7px;
    line-height: 24px;
    background-position: right center;
}
.ru .control-group > span.validation_error_number {
    padding-right: 5px;
}
.en .control-group > span.validation_error_number {
    padding-right: 13px;
}
.questionary .fileupload-new,
.questionary .fileupload-exists {
    display: block;
    width: 20px;
    height: 20px;
}
.questionary .controls a.add {
    display: block;
    width: 25px;
    height: 25px;
    background: transparent url("../images/cross-marker.png") no-repeat 40% 40%;
    margin-top: 2px;
    border: none;
}
.questionary .btn {
    padding: 0px;
    border: 1px solid #dddddd;
    border: 0;
    border-radius: 0;
}
.questionary .btn span {
    border: 1px solid #676767;
    padding: 4px 8px;
    color: #808080;
    display: inline-block;
    background: #ff9900;
    min-width: 295px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    padding: 8px 0;
    text-transform: uppercase;
}
.questionary .span6 {
    max-width: 490px;
}
.help-block {
    display: none !important;
}
.content h1 {
    font-size: 40px;
    font-family: 'Arial AMU', Arial, sans-serif;
    color: black;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    /*margin-bottom: 28px;*/
}
.container .service_list p > a {
    display: inline;
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 0;
    background: transparent;
}
.pluginCountButton {
    display: none;
}
input.site_key {
    display: none;
}
tfoot {
    margin-top: 20px;
}
.armnet a {
    background: url('../images/armnet.png') no-repeat 0 0;
    display: block;
    position: fixed;
    width: 147px;
    height: 150px;
    right: 0;
    z-index: 150;
    bottom: 35%;
    margin-bottom: 0;
}
#services > h3, #work > h3{
    margin-top: 28px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 28px;
    color: #0c516d;
}
.contacts_form #clear{
    margin-left: 0;
}
.contacts_form #send{
    float: right;
}
.contacts_form .controls .btn-group button{
    border: 4px double #ff9900;
    width: 49%;
}
.contacts_form .controls .btn-group button:hover{
    background: transparent;
    color: #ff9900
}
/* PATETNER */
#package,
#packages {
    background: #656565 url('../images/pattern.png') repeat;
    font-family: 'Arial AMU', Arial, sans-serif !important;
    overflow: hidden;
    min-height: calc(100vh - 200px);
}
#package .container:first-child,
#packages .container:first-child {
    margin-top: 100px;
}
.service_list {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 40px;
}
h1.center {
    font-size: 37px; 
    color: #F9EB2E;
    position: relative;
}
.service_list_iteam {
    margin: 102px auto;
    text-align: center;
    min-height: 555px;
}
.service_list_iteam h1 {
    color: black;
    font-size: 40px;
}
#seo2,
#seo {
    display: block;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    font-size: 20px;
    color: #ebecec;
    margin-bottom: 20px;
    font-family: 'Arial AMU', Arial, sans-serif;
}
.service_list_iteam #seo {
    color: #787878;
}
#seo2 {
    color: #ebecec;
}
.package {
    box-sizing: border-box;
    width: 24%;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px 0;
    text-align: center;
    float: left;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    margin-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
}
#package-price {
    font-size: 17px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #fe9800;
    padding: 9px 10px 5px;
    box-sizing: border-box;
    margin: 20px auto;
}
#package-price span {
    font-size: 18px;
}
.wrapper ul {
    margin-bottom: 35px; 
    color: #ebecec;
    height: 160px;
    font-family: 'Arial AMU', Arial, sans-serif;
}
#packages .wrapper ul li {
    color: #ebecec;
}
.wrapper .package ul li {
    color: #fff;
    list-style-type: none;
    margin-bottom: 11px;
}

.package.business-card {
    border-color: #FF9900;
    background: #FF9900;
}
.business-card a.trial {
    background: #ffbb55;
}
.package.online-store {
    border-color: #4F82C2;
    background: #4F82C2;
}
.online-store a.trial{
    background: #609ce6;
}
.package.corporate {
    border-color: #9ECC50;
    background: #9ECC50;
}
.corporate a.trial{
    background:  #bae07a;
}
.package.individual {
    border-color: #B65A91;
    background: #B65A91;
}
.individual a.trial {
    background: #d66bab;
}
.package-img img {
    max-width: 85%;
}
.wrapper {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #9f9f9f;
    font-size: 13px;
}
.package.individual {
    margin-right: 0;
}
.name {
    color: #fff;
    font-weight: 100;
    font-size: 25px;
    margin-top: -5px;
    font-family: 'Arial AMU', Arial, sans-serif;
}
.price {
    margin-top: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Arial AMU', Arial, sans-serif;
}
.price::after {
    content: "ամսական";
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.trial, .continue {
    font-size: 15px;
    padding: 2px 30px 2px 30px;
    display: inline-block;
    position: relative;
    margin-top:10px;
    text-transform: uppercase;
    background: #F90;
    font-family: 'Arial AMU', Arial, sans-serif;
    color: #fff !important;
}
.trial:before {
    position: absolute;
    height: 16px;
    width: 16px;
    background: url("../images/arrow-pointing-to-right.png");
    font-size: 15px;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    left: 70%;
    opacity: 0;
    top: 3px;
    content: "";
}
.trial:hover:before {
    left: 87%;
    opacity: 1;
}
.trial:hover{
    text-decoration:none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
hr {
    background-color: #dedede;
    border: none;
    height: 1px;
}
.package ul li span {
    margin-left: 20px;
    font-family: 'Arial AMU', Arial, sans-serif;
    font-size: 13px;
    display: inline-block;
}
.package ul li::before {
    position: absolute;
}
.question {
    font-size: 30px;
    color: #F9EB2E;
    margin-bottom: 20px;
    line-height: 35px;
    text-align: left;
    padding-left: 20px;
    clear: both;
    font-family: 'Arial AMU', Arial, sans-serif;
}
.question .icon {
    background: url("../images/help-button.png") no-repeat;
    height: 24px;
    width: 24px;
    display: block;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.answer {
    color: #ebecec;
    font-size: 19px;
    text-align: left;
    padding-left: 20px;
    font-family: 'Arial AMU', Arial, sans-serif;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 25px;
}
#package p.content.package_text {
    color: #ebecec;
    font-size: 16px;
    position: relative;
    line-height: 25px;
}
.col-1,
.col-2 ,
.col-3  {
    width: 36%;
    padding: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 20px;
}
.col-3 {
    width: 17%;
}
.continue{
    font-size: 14px;
    padding: 8px 27px 8px 27px;
    border-radius: 0;
    color: #ffffff !important;
    border: 4px double #4F82C2;
    background: #4F82C2;
    color: #ffffff;
    margin-top:5px;
    clear: both;
    width: 51%;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}

button.continue:hover{
    color: #fff !important;
    background: transparent;
}

.col-1 ul li::before, .col-2 ul li::before,
.package ul li::before, .your_package li::before, .package_checkbox ul.terms li::before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 1rem;
    color: #fff;
    margin-right: 3px;
}

/*   Progress bar */
@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }
    to {
        left: 50%;
    }
}
h1 {
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    font-size: 30px;
    padding: 20px 0;
    color: #777;
}
.checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    max-width: 1200px;
    display: none;
}
ul.checkout-bar {
    margin: 0 20px;
}
ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 16px;
    padding: 14px 20px 14px 80px;
    position: relative;
    text-transform: uppercase;
}
ul.checkout-bar li:before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 20px;
    line-height: 37px;
    height: 35px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    top: 4px;
    width: 35px;
    z-index: 999;
}
ul.checkout-bar li.active {
    color: #8bc53f;
}
ul.checkout-bar li.active:before {
    background: #8bc53f;
    background: #6FCAEE;
    z-index: 99999;
}
ul.checkout-bar li.visited {
    background: #ECECEC;
    color: #F9EB2E;
    z-index: 99999;
}
ul.checkout-bar li{
    position: relative;
}
ul.checkout-bar li a.number{
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    top: -63px;
    left: 157px;
    z-index: 111111;
}
ul.checkout-bar li.visited:before {
    background: #F9EB2E;
    z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
    content: "1";
}
ul.checkout-bar li:nth-child(2):before {
    content: "2";
}
ul.checkout-bar li:nth-child(3):before {
    content: "3";
}
ul.checkout-bar li:nth-child(4):before {
    content: "4";
}
ul.checkout-bar li:nth-child(5):before {
    content: "5";
}
ul.checkout-bar li:nth-child(6):before {
    content: "6";
}
ul.checkout-bar a {
    font-size: 16px;
    text-decoration: none;
}
ul.checkout-bar .third a:first-child,
ul.checkout-bar .second a:first-child,
ul.checkout-bar .first a:first-child {
    color: #F9EB2E;
    font-family: 'Arial AMU', Arial, sans-serif;
}
ul.checkout-bar .first.active a,
ul.checkout-bar .third.active,
ul.checkout-bar .fourth.active,
ul.checkout-bar .second.active {
    color: #6FCAEE;
}
@media all and (min-width: 800px) {
    .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-color: #8bc53f;
        background-color:#6FCAEE;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .checkout-bar li:last-child.active:after, .checkout-bar li:last-child.visited:after {
        width: 54%;
    }

    .checkout-bar li:last-child.visited:after {
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .checkout-wrap {
        margin: 15px auto;
    }

    ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #EcEcEc;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 100%;
    }
    ul.checkout-bar:before {
        background-size: 35px 35px;
        background-color: #F9EB2E;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        content: " ";
        height: 15px;
        left: 0;
        position: absolute;
        width: 14%;
    }
    ul.checkout-bar li {
        display: block;
        float: left;
        margin: 50px 0 0;
        padding: 0;
        text-align: center;
        width: 33%;
        font-family: 'Arial AMU', Arial, sans-serif;
    }
    ul.checkout-bar li:before {
        height: 45px;
        left: 40%;
        line-height: 45px;
        position: absolute;
        top: -65px;
        width: 45px;
        z-index: 99;
    }
    ul.checkout-bar li.visited {
        background: none;
    }
    ul.checkout-bar li.visited:after {
        background-size: 35px 35px;
        background-color: #F9EB2E;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        left: 50%;
        position: absolute;
        top: -50px;
        width: 100%;
        z-index: 99;
    }
}
.package_checkbox {
    margin-top: 20px;
}
.package_checkbox ul{
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px !important;
}

#package .content h1{
    margin-bottom: 0;
    color: #ebecec;
    text-transform: uppercase;
    font-family: 'Arial AMU', Arial, sans-serif !important;
    font-size: 40px;
}
#package .content h2{
    margin-bottom: 0;
    color: #f8ea2d;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left;
    line-height: 27px;
    position: relative;
    padding-left: 20px;
}
.package_checkbox ul li{
    color: #ebecec;
}
.your_package li,
.terms li {
    position: relative;
    list-style-type: none;
    margin-bottom: 11px;
    color: #ebecec;
}
.your_package li span,
.terms li span {
    display: inline-block;
    margin-left: 20px;
    color: #ebecec;
}
.your_package li::before,
.terms li::before {
    position: absolute;
}
.package_checkbox.contact label{
    width: 50.5%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1px;
    color: #F9EB2E;
}
.package_checkbox.contact input, .package_checkbox.contact textarea{
    width: 50%;
    padding: 4px;
    background: #ebecec;
    border-radius: 0;
    border: 1px solid #bcced4;
    font-family: 'Arial AMU', Arial, sans-serif;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
.package_checkbox.succes label{
    text-align: center;
    width: 51%;
    margin: 0 auto;
    margin-bottom: 4px;
    color: #F9EB2E;
}
.package_checkbox.succes textarea{
    width: 50% !important;
    height: 50px;
    margin: 0 auto;
}
.content.package_text ul.your_package{
    width: 50%;
    margin: 0 auto;
}
/* My responsive */
@media ( max-width: 1400px) {
    .more {
        margin: 4% auto 0;
    }
    .more a {
        margin: 15px 0;
    }
    .more > div {
        width: 480px;
        height: 440px;
    }
    .more div span.rsImg {
        width: 310px;
        height: 310px;
    }
}
@media (min-width: 980px) and ( max-width: 1199px) {
 .checkout-wrap {
    margin-top: 90px;
}
      .package {
        width: 48.4%;
        margin-right: 30px;
    }

    .navbar .brand {
        padding: 10px 0px 10px;
        width: 200px;
    }
    .menu_items li {
        margin-left: 20px;
    }
    .menu_items li a {
        padding: 10px 0px 10px;
        font-size: 12px;
    }
    .languages {
        margin-right: 10px;
    }
    .ctrl-standard.typ-subhed.fx-bubbleDown {
        padding: 6px 6px 4px !important;
        margin-top: 3px;
    }
    .name {
        font-size: 21px;
    }
    .price {
        font-size: 16px;
    }
    .package {
        width: 24.2%;
        margin-right: 10px;
    }
    .wrapper ul {
        min-height: 215px;
    }
}
@media (min-width: 770px) and ( max-width: 979px) {
    .package {
        width: 48.5%;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .online-store,
    .individual {
        margin-right: 0;
    }
    .col-1,
    .col-2 ,
    .col-3  {
        width: 100%;
    }
    .containers {
        margin-top: 77px !important;
    }
    .menu_items li,
    .nav-collapse .menu_items {
        margin: 0 !important;
    }

    .menu_items li a {
        padding-left: 34px !important;
    }
    .languages {
        margin-right: 15px;
    }
    #package .container:first-child, #packages .container:first-child {
        margin-top: 77px;
    }
    .service_list h1 {
        line-height: 30px;
        font-size: 31px;
    }

    #seo {
        font-size: 19px;
        margin-bottom: 10px;
    }
    hr {
        margin: 15px 0;
    }
    #packages .wrapper ul {
        margin-bottom: 10px;
    }
    #packages .wrapper .package ul li {
        margin-bottom: 6px;
    }
    .package-img img {
        width: 35%;
    }
    #package-price {
        width: 280px;
    }
}
@media (min-width: 670px) and ( max-width: 769px) {
   .package {
        width: 46%;
        margin-right: 35px;
        margin-bottom: 35px;
    }
    .online-store,
    .individual {
        margin-right: 0;
    }
    #packages .wrapper.container{
        margin: 0 auto;
        width: 90%;
    }
    .package_checkbox.contact input, .package_checkbox.contact textarea {
        margin: 0 auto;
    }

}
@media (max-width: 799px) {
     ul.checkout-bar li a.number {
        top: 0;
        left: 17px;
    }
ul.checkout-bar li.visited {
        background: #787878;
    }
    .service_list {
        margin-top: 0px;
        padding: 0 10px;
    }
    .col-1,
    .col-2 ,
    .col-3  {
        width: 100%;
    }
    .containers {
        margin-top: 77px !important;
    }
    .menu_items li,
    .nav-collapse .menu_items {
        margin: 0 !important;
    }

    .menu_items li a {
        padding-left: 34px !important;
    }
    .languages {
        margin-right: 15px;
    }
    #services,
    #work,
    #contacts {
        padding: 0 20px;
    }
    .contacts .contacts_form input, .contacts .contacts_form textarea {
        max-width: 600px;
    }
    .package-img img {
        width: 40%;
    }
    #package .container:first-child, #packages .container:first-child {
        margin-top: 77px;
    }
    .service_list h1 {
        line-height: 30px;
        font-size: 31px;
    }
    #seo {
        font-size: 19px;
        margin-bottom: 10px;
    }
    hr {
        margin: 15px 0;
    }
    #packages .wrapper ul {
        margin-bottom: 10px;
    }
    #packages .wrapper .package ul li {
        margin-bottom: 6px;
    }
    .da-slide h2 {
        font-size: 40px;
    }
    #package-price {
        width: 280px;
    }
    .package_checkbox.contact input {
        width: 317px;
    }
    .package_checkbox.contact textarea {
        width: 317px;
    }
    .continue {
        width: 331px;
    }
}
@media (min-width: 481px) and ( max-width: 670px) {
    .package {
        width: 90%;
        max-width: 467px;
        height: auto;
        margin: 11px auto 30px;
        float: none;
    }
    .package_checkbox.contact input, .package_checkbox.contact textarea {
        margin: 0 auto;
    }
    .package_checkbox.contact input {
        width: 317px;
    }
    .package_checkbox.contact textarea {
        width: 303px;
    }
    .continue {
        width: 317px;
    }
}
@media (max-width: 480px) {
    .package {
        width: 90%;
        height: auto;    
        margin: 10px auto;
        float: none;
    }
    .service_list {
        padding: 0 10px;
    }
    .package_checkbox.contact input, .package_checkbox.contact textarea {
        margin: 0 auto;
    }
    .package_checkbox.contact input {
        width: 317px;
    }
    .package_checkbox.contact textarea {
        width: 304px;
    }
    .continue {
        width: 317px;
    }
}
/* PARALAX */
#scene {
    position: absolute;
    top: 84px;
    left: 0%;
    width: 350px;
    height: 90%;
    overflow: hidden;
    z-index: 999999999;
}
.board {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%; 
    width: 120px;
    margin-top: 40px;
    margin-left: 17%;
}
.fly {
    position: relative;
    left: 0px;
    bottom: 0px;
    top: 84px;
    -webkit-animation: fly 20s  normal ease-out;
    -moz-animation: fly 20s  normal ease-out;
    animation: fly 20s normal ease-out;
}
#fly2,
#fly {
    position: relative;
    top: 84px;
}

@-webkit-keyframes fly {
    from {
        left: -350px;
        top: 600px;
    }
    to {
        left: 0px;
        top: 84px;
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotateZ(2deg);
        -moz-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }

    100% {
        -webkit-transform: rotateZ(-2deg);
        -moz-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg);
    }
}

@-moz-keyframes swing {
    0% {
        -webkit-transform: rotateZ(2deg);
        -moz-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }

    100% {
        -webkit-transform: rotateZ(-2deg);
        -moz-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg);
    }
}

@-ms-keyframes swing {
    0% {
        -webkit-transform: rotateZ(2deg);
        -moz-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }

    100% {
        -webkit-transform: rotateZ(-2deg);
        -moz-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg);
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotateZ(2deg);
        -moz-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }

    100% {
        -webkit-transform: rotateZ(-2deg);
        -moz-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg);
    }
}
.containers {
    margin-top: 84px;
}
#da-slider {
    margin-bottom: 0;
}
.da-slide p {
    color: #d5e7ec;
}
/* alternate colors */
/* corner values for bubble up and down */

.ctrl-standard.fx-bubbleDown {
    color: #f0b81f;
    border-color: #ff9901;
}
.ctrl-standard.fx-bubbleDown::after {
    bottom: auto;
    background: #ff9901;
}
.ctrl-standard.fx-bubbleDown.is-reversed::after {
    height: 300%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.ctrl-standard.fx-bubbleDown.is-reversed:hover {
    color: #ff9901;
}
.ctrl-standard.fx-bubbleDown.is-reversed:hover::after {
    height: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

[class*="ctrl-"] {
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #231f20;
}
[class*="ctrl-"][class*="fx-"]:hover,
[class*="ctrl-"][class*="fx-"].active {
    color: #231f20;
}
[class*="ctrl-"][class*="fx-"].is-reversed {
    color: #231f20;
}

[class*="fx-"],
[class*="fx-"]:hover {
    -webkit-transition: color 0.5s  ease-in-out;
    transition: color 0.5s  ease-in-out;
}
[class*="fx-"]:not(.fx-dyna) {
    position: relative;
    z-index: 1;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
    overflow: hidden;
}
[class*="fx-"]:not(.fx-dyna)::after,
[class*="fx-"]:not(.fx-dyna)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
[class*="fx-bubble"]::after {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
}
[class*="fx-bubble"]:hover::after,
[class*="fx-bubble"].active::after {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    height: 300%;
}
[class*="fx-bubble"]:disabled:hover::after {
    height: 0;
}
.ctrl-standard.typ-subhed.fx-bubbleDown {
    padding: 10px 10px 8px;
    color: #ff9901;
}
.ctrl-standard.typ-subhed.fx-bubbleDown:hover {
    color: #fff;
}

.preview_div
{
    position:relative;
    padding:0 0 0 0;
    margin:0px 0 10px 0px;
    border:0px solid #d3dbe6;
    background:#fff;
}

.div_cursor
{
    cursor: pointer;
}

.preview
{
    position:absolute;
    background:#fff;
}
#Loading_box
{
    float:left;
    margin:0;
    padding:10px 0;
    width:100%;
    height: 50px;
    font:  Arial,  sans-serif;
    font-size: 28px;
    line-height: 28px;
    text-indent: 28px;
}

a, a:link,a:visited
{
    text-decoration: none;
    /*	color: #0078fe;*/
}
a:hover
{
    color: #0078fe;
    text-decoration: underline;
}
.divX
{
    margin:10px 0 10px 10px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
}
#ADTOP
{
    width:728px;
    height: 90px;
    margin: 5px 0 12px 10px;
    padding:0;
    background: #FFFFFF;
}
#BtmURL
{
    width:500px;
    line-height: 25px;
    margin:10px 10px 50px 10px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
}

div.anim {
    width: 170px;
    height: 257px;
    cursor: url(../images/hand-leftright.cur), default;
    background:  url("../images/FrameAnimationViewer_files/small1/odaparik_1.png") no-repeat;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 10s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
    animation-delay: 2s;
    position: relative;
}

@-webkit-keyframes example {
    7%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_1.png") no-repeat;}
    14%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_2.png") no-repeat;}
    21%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_3.png") no-repeat;}
    28%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_4.png") no-repeat;}
    35%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_5.png") no-repeat;}
    42%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_6.png") no-repeat;}
    49%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_7.png") no-repeat;}
    56%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_7.png") no-repeat;}
    63%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_6.png") no-repeat;}
    70%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_5.png") no-repeat;}
    77%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_4.png") no-repeat;}
    84%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_3.png") no-repeat;}
    100%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_2.png") no-repeat;}
}

/* Standard syntax */
@keyframes example {
    7%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_1.png") no-repeat;}
    14%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_2.png") no-repeat;}
    21%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_3.png") no-repeat;}
    28%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_4.png") no-repeat;}
    35%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_5.png") no-repeat;}
    42%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_6.png") no-repeat;}
    49%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_7.png") no-repeat;}
    56%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_6.png") no-repeat;}
    63%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_5.png") no-repeat;}
    70%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_4.png") no-repeat;}
    77%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_3.png") no-repeat;}
    84%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_2.png") no-repeat;}
    100%   {background: url("../images/FrameAnimationViewer_files/small1/odaparik_1.png") no-repeat;}
}

div.anim2 {
    width: 170px;
    height: 120px;
    cursor: url(../images/hand-leftright.cur), default;
    background:  url("../images/packages/animation-imgs/Pack-2-1.png") no-repeat;
    -webkit-animation-name: example2; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    animation-name: example2;
    animation-iteration-count: infinite;
    animation-duration: 0.4s;
    animation-direction: alternate;
    animation-timing-function: linear;
    position: relative;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example2 {
    0%   {background:  url("../images/packages/animation-imgs/Pack-2-1.png") no-repeat;}
    25%   {background:  url("../images/packages/animation-imgs/Pack-2-2.png") no-repeat;}
    50%   {background:  url("../images/packages/animation-imgs/Pack-2-3.png") no-repeat;}
    100%   {background:  url("../images/packages/animation-imgs/Pack-2-4.png") no-repeat;}
}

/* Standard syntax */
@keyframes example2 {
    0%   {background:  url("../images/packages/animation-imgs/Pack-2-1.png") no-repeat;}
    25%   {background:  url("../images/packages/animation-imgs/Pack-2-2.png") no-repeat;}
    50%   {background:  url("../images/packages/animation-imgs/Pack-2-3.png") no-repeat;}
    100%   {background:  url("../images/packages/animation-imgs/Pack-2-4.png") no-repeat;}
}


div.anim3{
    width: 263px;
    height: 257px;
    cursor: url(../images/hand-leftright.cur), default;
    background:  url("../images/packages/animation-imgs/Pack-3-1.png") no-repeat;
    -webkit-animation-name: example3; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    animation-name: example3;
    animation-iteration-count: infinite;
    animation-duration: 0.4s;
    animation-direction: alternate;
    position: relative;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example3 {
    0%   {background:  url("../images/packages/animation-imgs/Pack-3-1.png") no-repeat;}
    25%   {background:  url("../images/packages/animation-imgs/Pack-3-2.png") no-repeat;}
    50%   {background:  url("../images/packages/animation-imgs/Pack-3-3.png") no-repeat;}
    100%   {background:  url("../images/packages/animation-imgs/Pack-3-1.png") no-repeat;}
}

/* Standard syntax */
@keyframes example3 {
    0%   {background:  url("../images/packages/animation-imgs/Pack-3-1.png") no-repeat;}
    25%   {background:  url("../images/packages/animation-imgs/Pack-3-2.png") no-repeat;}
    50%   {background:  url("../images/packages/animation-imgs/Pack-3-3.png") no-repeat;}
    100%   {background:  url("../images/packages/animation-imgs/Pack-3-1.png") no-repeat;}
}

div.anim4{
    width: 263px;
    height: 257px;
    cursor: url(../images/hand-leftright.cur), default;
    background:  url("../images/packages/animation-imgs/Pack-4-1.png") no-repeat;
    -webkit-animation-name: example4; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    animation-name: example4;
    animation-iteration-count: infinite;
    animation-duration: 0.4s;
    animation-direction: alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example4 {
    0%   {background:  url("../images/packages/animation-imgs/Pack-3-1.png") no-repeat;}
    25%   {background:  url("../images/packages/animation-imgs/Pack-3-2.png") no-repeat;}
    50%   {background:  url("../images/packages/animation-imgs/Pack-3-3.png") no-repeat;}
    100%   {background:  url("../images/packages/animation-imgs/Pack-3-1.png") no-repeat;}
}

/* Standard syntax */
@keyframes example4 {
    0%   {background:  url("../images/packages/animation-imgs/Pack-4-1.png") no-repeat;}
    25%   {background:  url("../images/packages/animation-imgs/Pack-4-2.png") no-repeat;}
    50%   {background:  url("../images/packages/animation-imgs/Pack-4-3.png") no-repeat;}
    100%   {background:  url("../images/packages/animation-imgs/Pack-4-1.png") no-repeat;}
}
/* Animation */


.fly2 {
    position: relative;
    left: 0px;
    bottom: 0px;
    top: 84px;
    -webkit-animation: fly2 7s  normal ease-in-out;
    -moz-animation: fly2 7s  normal ease-in-out;
    animation: fly2 7s normal ease-in-out;
}
@-webkit-keyframes fly2 {
    from {
        left: 0px;
        top: 1100px;
    }
    to {
        left: 0px;
        top: 84px;
    }
}
.da-slider {
    border-top: 8px solid #0c516d;
    border-bottom: 8px solid #0c516d;
}
.da-dots span{
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #135570;
    margin: 3px;
    cursor: pointer;
    box-shadow:
            1px 1px 1px rgba(0,0,0,0.1) inset,
            1px 1px 1px rgba(255,255,255,0.1);
}
.da-slide .da-link {
    width: 170px;
}
.more a:hover {
    color: #5b5b5c;
}