@font-face {
    font-family: "tahoma";
    src: url(/Tahoma.ttf) format("truetype");
}
html[lang="am"] body {
    font-family: "tahoma";

}
.bg_red {
    background-color: #8c1101;
}
.button,
.button:hover,
.button:visited {
    padding: 5px 15px;
    color: white;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.btn_more {
    height: 35px;
    width: 87px;
    margin-top: 25px;
	    margin-left: 50%;
}
hr {
    display: block;
    width: 100%;
    border-top: 0px;
}
[lang="en"] .not_en {
    display: none !important;
}
[lang="ru"] .not_ru {
    display: none !important;
}
.reports_title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}
.quarter-wrapper {
    padding-left: 20px;
}
.quarter-wrapper a.link-inside-text {
    margin-bottom: 7px;
    display: inline-block;
}
.page .slashes {
    position: relative;
}
.link-inside-text,
.link-inside-text:hover,
.link-inside-text:focus,
.link-inside-text:visited {
    color: #8c1101;
}

a.link-inside-text {
    cursor: pointer;
}
form .field_text {
    color: rgba(0,0,0,0.5);
}
#fsm {
    margin-left: 5px;
}
.scrollToTop{
    z-index: 50;
    width: 47px;
    height: 51px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    display: none;
    background: url("/images/to_top.png");
}
/* nav_header */
.navigation {
    position: fixed;
    top: 0px;
    background-color: white;
    width: 100%;
    padding-top: 15px;
    height: 103px;
    z-index: 50;
}
.navbar {
    border: none;
    margin: 0px;
    color: white;
}

#nav-bar-line {
    position: fixed;
    height: 104px;
    width: 100%;
    background-color: #8c1101;
    z-index: 41;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#nav-bar-line .left-side {
    height: 71px;
    background-color: white;
}

#nav-bar-line .right-side {
    background-color: white;
    height: 59px;
}
#more_button .arrow_icon {
    display: none;
}
li.open #more_button .arrow_icon {
    height: 7px;
    width: 14px;
    background-image: url(/images/arrow.png);
    background-position: -17px 0;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: -14%;
    margin: auto;
}

#sub-menu-line {
    position: fixed;
    top: 104px;
    height: 45px;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,0.8);
    z-index: 50;
}

#sub-menu .arrow_icon {
    position: relative;
    height: 10px;
}

#sub-menu .arrow_icon div {
    height: 7px;
    width: 14px;
    background-image: url(/images/arrow.png);
    background-position: -32px 0;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin: auto;
}

.max-width {
    max-width: 1280px;
}

.navbar > div {
    float: left;
    height: 89px;
    position: relative;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
}

.logo_link {
    display: inline-block;
    margin-bottom: 9px;
}

.nav_right_part .logo_link {
    width: 115px;
    float: left;
}

.nav_right_part .logo_link img {
    height: 40px;
    margin-left: 21px;
}

.logo_link img {
    height: 47px;
}

.icon_bar_bottom {
    height: 33px;
}

.aab_desc {
    font-weight: bold;
    font-size: 11px;
    height: 32px;
    padding-top: 2px;
}

.nav_right_part > ul {
    padding: 0px;
    border-top: 1px solid white;
    margin: 0px;
}

.nav_right_bottom,
.nav_middle_part > div {
    bottom: 0px;
    position: absolute;
}

.nav_middle_part .left-side {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 33px;
    border-right: 30px solid white;
}

.nav_middle_part .right-side {
    right: 0px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 45px;
    border-left: 40px solid white;
}

.right_part_bottom {
    height: 45px;
    bottom: 0px;
    position: absolute;
    width: 101%;
}

#prime-description {
    display: inline-block;
    font-size: 21px;
    color: #8c1101;
    margin-right: 25px;
}

html[lang="am"] #prime-description {
    font-size: 20px;
}

#search {
    min-width: 40px;
    height: 42px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -3px;
}

#search input {
    width: 180px;
    height: 33px;
    border-color: #8c1101;
    display: none;
    padding-right: 35px;
}

#search_icon {
    cursor: pointer;
    right: 10px;
    top: 10px;
    position: absolute;
}

.navbar #langs {
    width: 122px;
    padding: 0 4px;
    display: inline-block;
}

.navbar #langs a {
    margin: 6px 3px;
}

.navbar #langs a,
.navbar #langs img {
    width: 29px;
    height: 17px;
    display: inline-block;
}

.navbar #langs #active_lang {
    margin-top: 0px;
    vertical-align: top;
    padding-bottom: 20px;
}

.navbar #langs #active_lang img {
    margin-bottom: 4px;
}

#menu {
    width: 94%;
    position: absolute;
    margin-right: 3%;
    bottom: 0px;
    right: 0px;
}

#menu li {
    height: 45px;
    display: inline-block;
    line-height: 45px;
    font-weight: bold;
    color: white;
    background-color: #8c1101;
}

#menu a,
#menu a:focus,
#menu a:visited,
#menu a:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    outline: 0;
}

a.button {
    padding: 5px 15px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

#menu li a {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 45px;
    line-height: 45px;
}

#menu .navbar-right.active,
#menu .dropdown.open,
/*#menu>li>a:focus,*/
#menu>li>a:hover,
#menu>li:focus,
#menu>li:hover {
    background-color: #4d0901 !important;
}

#menu li.active {
    background-color: white;
}

#menu li.active>a {
    background-color: white;
    color: #8c1101;
}

#sub-menu {
    width: 70vw;
    max-width: 800px;
    padding: 0px;
    background-color: rgba(0,0,0,0);
    border: none;
    box-shadow: none;
}

html[lang="am"] #sub-menu {
    width: 790px;
}

#sub-menu > ul {
    float: right
}

#sub-menu li {
    float: left;
    background-color: rgba(0,0,0,0.0);
    line-height: 20px;
}
#menu .ab_us .dropdown-content a,
#sub-menu li a {
    float: left;
    padding: 7px 10px 0px 10px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

#menu .ab_us .dropdown-content a {
    max-width: 110px;
}

#menu .navbar-right li.active {
    background-color: rgba(255,255,255,0);
}
#menu .ab_us li a:hover,
#menu .navbar-right li.active>a,
#sub-menu li a:hover {
    color: white;
    background-color: rgba(255,255,255,0.2) !important;
}
.dropdown:hover #sub-menu {
    display: block !important;
}

.subpages-container {
    display: none;
}

.subpages {
    display: block;
    position: absolute;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    left: -10px;
    overflow: hidden;
    border-radius: 8px;
}

#menu .subpages a {
    height: 23px;
    line-height: 23px;
    width: 100%;
    padding-top: 0px;
    text-align: left;
    background-color: rgba(0,0,0,0);
}

#menu>li>#investors,
#menu>li>#rights,
#menu>li>#fi_sy {
    line-height: 20px;
    padding-top: 4px;
}

#more_button {
    padding: 0px 62px 0px 15px;
    background: url(/images/more_icon.png) no-repeat;
    background-position: 60px;
}

.nav_container {
    max-width: 1280px;
}
/* end_nav_header */

.page {
    padding-bottom: 150px;
}

.slashes.top {
    top: -70px;
}

.slashes {
    position: absolute;
    height: 150px;
    width: 100%;
    left: 0;
    bottom: -68px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: 17;
    background-color: #efefef;
}

.container {
    width: 100%;
    max-width: 1200px;
    text-align: justify;
    padding-bottom: 115px;
}

.page:nth-child(even) {
    background-color: #efefef;
}

.page-title div {
    display: inline-block;
    height: 49px;
    vertical-align: top;
    text-align: left;
}

.page-title .part-1 {
    max-width: 59%;
    font-size: 56px;
    font-weight: bold;
    color: #8c1101;
    line-height: 65px;
    height: 70px;
    display: inline-table;
    padding-right: 40px;
}

.right-border {
    border-right: 5px solid #090b07;
}

.page-title .part-1:not(.right-border) {
    margin-bottom: 20px;
    max-width: 100%;
}

#home .part-2 {
    line-height: 66px;
}
.page-title .part-2 {
    width: auto;
    font-size: 35px;
    color: #090b07;
    line-height: 55px;
    display: inline-block;
    height: 55px;
    margin-bottom: 35px;
    padding-left: 40px;
}

.subpage {
    padding-top: 30px;
}

.subpage .page-title .part-2 {
    width: 100%;
    padding-left: 0px;
    border-left: none;
}

.subpage .page-title .part-1 {
    border-right: none;
    font-size: 15px;
    margin-right: auto;
    margin-left: auto;
}

#comparison {
    height: 100px;
}

#comparison hr {
    height: 0px;
    border: 2px solid #8c1101;
    margin: 0px;
}

#comparison > div {
    height: 48px;
    line-height: 48px;
}

#comparison > #meeting {
    display: block;
    cursor: pointer;
    border: 4px solid #8c1101;
    border-radius: 5px;
    padding: 0 90px;
    font-size: 20px;
}

#comparison > #executive {
    background-color: #8c1101;
    margin: 0 auto;
    display: table;
    padding: 0 48px;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page-content {
    padding-top: 138px;
    padding-bottom: 90px;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

.page-icon {
    background: url("/images/page_icons.png") no-repeat;
    height: 134px;
    width: 120px;
    display: inline-block;
    float: left;
    margin: 0 27px 34px 0;
}

.page-pic {
    display: inline-block;
    float: right;
    margin: 0 0 50px 25px;
}

.text-red {
    color: #8c1101;
}

.big-text {
    margin-top: 25px;
    font-size: 22px;
    margin-bottom: 19px;
}

.height-equal-icon {
    min-height: 161px;
}

ul.default {
    margin-top: 10px;
    line-height: 27px;
    list-style: none;
    text-align: left;
}

ul.default li:before {
    content: "• ";
    color: #8c1101;
    font-size: 20px;
    width: 17px;
}

#home .container {
    padding-bottom: 0px;
}

.bottom-colors {
    width: 100%;
    height: 100px
}

.bottom-colors .before {
    content: " ";
    position: absolute;
    height: 250px;
    width: 100%;
    left: 0;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: 99;
}

.page:nth-child(even) .bottom-colors .before {
    background-color: white;
}

.page:nth-child(odd) .bottom-colors .before {
    background-color: #efefef;
}

.text-indent {
    text-indent: 5px;
}

ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: 1px;
}
ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
}

#services .page-icon {
    background-position: -363px;
}

#news .page-icon {
    background-position: -967px;
}
#news p::before {
    content: "• ";
    color: #8c1101;
    font-size: 20px;
    width: 17px;
}

#contacts .page-icon {
    background-position: -1209px;
}

#investors .page-icon {
    background-position: -242px;
}

#reports .page-icon {
    background-position: -484px;
}

#faq .page-icon {
    background-position: -1452px;
}

#faq ul {
    padding-left: 0px;
}

#faq ul.dashed > li span {
    margin-left: 5px;
}

/* SLIDER */

#slider {
    width: 1970px;
    height: 950px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    margin: auto;
}

.nivo-controlNav {
    display: none;
}

.nivo-directionNav a,
.nivo-directionNav a:focus,
.nivo-directionNav a:hover {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.55);
    z-index: 40 !important;
}

.nivo-directionNav a div {
    height: 27px;
    width: 15px;
    margin-top: 35px;
    margin-left: 40px;
    background: url(/images/slider_sprite.png) no-repeat;
}
.nivo-directionNav .nivo-prevNav div {
    background-position: -3266px 0px;
}

.nivo-directionNav .nivo-nextNav div{
    background-position: -3284px 0px;
}

.nivo-directionNav div.hidearrows {
    opacity: 0;
}

.nivo-wrapper {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 165px;
    position: relative;
    max-width: 1970px;
    margin: 0 auto;
}

.sliders_content,
.nivo-wrapper {
    min-height: 535px;
}
.nivo-wrapper form {
    display: inline-block;
}
.nivo-wrapper .modal-header {
    color: #8c1101;
    border-bottom: 0px solid #8c1101;
    padding-bottom: 0px;
}
.nivo-wrapper .modal-header .dashed-line {
    height: 1px;
}
.nivo-wrapper .modal-header h4 {
    margin-bottom: 10px;
}
.nivo-wrapper .modal-footer {
    border-top: 0px solid #8c1101;
}
.nivo-wrapper .modal input {
    margin-bottom: 5px;
}
.nivo-wrapper .modal input[type=submit] {
    background-color: #8c1101;
    color: white;
    margin-right: 50px;
    margin-top: 20px;
}
.nivo-wrapper .modal input[type=submit]:hover {
    background-color: #4d0901;
}
.nivo-wrapper .modal .form-group{
    margin-bottom: 0px;
}
.nivo-wrapper .modal small {
    margin-bottom: 10px;
}
.color-red p {
    color: #8c1101;
}
.music {
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height: 22px;
    background-image: url("/images/song-icon.png");
    background-repeat: no-repeat;
}
.music.off {
    background-position: -28px;
}
.sliders_content {
    position: absolute;
    z-index: 16;
    width: 100%;
    top: 0px;
}

.sliders_content > div {
    width: 100%;
    height: 100%;
}

.sliders_content > #sliderFlags {
    height: 950px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    margin: auto;
}

.sliders_content > div:not(:first-child) {
    display: none;
}

div#prev_bg,
div#next_bg {
    height: 100px;
    width: 100px !important;
    display: inline-block;
    position: absolute;
    background-size: auto 100px;
    background-position: center;
    z-index: 17;
}

div#prev_bg {
    left: 100px;
}
div#next_bg {
    right: 100px;
}

/* sliderYerevan */

#sliderYerevan .slider-content {
    width: 1200px;
    height: 950px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lines {
    top: 225px;
    height: 335px;
    position: relative;
}
#sliderYerevan .line {
    position: absolute;
    display: inline-block;
    background-image: url(/images/slYerevanLines.png);
}
#sliderYerevan #line_1 {
    height: 64px;
    width: 59px;
    background-position: 0 0;
    top: 309px;
    right: 155px;
    animation-delay: 100ms;
}
#sliderYerevan #line_2 {
    height: 84px;
    width: 69px;
    background-position: -134px 0;
    top: 330px;
    right: 305px;
    animation-delay: 1000ms;
}
#sliderYerevan #line_3 {
    display: none;
    height: 83px;
    width: 69px;
    background-position: -62px 0;
    top: 300px;
    left: 425px;
    animation-delay: 400ms;
}
#sliderYerevan #line_4 {
    height: 114px;
    width: 70px;
    background-position: -205px 0;
    top: 275px;
    right: 270px;
    animation-delay: 700ms;
}
#sliderYerevan #line_5 {
    height: 114px;
    width: 69px;
    background-position: -278px 0;
    top: 275px;
    right: 595px;
    animation-delay: 1300ms;
}
#sliderYerevan #line_6 {
    height: 108px;
    width: 59px;
    background-position: -350px 0;
    top: 140px;
    right: 460px;
    animation-delay: 1500ms;
}
#sliderYerevan #line_7 {
    display: none;
    height: 114px;
    width: 69px;
    background-position: -412px 0;
    top: 150px;
    left: 415px;
    animation-delay: 1s;
}
#sliderYerevan #line_8 {
    display: none;
    height: 61px;
    width: 59px;
    background-position: -484px 0;
    top: 95px;
    left: 470px;
    animation-delay: 1700ms;
}
#sliderYerevan #line_9 {
    height: 185px;
    width: 69px;
    background-position: -546px 0;
    top: 45px;
    left: 520px;
    animation-delay: 600ms;
}
#sliderYerevan #line_10 {
    height: 64px;
    width: 59px;
    background-position: -618px 0;
    top: 85px;
    right: 500px;
    animation-delay: 1200ms;
}
#sliderYerevan #line_11 {
    height: 118px;
    width: 69px;
    background-position: -680px 0;
    top: 190px;
    right: 500px;
    animation-delay: 200ms;
}
#sliderYerevan #line_12 {
    height: 108px;
    width: 60px;
    background-position: -751px 0;
    top: 35px;
    right: 380px;
    animation-delay: 900ms;
}
#sliderYerevan #line_13 {
    height: 115px;
    width: 94px;
    background-position: -814px 0;
    top: 70px;
    right: 295px;
    animation-delay: 1400ms;
}
#sliderYerevan #line_14 {
    height: 75px;
    width: 49px;
    background-position: -911px 0;
    top: 212px;
    right: 188px;
    animation-delay: 500ms;
}
#sliderYerevan #line_15 {
    height: 99px;
    width: 53px;
    background-position: -963px 0;
    top: 160px;
    right: 155px;
    animation-delay: 1100ms;
}
#sliderYerevan #line_16 {
    height: 56px;
    width: 59px;
    background-position: -1019px 0;
    top: 80px;
    right: 173px;
    animation-delay: 1s;
}
#sliderYerevan #line_17 {
    height: 131px;
    width: 59px;
    background-position: -1081px 0;
    top: 50px;
    right: 40px;
    animation-delay: 300ms;
}
#sliderYerevan #line_18 {
    height: 114px;
    width: 69px;
    background-position: -1143px 0;
    top: 125px;
    right: 40px;
    animation-delay: 1600s;
}
#sliderYerevan #line_19 {
    height: 84px;
    width: 70px;
    background-position: -1215px 0;
    top: 245px;
    right: 30px;
    animation-delay: 1s;
}
#sliderYerevan #line_20 {
    height: 185px;
    width: 69px;
    background-position: -546px 0;
    top: 5px;
    right: 255px;
    animation-delay: 600ms;
}
#sliderYerevan #line_21 {
    height: 108px;
    width: 59px;
    background-position: -350px 0;
    top: 140px;
    right: 295px;
    animation-delay: 1500ms;
}
#sliderYerevan #line_22 {
    height: 99px;
    width: 53px;
    background-position: -963px 0;
    top: 250px;
    right: 490px;
    animation-delay: 1100ms;
}
#sliderYerevan #line_23 {
    height: 99px;
    width: 53px;
    background-position: -963px 0;
    top: 210px;
    right: 369px;
    animation-delay: 1100ms;
}
#sliderYerevan #line_24 {
    height: 99px;
    width: 53px;
    background-position: -963px 0;
    top: 275px;
    right: 405px;
    animation-delay: 1100ms;
}
#sliderYerevan #line_25 {
    height: 99px;
    width: 53px;
    background-position: -963px 0;
    top: 40px;
    right: 130px;
    animation-delay: 1100ms;
}
#sliderYerevan #line_25 {
    height: 64px;
    width: 59px;
    background-position: -618px 0;
    top: 325px;
    right: 510px;
    animation-delay: 1200ms;
}

/* end_sliderYerevan */

/* end_sliders */

/* sliderAboutAs */

#sliderAboutAs {
    width: 550px;
    height: 825px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#sliderAboutAs div {
    width: 100%;
    opacity: 1;
}

#sliderAboutAs #since_icon {
    height: 315px;
    width: auto;
    background-image: url(/images/since1995.png);
    background-size: 100%;
    -webkit-animation-name: since_anim;
    -webkit-animation-duration: 4s;
    animation-name: since_anim;
    animation-duration: 4s;
    margin-top: 55px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes since_anim {
    from {
        opacity: 0;
        -webkit-transform: rotateY(130deg);
    }
    to {
        opacity: 0.9;
        -webkit-transform: rotateY(230deg);
    }
}

/* Standard syntax */
@keyframes since_anim {
    from {
        opacity: 0;
        transform: rotateY(-180deg);
    }
    to {
        opacity: 0.9;
        transform: rotateY(0deg);
    }
}

#sliderAboutAs #row_1 {
    margin-top: 25px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    -webkit-animation-name: aboutas_row1_anim;
    -webkit-animation-duration: 3s;
    animation-name: aboutas_row1_anim;
    animation-duration: 3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes aboutas_row1_anim {
    from {
        opacity: 0;
        bottom: 400px;
        left: 150px
    }
    to {
        opacity: 0.9;
        bottom: 180px;
        left: 0px
    }
}

/* Standard syntax */
@keyframes aboutas_row1_anim {
    from {
        opacity: 0;
        bottom: 400px;
        left: 150px
    }
    to {
        opacity: 0.9;
        bottom: 180px;
        left: 0px
    }
}

#sliderAboutAs #row_2 {
    font-size: 35px;
    color: white;
    font-weight: bold;
    -webkit-animation-name: aboutas_row2_anim;
    -webkit-animation-duration: 3s;
    animation-name: aboutas_row2_anim;
    animation-duration: 3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes aboutas_row2_anim {
    from {
        opacity: 0;
        bottom: 400px;
        left: -140px
    }
    to {
        opacity: 0.9;
        bottom: 130px;
        left: 0px
    }
}

/* Standard syntax */
@keyframes aboutas_row2_anim {
    from {
        opacity: 0;
        bottom: 400px;
        left: -140px
    }
    to {
        opacity: 0.9;
        bottom: 130px;
        left: 0px
    }
}

#sliderAboutAs #yellow_line {
    background-image: url(/images/yellow_line.jpg);
    height: 2px;
    background-size: 100%;
    -webkit-animation: yellow_line 3s;
    -moz-animation: yellow_line 3s;
    -o-animation: yellow_line 3s;
    animation: yellow_line 3s;
    opacity: 1;
    margin-top: 20px;
}

@keyframes yellow_line {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes yellow_line {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes yellow_line {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes yellow_line {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
@keyframes yellow_line {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.ab_us_btn {
    margin-top: 20px;
    -webkit-animation: ab_us_btn 3s;
    -moz-animation: ab_us_btn 3s;
    -o-animation: ab_us_btn 3s;
    animation: ab_us_btn 3s;
    opacity: 1;
}

@keyframes ab_us_btn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}
@-webkit-keyframes ab_us_btn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}
@-moz-keyframes ab_us_btn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}
@-o-keyframes ab_us_btn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}
@keyframes ab_us_btn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

.ab_us_btn .butto:focus,
.ab_us_btn .button:hover,
.ab_us_btn .button {
    padding: 8px 20px;
}

#sliderFlags .slider_text {
    bottom: 35%;
    left: 10%;
    font-weight: bold;
    width: 330px;
}

html[lang='am'] #sliderFlags .slider_text {
    width: 400px;
}

@media(min-height: 785px) {
    #sliderFlags .slider_text {
        bottom: 27%;
    }
}

@media(max-width: 1370px) {
    #sliderFlags .slider_text {
        left: 140px;
    }
}

@media(min-width: 1370px) {
    #sliderFlags .slider_text {
        left: calc((100vw - 1200px)/2);
    }
}

/* end sliderAboutAs */

/* slider bestService */
#bestService {
    margin: auto;
    width: 1200px;
    height: 950px;
    position: absolute;
    top: 0;
    bottom: 0;
}

#bestService #slider-title {
    margin-top: 240px;
    left: 440px;
}

#slider-title .title,
#bestService .title {
    height: 88px;
    display: inline-flex;
}
#slider-title .title {
    margin-top: 0px;
}

#slider-title .title div,
#bestService .title div {
    background-position: 0 -1px;
    height: 90px;
    width: 84px;
    display: inline-block;
}

#slider-title .title .left,
#bestService .title .left {
    background-image: url(/images/best_service_left.png);
}

#slider-title .title .right,
#bestService .title .right {
    background-image: url(/images/best_service_right.png);
}

#slider-title .title .centre_text,
#bestService .title .centre_text {
    background-color: #831a10;
    font-size: 30px;
    color: white;
    width: 260px !important;
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
#sliderYerevan .title .centre_text {
    width: 317px !important;
}
#slider-bootom-text {
    font-size: 16px;
    width: 270px;
    position: absolute;
    top: 450px;
    left: 515px;
    color: white;
    text-align: center;
}
#slider-title .slider_text,
#bestService .slider_text {
    font-size: 18px;
    color: white;
    text-align: center;
}
#bestService .slider_text {
    width: 425px;
}
#sliderYerevan .slider_text {
    width: 484px;
    font-size: 16px;
    padding: 15px 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}
#bestServiceContent {
    position: relative;
    width: 1970px;
}
/* end slider bestService */

/* slider flags */
#sliderFlags > div {
    position: absolute;
}

#flags {
    position: absolute;
    width: 1970px;
    height: 950px
}

#flags.middle,
#flags.flags_small {
    zoom: 71% !important;
    width: 1299px;
    left: 0 !important;
    bottom: 267px !important;
    position: relative !important;
    margin-top: 401px;
    margin-left: auto;
    margin-right: auto;
}

#sliderFlags .flag_bullet {
    position: absolute;
    display: inline-block;
}

#sliderFlags .flag_bullet .flag {
    background: url(/images/slider_sprite.png) no-repeat;
    height: 67px;
    width: 51px;
    display: inline-block;
}
#sliderFlags .flag_bullet .bullet {
    background: url(/images/slider_sprite.png) no-repeat;
    height: 32px;
    width: 27px;
    display: inline-block;
    position: absolute;
    background-position: -3236px 0px;
}

#sliderFlags .Yerevan {
    bottom: 131px;
    left: 1161px;
}
#sliderFlags .flags_small .Yerevan {
    left: 755px;
}
#sliderFlags .Yerevan .flag{
    background-position: -2616px 0px;
    height: 152px;
    width: 100px;
}
#sliderFlags .Yerevan #bullet_1 {
    top: 78px;
    left: 14px;
}
#sliderFlags .Yerevan #bullet_2 {
    top: 66px;
    left: 46px;
}
#sliderFlags .Yerevan #bullet_3 {
    top: 59px;
    left: 77px;
}
#sliderFlags .Yerevan #bullet_4 {
    top: 93px;
    left: 62px;
}
#sliderFlags .Yerevan #bullet_5 {
    top: 104px;
    left: 33px;
}

#sliderFlags .London {
    top: 206px;
    left: 438px;
    -webkit-animation: MunichZurich 1s;
    -moz-animation: MunichZurich 1s;
    -o-animation: MunichZurich 1s;
    animation: MunichZurich 1s;
}
#sliderFlags .flags_small .London {
    left: 25px;
}

#sliderFlags .London .flag {
    background-position: -2723px 0px;
}
#sliderFlags .London #bullet_1 {
    top: 15px;
    left: -9px;
}
#sliderFlags .London #bullet_2 {
    top: 15px;
    left: 25px;
}

#sliderFlags .Prague {
    top: 269px;
    left: 708px;
    -webkit-animation: MunichZurich 2s;
    -moz-animation: MunichZurich 2s;
    -o-animation: MunichZurich 2s;
    animation: MunichZurich 2s;
}
#sliderFlags .flags_small .Prague {
    left: 300px;
}
#sliderFlags .Prague .flag {
    background-position: -2942px 0px;
}
#sliderFlags .Prague #bullet_1 {
    top: 48px;
    left: 23px;
}

#sliderFlags .Munich {
    top: 237px;
    left: 643px;
    -webkit-animation: MunichZurich 3s;
    -moz-animation: MunichZurich 3s;
    -o-animation: MunichZurich 3s;
    animation: MunichZurich 3s;
}
#sliderFlags .flags_small .Munich {
    left: 240px;
}
#sliderFlags .Munich .flag {
    background-position: -2887px 0px;
}
#sliderFlags .Munich #bullet_1 {
    top: 28px;
    left: -22px;
}

#sliderFlags .Zurich {
    top: 314px;
    left: 515px;
    -webkit-animation: MunichZurich 1s;
    -moz-animation: MunichZurich 1s;
    -o-animation: MunichZurich 1s;
    animation: MunichZurich 1s;
}
#sliderFlags .flags_small .Zurich {
    left: 110px;
}
@keyframes MunichZurich {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@-webkit-keyframes PragueMilan {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    45% {
        opacity: 0.75;
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes PragueMilan {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    45% {
        opacity: 0.75;
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes PragueMilan {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    45% {
        opacity: 0.75;
    }
    50% {
        opacity: 1;
    }
}
#sliderFlags .Zurich .flag {
    background-position: -3054px 0px;
}
#sliderFlags .Zurich #bullet_1 {
    top: 28px;
    left: 35px;
}

#sliderFlags .Paris {
    top: 332px;
    left: 432px;
    -webkit-animation: MunichZurich 4s;
    -moz-animation: MunichZurich 4s;
    -o-animation: MunichZurich 4s;
    animation: MunichZurich 4s;
}
#sliderFlags .flags_small .Paris {
    left: 25px;
}
#sliderFlags .Paris .flag {
    background-position: -2999px 0px;
}
#sliderFlags .Paris #bullet_1 {
    top: 13px;
    left: 35px;
}

#sliderFlags .Moscow {
    top: 342px;
    left: 1269px;
    -webkit-animation: MunichZurich 5s;
    -moz-animation: MunichZurich 5s;
    -o-animation: MunichZurich 5s;
    animation: MunichZurich 5s;
}
#sliderFlags .flags_small .Moscow {
    left: 870px;
}
#sliderFlags .Moscow .flag {
    background-position: -3166px 0px;
    width: 65px;
    height: 71px;
}
#sliderFlags .Moscow #bullet_1 {
    top: 35px;
    left: -40px;
}
#sliderFlags .Moscow #bullet_2 {
    top: 56px;
    left: -31px;
}
#sliderFlags .Moscow #bullet_3 {
    top: 58px;
    left: -70px;
}
@keyframes Moscow {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.5;
    }
    25% {
        opacity: 0.75;
    }
    30% {
        opacity: 1;
    }
}
@-webkit-keyframes Moscow {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.5;
    }
    25% {
        opacity: 0.75;
    }
    30% {
        opacity: 1;
    }
}
@-moz-keyframes Moscow {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.5;
    }
    25% {
        opacity: 0.75;
    }
    30% {
        opacity: 1;
    }
}
@-o-keyframes Moscow {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.5;
    }
    25% {
        opacity: 0.75;
    }
    30% {
        opacity: 1;
    }
}

#sliderFlags .Brussels {
    top: 221px;
    left: 517px;
    -webkit-animation: MunichZurich 3s;
    -moz-animation: MunichZurich 3s;
    -o-animation: MunichZurich 3s;
    animation: MunichZurich 3s;
}

#sliderFlags .flags_small .Brussels {
    left: 115px;
}

#sliderFlags .Brussels .flag {
    background-position: -2778px 0px;
}
#sliderFlags .Brussels #bullet_1 {
    top: 44px;
    left: 22px;
}

#sliderFlags .Rotterdam {
    top: 183px;
    left: 581px;
    -webkit-animation: MunichZurich 4s;
    -moz-animation: MunichZurich 4s;
    -o-animation: MunichZurich 4s;
    animation: MunichZurich 4s;
}
#sliderFlags .flags_small .Rotterdam {
    left: 168px;
}
#sliderFlags .Rotterdam .flag {
    background-position: -2833px 0px;
}
#sliderFlags .Rotterdam #bullet_1 {
    top: 45px;
    left: -7px;
}

#sliderFlags .Milan {
    top: 420px;
    left: 563px;
    -webkit-animation: MunichZurich 4s;
    -moz-animation: MunichZurich 4s;
    -o-animation: MunichZurich 4s;
    animation: MunichZurich 4s;
}
#sliderFlags .flags_small .Milan {
    left: 160px;
}
@keyframes PragueMilan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes PragueMilan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes PragueMilan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes PragueMilan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#sliderFlags .Milan .flag {
    background-position: -3106px 0px;
}
#sliderFlags .Milan #bullet_1 {
    top: -29px;
    left: -9px;
}

#sliderFlags .title {
    border-bottom: 1px solid white;
    font-size: 52px;
    color: #a62413;
}

#sliderFlags .text {
    font-size: 22px;
    color: white;
    text-align: left;
}
/* end slider flags */

.slider-wrapper img {
    width: auto !important;
}

#home {
    overflow: hidden;
    padding-top: 103px;
}

.nivo-directionNav {
    position: absolute;
    top: 50%;
    margin: auto;
}

.slider-wrapper {
    min-width: 100%;
}

.nivo-wrapper .slashes {
    position: absolute;
    border-right: 1901px solid #efefef;
}

.slashes.white {
    background-color: #ffffff;
}

@media(max-width: 768px) {
    .slashes.bottom {
        height: 70px;
    }
}

#about-us .page-icon {
    background-position: -121px;
}

.main_content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
    background: #fff;
    float: none !important;
}


.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}


/* Slide 1 */
#slide-1{
    position: relative;
    height: 700px;
    max-width: 1970px;
    margin: 0 auto;
}
#slide-1 .bcg {background-image:url('/images/about-parallax-bg.jpg');}
#slide-1 .hsContent {
    bottom: 200px;
    top: auto;
    padding-top: 200px;
    text-align: center;
    color: wheat;
}

@media(max-width: 768px) {
    #slide-1 {
        height: 450px;
    }

    #slide-1 #myCarousel {
        padding-top: 120px;
        -webkit-overflow-scrolling: touch;
    }

    #slide-1 .carousel-indicators {
        bottom: 105px;
    }
}


/* end slider flags*/

/* sliderServices */
#sliderServices {
    width: 100%;
    height: 100%;
    position: relative;
}

#sliderServices .slider-content {
    height: 473px;
    width: 758px;
    position: absolute;
    top: 0;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}

#sliderServices a,
#sliderServices span,
#sliderServices div {
    position: absolute;
    padding: 8px 15px;
}

#sliderServices #slaqner,
#sliderServices #aab_logo {
    background-size: 100%;
    left: 0%;
    right: 0%;
    margin: auto;
    top: 0%;
    bottom: 0%;
}

#sliderServices #aab_logo {
    max-height: 290px;
    max-width: 256px;
    z-index: 2;
    height: 254px;
    width: 223px;
    background: url(/images/aab_prime.png) no-repeat center;
}

#sliderServices #slaqner {
    max-height: 385px;
    max-width: 669px;
    background: url(/images/aab_prime_slaqner.png) no-repeat center;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    background-size: 100%;
    background-position: 0 8px;
}

#sliderServices .icon {
    background: url(/images/slider_sprite.png) no-repeat;
    height: 135px;
    width: 121px;
    cursor: pointer;
    z-index: 1;
}

#sliderServices .texts {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 430px;
    width: 400px;
}

#sliderServices .texts > div {
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    background-color: rgba(140,17,1,0.5);
    position: relative;
    display: none;
}

#sliderServices .texts .button {
    font-size: 14px;
}

#sliderServices .texts  a {
    position: relative;
}

#sliderServices #icon_1 {
    bottom: 0px;
    left: 3px;
    background-position: -120px 0px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#sliderServices #icon_2 {
    top: 0px;
    left: 3px;
    background-position: 0px 0px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#sliderServices #icon_3 {
    top: 0px;
    right: 0px;
    background-position: -241px 0px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

#sliderServices #icon_4 {
    bottom: 0px;
    right: 0px;
    background-position: -362px 0px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

#sliderServices .small_icon {
    background: url(/images/slider_sprite.png) no-repeat;
    height: 63px;
    width: 57px;
    transform: scale(0.85);
    z-index: 2;
    display: none;
}

#sliderServices .small_icon:hover {
    transform: scale(1);
}

#sliderServices #icon_1 #health {
    left: -85px;
    bottom: -44px;
    background-position: -802px 0px;
}

#sliderServices #icon_1 #cargo {
    left: -48px;
    bottom: -86px;
    background-position: -908px 0px;
}

#sliderServices #icon_1 #property {
    left: -10px;
    bottom: -44px;
    background-position: -1013px 0px;
}

#sliderServices #icon_1 #motor {
    left: 31px;
    bottom: -86px;
    background-position: -1120px 0px;
}

#sliderServices #icon_1 #construction {
    left: 70px;
    bottom: -44px;
    background-position: -1226px 0px;
}

#sliderServices #icon_1 #liability {
    left: 111px;
    bottom: -86px;
    background-position: -1332px 0px;
}

#sliderServices #icon_2 #individuals {
    left: -11px;
    top: -44px;
    background-position: -484px 0px;
}

#sliderServices #icon_2 #group {
    left: 31px;
    top: -83px;
    background-position: -591px 0px;
}

#sliderServices #icon_2 #legal {
    left: 71px;
    top: -44px;
    background-position: -696px 0px;
}

#sliderServices #icon_3 #ic1 {
    left: -49px;
    top: -86px;
    background-position: -1439px 0px;
}

#sliderServices #icon_3 #ic2 {
    left: -9px;
    top: -44px;
    background-position: -1650px 0px;
}


#sliderServices #icon_3 #ic3 {
    left: 34px;
    top: -86px;
    background-position: -1863px 0px;
}

#sliderServices #icon_3 #ic4 {
    left: 77px;
    top: -44px;
    background-position: -3633px 0px;
}

#sliderServices #icon_3 #ic5 {
    left: 121px;
    top: -86px;
    background-position: -1758px 0px;
}

#sliderServices #icon_4 #ic0 {
    left: -123px;
    bottom: -89px;
    background-position: -3416px 0px;
}

#sliderServices #icon_4 #ic1 {
    left: 204px;
    bottom: -86px;
    background-position: -1968px 0px;
}

#sliderServices #icon_4 #ic2 {
    left: -8px;
    bottom: -44px;
    background-position: -2074px 0px;
}

#sliderServices #icon_4 #ic3 {
    left: 34px;
    bottom: -86px;
    background-position: -2181px 0px;
}

#sliderServices #icon_4 #ic4 {
    left: 77px;
    bottom: -44px;
    background-position: -2285px 0px;
}

#sliderServices #icon_4 #ic5 {
    left: 120px;
    bottom: -86px;
    background-position: -2393px 0px;
}

#sliderServices #icon_4 #ic6 {
    left: 163px;
    bottom: -44px;
    background-position: -2498px 0px;
}

#sliderServices #icon_4 #ic7 {
    left: -89px;
    bottom: -44px;
    background-position: -3303px 0px;
}

#sliderServices #icon_4 #ic8 {
	left: -48px;
    bottom: -86px;
    background-position: -3740px 0px
}

#sliderServices .services_btn {
    bottom: 0px;
    left: 0%;
    right: 0%;
    margin: auto;
    display: inline-block;
    text-align: center;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

#sliderServices .services_btn a{
    position: relative;
    width: auto;
    float: none;
}
/* end sliderServices */
.hsContainer {
    height: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
    min-height: 120px;
}

#myCarousel {
    height: 100%;
    padding-top: 220px;
}

.carousel-indicators li {
    background-color: rgba(255,255,255,.3);
    border: 1px solid rgba(255,255,255,.3)
}

.carousel-indicators {
    bottom: 140px;
}

.parallax-title {
    font-size: 1.625em;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

.parallax-title, .parallax-description {
    color: #ffffff;
    text-align: center;
}

.parallax-title:after {
    content: "";
    background-color: #8c1101;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    height: 4px;
    width: 50px;
}

.parallax-text {
    font-size: 1.375em;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 45px;
    text-align: center;
    color: white;
}

.employee .about {
    padding-top: 30px;
    width: 300px;
    margin: 0 auto;
}

.employee .about div {
    font-size: 12px;
    line-height: 22px;
}

.employee .about ul {
    text-align: left;
    padding: 0px;
}

.employee .about .desc {
    display: none;
    text-align: left;
}

.employee .about.open .desc {
    display: block;
    overflow: hidden;
}

.employee .about.open .desc li {
    display: block;
}

.employee .about .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #8c1101;
}

.employee .about .name p {
    font-size: 14px;
}

.employees>.employee {
    margin-top: 100px;
    display: none;
}


.employees>.employee:nth-child(1),
.employees>.employee:nth-child(2) {
    display: block;
}

@media (min-width: 992px) {
    .employees>.employee:nth-of-type(2) {
        display: block;
    }
}

#more-btn {
    padding: 12px 15px;
    margin-top: 35px;
    cursor: pointer;
    height: 35px;
    width: 87px;
	margin-left: 50%;
}

.arrow_icon {
    height: 11px;
    background-image: url(/images/arrow.png);
    background-position: -76px 0px;
    width: 17px;
    display: block;
    margin: 0 auto;
}
.arrow_icon.less {
    background-position: -56px 0px;
}

#mapWrapper {
    position: relative;
}
#map {
    top: 0px;
    position: absolute;
}

#map,
#mapWrapper {
    height: 580px !important;
    width: 100% !important;
}

#abUsCarousel {
    /*padding-bottom: 150px;*/
}

#abUsCarousel ul.carousel-indicators {
    top: -10px;
    left: 0px;
    min-height: 55px;
    margin: 50px 0;
    text-align: left;
    position: relative;
}

#abUsCarousel>ul>li {
    text-indent: 0;
    width: auto;
    height: 40px;
    border: none;
    background-color: transparent;

}

#abUsCarousel .carousel-indicators .active a {
    background-color: #4d0901 !important;
}

.regAndLic a {
    display: table-row;
    color: #8c1101;
}

.currect_year {
    margin-top: 30px;
}

.year_text {
    font-size: 28px;
    margin-right: 20px;
}

.year a{
    font-size: 40px;
    color: #8c1101;
}

#years {
    padding-top: 75px;
}
#years a {
    width: 115px;
    display: inline-block;
    color: #8c1101;
    text-align: center;
    font-size: 25px;
    float: left;
}

#regulation .page-icon {
    background-position: -605px;
}

#regulation .page-desc {
    padding-top: 29px;
    height: 160px;
}

#rights .page-icon {
    background-position: -726px 0;
}

#fi_sy .page-icon {
    background-position: -1331px;
}

#rights .page-desc {
    min-height: 160px;
}

#home {
    padding-bottom: 0px;
}

.page {
    position: relative !important;
}

#menu_dropdown {
    width: 80px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    z-index: 200;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0 15px;
    background: url(/images/more_icon.png) no-repeat;
    background-position: 27px;
}
@media (max-width: 991px) {
    .nav_right_part > ul {
        overflow-y: scroll;
        max-height: 60vh;
    }
    #menu {
        text-align: right;
        max-width: 300px;
        width: auto;
        position: relative;
        top: 0px;
        display: inline-block;
        margin: 0px;
        border: none;
        padding: 0px;
    }
    #menu li {
        width: 100%;
        margin-bottom: 1px;
    }
    #menu li a {
        height: 40px;
        line-height: 40px;
    }
    .navbar-right {
        margin-right: 0px;
    }
    #menu #more_button {
        padding: 0 24px;
        background: none;
    }
    .nav>li>a {
        padding: 10px 24px;
    }
}

@media (max-width: 768px) {

    .container .page-title .part-1 {
        max-width: 100%;
        border-right: none;
        font-size: 22px;
        line-height: 24px;
        height: auto;
    }
    .container .page-title .part-2 {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        height: auto;
    }

    .page .page-icon {
        display: none;
    }

    .page .page-pic {
        display: none;
    }
    ul.default {
        padding-left: 15px;
    }
}
#slider-title{
    position: absolute;
}

#sliderYerevan #slider-title{
    top: 345px;
}

@media (max-width: 1013px) {
    #menu {
        width: 96%;
    }
}

#footer {
    min-height: 102px;
    background-color: #efefef;
    position: relative;
    font-size: 12px;
}

#footer > div {
    max-width: 1280px;
    margin: auto;
    position: relative;
    display: block;
    width: 100%;
    min-height: 102px;
    margin: auto;
}

#footer  #copyright {
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 600px;
    text-align: center;
    height: 23px;

}

#footer .aab_logo{
    height: 18px;
    width: 37px;
    display: inline-block;
    background-image: url(/images/footer_sprite.png);
    vertical-align: middle;
}

#copyright a {
    background-image: url(/images/footer_sprite.png);
    height: 24px;
    width: 26px;
    background-position: -40px;
    display: inline-block;
    vertical-align: middle;
}

.soc_links {
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    position: absolute;
    right: 18px;
    height: 26px;
    width: 86px;
}

.soc_links > a {
    height: 26px;
    width: 26px;
    display: inline-block;
    background-image: url(/images/footer_sprite.png);
}

.soc_links #email {
    background-position: -132px;
}
.soc_links #linkedin {
    background-position: -102px;
}
.soc_links #fb {
    background-position: -72px;
}

/*new dropdown*/

/* Dropdown Content (Hidden by Default) */
.ab_us .dropdown-content {
    position: absolute;
    display: none;
    left: 5px;
}
#menu .ab_us .dropdown-content li {
    padding: 0px;
    display: table;
    background-color: rgba(0,0,0,0.0);
}

/* Show the dropdown menu on hover */
.ab_us.dropdown:hover .dropdown-content {
    display: inline-flex !important;
}

.loading {
    display: block;
    height: 100%;
    width: 100%;
}

.search_wrapper {
    float: left;
    margin-top: 103px;
    padding: 30px 0;
}
.result {
    margin-bottom: 25px;
}
.result img {
    float: left;
}
.result a {
    float: left;
    line-height: 1;
    font-size: 16px;
    margin-left: 15px;
}
.result .text {
    max-width: 100%;
    max-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}
.search_wrapper .text b {
    font-weight: 100;
}
.updated_at {
    position: absolute;
    float: right;
    right: 17px;
    color: #717171;
    bottom: 150px;
}

#home .updated_at {
    position: relative;
    margin-top: 40px;
    bottom: 0px;
}
#desktopMod {
    display: table;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 20px;
}
.bolded_text {
    font-weight: 700 !important;
}
.dashed-line {
    border-bottom: 1px solid#8c1101;
    left: 0;
    right: 0;
    width: 100px;
    height: 20px;
    margin-top: 20px;
}
span#red {
    color: #8c1101;
}
span#grey {
    color: #7e7e7e;
}
@media(max-width: 1350px) {
    #sliderYerevan #slider-title {
        left: 50px;
    }
}

@media(min-width:992px) {
    .container {
        padding-bottom: 85px;
        margin-top: -25px;
    }
    .subpage .page-title .part-2 {
        width: auto;
        padding-right :38px;
        line-height: 100px;
        height: 100px;
    }
    .subpage .page-title .part-1 {
        border-left: 5px solid #090b07;
        padding-left: 38px;
        margin-left: 0px;
    }
}

@media(max-width: 992px) {
    .slashes.bottom {
        height: 103px;
    }
    .slashes.top {
        top: -60px;
        height: 100px;
    }
    .page {
        padding-bottom: 65px;
    }
    #abUsCarousel {
        padding-bottom: 0px;    
    }
    .updated_at {
        position: relative;
        margin-top: 40px;
    }
}

@media(max-width: 768px) {
    .navbar #langs {
        position: fixed;
        left: 0px;
        right: 0px;
        float: none;
        margin: 0 auto;
    }
    .page {
        padding-bottom: 0px;
    }
    .slashes:not(.bottom) {
        height: 70px;
    }
    .slashes.top {
        top: -45px;
    }
    .slashes.bottom {
        top: 30px;
    }

    #comparison > #meeting {
        margin: 0;
        padding: 0 60px;
    }
    .updated_at {
        position: absolute;
        bottom: 85px;
    }
}

@media(max-width: 500px) {
    #abUsCarousel>ul>li {
        display: block;
    }
    #comparison > #executive {
        padding: 0 30px;
    }
    #footer > div {
        height: 160px;
    }
    .soc_links {
        left: 0;
        right: 0;
        margin-top: 15px;
    }
    #footer  #copyright {
        padding: 0 10px;
        margin-top: 55px;
        height: auto;
    }
    #slide-1 .carousel-indicators {
        bottom: 50px;
    }

    #slide-1 #myCarousel {
        padding-top: 60px;
    }
}
#mentionedLiability select {
    max-width: 100%;
}