html{
    font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
}
body{
    width:100%;
    height: 100%;
    min-height: 100%;
    float: left;
    background:url("../media/main_background.png");
    background-repeat: repeat;
}

.container{
	/*width: 1130px !important;*/
}

#page{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    float: left;
    width: 100%;
}
#header{
    width:100%;
    float: left;
    position: relative;
    max-height: 200px;
    background:#fff;
}
#main{
    float: left;
    position: relative;
    width:100%;
    /*overflow: hidden;*/
    min-height: 500px;
	
}
#overlay{
    background: #000 none repeat scroll 0% 0%;
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100%;
    opacity: 0.8;
    z-index: 99995;
}


/* ANIMATIONS */
@-webkit-keyframes mk_fade {
    0% {
        opacity: 0.2;

    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes mk_fade {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes mk_fade {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mk_fade {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mk_left_to_right {
    0% {
        -webkit-transform: translate(-20px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mk_left_to_right {
    0% {
        -moz-transform: translate(-20px, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}

@-o-keyframes mk_left_to_right {
    0% {
        -o-transform: translate(-20px, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mk_left_to_right {
    0% {
        transform: translate(-20px, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mk_top_to_bottom {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mk_top_to_bottom {
    0% {
        -o-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mk_top_to_bottom {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* Appear From Left */
@keyframes afl {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes afl {
    from { opacity: 0; -webkit-transform: translateX(-100px); }
    to { opacity: 1; -webkit-transform: translateX(0); }
}
.animate_afl {
    opacity: 0;
}
.animate_afl.animate_start {
    -webkit-animation: 0s cubic-bezier(1, 0, 0, 1) 0s normal  afl;
    animation: 0s cubic-bezier(1, 0, 0, 1) 0s normal afl;
    opacity: 1;
}




/*-------------------------------*\
   HEADER STYLES START
\*-------------------------------*/

.page_home #top_bar,
.page_nature_inner #top_bar{
    border-bottom: none;
}


#top_bar{
    float: left;
    position: relative;
    width:100%;
    max-height: 200px;
	margin-top: 10px;
    border-bottom: 1px solid #fff;
}
#top_bar .container{
    max-height: 200px;
}
#logo-holder{
	position: absolute;

	margin-left: -40px;
}
#logo{
    background: none repeat scroll 0 0 #fff;
    border-radius: 100%;
    height: 103px;
    width: 103px;
    padding: 2px;
    position: relative;
    z-index: 9999;
	float: left;
}
#logo-holder a{
	display: block;
    float: left;
	color: #316c00;
	text-decoration: none;
}
#logo-holder a:hover{
	text-decoration: none;
}
#logo img{
	max-width: 97px;
    max-height: 97px;
}
#logo-title{
	color: #316c00;
    left: 5px;
    position: relative;
    top: 38px;
    width: 400px;
    z-index: 88;
    font-size: 18px;
}
#top_bar .row_white{
    float: left;
    position: relative;
    width:100%;
    max-height: 75px;
    background:#fff;
}
#search{
    float: right;
    position: relative;

}
#search input{
    width:150px;
    height: 35px;
    border:1px solid #b9cda8;
    border-radius:0;
    background: url("../media/transparent_light_gn.png");
    background-repeat:repeat;
    margin-right: 5px;
}
#search button{
    height: 35px;
    width:35px;
    border-radius: 0;
    border:1px solid #3d6b18;
    background:#2a5c01;
    color:#fff;
}
#lang_switcher{
    float: right;
    position: relative;
    margin: 9px -15px;
    padding: 0px 15px;
}
#lang_menu_collapse{
    float: left;
    position: relative;
}
#lang_menu_collapse li{
    width:35px;
    height:34px;
    border:1px solid #3d6b18;
    background:#2a5c01;
    color:#fff;
    margin-right: 8px;
}
#lang_menu_collapse li a{
    display: block;
    color:#fff;
    line-height: 34px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#lang_menu_collapse li:hover,
#lang_menu_collapse li.active{
    background:#cedcc2;
    border:1px solid #cedcc2;
}
#lang_menu_collapse li:hover a,
#lang_menu_collapse li.active a{
    color:#4b8020;
}
#top_bar .row_green{
    float: left;
    position: relative;
    width:100%;
    max-height: 125px;
    background:#316c00;
	z-index: 9998;
}

#navigation_main{
	padding: 0;
	margin: 0;
	z-index: 9999;
}
#main_nav li{
	margin: 5px 3px 0;
}
#main_nav li.active a,
#main_nav li:hover a{
	background: #628e3c;
}
/*#main_nav li i{
	color: #fff;
	margin-top: 10px;
}
#main_nav li a{
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 7px 15px 8px;
}
*/
#top_bar .row_green .container{
    max-height: 125px;
}
#main_nav li a{
	color: #fff;
	padding: 7px 15px 7px;
	text-align: center;
}
#main_nav li a i{
	color: #fff;
    height: 30px;
    text-align: center;
    width: 30px;
}
#main_nav li a div{
	width: 100%;
	color: #fff;
	margin-top: 10px;
	font-size: 15px;
	line-height: 15px;
}
#main_nav li.karst{
	
}
#main_nav li.karst a .mn_karst {
	display: block;
    height: 29px;
    width: 40px;
	margin: 0;
}
#main_nav li.karst a .mn_karst img{
	margin-top: 3px;
}
#main_nav li.karst a .mn_title {
	
}

#navigation_secondary{
	padding: 0;
	z-index: 9999;
	margin-top: 5px;
    margin-bottom: 0;
    min-height: 0;
	background: #cedcc2;
	border-radius: 0;
    top: -2px;
}
#navigation_secondary ul{
	background: #cedcc2;
	padding-top: 8px;
	position: relative; /*MITKUUUUUU, DO NOT TOUCH*/
}
#navigation_secondary ul .places ul{
    border-top:2px solid #2A5C01;
    width:100%;
    max-width: none;

    float: none;
    left: 0;

}
#navigation_secondary ul .places ul li{
    width:25%;
}
#navigation_secondary ul li{
	background: #cedcc2;
	margin: 0 5px;
	position: static; /*MITKUUUUUU, DO NOT TOUCH*/
}
#navigation_secondary ul li a{
    padding: 10px 13.6px;
	font-size: 15px;
	line-height: 15px;
	color: #2a5c01;
}
#navigation_secondary ul li.active > a,
#navigation_secondary ul li:hover > a{
	background: #4b8020;
	color: #fff;
}
#navigation_secondary ul .divider{
	background: url(/assets/media/divider3.jpg);
    float: left;
    position: relative;
    width: 1px;
    height: 35px;
    display: block;
}

#navigation_bottom{
    float: right;
    position: relative;
    width:100%;
    min-height: auto;
    margin:0;
    padding: 0;
}
#navigation_bottom .dropdown-menu{
	display: block;
	top:-2px;
	background: url(/assets/media/hover_bg.png);
    position: relative; /*MITKUUUUUU, DO NOT TOUCH*/
    width: 100%;
    z-index: 150;
	padding: 5px;
    margin-top:0;
    float: right;
}
#navigation_bottom .dropdown-menu:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
#navigation_bottom .dropdown-menu li{
	background: none;
	width: 19%;
    float: left;
	margin: 10px 3%;
	overflow: hidden;

}
.bottom_toggle .header_bottom i{
    color:#f3ac08 !important;
}
#navigation_bottom .interactive{
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
#navigation_bottom .map360{
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
#navigation_bottom .software{
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
#navigation_bottom .gpsmaps{
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

#navigation_bottom .dropdown-menu li a{
	text-align: center;
    transition: all 0.2s ease 0s;
}
#navigation_bottom .dropdown-menu li a i{
	width: 115px;
	height: 115px;
	line-height: 115px;
	/*background: #fff;*/
	color: #4b8020;
	text-align: center;
	border-radius: 100%;
	
}
#navigation_bottom .dropdown-menu li a .circle_wrap{
    width: 115px;
    height: 115px;
    line-height: 115px;
    background: #fff;
    border-radius: 100%;
    float: none;
    margin: 0 auto;
    border:1px solid white;
}

#navigation_bottom .dropdown-menu li a div.text{
	width: 100%;
	color: #fff;
	white-space: normal;
	word-break: normal;
	word-wrap: break-word;
	display: block;
	margin-bottom: 15px;
}
#navigation_secondary .right{
    border-bottom: 1px solid #608c3b;
    position: relative;
    top: 1px;
    float: left !important;
    width: 100%;
}
#navigation_bottom .dropdown-menu li:hover a,
#navigation_bottom .dropdown-menu li.active a{
	background: none;
}
#navigation_bottom .dropdown-menu li:hover a i,
#navigation_bottom .dropdown-menu li.active a i{
	color: #f3ac08;
}
#navigation_bottom .dropdown-menu .map360 i{
    background:url("../media/360deg.png");
    background-repeat: no-repeat !important;
    background-position: center;
}
#navigation_bottom .dropdown-menu .map360:hover i{
    background:url("../media/360deg_og.png");
    background-repeat: no-repeat !important;
    background-position: center;
}
#navigation_bottom .dropdown-menu .gpsmaps i{
    background:url("../media/map_gn.png");
    background-repeat: no-repeat !important;
    background-position: center;
}
#navigation_bottom .dropdown-menu .gpsmaps:hover i{
    background:url("../media/map_og.png");
    background-repeat: no-repeat !important;
    background-position: center;
}
.fa-spin-hover:hover {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/*
#navigation_bottom .rotate-now a i {
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#navigation_bottom .rotate-now a:hover i,
#navigation_bottom .rotate-now a:focus i {
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}*/

#navigation_bottom .dropdown-menu li.rotate-now a i {
    transition: transform 2s ease 0s;
    transform: rotate(360deg);
}
#bottom_nav .level-1{
    display: none;
    float: left;
    position: absolute;
    list-style-type: none;
    min-width: 340px;
    max-width:340px;
    padding: 0;
    background:url("/assets/media/submenu_transparent.png") !important;
    background-repeat: repeat;
    background-color: transparent !important;
    border-top:2px solid #2A5C01;
	z-index:2;
}
#bottom_nav .goSub,
#bottom_nav .level-1 .goSub{
    display: none;
    position: absolute;
    width:15%;
    float: right;
    right: 0;
}
#bottom_nav  .hasArrow .goSub{
    display: block ;
}
#bottom_nav .submenu li a{
    color:#4b8020;
    display: block;
    width:100%;
    height: 45px;
    line-height: 27px;
    font-size: 14px;
}
#bottom_nav .submenu:before{
    padding-top: 10px;
}
#bottom_nav .submenu .divider{
    display: none;
}
#bottom_nav .submenu li:hover a{
    background: #4b8020 !important;
    color:#fff;
    text-decoration: none;
}
#bottom_nav .submenu li{
    float: left;
    position: relative;
    width:100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin:0;
    background:url("/assets/media/submenu_transparent.png") !important;

    background:none;
    border-bottom: 1px solid #c5d8b5;
}
#bottom_nav .submenu li:last-child{
    border-bottom: none;
}
#bottom_nav ul li:hover .submenu{
    display: block;
}

/*SLIDER*/
#slider{
    width:100%;
    padding:0;
    position: relative;
    overflow: visible !important;


}
#slider .slider_holder{
    width:100%;
    position:relative;

}
.fullwidthbanner-container{
    border-top:1px solid #fff;
}
.fullwidthbanner-container .fullwidthbanner{

}
.tp-leftarrow.default{
	width:100px !important;
}
.tp-rightarrow.default{
	width:100px !important;
}
.tp-bullets{
	background: #4b8020;
	padding: 10px 25px;
	border-radius: 20px 20px 0 0;
    bottom:0 !important;
}
.tp-bullets .bullet {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #fff !important;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    height: 10px !important;
    margin-bottom: 0 !important;
    margin-right: 20px !important;
    position: relative !important;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 10px !important;
}
.tp-bannertimer{
    bottom:-5px;
    top:auto !important;
}
.tp-bullets .bullet.selected{
	background: none repeat scroll 0 0 #4b8020;
}
.tp-bullets.simplebullets.round .bullet.last{
	margin-right: 0 !important;
}

#slider .border_shadow{
    height:20px;
    width:100%;
    background-color:#4b8020;
    position: relative;
    float: left;
	z-index:299;
}
#slider .shadow{
    background:url("../media/main_shadow.png");
    background-repeat: no-repeat;
    height: 70px;
    position: relative;
    float: left;
    width:100%;
}
#slider .orange_back{
    background:url("../media/orange_back.png");
    background-repeat: no-repeat;
    height:90px;
    line-height: 80px;
    text-align: center;
    min-width:265px;
}
#slider .orange_back_big{
    background:url("../media/slider/slide_1_og.png");
    background-repeat: no-repeat;
    height:110px;
    line-height: 131px;
    text-align: center;
    min-width:490px;
}

#slider .circle_gn{
    background:url("../media/slider/slide_1_circle.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;

}
.lang_en #slider .circle_gn_en{
    background-size: 220px auto;
}
.lang_en #slider ul li:first-child div:nth-child(2){

}

#slider .circle_gn_en{
    background:url("../media/slider/EN/slide_1_circle.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;
}
.lang_en #slider .circle_gn_en{

}

#slider .circle_gn_ru{
    background:url("../media/slider/RU/slide_1_circle.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;

}

#slider .circle_bl{
    background:url("../media/slider/slide_1_circle2.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;

}
#slider .circle_bl_en{
    background:url("../media/slider/EN/slide_1_circle2.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;

}
#slider .circle_bl_ru{
    background:url("../media/slider/RU/slide_1_circle2.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;

}
#slider .circle_oa{
     background:url("../media/slider/circel_oa.png");
     background-repeat: no-repeat;
     height:400px;
     line-height: 40px;
     text-align: center;
     min-width:237px;
     font-size: 27px;

 }
#slider .circle_oa_en{
    background:url("../media/slider/EN/circel_oa.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;

}

#slider .circle_oa_ru{
    background:url("../media/slider/RU/circel_oa.png");
    background-repeat: no-repeat;
    height:400px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
    font-size: 27px;

}
#slider .fig_bg{
    background:url("../media/slider/sl_bg.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
}
#slider .fig_bg_en{
    background:url("../media/slider/EN/sl_bg.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
}
#slider .fig_bg_ru{
    background:url("../media/slider/RU/sl_bg.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:237px;
}
#slider .fig_bp{
    background:url("../media/slider/sl_bp.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:400px;
}
#slider .fig_bp_en{
    background:url("../media/slider/EN/sl_bp.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:400px;
}
#slider .fig_bp_ru{
    background:url("../media/slider/RU/sl_bp.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:400px;
}
#slider .fig_ep{
    background:url("../media/slider/sl_ep.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:400px;
}
#slider .fig_ep_en{
    background:url("../media/slider/EN/sl_ep.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:400px;
}
#slider .fig_ep_ru{
    background:url("../media/slider/RU/sl_ep.png");
    background-repeat: no-repeat;
    height:100px;
    line-height: 40px;
    text-align: center;
    min-width:400px;
}
.tp-caption{
    font-size: 40pt;
    font-family:Helvetica;
    font-weight: bold;
    color:#fff;
    letter-spacing: 0;
}
.fullwidthbanner-container {
    max-height: 700px;
    width: 100%;
    padding: 0;
}
.fullwidthbanner{}

/*-------------------------------*\
   HOMEPAGE START
\*-------------------------------*/


#main .content_block{
    width:100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.page_home #news{
    float: left;
    position: relative;
    width:49%;
    background:url("../media/transparent_back_wh.png");
    background-repeat: repeat;
    margin-right: 2%;
    padding:10px 7px;
    max-height: 332px;
    min-height: 332px;
}
.page_home #buletin{
    float: left;
    position: relative;
    width:49%;
    background:url("../media/transparent_back_wh.png");
    background-repeat: repeat;
    padding:10px 7px;
    max-height: 332px;
    min-height: 332px;
}
.page_home #news .left{
    float: left;
    position: relative;
    width:20%;
    background:#fff;
    height:312px;
}
.page_home #news .right{
    float: left;
    position: relative;
    width:80%;
    padding-left: 7px;
}
.page_home #news .left .wrap{
    float: left;
    position: relative;
    width:100%;
    margin:108% 0;
}
.page_home #news .left i{
    color:#4b8020;
    width:100%;
    text-align: center;
}
.page_home #news .left .name{
    width:100%;
    text-align: center;
    color:#7ba15d;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    float: left;
}
.page_home #news .right ul{
    list-style-type: none;
    float: left;
    width:100%;
    position: relative;
    padding: 0;
    margin:0;
}
.page_home #news .right ul li{
    float: left;
    position: relative;
    width:100%;
    height:75px;
    max-height: 75px;
    overflow: hidden;
}
.page_home #news .right ul li a{
    display: block;
    width:100%;
    margin:3.6% 0;
    overflow: hidden;
    max-height: 60px;
}
.page_home #news .right ul li a i{
    float: left;
    width:10%;
    padding: 15px;
    color:#9a9a99;
}
.page_home #news .right ul li a .title{
    float: left;
    width:90%;
    color:#7f7f7f;
    max-height: 44px;
    overflow: hidden;
}
.page_home #news .right .divider{
    float: left;
    position: relative;
    width:100%;
    height: 4px;
    background: url("../media/hr_grey.png");
    background-repeat: no-repeat;
}
.page_home #news .right ul li:hover a{
    background:#4b8020;
    color:white;
}
.page_home #news .right ul li:hover a i,
.page_home #news .right ul li:hover a .title{
    color:White;
}

.page_home #buletin .left{
    float: left;
    position: relative;
    width:20%;
    background:#fff;
    height:312px;
}
.page_home #buletin .right{
    float: left;
    position: relative;
    width:80%;
    padding-left: 7px;
}
.page_home #buletin .left .wrap{
    float: left;
    position: relative;
    width:100%;
    margin:108% 0;
}
.page_home #buletin .left i{
    color:#4b8020;
    width:100%;
    text-align: center;
}
.page_home #buletin .left .name{
    width:100%;
    text-align: center;
    color:#7ba15d;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    float: left;
}
.page_home #buletin .right ul{
    list-style-type: none;
    float: left;
    width:100%;
    position: relative;
    padding: 0;
    margin:0;
}
.page_home #buletin .right ul li{
    float:left;
    display:inline;
    position: relative;
    width:48%;
    height:65px;
    max-height: 62.5px;
    overflow: hidden;
}
.page_home #buletin .right  .divider{

}
.page_home #buletin .right ul li i{
    color:red;
    width:33%;
    float: left;
    padding: 15px;
}
.page_home #buletin .right ul li:nth-child(odd){
    margin-right: 4%;
}
.page_home #buletin .right ul li a{
    display: block;
    height: 65px;
    overflow: hidden;
    padding-left: 11%;
}
.page_home #buletin .right ul li .title{
    width:65%;
    float: left;
    position: relative;
    margin-top:5%;
    color:#9e9e9e;
    font-size: 15px;
    font-family: Arial, Verdana, Sans-serif;
    font-weight: bold;
}
.page_home #buletin .right ul li .size{
    width:65%;
    float: left;
    position: relative;
    color:#9e9e9e;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-serif;
}
.page_home #buletin .right .divider{
    float: left;
    position: absolute;
    width:10px;
    height: 312px;
    background: url("../media/news_dashed_border.png");
    background-repeat: no-repeat;
    right:206px;
}
.page_home #buletin .right ul li:hover{
    background:#4b8020;
}
.page_home #buletin .right ul li:hover .title{
    color:White;
}
.page_home #buletin .right ul li:hover .size{
    color:White;
}


/*carousel hp*/
.page_home #slider_animals{
	width: 100%;
	background:url("../media/transparent_back_wh.png");
}
.page_home #slider_animals .carousel-box{
	height: 180px;
	
}
.page_home #slider_animals .carousel-box .controls{
	float: left;
    width: 40px;
	text-align: center;
	height: 170px;
	line-height: 170px;
	margin: 5px;
	background: #fdfdfd;
	color: #e8eae6;
}
.page_home #slider_animals .carousel-box .controls:hover {
	color: #4b8020;
	cursor: pointer;
}
.page_home #slider_animals .carousel-box .carousel-holder{
	float: left;
    width: 1040px;
}
.page_home #slider_animals .carousel-box .carousel-holder ul{
	padding: 0;
}
.page_home #slider_animals .carousel-box .carousel-holder ul li{
	float: left;
	list-style: outside none none;
}
.page_home #slider_animals .carousel-box .carousel-holder ul li .carousel-item{
	background: #f4f6f4;
	width: 159.4px;
	height: 169px;
	border: 1px solid #dcdfdc;
	margin: 6px 7px;
	padding: 15px 12px;
    cursor: pointer;
}
.page_home #slider_animals .carousel-box .carousel-holder ul li .carousel-item .ci-image{
	width: 100%;
}
.page_home #slider_animals .carousel-box .carousel-holder ul li .carousel-item .ci-image img{
	width: 100%;
	max-height: 86px;
}
.page_home #slider_animals .carousel-box .carousel-holder ul li .carousel-item .ci-title{
	text-align: center;
	height: 30px;
	overflow: hidden;
	margin-top: 15px;
    cursor: pointer;
}
.page_home #slider_animals .carousel-box .carousel-holder ul li .carousel-item .ci-title a{
	color: #a09e9e;
	font-size: 18px;
	width: 100%;
	
}
.page_home #slider_animals .carousel-box .carousel-holder ul li .carousel-item:hover{
	background: #4b8020;
}
.page_home #slider_animals .carousel-box .carousel-holder ul li .carousel-item:hover .ci-title a{
	color: #fff;
}

/*anketi*/
.page_home  #polls{
	float: left;
	width: 100%;
	padding: 10px 7px;
	background:url("../media/transparent_back_wh.png");

}
.page_home  #polls .divider{
    float: left;
    position: absolute;
    width: 10px;
    height: 312px;
    background: transparent url("../media/news_dashed_border.png") no-repeat scroll 0% 0%;
    left: 508px;
}
.page_home  #polls .left{
	background: none repeat scroll 0 0 #fff;
    float: left;
    height: 312px;
    position: relative;
    width: 10%;
}
.page_home  #polls .left .wrap{
	float: left;
    margin: 108% 0;
    position: relative;
    width: 100%;
}
.page_home  #polls .left .wrap a{
	
}
.page_home  #polls .left .wrap a i{
	color: #4b8020;
    text-align: center;
    width: 100%;
}
.page_home  #polls .left .wrap a .name{
	color: #4b8020;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.page_home  #polls .right{
	width: 90%;
	float: left;
    position: relative;
	padding-left: 10px;
}
.page_home  #polls .right ul{
	float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.page_home  #polls .right ul li{
	display: inline;
    float: left;
    overflow: hidden;
    position: relative;
    width: 48%;
}
.page_home  #polls .right ul li:nth-child(2n+1) {
    margin-right: 4%;
}
.page_home  #polls .right ul li .poll-item{
	height: 90px;
	float: left;
	width: 100%;
	padding: 10px 8px 0;
	margin-bottom: 10px;
	font-size: 12px;
}
.page_home  #polls .right ul li .poll-item:hover{
	background: #f8faf8;
}
.page_home  #polls .right ul li .poll-item .pi-left{
	height: 80px;
	float: left;
	width: 70%;
}
.page_home  #polls .right ul li .poll-item .pi-left .pi-title{
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.page_home  #polls .right ul li .poll-item .pi-left .pi-title a{
	width: 100%;
	color: #7f7f7f;
}
.page_home  #polls .right ul li .poll-item .pi-left .pi-vote{
	width: 100%;
	height: 20px;
}
.page_home  #polls .right ul li .poll-item .pi-left .pi-vote a{
	width: 100%;
	color: #9a9a99;
	text-decoration: underline;
}
.page_home  #polls .right ul li .poll-item .pi-right{
	height: 80px;
	float: left;
	width: 28%;
	margin-left: 5px;
}
.page_home  #polls .right ul li .poll-item .pi-right .pi-status{
	width: 100%;
	height: 60px;
}
.page_home  #polls .right ul li .poll-item .pi-right .pi-status i.fa{
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
	float: left;
	color: #9a9a99;
}
.page_home  #polls .right ul li .poll-item .pi-right .pi-status .pi-status-name{
	font-size: 20px;
	color: #9a9a99;
	float: left;
	height: 42px;
    line-height: 42px;
	margin-left: 3px;
}
.page_home  #polls .right ul li .poll-item .pi-right .pi-date{
	width: 100%;
	height: 20px;
	color: #9a9a99;
	text-decoration: underline;
}
.page_home  #polls .right ul li .divider{
	background: url("../media/hr_grey.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 4px;
    position: relative;
    width: 100%;
}
.page_home .caroufredsel_wrapper{
    width:100%;
}

.page_home #polls.single-row .left{
	height: 100px;
}
.page_home #polls.single-row .left .wrap{
	margin: 11% 0;
}
.page_home #polls.double-row .left{
	height: 205px;
}
.page_home #polls.double-row .left .wrap{
	margin: 57% 0;
}

/*FOOTER*/
#footer{
	float: left;
    position: relative;
    width: 100%;
}
#footer #footer-holder{
	float: left;
    position: relative;
    width: 100%;
}
#footer .top-line{
	background: url("/assets/media/footer/top_line.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 7px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
#footer .light-line{
	background: url("/assets/media/footer/light_bg.png");
	float: left;
    position: relative;
    width: 100%;

}
#footer .dark-line{
	background: url("/assets/media/footer/dark_bg.png");
	float: left;
    position: relative;
    width: 100%;
	min-height: 190px;
}
#footer .dark-line .categories{
	margin-bottom: 40px;
	float: left;
}
#footer .dark-line .categories #menu{
	
}
#footer .dark-line .categories #menu .menu-box{
	padding: 5px;
	margin-right: 20px;
	
	background: url("/assets/media/footer/divider.jpg");
	background-position: right top;
	background-repeat: repeat-y;
	
	margin-top: 20px;
	width: 22%;
	float: left;
}
#footer .dark-line .categories #menu .menu-box h3{
	font-size: 14px;
	color: #c2c2c2;
	margin-top: 0;
	font-weight: bold;
}
#footer .dark-line .categories #menu .menu-box ul{
	padding: 0;
}
#footer .dark-line .categories #menu .menu-box ul li{
	list-style: outside none none;
	font-size: 12px;
	color: #c2c2c2;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}
#footer .dark-line .categories #menu .menu-box ul li i.fa{
	float: left;
	width: 15px;
}
#footer .dark-line .categories #menu .menu-box ul li a{
	color: #c2c2c2;
	float: left;
	margin-left: 2px;
	width: 145px;
}
#footer .dark-line .categories #menu .menu-box .divider{
	width: 3px;
	height: auto;
	min-height: 1px;
	
}
#footer .dark-line .categories #subscription{
	
}
#footer .dark-line .categories #subscription h3{
    font-size: 18px;
    color:#a7a7a7;
    font-weight: bold;
    font-family: Arial "Myriad Pro Bold";
    margin:29px 0 20px 0;
}
#footer .dark-line .categories #subscription #f_email{
    min-width:195px;
    height:32px;
    background:url("../media/input_grey.png");
    background-repeat: repeat;
    border:1px solid #767676;
    margin-bottom: 15px;
    color:#989696;
    text-indent: 25px;
}
#footer .dark-line .categories #subscription .btn{
    min-width:195px;
    height:32px;
    background:url("../media/input_grey.png");
    background-repeat: repeat;
    border:1px solid #767676;
    margin-bottom: 15px;
    color:#989696;
    text-indent: 15px;
    border-radius:0;
    max-width:195px;
}

#footer .dark-line .categories #subscription .dropdown-menu{
    top: 146px;
    left: 14px;
}
#footer .dark-line .categories #subscription .submit_btn{
    width:102px;
    height:26px;
    background:#c0c1c0;
    color:#3c3d3c;
    border:medium none;
    float: right;
    margin-right: 61px;
}

#footer .dark-line .categories #subscription .btn .caret{
    float: right;
    position: relative;
    left: 15px;
    top: -10px;
}
#footer .dark-line .socials{
    float: left;
    position: relative;
    width: 20%;
    margin-bottom: 42px;
    margin-left: 2%;
}
#footer .dark-line .socials a{
    display: inline-block;

    width:23%;
    cursor: pointer;
    color:#fff;
}

#footer-logos{
    width:100%;
    float: left;
    position: relative;
}
#footer-logos ul{
    width:100%;
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer-logos ul li{
    width:15%;
    float: left;
    position: relative;
    margin: 1.9% 2% 1.9% 0;
    height: 135px;
    max-height: 135px;
}
#footer-logos ul li:last-child{
    margin-right: 0;
}
#footer-logos ul li a{
    display: block;
}
#footer-logos ul li a img{
    float: none;
    margin:0 auto;
    display: block;
}
#footer-logos ul .no_link a{
    cursor:default;
}
#footer .footer-desc{
    float: left;
    position: relative;
    width:100%;
    text-align: center;
    font-size: 16px;
    margin:10px 0;
}
/*
.btn-google-plus:hover i{
    color:#dd4b39;


}
.btn-twitter:hover i{
    color:#00aced;


}
.btn-facebook:hover i{
    color:#3B5998;
}*/



/*-------------------------------*\
   HOMEPAGE END
\*-------------------------------*/



/*-------------------------------*\
   GALLERY LIST START
\*-------------------------------*/

.navbot_shadow{
    background: url("/assets/media/gallery_shadow.png");
    background-repeat: no-repeat;
    width:100%;
    height:75px;
    float: left;
    position: relative;
    top:-5px;
    display: none;
}
.page_gallery_list .gl_shadow{
    background: url("/assets/media/gallery_shadow.png");
    background-repeat: no-repeat;
    width:100%;
    height:75px;
    float: left;
    position: relative;
    top: -2px;
    display: none;
}
.page_gallery_list .navbot_shadow,
.page_accommodation_list .navbot_shadow{
    display: block;
}
.page_gallery_list #gallery{
    float: left;
    position: relative;
    width:100%;
    margin-bottom: 100px;
}
.page_gallery_list #gallery .wrapper{
    float: left;
    position: relative;
    width:100%;
    background-repeat: repeat;
    margin-top:300px;
}
.page_gallery_list #gallery .wrapper .wrapper-inner{
    float: left;
    position: relative;
	width: 100%;
}
.page_gallery_list #gallery .wrapper .crumbs{
	background: none repeat scroll 0 0 #fbfbfa;
    margin-bottom: 10px;
    padding: 10px;
}
.page_gallery_list #gallery .list{
	background: url("/assets/media/gallery_back.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding: 55px 95px;
    position: relative;
	width: 100%;
}
.page_gallery_list #gallery .list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.page_gallery_list #gallery .list ul li{
    min-width: 282px;
    max-width: 282px;
    min-height: 480px;
    max-height: 480px;
    float: left;
    position: relative;
    margin-right: 5.36%;
    background: #fff;
    margin-bottom: 65px;
}
.page_gallery_list #gallery .list ul li .box{
    background: #fff;
}
.page_gallery_list #gallery .list ul li:nth-child(3n){
    margin-right: 0;
}
.page_gallery_list #gallery .list ul li .image{
    float: left;
    position: relative;
    width:100%;
    max-height: 271px;
	overflow: hidden;
}
.page_gallery_list #gallery .list ul li .image img{
    width:100%;
}
.page_gallery_list #gallery .list ul li .title{
    width:100%;
    float: left;
    position: relative;
    margin:20px 0;
    text-align: center;
    color:#262626;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page_gallery_list #gallery .list ul li .description_small{
    float: left;
    position: relative;
    width:100%;
    margin-bottom: 30px;
    color:#8C8C8C;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 128px;
    padding:10px 20px 20px 20px;
}
.page_gallery_list #gallery .list ul li:hover .title,
.page_gallery_list #gallery .list ul li:hover .description_small{
    color:#fff;
}
.page_gallery_list #gallery .list ul li .description_small p{
    color:#8C8C8C;
    font-size: 14px;
}
.page_gallery_list #gallery .list ul li:hover .image .view_gallery{
    display: block;
    min-height: 271px;
    top:0;
}
.page_gallery_list #gallery .view_gallery{
    float: left;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 1px;
    top: 130px;
    color:#fff;
    display: none;
    z-index: 999;
    cursor: pointer;
}
.page_gallery_list #gallery .view_gallery i{
    color:#fff;
    line-height: 271px;
}

.page_gallery_list #navigation_bottom .dropdown-menu,
.page_accommodation_list #navigation_bottom .dropdown-menu{
    background: url("/assets/media/contact/nav_bottom.png") repeat scroll 0% 0% transparent;
}
#gallery_holder{
    display: none;
}

/*-------------------------------*\
   GALLERY LIST END
\*-------------------------------*/

/*-------------------------------*\
   ACCOMMODATION START
\*-------------------------------*/

.page_accommodation_list #accommodation{
    float: left;
    position: relative;
    width:100%;
    margin-top:300px;
}
.page_bulletin_list #bulletin-list .bulletin-item .top .title{
    max-height: 20px;
    overflow: hidden;
}

.page_accommodation_list  .crumbs .left,
.page_gallery_list .crumbs .left,
.page_video_list .crumbs .left,
.page_links_list .crumbs .left,
.page_bulletin_list .crumbs .left,
.page_documents_list .crumbs .left{
    width:30%;
}
.page_accommodation_list  .crumbs,
.page_links_list .crumbs,
.page_bulletin_list .crumbs,
.page_documents_list .crumbs{
    background: #FBFBFA none repeat scroll 0px 0px;
    padding: 10px;
    margin-bottom: 70px;
}
.page_accommodation_list .crumbs .middle,
.page_gallery_list .crumbs .middle,
.page_video_list .crumbs .middle,
.page_links_list .crumbs .middle,
.page_bulletin_list .crumbs .middle,
.page_documents_list .crumbs .middle{
    width: 40%;
    float: left;
}
.page_accommodation_list .accommodations_list{
    width:100%;
    float: left;
    position: relative;
}
.page_accommodation_list .accommodations_list .acc_place{
    float: left;
    position: relative;
    width:100%;
    background: rgba(0, 0, 0, 0) url("/assets/media/news/bg.png") repeat scroll 0 0;
    margin-bottom: 40px;
    padding:25px 20px;
}
.page_accommodation_list  .title_bar{
    background: #FBFBFA none repeat scroll 0px 0px;
    padding: 5px;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.page_accommodation_list .title_bar .name{
    text-align: center;
    color:#316c00;
    font-size: 16px;
}
.page_accommodation_list .acc_place .wrapper{
    float: left;
    position: relative;
    width:49%;
   /* background: url("/assets/media/overlay_acc.png");*/
    background: rgba(255,255,255, 0.5);

    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    vertical-align: middle;

}
.page_accommodation_list .acc_place .wrapper:hover{
    background: #fff;
}
.page_accommodation_list .acc_place .wrapper:nth-last-of-type(-n+2){
    margin-bottom: 0;
}
.page_accommodation_list .acc_place .wrapper:nth-child(2n){
    margin-right: 0;
}
.page_accommodation_list .acc_place .left{
    float: left;
    position: relative;
    width: 22.5%;
    padding: 15px;
}
.page_accommodation_list .acc_place .left .img{
    float: left;
    position: relative;
    width:90px;
    max-height: 153px;
    overflow: hidden;

}
.page_accommodation_list .acc_place .left .img img{
    width:100%;
}
.page_accommodation_list .acc_place .right{
    float: left;
    position: relative;
    width:77.5%;
    padding:15px;
}
.page_accommodation_list .acc_place .right div{
    color:#8ba476;
}
.page_accommodation_list .acc_place .right i{
    color:#316c00;
    margin-right: 10px;
}
.page_accommodation_list .acc_place .right .owner{
    color:#316c00;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1d1b3;
    font-size: 16px;
    margin-bottom: 10px;
    max-height: 33px;
    width:70%;
    overflow: hidden;
}
.page_accommodation_list .acc_place .right .brand{
    width: 83px;
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
}
.page_accommodation_list .acc_place .right .gsm,
.page_accommodation_list .acc_place .right .tel,
.page_accommodation_list .acc_place .right .desc{
    margin-bottom: 10px;
    width:100%;
    max-height: 20px;
    overflow: hidden;
}

/*-------------------------------*\
   ACCOMMODATION END
\*-------------------------------*/

/*-------------------------------*\
   GALLERY VIDEO LIST START
\*-------------------------------*/

.navbot_shadow{
    background: url("/assets/media/gallery_shadow.png");
    background-repeat: no-repeat;
    width:100%;
    height:75px;
    float: left;
    position: relative;
    top:-5px;
    display: none;
}
.page_video_list .gl_shadow{
    background: url("/assets/media/gallery_shadow.png");
    background-repeat: no-repeat;
    width:100%;
    height:75px;
    float: left;
    position: relative;
    top: -2px;
    display: none;
}
.page_video_list .navbot_shadow{
    display: block;
}
.page_video_list #video_gallery{
    float: left;
    position: relative;
    width:100%;
    margin-bottom: 100px;
}
.page_video_list #video_gallery .wrapper{
    float: left;
    position: relative;
    width:100%;
    background-repeat: repeat;
    margin-top:300px;
}
.page_video_list #video_gallery .wrapper .wrapper-inner{
    float: left;
    position: relative;
	width: 100%;
}
.page_video_list #video_gallery .wrapper .crumbs{
	background: none repeat scroll 0 0 #fbfbfa;
    margin-bottom: 10px;
    padding: 10px;
}
.page_video_list #video_gallery .list{
	background: url("/assets/media/gallery_back.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding: 55px 95px;
    position: relative;
	width: 100%;
}
.page_video_list #video_gallery .list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.page_video_list #video_gallery .list ul li{
    min-width: 282px;
    max-width: 282px;
    min-height: 480px;
    max-height: 480px;
    float: left;
    position: relative;
    margin-right: 5.36%;
    background: #fff;
    margin-bottom: 65px;
}
.page_video_list #video_gallery .list ul li .box{
    background: #fff;
}
.page_video_list #video_gallery .list ul li:nth-child(3n){
    margin-right: 0;
}
.page_video_list #video_gallery .list ul li .image{
    float: left;
    position: relative;
    width:100%;
    max-height: 271px;
    overflow: hidden;
}
.page_video_list #video_gallery .list ul li .image img{
    width:100%;
}
.page_video_list #video_gallery .list ul li .title{
    width:100%;
    float: left;
    position: relative;
    margin:20px 0;
    text-align: center;
    color:#262626;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page_video_list #video_gallery .list ul li .description_small{
    float: left;
    position: relative;
    width:100%;
    margin-bottom: 30px;
    color:#8C8C8C;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 117px;
    padding:20px;
}
.page_video_list #video_gallery .list ul li:hover .title,
.page_video_list #video_gallery .list ul li:hover .description_small{
    color:#fff;
}
.page_video_list #video_gallery .list ul li .description_small p{
    color:#8C8C8C;
    font-size: 14px;
}
.page_video_list #video_gallery .list ul li:hover .image .view_gallery{
    display: block;
    min-height: 271px;
    top:0;
}
.page_video_list #video_gallery .view_gallery{
    float: left;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 1px;
    top: 130px;
    color:#fff;
    display: none;
    z-index: 999;
    cursor: pointer;
}
.page_video_list #video_gallery .view_gallery i{
    color:#fff;
    line-height: 271px;
}

.page_video_list #navigation_bottom .dropdown-menu{
    background: url("/assets/media/contact/nav_bottom.png") repeat scroll 0% 0% transparent;
}



/*-------------------------------*\
   GALLERY VIDEO LIST END
\*-------------------------------*/


/*-------------------------------*\
   MAP 360 START
\*-------------------------------*/

.page_map360_list .map360{
    float: left;
    position: relative;
    width:100%;
}
.page_map360_list .map360 .wrapper{
    float: left;
    position: relative;
    width:100%;
}
.page_map360_list .map360 .wrapper .map{
    float: left;
    position: relative;
    width:100%;

}
.page_map360_list .map360 .wrapper .map img{
    width:100%;
}






/*-------------------------------*\
   MAP 360 END
\*-------------------------------*/


/*-------------------------------*\
   INTERNET EXPLORER FIXES START
\*-------------------------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

/*-------------------------------*\
   INTERNET EXPLORER FIXES END
\*-------------------------------*/





/*-------------------------------*\
   CHROME FIXES START
\*-------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/*-------------------------------*\
   CHROME FIXES END
\*-------------------------------*/


/*-------------------------------*\
   HOVER EFFECTS
\*-------------------------------*/


/* FADE */
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #99cc00 !important;
    color: white !important;
}

/* SWEEP TO RIGHT */
.hvr-sweep-to-right  {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.6);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Appear From Bottom */
@keyframes afb {
    from { opacity: 0; transform: translateY(100px); }
    to { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes afb {
    from { opacity: 0; -webkit-transform: translateY(100px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}
.animate_afb {
    opacity: 0;
}
.animate_afb.animate_start {
    -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;
    animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;
    opacity: 1;
}

#bottom_nav  li:hover  .level-1{
    animation-duration:0.5s;
    animation-name: afb;
    -webkit-animation:afb 0.5s;
    -moz-animation:  afb 0.5s;
    -o-animation:    afb 0.5s;
    animation:      afb 0.5s;
}
#bottom_nav li .level-1 li .level-2{
    display: none ;
    list-style-type: none;
    float: left;
    left: 338px;
    position: absolute;
    min-width: 340px;
    max-width:340px;
    top:-1px;
    padding: 0;
    background:url("/assets/media/submenu_transparent.png") !important;
    background-repeat: repeat;
    background-color: transparent !important !important;
    border:1px solid #c5d8b5;
    /*border:1px solid transparent;*/
    margin-left: 2px;
    border-top:1px solid #2A5C01;
	z-index: 1;
}
#bottom_nav li .level-1 li .level-2 li{
    left: -10px;
    margin-left: 10px;
}
#bottom_nav li .level-1 li .level-2 li:hover{
    background:#7fb752;
}
#bottom_nav li .level-1 li .level-2 a{
    background-color: transparent !important;
    color:#4b8020; /*2A5C01*/
    font-size: 14px;
}
#bottom_nav li .level-1 li .level-2 li:hover a{
    /*color:#7fb752;*/
	background: #4b8020 !important;;
	color: #fff;
}

#bottom_nav li .level-1 li .level-2 .goSub{
    display: none;
}

#bottom_nav .hasArrow:hover .level-2{
    display: block  !important;
    animation-duration:0.5s;
    animation-name: afl;
    -webkit-animation:afl 0.5s ;
    -moz-animation:  afl 0.5s ;
    -o-animation:    afl 0.5s ;
    animation:      afl 0.5s;

}


/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mk_top_to_bottom {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mk_top_to_bottom {
    0% {
        -o-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mk_top_to_bottom {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* Appear From Left */
@keyframes afl {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes afl {
    from { opacity: 0; -webkit-transform: translateX(-100px); }
    to { opacity: 1; -webkit-transform: translateX(0); }
}
.animate_afl {
    opacity: 0;
}
.animate_afl.animate_start {
    -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;
    animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;
    opacity: 1;
}

/* Appear From Top */
@keyframes aft {
    from { opacity: 0; transform: translateY(-100px); }
    to { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes aft {
    from { opacity: 0; -webkit-transform: translateY(-100px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}
.animate_aft {
    opacity: 0;
}
.animate_aft.animate_start {
    -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;
    animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;
    opacity: 1;
}


/*CRUMBS*/
.crumbs{
	float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.crumbs .left {
    float: left;
    width: 70%;
}
.crumbs .left ul {
    padding: 0;
	margin: 0;
}
.crumbs .left ul li {
    display: inline-block;
}
.crumbs .left ul li a {
    color: #47662e;
	font-size: 15px;
}
.crumbs .left ul li.divider {
    color: #47662e;
    margin: 0 5px;
}
.crumbs .middle h2{
	color: #316c00;
	font-size: 21px;
    margin: 0;
    text-align: center;
}
.crumbs .right {
    float: right;
    width: 20%;
}
.crumbs .right .icon {
    float: right;
    height: 25px;
    line-height: 25px;
    position: relative;
    width: auto;
}
.crumbs .right .icon i {
    color: #47662e;
    float: left;
    line-height: 25px;
}
.crumbs .right .icon span {
    color: #316c00;
	float: left;
    line-height: 25px;
}
.crumbs .right .date i {
    margin-right: 5px;
}
.crumbs .right .divider {
    background: none repeat scroll 0 0 #47662e;
    float: right;
    height: 25px;
    margin: 0 15px;
    position: relative;
    width: 1px;
}
.crumbs .right .icon:hover i{
	color: #ff9c00;
}

/*SIMPLE PAGE LAYOUT*/
.simple-page{
	
}
.simple-page .simple-container{
	background: url("/assets/media/news/bg.png");
	border: 1px solid #f2f1f1;
    border-radius: 3px;
	margin-bottom: 80px;
	float: left;
	padding: 0 15px;
    width:100%;
}
.simple-page .simple-inner{
	float: left;
	position: relative;
	width: 100%;
}
.simple-page .simple-crumbs{
	float: left;
	position: relative;
	width: 100%;
}
.simple-page .simple-data{
	float: left;
	position: relative;
	width: 100%;
}
.simple-page .simple-data .simple-title{
	background: #fbfbfa;
    float: left;
    margin-bottom: 20px;
    padding: 15px 20px;
    width: 100%;
}
.simple-page .simple-data .simple-title h2{
	color: #316c00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.simple-page .simple-data .simple-description{
	color: #506241;
    float: left;
    padding: 23px;
    text-align: justify;
    width: 100%;
}
.simple-page .simple-data .simple-description p{
	-webkit-animation: mk_fade 3s ; /* Safari 4+ */
    -moz-animation:    mk_fade 3s ; /* Fx 5+ */
    -o-animation:      mk_fade 3s ; /* Opera 12+ */
    animation: mk_fade 3s;
    text-align: justify;
	color: #8ba476;
}
.simple-page .simple-data .simple-description a{
	color: #8ba476;
	font-weight: bold;
}

/*NEWS*/
.page_news_list .crumbs{
	background: #fbfbfa;
	padding: 10px;
}
.page_news_list .crumbs .left{
	width: 30%;
}
.page_news_list .crumbs .middle{
	float: left;
    width: 40%;
}
.page_news_list .crumbs .middle h2{
    text-transform: uppercase;
}
.page_news_list #news-list{
	
}
.page_news_list #news-list .wrap{
	margin: 300px auto 0;
    position: relative;
    width: 100%;
}
.page_news_list #news-list .row-list{
	float: left;
	width: 100%;
}
.page_news_list #news-list .row-list .box{
	float: left;
	width: 100%;
	padding: 15px;
	background: url("/assets/media/news/bg.png");
	margin-bottom: 20px;
}
.page_news_list #news-list .row-list .box a{
	text-decoration: none;
}
.page_news_list #news-list .row-list .box .left{
	float: left;
	width: 20%;
	position: relative;
}
.page_news_list #news-list .row-list .box .picture{
	float: left;
	width: 98%;
	box-shadow: 4px 6px 6px #ccc;
	margin-bottom: 5px;
	max-height: 200px;
	overflow: hidden;
}
.page_news_list #news-list .row-list .box .picture img{
	float: left;
	width: 100%;
}
.page_news_list #news-list .row-list .box .right{
	float: right;
	width: 74%;
	position: relative;
	min-height: 180px;
	margin-right: 2%;
}
.page_news_list #news-list .row-list .box .title{
	float: left;
	width: 100%;
	position: relative;
}
.page_news_list #news-list .row-list .box .title h3{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #316c00;
	margin: 7px 0;
}
.page_news_list #news-list .row-list .box .divider-h{
	float: left;
	width: 100%;
	background: url("/assets/media/news/divider_h.png");
	height: 2px;
	margin-bottom: 10px;
	position: relative;
}
.page_news_list #news-list .row-list .box .description{
	float: left;
	width: 100%;
	position: relative;
	text-align: justify;
}
.page_news_list #news-list .row-list .box .description a{
	color: #8ba476;
}
.page_news_list #news-list .row-list .box .bottom{
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #316c00;
}
.page_news_list #news-list .row-list .box .date{
	float: left;
	width: auto;
	position: relative;
	height: 20px;
	margin-top: 9px;
}
.page_news_list #news-list .row-list .box .date i{
	float: left;
	width: auto;
	position: relative;
	height: 20px;
}
.page_news_list #news-list .row-list .box .date span{
	float: left;
	width: auto;
	position: relative;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
}
.page_news_list #news-list .row-list .box .divider-v{
	float: left;
	position: relative;
	width: 1px;
	background: #316c00;
	height: 25px;
	margin: 5px 15px;
}
.page_news_list #news-list .row-list .box .more{
	float: left;
	width: auto;
	position: relative;
}
.page_news_list #news-list .row-list .box .more a{
	float: left;
	width: 100%;
	color: #316c00;
	height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.page_news_list #news-list .row-list .box .more a span{
	float: left;
	width: auto;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
}
.page_news_list #news-list .row-list .box:hover{
	background: url("/assets/media/news/bg_hover.png");
}
.page_news_list #news-list .row-list .box .more:hover a{
	color: #ff9c00;
	text-decoration: none;
}

.page_news_list #news-list .row-pagination{
	float: left;
	width: 100%;
}

.page_news_single #news-inner{
	
}
.page_news_single #news-inner .wrap{
	margin: 300px auto 0;
    position: relative;
    width: 100%;
}

.page_news_single #navigation_bottom .dropdown-menu,
.page_news_list #navigation_bottom .dropdown-menu{
	background: url("/assets/media/contact/nav_bottom.png");
}
.page_news_single #navigation_bottom .navbot_shadow,
.page_news_list #navigation_bottom .navbot_shadow{
	display: block;
}

.modal_360{
    display: none;
    position: fixed;
    z-index: 99999;
}
.modal_360_opened{
    left: 50%;
    top:50%;
    margin-left: -400px;
    margin-top:-300px;
    padding: 10px;
    border-radius:6px;
    background-color:#eee;
    display: block;
}
.modal_360 .close{
    color: #FFF;
    font-size: 30px;
    z-index: 99999;
    position: absolute;
    top: -28px;
    right: -31px;
    background-image: url("/assets/media/close.png");
    background-repeat: no-repeat;
    opacity: 1;
    width: 30px;
    height: 30px;
}
#panorama-pop{

}
#panorama-pop .title{
    top: -30px;
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 1px;
}
#panorama-pop .desc{
    padding: 5px 10px 5px 0;
}

.page_publications_list #navigation_bottom .dropdown-menu {
    background: transparent url("/assets/media/contact/nav_bottom.png") repeat scroll 0% 0%;
}
.page_publications_list .navbot_shadow{
    display: block;
}

input[type]:focus{
    border-color: rgba(116, 198, 64, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(116, 198, 64, 0.6);
    outline: 0 none;
}
textarea:focus{
    border-color: rgba(116, 198, 64, 0.8) !important;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(116, 198, 64, 0.6) !important;
    outline: 0 none;
}


/*-------------------------------*\
   360 Page Start
\*-------------------------------*/

.page_map360_list .map360{
    float: left;
    position: relative;
    width:100%;

}
.page_map360_list .map360 .container-fluid{
    padding: 0;
}

.page_map360_list .map360 .markers{
    float: left;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
}
.page_map360_list .map360 .markers {
    list-style-type: none;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}
.page_map360_list .map360 .markers  .flag_wrap{
    position: absolute;
    display: block;
}
.page_map360_list .map360 .markers  .flag_wrap .title,
.page_map360_list .map360 .markers  .flag_wrap .desc{
    display: none;
}
.page_map360_list .map360 .markers  div .flag{
    width:25px;
    height: 35px;
    cursor: pointer;
}
.page_map360_list .map360 .markers  div .flag img{
    width:100%;
}

.page_map360_list .map360 .markers div .flag:hover{

}

.page_map360_list #flag-veleka{
    position: absolute;
    right: 9.5%;
    top: 36%;
}

.page_map360_list #flag-butamq{
    position: absolute;
    right: 7.2%;
    top: 41%;
}

.page_map360_list #flag-silistar{
    position: absolute;
    right: 4%;
    top: 48.4%;
}
.page_map360_list #flag-bulgari{
    position: absolute;
    right: 39.5%;
    top: 32.2%;
}
.page_map360_list #flag-indipasha{
    position: absolute;
    right: 49%;
    top: 54%;
}
.page_map360_list #flag-vodopad{
    position: absolute;
    right: 68%;
    top: 50%;
}
.page_map360_list #flag-petrova_niva{
    position: absolute;
    right: 64.6%;
    top: 39.4%;
}
.page_map360_list #flag-brashlqn{
    position: absolute;
    right: 77.3%;
    top: 43.7%;
}
.page_map360_list #flag-mladejko{
    position: absolute;
    right: 86.4%;
    top: 16%;
}
.page_map360_list #flag-borovinka{
    position: absolute;
    right: 73.4%;
    top: 61.4%;
}
.page_map360_list #flag-mishkova_niva{
    position: absolute;
    right: 68.4%;
    top: 65.7%;
}
.page_map360_list #flag-most{
    position: absolute;
    right: 55.7%;
    top: 69.5%;
}
.page_map360_list #flag-star_dub{
    position: absolute;
    right: 60.1%;
    top: 66%;
}
.page_map360_list #flag-tarnovo{
    position: absolute;
    right: 66.3%;
    top: 62.7%;
}
.page_map360_list #flag-monumentalna_gora{
    /*position: absolute;
    right: 36.8%;
    top: 31.5%;*/
	display: none;
}
.page_map360_list #flag-zelenika{
    position: absolute;
    right: 45.6%;
    top: 29.5%;
}
.page_map360_list #flag-potoche{
    position: absolute;
    right: 27.4%;
    top: 29.7%;
}
.page_map360_list #flag-grob{
    position: absolute;
    right: 66%;
    top: 60%;
}

.page_map360_list #flag-borovinka2{
    position: absolute;
    right: 44%;
    top: 58.5%;
}
.page_map360_list #flag-zelenika2{
    position: absolute;
    right: 43.6%;
    top: 58.9%;
}
.page_map360_list #flag-vekovna_gora{
    /*position: absolute;
    right: 8%;
    top: 52.9%;*/
	position: absolute;
    right: 36.8%;
    top: 31.5%;
}
.page_map360_list #flag-sveta_marina{
    position: absolute;
    right: 37%;
    top: 59.9%;
}

.page_map360_list .flag_wrap:nth-child(1) .flag{
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.page_map360_list .flag_wrap:nth-child(2) .flag{
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.page_map360_list .flag_wrap:nth-child(3) .flag{
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.page_map360_list .flag_wrap:nth-child(4) .flag{
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.page_map360_list .flag_wrap:nth-child(5) .flag{
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.page_map360_list .flag_wrap:nth-child(6) .flag{
    animation-delay: 0.33s;
    -webkit-animation-delay: 0.33s;
}
.page_map360_list .flag_wrap:nth-child(7) .flag{
    animation-delay: 0.11s;
    -webkit-animation-delay: 0.11s;
}
.page_map360_list .flag_wrap:nth-child(8) .flag{
    animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
}
.page_map360_list .flag_wrap:nth-child(9) .flag{
    animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
}
.page_map360_list .flag_wrap:nth-child(10) .flag{
    animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
}
.page_map360_list .flag_wrap:nth-child(11) .flag{
    animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
}
.page_map360_list .flag_wrap:nth-child(12) .flag{
    animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
}
.page_map360_list .flag_wrap:nth-child(13) .flag{
    animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
}
.page_map360_list .flag_wrap:nth-child(14) .flag{
    animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
}
.page_map360_list .flag_wrap:nth-child(15) .flag{
    animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
}
.page_map360_list .flag_wrap:nth-child(16) .flag{
    animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
}
.page_map360_list .flag_wrap:nth-child(15) .flag{
    animation-delay: 0.33s;
    -webkit-animation-delay: 0.33s;
}
.page_map360_list .flag_wrap:nth-child(16) .flag{
    animation-delay: 0.62s;
    -webkit-animation-delay: 0.62s;
}

.red-tooltip + .tooltip > .tooltip-inner {background:url("/assets/media/green_transp.png"); padding: 15px 30px;font-size: 16px;border-radius: 10px;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:rgba(70,124,30, 0.7); }
.page_map360_list .tooltip-inner{max-width: 500px; width:auto;}
.page_map360_list .tooltip {border-radius: 50px;}

/*-------------------------------*\
   360 Page END
\*-------------------------------*/

.socials a{
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.socials a:hover{

    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}

/*Bottom Nav responsive button */

/* USEFUL LINKS PAGE */
.page_links_list .wrapper{
    margin:300px auto 120px auto;
}
.page_links_list .navbot_shadow{
    display: block;
}
.page_links_list #navigation_bottom .dropdown-menu {
    background: transparent url("/assets/media/contact/nav_bottom.png") repeat scroll 0% 0%;
}

#uf_links{
    width:100%;
    float: left;
    position: relative;
}
#uf_links .links-holder{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#uf_links .links-holder .top{
	background: none repeat scroll 0 0 #fbfbfa;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 100%;
}
#uf_links .links-holder .top .name{
	float: left;
	width: 100%;
	color: #316c00;
    font-size: 16px;
    text-align: center;
}
#uf_links .links-holder .bottom{
	float: left;
	width: 100%;
}
#uf_links .links-holder .bottom .links-row{
	float: left;
	width: 100%;
}
#uf_links .bottom .link_box{
    width:49%;
    float: left;
    position: relative;
    margin-right: 2%;
    padding: 12px 0px 12px 22px;
    background:url("/assets/media/transparent-Links.png");
    background-repeat: repeat;
	margin-bottom: 10px;
}
#uf_links .bottom .link_box:hover{
    background: rgba(255,255,255, 0.6);
}
#uf_links .bottom .link_box:nth-child(2n){
    margin-right: 0;
}
#uf_links .bottom .link_box .image{
    float: left;
    position: relative;
    width:25%;
    max-height: 75px;
    overflow: hidden;
}
#uf_links .bottom .link_box .image img{
    max-height: 75px;
    max-width: 100%;
}
#uf_links .bottom .link_box .title{
    float: left;
    position: relative;
    width: 65%;
    text-align: center;
    font-size: 16px;
    color: #316C00;
    margin: 10px 4.5%;
    border-bottom: 1px solid #C1D1B3;
}
#uf_links .bottom .link_box .link{
    text-align: center;
    float: left;
    position: relative;
    width:65%;
    margin: 10px 4.5% 0;
    color:#8ba476;
}
#uf_links .bottom .link_box .link a{
    color:#8ba476;
}
.page_links_list .crumbs{
    margin-bottom: 10px;
}



/* MOBILE MENU BUTTON CROSS ANIMATION */

#nav-toggle{
    width:50px;
    height: 50px;
    margin-right: 20px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  background: #316c00;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px; 
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

#myCarousel{
    display: none;
    float: left;
    height: 100%;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1 !important;
  width:100% !important;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


 .page_map360_list .map360 .wrapper .mobile_map_list{
        display: none;
    }

