/* ========== reset =========*/
html {
    margin:0;
    padding:0;
    border:0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
    line-height: 1.5;
    background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
    text-align: left;
    font-weight: normal;
    float:none !important;
}
table, th, td {
    vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }


/* ========== base styles =========*/
html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    
}
body {
    font-family: 'PT Serif', serif;
    color: #fff;
}
/*body.houses {
    background: url(/images/blur.jpg) no-repeat center / cover;
} */
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.clear {
    clear: both;
}
.none {
  display: none !important;
}
.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}
.slider {
	height: 100%;
}
.tp-banner-container {
	opacity: 0;
}
/* ========== header =========*/
.header {
    background-color: rgba(0,0,0,.3);
    box-shadow: 2px 0 4px rgba(0,0,0,.3);
    height: 82px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 101;
	opacity: 0.95;
}
.header .container {
    position: relative;
}
.nav {
    height: 100%;
    padding-top: 45px;
    position: relative;
}
.navbar_header {
    display: none;
}
.menu {
    width: 50%;
}
.menu > li {
    display: inline-block;
    margin-left: 9%;
}
.menu > li:first-child {
    margin: 0;
}
.menu > li > a,
.toggle_menu > li > a,
.menu > li > span {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    padding-bottom: 13px;
    z-index: 10000;
}
.menu > li > span {
    cursor: default;
    position: relative;
}
.menu > li > a.active,
.menu > li > span.active, 
.menu > li > a:hover,
.menu > li > span:hover {
    color: #EEDCB0;
}
.toggle_btn {
    background: none;
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
}
.hover .faDown:before,
.active:before {
    content: "";
    display: block;
}
.hover .faDown:before {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 17px solid rgba(0, 0, 0,.3);
    display: inline-block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 101%;
    -webkit-transform: scale(0.999);
    -moz-transform: scale(0.999);
    -ms-transform: scale(0.999);
    -o-transform: scale(0.999);
    transform: scale(0.999);
    z-index: 1000;
}
.menuList_left {
    float: left;
    padding-right: 10%;
    text-align: right;
}
.menuList_right {
    float: right;
    padding-left: 8.7%;
    text-align: left;
}
.menu,
.drop,
.dropBl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.drop {
    background: url(/images/drop_bg.png);
    box-shadow: inset  0px 6px 5px -6px rgba(0,0,0,.3);
    display: none;
    line-height: normal;
    height: auto;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 28px 0;
    top: 82px;
    z-index: 110;
}
.dropBl {
	vertical-align:top;
    border-left: 1px solid #cdcfd0;
    color: #000;
    display: table-cell;
    height: 100%;
    padding: 0 28px;
    width: 25%;
    text-align: left;
}
.dropBl:first-child {
    border: none;
}
.dropTitle {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 17px;
}
.dropTitle a { color:#000; }
.map_title {
    font-weight: normal;
}
.map {
    background-image: url(/images/map.jpg);
    background-size: cover;
    height: 160px;
    width: 100%;
}
.dropImg {
    margin-bottom: 10px;
}
.dropImg img {
    width: 100%;
}
.inner_list li a {
    border-bottom: 1px solid #cdcfd0;
    color: #000;
    display: block;
    padding: 1px 0 1px 3px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.inner_list li a:before,
.inner_list li a:before {
    font-size: 15px;
    margin-right: 4px;
}
.inner_list li a:hover, .inner_list li a.active_sub { 
    background-color: rgba(171,37,42,.8);
    color: #fff;
}
.inner_list li a,
.dropText {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.dropText {
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 8px;
    position: relative;
}
.menu-gallery:after {
    content: "";
    clear: both;
    display: table;
}
.menu-gallery li {
    float: left;
    margin: 0 6px 6px 0;
    position: relative;
}
.menu-gallery li:nth-child(3n+3) {
    margin-right: 0;
}
.menu-gallery li a:after,
.gal_img_wrap:after {
    background-color: rgba(0,0,0,0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.menu-gallery li a:hover:after,
.gal_img_wrap:hover:after {
    background-color: rgba(0,0,0,0.2);  
}
.menu-gallery li img {
    display: block;
}
.faDown:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    padding-left: 4px;
    right: -12px;
    top: 4px;
}
.mCSB_inside > .mCSB_container {
    margin: 0 !important;
}
.mCSB_scrollTools {
    right: -14px !important;
}
.view {
    border-bottom: 1px solid;
    color: #ab252a;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
}
.view:hover {
    color: #932023;
}
.logo {
    left: 50%;
    line-height: normal;
    margin-left: -49px;
    position: absolute;
    top: 4px;
}
.logo a {
    display: block;
}
.n_lang_select {
    border-bottom: 1px dotted #fff;
    right: 13px;
    position: absolute;
    top: 10px;
}
.n_lang_select li {
    color: #fff;
    cursor: pointer;
    font: lighter normal 12px "open sans";
}
.n_lang_select > li {
    position: relative;
}
.n_lang_select > li span:before {
    content: "\f107";
    font-family: fontawesome;
    margin-right: 5px;
}
.n_lang_select > li ul {
    background-color: #000;
    box-shadow: 0 0 2px rgba(0,0,0,.6);
    display: none;
    position: absolute;
    padding: 5px;
    top: 17px;
    z-index: 10001;
}
.n_lang_select > li ul li a {
    color: #fff;
    line-height: 20px;
}
.n_lang_select > li ul li a.ln_active {
	font-weight: bold;
}
/* ========== footer =========*/
.footer {
    bottom: 0;
    background-color: #000;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.footer .container {
    overflow: hidden;
}
.footer span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.foot_logo {
    background-image: url(/images/fLogo.png);
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 152px;
}
.copy,
.foot_logo,
.social {
    float: left;
}
.copy,
.developer,
.social {
    padding-top: 10px;
}
.social{
	margin-left: 10%;
}
.developer {
    float: right;
}
.social a,
.developer a {
    color: #fff;
    text-decoration: underline;
}


/* ========== content =========*/
.tp-arr-allwrapper{
    display: none;
}
.tparrows.preview1:hover:after,
.tparrows.preview1:after {
    background: none !important;
}
.tp-rightarrow.preview1:after,
.tp-leftarrow.preview1:after {
    content: "" !important;
}
.tp-leftarrow.preview1,
.tp-rightarrow.preview1 {
    height: 132px !important;
    top: 50% !important;
    width: 66px !important;
}
.tp-rightarrow.preview1 {
    background-image: url(/images/right.png) !important;
    right: 2% !important;
}
.tp-leftarrow.preview1 {
    background-image: url(/images/left.png) !important;
    left: 2% !important;
}
.content {
    height: 100%;
}
.content,
.tp-banner {
    height: 100%;
}
.circleWrap {
    
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
.circle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 472px !important;
    left: 22%;
    overflow: hidden;
    
    /* padding: 51px 58px 0 !important; */
    position: absolute;
    top: 19%;
    text-align: center;
    width: 472px !important;
    z-index: 100;
}
.circle:after {
    background-image: url(/images/tr.png);
    content: "";
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.circleBg {
    background-size: cover;
    background-position: center top;
    position: absolute;
}
.sl1 {
    background-image: url(/images/test2.jpg);
}
.sl2 {
    background-image: url(/images/6.jpg);
}
.crcItem {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 22% !important;
    padding: 0 48px !important;
    width: 472px !important;
}

.cont_title {
    border-bottom: 1px solid;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 24px;
    padding-bottom: 17px;
    text-transform: uppercase;
    text-align: center;
}
.cont_title span {
    display: block;
}
.cont_textWrap {
    margin-bottom: 45px;
    text-align: center;
}
.cont_textWrap p {
    font: 300 14px 'Open Sans', sans-serif !important;
    white-space: normal;
}
.cont_textWrap p:first-child {
    margin-bottom: 35px !important;
}
.learnMore {
    cursor: default !important;
    top: 520px !important;
    text-align: center;
}
.more {
    border: 1px solid currentColor;
    color: #fff;
	display: inline-block;
    font-family: Myriad Pro;
    font-size: 14px !important;
	min-height: 26px !important;
	line-height: 24px !important;
    padding: 0 7px 0 10px !important;
}
.more:after {
	content: "\f105";
    font-family: fontawesome;
    margin-left: 15px;
}
.more:hover, .pager *:hover, .pager .pagin-active
 {
	background-color: #a72527;
	border-color: #a72527;
	color: #fff;
}
.map-slide {
    top: 82px !important;
}

/* =========== houses =========== */
.houses .slider {
	opacity:0;
}
.loader {
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    z-index: 10000;
}
.loader i {
    font-size: 28px;
    text-align: center;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.houseImg {
    left: 50% !important;
    margin-left: -430px !important;
    top: 21% !important;
    width: 860px !important;
}
.houseImg {
    background-size: cover;
    background-position: center;  
    height: 66%;
}
.house1 {
    background-image: url(/images/houses/artsakh_hrazdan8_02.jpg);
}
.house2 {
    background-image: url(/images/houses/ani_araler18_01.jpg);
}
.overlay {
    background-image: url(/images/overlay.png);
    height: 100%;
    width: 330px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.overlay_anim {
    width: 100%;
}
.houseInfo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans";
    float: left;
    padding: 30px 0 0 25px!important;
}
.infoTitle {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.infoList > li {
    font-size: 14px !important;
    line-height: 23px !important;
}
.infoList {
    position: relative;
    margin-bottom: 11px;
}
.infBtn {
    display: block;
    width: 90px;
}
.infBtn:first-of-type {
    margin-bottom: 13px;
}
.plus {
    position: absolute;
    z-index: 100;
}
.plus_popup {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    bottom: 20px;
    color: #000;
    padding: 6px;
    position: absolute;
    left: 15px;
    text-align: center;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 250px;
}
.scale {
    -webkit-transform: scale1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.plus_hide {
    display: none;
}
.plus a {
    color: #fff;
    font-size: 17px;
}
.pls_1 {
    bottom: 13%;
    left: 23%;
}
.pls_2 {
    bottom: 22%;
    left: 47%;
}
.pls_3 {
    bottom: 27%;
    right: 27%;
}
.pls_4 {
    right: 26%;
    top: 24%;
}
.hsInfo_toggle {
    font-family: "Open Sans";
    font-size: 15px;
    height: 100%;
    line-height: 22px;
    position: absolute;
    right: 49px;
    text-align: center;
    top: 10%;
    width: 50%;
}
.txtWrap {
    height: 60%;
    margin-bottom: 20px;
    position: relative;
}
.txtWrap p {
    margin-bottom: 30px;
    padding-bottom: 28px;
}
.galleryWrap {
    position: relative;
}
.arrows {
    cursor: pointer;
    display: none;
    height: 15px;
    position: absolute;
    top: 20px;
    width: 8px;
}
.prev {
    background-image: url(/images/prev.png);
    left: -15px;
}
.next {
    background-image: url(/images/next.png);
    right: -15px;
}
.info_gallery {
    overflow: hidden;
    width: 100%;
}
.gindex {
    overflow: hidden;
    width: 9999px;
}
.gindex li {
    float: left;
    padding: 5px;
    width: 100px;
}
.gindex li img {
    width: 100% !important;
    height: auto !important;
}
.cls {
    background-image: url(/images/close.png);
    cursor: pointer;
    font-size: 18px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
}

/* ================= content page =================== */
.contWrap {
	background: rgba(0, 0, 0,.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    float: right;
    margin-top: 82px;
    padding: 0 35px;
    width: 100%;
}
@media (min-width: 1025px) {
    .contWrap {
        width: 60%;
    }
}
.cont_inner {
    height: 100%;
    padding-top: 40px;
    width: 100%;
}
.cont_caption {
    font-size: 20px;
    margin-bottom: 10px;
}
.cont_text_wrap {
    height: 89%;
    position: relative;
}
.cont_text_wrap p {
    margin-top: 15px;
}
.cont_text_wrap p:first-child {
    margin: 0;
}

/* ================= content page =================== */

.contact_form_wrap {
    margin-bottom: 35px;
}
.contact_form {
	max-width: 640px;
}
.inpWrap {
    position: relative;
    margin-bottom: 18px;
}
.inpWrap input,
.contact_form textarea {
    display: block;
    width: 100%;
}
.contact_form input,
.contact_form textarea {
    color: #fff;
    background: none;
    border: 1px solid #c7c9ca;
    padding: 12px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.contact_form input:focus,
.contact_form textarea:focus {
    border-color: #fff;
    box-shadow: 0 0 2px #f97a79;
}
.contact_form textarea {
    font-family: "PT Serif",serif;
    font-size: 13px;
	resize: none;
}
.captcha {
	text-align: center;
}
.captcha input[type="text"],
.captcha img {
    float: left;
    margin-right: 1%;
}
.captcha input[type="text"] {
      width: 168px;
}
.captcha input[type="submit"] {
    background: none;
	border-color: #fff;
	color: #fff;
	cursor: pointer;
	width: 100px;
}
.captcha input[type="submit"]:hover {
	color: #fff;
}
.captcha input[type="submit"]:hover {
    background: #C82B2F;
    border-color: #C82B2F;
}
.error {
    bottom: -19px;
    color: red;
    font-size: 13px;
    position: absolute;
}
.contact-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-info:after {
	content: "";
	display: table;
	clear: both;
}
.contact-info address {
	float: left;
	font-style: normal;
	margin-bottom: 35px;
}
.contact-info address a {
    color: #fff;
}

#map {
	width: 100%;
	height: 310px;
}


/* ========================== news ====================== */

.event-title-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 40px;
}
.event-title-wrap .cont_caption {
    float: left;
}
.event-title-wrap .pager {
    float: right;
}
/* news-box */

.news-box {
    border-bottom: 1px solid #67696a;
    margin-bottom: 35px;
    overflow: hidden;
    padding-bottom: 30px;
}
.news-box:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.news-box h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.news-box h3 a { color:#000; }
.news-box h3 a:hover { color:#c02b2f; }
.news-text {
    padding-bottom: 10px;
}
.news-text > p {
    margin-bottom: 12px !important;
}
.n_more,
.pager * {
    color: #fff;
}
.pager * {
    border: 1px solid currentColor;
    display: inline-block;
    margin-left: 2px;
    padding: 3px 11px;
}
.bck {
    float: right;
}
.bck:after {
    display: none;
}
.bck:before {
	content: "\f104";
	font-family: fontawesome;
	margin-right: 15px;
}



/* ================ gallery ================ */

.galleryBox {
    display: inline-block;
    margin: 0 0.5% 35px;
    vertical-align: top;
    width: 23%;
}
.galleryBox:nth-last-child(-n+4) {
    margin-bottom: 0;
}
.gl_index { cursor:pointer; }
.title.link {
    display: block;
    text-align: center;
}
.gal_img_wrap {
	position: relative;
}
.gal_img_wrap img {
	display: block;
    width: 100%;
}

/* ================================ map ============================*/
.map_wrapper {
background-image: url("/images/slider/bg.jpg");
    padding-top: 82px;
    position: relative;
    text-align: center;
}
canvas {
    height: 100% !important;
    width: 100% !important;
}
.map_inner {
    position: relative;
}
.intMap,
.map_inner {
    display: inline-block;
    height: 100%;
}
.intMap {
    background-size: cover !important;
}
.map_cont {
    display: none;
    position: absolute;
    text-align: left;
}
.map_cont:hover .map_border {
    display: block;
}
.map_marker {
    position: relative;
    z-index: 100;
}
/*.map_marker img {
    cursor: pointer;
}
 .flag_nameWarp {
    position: absolute;
    top: 0;
}
.right_flag {
    text-align: right;
    right: 68px;
}
.left_flag {
    text-align: left;
    left: 68px;
}
.flag_name {
    color: #fff;
    display: block;
    font-size: 15px;
    white-space: nowrap;
} */
.map_popup_cont {
    background-image: url("/images/overlay.png");
    padding: 20px;
    position: relative;
    width: 300px;
}
.map_popup_cont .more {
	margin-top: 12px;
}
.close_btn {
    position: absolute;
    right: 8px;
    top: 4px;
    padding: 1px 9px;
    font-size: 22px;
    cursor: pointer;
}
.close_btn:hover {
    color: #F9E8E8;
}
.map_popup_title {
    font-size: 19px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 14px;
}
.map_popup_img {
    margin-bottom: 8px;
}
.map_popup_img img {
    height: auto !important;
    width: 100% !important;
}
.map_popup_text {
    font-size: 15px;
    line-height: 20px;
}
.map_border {
    position: absolute;
    display: none;
}
.marker1 .map_border {
    left: -104px;
    top: -26px;   
    z-index: -1;
}
.news-box img {
	float: left;
	margin-right: 20px;
}