html, body {
    height: 100%;
}

body {
    background: #fff;
    font-size: 100%;
    font-family: Arial, Tahoma, Verdana, san-serif;
}

.center {
    position: relative;
    margin: 0 auto;
}

#wrapper {
    position: relative;
    max-width: 100%;
    min-height: 100%;
    margin-bottom: -140px;
    background: #fff;
}

/* Header Begin */
#header {
    position: relative;
    width: 100%;
    height: 113px;
    z-index: 100;
    background: #357dc0;
}

.logo_hed {
    float: left;
    margin-top: 20px;
}

.logo_hed a {
    display: block;
    width: 84px;
    height: 76px;
}

.logo_riib {
    float: left;
    height: 72px;
    margin: 23px 0 0 31px;
    padding-left: 31px;
    border-left: 1px solid #d3ae64;
}

.logo_riib a {
    display: block;
    width: 237px;
    height: 64px;
}

#header .fr {
    margin-top: 50px;
}

.call_center {
    float: left;
    font: 16px/16px Merel_Regular, san-serif;
    color: #fff;
}

.call_center i, .whatsapp_number i {
    margin-right: 5px;
    color: #c5a868;
}

.whatsapp_number {
    float: left;
    margin-left: 15px;
    font: 16px/16px Merel_Regular, san-serif;
    color: #fff !important;
}

.social_header {
    float: left;
    margin-left: 15px;
}

.social_header a {
    float: left;
    margin-left: 14px;
    color: #c5a868;
    font-size: 16px;
}

.social_header a:hover {
    color: #fff;
}

/* Header End */

/* MenuBar */
#menubar {
    position: relative;
    width: 100%;
    height: 52px;
    z-index: 100;
    background: #d3ae64;
}

.menu {
    float: left;
}

.menu li {
    position: relative;
    float: left;
    margin-right: 55px;
}

.menu li ul {
    position: absolute;
    top: 50px;
    left: -999em;
    width: 220px;
    z-index: 9999;
    background: #f1f1f1;
}

.menu li:hover ul {
    left: 0;
}

.menu li ul li a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font: 18px/18px Merel_Regular, san-serif;
    line-height: 40px;
    color: #999;
}

.menu li ul li {
    width: 100%;
}

.menu li ul li a:hover {
    background: #af935b;
    color: #fff;
}

.menu > ul > li > a {
    display: block;
    font: 20px/50px Merel_Regular, san-serif;
    color: #fff;
}

.menu > ul > li.active > a, .menu > ul > li:hover > a {
    color: #8e794c;
}

.lang {
    float: left;
}

.lang a,
.lang button {
    display: block;
    margin-top: 17px;
    padding-bottom: 2px;
    font: 16px/16px Merel_Regular, san-serif;
    color: #fff;
    background: none;
    border: none;
    border-bottom: 1px dashed #fff;
}

.lang button:hover {
    color: #8e794c;
    border-color: #8e794c;
}

.search {
    position: relative;
    float: right;
    margin-left: 30px;
}

.search button {
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
}

.search button:hover, .search button.active {
    background: #af935b;
}

.search_panel {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1000;
    width: 304px;
    height: 60px;
    background: #af935b;
}

.search_panel input[type="text"] {
    display: block;
    width: 280px;
    height: 40px;
    margin: 10px 0 0 13px;
    padding: 0 40px 0 13px;
    font: 16px/38px Merel_Regular, san-serif;
    color: #999;
    background: #fff;
    border: none;
}

.search_panel input[type="text"][placeholder], [placeholder] {
    color: #999;
}

.search_panel input[type="text"]::-webkit-input-placeholder {
    color: #999;
}

.search_panel input[type="text"]:-moz-placeholder {
    color: #999;
}

.search_panel input[type="text"]::-moz-placeholder {
    color: #999;
}

.search_panel input[type="text"]:-ms-input-placeholder {
    color: #999;
}

.search_panel input[type="submit"] {
    position: absolute;
    top: 23px;
    right: 26px;
    z-index: 10;
    display: block;
    width: 15px;
    height: 16px;
    text-indent: -99999px;
    background: url(../img/icon_search.png) no-repeat;
    border: none;
}

/* MenuBar End */

/* MobileBar Begin */
.mobilebar {
    display: none;
    position: relative;
    width: 100%;
    height: 40px;
    padding-right: 15px;
    background: #ccad6d;
}

.menubtn {
    float: left;
    display: block;
    width: 53px;
    height: 40px;
    text-align: center;
    border: none;
    background: none;
}

.menubtn.close {
    background: #af955f;
}

.menubtn i {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

/* MobileBar End */

/* MobileMenu */
.mobile_menu {
    position: absolute;
    top: 134px;
    left: 0;
    z-index: 99999;
    width: 267px;
    padding-bottom: 25px;
    background: #af955f;
    -webkit-transform: translate(-267px);
    -moz-transform: translate(-267px);
    transform: translate(-267px);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
}

.mobile_menu.show {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.mobile_menu > ul {
    padding: 0 15px;
}

.mobile_menu > ul > li {
    border-bottom: 1px solid #9d8655;
}

.mobile_menu > ul > li:last-child {
    border-bottom: 0;
}

.mobile_menu > ul > li > a {
    display: block;
    width: 100%;
    height: 40px;
    font: 18px/39px Merel_Regular, san-serif;
    color: #fff;
}

.mobile_menu > ul > li > a i {
    margin-left: 8px;
    font-size: 15px;
}

.mobile_menu > ul > li ul {
    display: none;
    padding: 0 0 0 20px;
}

.mobile_menu > ul > li ul a {
    display: block;
    width: 100%;
    height: 40px;
    font: 16px/39px Merel_Regular, san-serif;
    color: #fff;
}

.mobile_search {
    position: relative;
    height: 40px;
    margin-top: 5px;
    padding: 0 15px;
    background: #fff;
}

.mobile_search input[type="text"] {
    display: block;
    width: 100%;
    height: 33px;
    background: none;
    border: none;
    border-bottom: 1px solid #dcdcdc;
}

.mobile_search input[type="submit"] {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
    display: block;
    width: 14px;
    height: 15px;
    text-indent: -99999px;
    background: url(../img/icon_search2.png) no-repeat;
    border: none;
}

/* MobileMenu End */

/* MobileSlider Begin */
.mobile_slider {
    position: relative;
    display: none;
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.mobile_slider article {
    position: relative;
    float: left;
    width: 100%;
    height: 252px;
    overflow: hidden;
}

.mobile_slider article figure {
    display: block;
    width: 100%;
    height: 152px;
    overflow: hidden;
}

.mobile_slider article figure img {
    width: 100%;
}

.mobile_slider article .text {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 15px;
    background: #666;
}

.mobile_slider article .text h2 {
    font: 13px/20px Merel_Regular, san-serif;
    color: #fff;
    text-transform: uppercase;
}

.owl-theme .owl-controls {
    padding-top: 20px;
    text-align: center;
}

.owl-theme .owl-controls .owl-pagination {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    border: 2px solid #ccad6d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-theme .owl-controls .owl-page:last-child {
    margin-right: 0;
}

.owl-theme .owl-controls .owl-page.active {
    background: #357dc0;
    border-color: #357dc0;
}

.owl-theme .owl-controls .owl-page span {
    display: none !important;
}

/* MobileSlider End */

/* Slider Begin */
#slider {
    position: relative;
    width: 100%;
    height: 475px;
    margin-top: 30px;
    overflow: hidden;
}

/* Slider End */

/* MainAbout Begin */
.main_about {
    position: relative;
    width: 100%;
}

.main_about .textblock {
    position: relative;
    float: left;
   // width: 720px;
    padding-top: 33px;
}

.main_about .textblock h4 {
    font: 20px/20px Merel_Regular, san-serif;
    color: #d3ae64;
}

.main_about .textblock h1 {
    margin-top: 4px;
    font: 31px/31px Merel_Bold, san-serif;
    color: #357dc0;
    text-transform: uppercase;
}

.main_about .textblock .text {
    margin-top: 20px;
    font: 15px/20px Helvetica, san-serif;
    color: #666;
}

.main_about .join_us {
    position: relative;
    float: right;
    width: 421px;
    height: 251px;
    margin-top: 40px;
    padding: 9px;
    overflow: hidden;
    border: 1px dashed #357dc0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.main_about .join_us:hover {
    border-style: solid;
}

.main_about .join_us img {
    width: 100%;
    height: 100%;
}

.main_about .join_us .body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px;
}

.main_about .join_us .body h2 {
    margin-top: 15px;
    padding: 0 20px;
    font: 20px/20px Merel_Regular, san-serif;
    color: #000;
    text-align: center;
}

.main_about .join_us .body a {
    display: block;
    width: 280px;
    height: 62px;
    margin: 25px auto;
    font: 25px/62px Merel_Bold, san-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #d3ae64;
    border-radius: 10px;
}

.main_about .join_us .body a i {
    margin-left: 5px;
}

.main_about .join_us .body a:hover {
    background: #357dc0;
}

/* MainAbout End */

/* RegionCenter Begin */
#region_center {
    position: relative;
    width: 100%;
    height: 420px;
    margin-top: 31px;
    background: #e9e9e9;
}

#region_center:after {
    content: "";
    display: block;
    width: 50%;
    height: 420px;
    background: #357dc0;
    position: absolute;
    top: 0;
    right: 0;
}

.foto_video_block {
    position: relative;
    float: left;
    width: 379px;
    height: 420px;
    padding: 35px 25px 0 0;
    background: url(../img/150_bg.png) no-repeat right bottom;
}

.foto_video_block h1 {
    font: 30px/30px Merel_Regular, san-serif;
    color: #000;
}

.foto_video_block h1 i {
    margin-right: 4px;
    color: #00ab18;
}

.foto_video_block span.send_a {
    display: block;
    margin-top: 14px;
}

.foto_video_block span.send_a a {
    display: inline-block;
    height: 42px;
    padding: 0 15px;
    font: 30px/37px Merel_Bold, san-serif;
    color: #000;
    border: 1px solid #357dc0;
}

.foto_video_block span.send_a i {
    position: relative;
    margin-top: 5px;
    margin-left: 11px;
}

.foto_video_block span.send_a a:hover {
    background: #357dc0;
    color: #fff;
}

.foto_video_block p {
    margin-top: 20px;
    padding-bottom: 19px;
    border-bottom: 2px solid #357dc0;
    font: 16px/22px Merel_Regular, san-serif;
    color: #000;
}

.foto_video_block p span {
    display: block;
    margin-top: 1px;
    font: 30px/30px Merel_Bold, san-serif;
    color: #357dc0;
}

.foto_video_block span.span_150 {
    display: block;
    margin-top: 28px;
    font: 130px/100px Merel_Bold, san-serif;
    color: #357dc0;
}

.foto_video_block span.hotline {
    display: block;
    width: 182px;
    margin-top: 10px;
    padding: 0 0 0 14px;
    font: 38px Merel_Medium, san-serif;
    color: #000;
    text-transform: uppercase;
}

.regionmap {
    position: relative;
    float: left;
    width: 800px;
    height: 420px;
    z-index: 100;
    margin-left: 1px;
    padding-left: 78px;
    background: #357dc0;
}

.regionmap .leftblock {
    float: left;
    width: 245px;
    padding-top: 34px;
}

.regionmap .leftblock h1 {
    font: 31px/31px Merel_Bold, san-serif;
    color: #d7c297;
    text-transform: uppercase;
}

.regionmap .leftblock .body {
    height: 290px;
    margin-top: 32px;
    padding-top: 27px;
}

.regionmap .leftblock .body h2 {
    font: 20px/20px Merel_Regular, san-serif;
    color: #fff;
    text-transform: uppercase;
}

.regionmap .leftblock .body h2 span {
    display: block;
    font-family: Merel_Bold, san-serif;
}

.regionmap .leftblock .body p {
    margin-top: 22px;
    font: 15px/19px Helvetica, san-serif;
    color: #fff;
}

.regionmap .mapblock {
    position: relative;
    float: right;
    width: 455px;
    padding-top: 31px;
}

.regionmap .mapblock.mobilemap {
    /* display: none; */
    width: 288px;
    z-index: 150;
}

.regionmap .mapblock img {
    width: 452px;
    height: 369px;
    position: absolute;
}

.regionmap .mapblock.mobilemap img {
    width: 288px;
    height: 235px;
    position: absolute;
}

.regionmap .mapblock img.active {
    display: block !important;
}

.regionmap .mapblock img.mainmap {
    display: block !important;
}

/* RegionCenter End */

/* Container Begin */
#container {
    position: relative;
    width: 100%;
}

.titleblock h4 {
    font: 20px/20px Merel_Regular, san-serif;
    color: #333;
}

.titleblock h1 {
    float: left;
    margin-top: 6px;
    font: 31px/31px Merel_Bold, san-serif;
    color: #333;
    text-transform: uppercase;
}

.titleblock a.more {
    float: left;
    height: 22px;
    margin-top: 11px;
    margin-left: 24px;
    padding-left: 20px;
    font: 18px/22px Merel_Regular, san-serif;
    color: #357dc0;
    border-left: 2px solid #d3ae64;
}

.titleblock a.more i {
    margin-left: 9px;
}

.titleblock a.more:hover {
    color: #d3ae64;
}

/* Hashtag List Begin */
.hashtag_list {
    position: relative;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 5px solid #357dc0;
}

.hashtag_list ul {
    display: none;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.hashtag_list ul li {
    position: relative;
    float: left;
    width: 380px;
    height: 260px;
    margin-right: 20px;
    overflow: hidden;
}

.hashtag_list ul li:last-child {
    margin-right: 0;
}

.hashtag_list ul li figure, .hashtag_list ul li figure img {
    width: 100%;
    height: 100%;
}

.hashtag_list ul li .bottom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    background: url(../img/shadow.png) no-repeat bottom left;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.hashtag_list ul li:hover .bottom {
    visibility: visible;
    opacity: 1;
}

.hashtag_list ul li .bottom h2 {
    display: table-cell;
    font: 20px/26px Merel_Regular, san-serif;
    color: #fff;
    vertical-align: bottom;
}

/* Hashtag List End */

/* MainAlbomList Begin */
.main_albom_list {
    position: relative;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 30px;
    border-bottom: 5px solid #357dc0;
}

.main_albom_list .albom_list {
    margin-top: 25px;
}

.main_albom_list .albom_list article {
    margin-right: 20px;
    margin-bottom: 0;
}

/* MainAlbomList End */

/* Actual Events Begin */
.actual_events {
    position: relative;
    margin-top: 36px;
}

.actual_events ul {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.actual_events ul li {
    float: left;
    width: 390px;
    height: 107px;
    margin-right: 5px;
}

.actual_events ul li:last-child {
    margin-right: 0;
}

.actual_events ul li figure {
    float: left;
    width: 140px;
    height: 107px;
    overflow: hidden;
}

.actual_events ul li figure img {
    width: 100%;
    height: 100%;
}

.actual_events ul li .body {
    float: left;
    height: 90px;
    width: 225px;
    margin-left: 25px;
    padding: 0 5px 0 0;
}

.actual_events ul li .body h2 {
    display: table-cell;
    height: 107px;
    font: 18px/17px Merel_Bold, san-serif;
    color: #666;
    vertical-align: bottom;
}

.actual_events ul li .body h2 span.date {
    display: block;
    margin-bottom: 7px;
    font: 11px/11px Helvetica, san-serif;
    color: #999;
}


.actual_events ul li .body a {
    color: #666;
}

.actual_events ul li .body a:hover {
    color: #357dc0;
}

/* ActualEvents */

/* Link&Subscriber Begin */
.link_subscribe {
    position: relative;
    width: 100%;
    padding-top: 27px;
    border-top: 5px solid #357dc0;
}

.kecidlink {
    float: left;
    width: 700px;
}

.kecidlink .links {
    height: 140px;
    margin-top: 20px;
    text-align: center;
}

.kecidlink .links a {
    display: inline-block;
    margin-right: 70px;
}

.kecidlink .links a:last-child {
    margin-right: 0;
}

.kecidlink .links img {
    max-height: 140px;
    line-height: 140px;
}

.subscribe {
    position: relative;
    float: right;
    width: 430px;
}

.subscribe .top h1 {
    margin-bottom: 27px;
    font: 18px/18px Merel_Regular, san-serif;
    color: #357dc0;
}

.subscribe .top h1 span {
    display: block;
    font: 20px/24px Merel_Bold, san-serif;
    color: #d3ae64;
    text-transform: uppercase;
}

.subscribe_form form {
    margin-bottom: 27px;
}

.subscribe_form input[type="text"] {
    float: left;
    width: 289px;
    height: 40px;
    padding: 0 10px 0 43px;
    font: 16px/38px Merel_Regular, san-serif;
    color: #999;
    background: url(../img/icon_mail.png) no-repeat left 17px center;
    background-size: 17px 14px;
    border: 1px solid #d2d2d2;
}

.subscribe_form input[type="text"]:focus {
    border-color: #357dc0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(53, 125, 192, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(53, 125, 192, 1);
    box-shadow: 0px 0px 5px 0px rgba(53, 125, 192, 1);
}

.subscribe_form input[type="text"][placeholder], [placeholder] {
    color: #357dc0;
}

.subscribe_form input[type="text"]::-webkit-input-placeholder {
    color: #357dc0;
}

.subscribe_form input[type="text"]:-moz-placeholder {
    color: #357dc0;
}

.subscribe_form input[type="text"]::-moz-placeholder {
    color: #357dc0;
}

.subscribe_form input[type="text"]:-ms-input-placeholder {
    color: #357dc0;
}

.subscribe_form input[type="submit"] {
    float: right;
    width: 125px;
    height: 40px;
    font: 16px/40px Merel_Regular, san-serif;
    color: #fff;
    text-transform: uppercase;
    background: #d3ae64;
    border: none;
}

.subscribe_form input[type="submit"]:hover {
    background: #357dc0;
}

.social_link {
    position: relative;
    /* margin-top: 27px; */
}

.social_link a {
    display: inline-block;
    margin-right: 45px;
    font-size: 25px;
    color: #989898;
}

.social_link a.twitter:hover {
    color: #41abe1;
}

.social_link a.facebook:hover {
    color: #3b5998;
}

.social_link a.youtube:hover {
    color: #ee1c1b;
}

.social_link a.linkedin:hover {
    color: #007ab5;
}

.social_link a.google:hover {
    color: #dd5144;
}

.social_link a.instagram:hover {
    color: #7a6a64;
}

/* Footer Begin */
#footer {
    position: relative;
    width: 100%;
    height: 139px;
}

.footer_top {
    position: relative;
    height: 89px;
    background: #357dc0;
}

.footer_logo {
    float: left;
    margin-top: 14px;
}

/* .footer_logo img {opacity: 0.5;} */

.footer_mail {
    float: left;
    margin-left: 90px;
    font: 15px/89px Merel_Regular, san-serif;
    color: #fff;
}

.footer_mail i {
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #ebca70;
}

.footer_menu {
    float: right;
}

.footer_menu a {
    float: left;
    margin-left: 15px;
    font: 13px/89px Merel_Regular, san-serif;
    color: #ebca70;
    text-transform: uppercase;
}

.footer_menu a:hover {
    color: #fff;
}

.copyright {
    position: relative;
    height: 50px;
    background: #fff;
    font: 13px/50px Merel_Regular, san-serif;
    color: #000;
    text-align: center;
}

/* Footer End */
/*Modal start*/
#privacy-modal-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 55, 55, 0.5);
    display: none;
    place-items: center;
    z-index: 9999;
}
#privacy-modal-layer .modal{
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    position: relative;
    width: 600px;
    max-width: 600px;
    height: 230px;
    max-height: 500px;
    overflow-y: auto;
}
#privacy-modal-layer .modal .modal-header{
    width: 100%;
    color: #357dc0;
    text-align: center;
}
#privacy-modal-layer .modal .modal-header #close-modal{
    position: absolute;
    top: 12px;
    right: 12px;
    color: #357dc0;
    cursor: pointer;
}
#privacy-modal-layer .content{
    margin-top: 24px;
}
/*Modal end*/

/* BreadCrumb Begin */
.breadcrumb {
    position: relative;
    height: 130px;
    padding-top: 35px;
    border-bottom: 3px solid #e5e5e5;
}

.breadcrumb a {
    float: left;
    height: 16px;
    font: 15px/16px Merel_Regular, san-serif;
    color: #333;
}

.breadcrumb a:hover {
    color: #d3ae64;
}

.breadcrumb span {
    float: left;
    display: block;
}

.breadcrumb span.line {
    height: 16px;
    margin: 0 6px;
    font: 15px/16px Merel_Regular, san-serif;
    color: #d3ae64;
}

.breadcrumb span.current {
    height: 16px;
    font: 15px/16px Merel_Regular, san-serif;
    color: #999;
}

.breadcrumb h1 {
    float: left;
    width: 100%;
    margin-top: 28px;
    font: 30px/30px Merel_Regular, san-serif;
    color: #357dc0;
    text-transform: uppercase;
}

/* BreadCrumb End */

/* StaticPage Begin */
.staticpage {
    position: relative;
    padding: 23px 0 0;
}

.staticpage h1.title {
    font: 30px/30px Merel_Bold, san-serif;
    color: #357dc0;
}

.staticpage .text {
      text-align: justify;
    width: 700px;
    margin-top: 20px;
}

.staticpage ul {
    padding-left: 20px;
}

.staticpage ul li {
    margin-bottom: 24px;
    list-style: disc;
    font: 15px/20px Helvetica, san-serif;
    color: #357dc0;
}

.staticpage ul li span {
    color: #666;
}

/* StaticPage End */

/* Albom Begin */
.albom {
    position: relative;
    padding-top: 20px;
}

.albom_list {
    float: left;
    width: 100%;
}

.albom_list article {
    position: relative;
    float: left;
    width: 380px;
    height: 270px;
    margin: 0 18px 18px 0;
    border: 1px solid #aaa;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.albom_list article:nth-child(3n) {
    margin-right: 0;
}

.albom_list article .body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 250px;
    margin: -125px 0 0 -180px;
}

.albom_list figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.albom_list article figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.albom_list article .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 80px;
    padding: 16px 55px 20px 20px;
    background: url(../img/icon_arrow.png) no-repeat right 29px top 21px;
    background-size: auto 30px;
    background-color: rgba(53, 125, 192, 0.9);
}

.albom_list article:hover .bottom {
    background: url(../img/icon_arrow_white.png) no-repeat right 29px top 21px;
    background-size: auto 30px;
    background-color: rgba(53, 125, 192, 0.9);
}

.albom_list article .bottom h2 {
    font: 15px/18px Helvetica, san-serif;
    color: #fff;
    line-height: 100%;
}

.albom_list article .bottom .marquee {
    font: 15px/18px Helvetica, san-serif;
    color: #fff;
    line-height: 100%;
}

.albom_list article .bottom span.date {
    position: absolute;
    top: -10px;
    left: 0;
    height: 24px;
    padding: 0 8px;
    font: 11px/24px Helvetica, san-serif;
    color: #fff;
    text-align: center;
    background: #ccad6d;
}

/* Pagination */
.pagination {
    float: left;
    width: 100%;
    margin: 0 0 0;
}

.pagination li {
    float: left;
    margin-right: 8px;
}

.pagination li.dotted,
.pagination li.active,
.pagination a {
    display: block;
    width: 25px;
    height: 25px;
    font: 16px/23px Merel_Regular, san-serif;
    color: #666;
    vertical-align: top;
    text-align: center;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    .pagination li.dotted,
    .pagination li.active,
    .pagination a {
        font: 16px/28px Merel_Regular, san-serif;
    }
}

.pagination li.prev a, .pagination li.next a {
    padding-top: 0;
    border-color: #357dc0;
    color: #357dc0;
    font-size: 10px;
}

.pagination li.prev a:hover, .pagination li.next a:hover {
    background: #357dc0;
    color: #fff;
}

.pagination li a i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 23px;
}

.pagination li.active {
    background: #357dc0;
    color: #fff;
}

.pagination li.active a {
    color: #fff;
}

.pagination a:hover {
    border-color: #666;
}

.pagination li.dotted {
    margin: 0 0 0 -8px;
}

/* Albom End */

/* FotoGallery Begin */
.fotogallery {
    position: relative;
    padding-top: 30px;
}

.fotogallery .top h1 {
    font: 30px/30px Merel_Bold, san-serif;
    color: #357dc0;
}

.fotogallery .top span.date {
    display: block;
    margin-top: 10px;
    font: 16px/16px Merel_Regular, san-serif;
    color: #666;
}

.images_list {
    float: left;
    width: 100%;
    margin-top: 32px;
}

.images_list figure {
    position: relative;
    float: left;
    width: 217px;
    height: 144px;
    margin: 0 23px 22px 0;
    overflow: hidden;
}

.images_list figure img {
    width: 100%;
    height: 100%;
}

.images_list figure div {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(53, 125, 192, 0.8);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.images_list figure div a {
    float: left;
    margin-left: 20px;
}

.images_list figure:hover div {
    opacity: 1;
    visibility: visible;
}

.images_list figure div i {
    font-size: 15px;
    color: #fff;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}


.images_list figure div i:hover {
    color: #d3ae64;
}

/* FotoGallery End */

/* News Begin */
.newslist {
    position: relative;
    padding-top: 21px;
}

.newslist article {
    position: relative;
    float: left;
    width: 380px;
    height: 260px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.newslist article figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newslist article figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.newslist article:hover figure img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.newslist article .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 80px;
    padding: 5px 5px 5px 80px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.newslist article:hover .bottom {
    background: rgba(53, 125, 192, 0.6);
}

.newslist article span.date {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    padding: 10px 2px 0;
    font: 11px/15px Helvetica, san-serif;
    color: #fff;
    text-align: center;
    background: #357dc0;
}

.newslist article span.date:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #357dc0;
    position: absolute;
    right: -8px;
    top: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.newslist article span.date span {
    display: block;
    font: 28px/28px Helvetica_Bold, san-serif;
}

.newslist article span.date em {
    display: block;
    font-style: normal;
}

.newslist article .bottom h2 {
    display: table-cell;
    font: 15px/20px Helvetica, san-serif;
    color: #fff;
    vertical-align: middle;
}

.change_date {
    position: absolute;
    top: 39px;
    right: 0;
}

.change_date form {
    height: 30px;
}

.change_date span {
    position: relative;
    display: block;
    width: 200px;
    height: 30px;
    border: 1px solid #357dc0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
}

.change_date span input[type="text"] {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 44px;
    font: 15px/30px Merel_Regular, san-serif;
    color: #357dc0;
    background: none;
    border: none;
    cursor: pointer;
}

.change_date i {
    position: absolute;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.change_date i.fa-calendar {
    top: 7px;
    left: 12px;
    font-size: 16px;
    color: #357dc0;
}

.change_date i.fa-angle-down {
    top: 6px;
    right: 10px;
    font-size: 15px;
    color: #357dc0;
}

.change_date span:hover {
    background: #357dc0;
}

.change_date span:hover i, .change_date span:hover input[type="text"] {
    color: #fff;
}

/* News End */

/* VideoList Begin */
.videolist {
    position: relative;
    padding-top: 30px;
}

.videolist article {
    position: relative;
    float: left;
    width: 380px;
    height: 303px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.videolist article figure {
    position: relative;
    height: 213px;
    overflow: hidden;
}

.videolist article figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background: rgba(53, 125, 192, 0.7);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.videolist article figure img {
    width: 100%;
}

.videolist article .body {
    position: relative;
    height: 90px;
    padding: 9px 16px;
    background: #357dc0;
}

.videolist article i {
    position: absolute;
    top: 78px;
    left: 160px;
    font-size: 60px;
    color: #fff;
    z-index: 150;
}

.videolist article .body span.date {
    position: absolute;
    top: -10px;
    left: 0;
    height: 24px;
    padding: 0 8px;
    font: 11px/24px Helvetica, san-serif;
    color: #fff;
    text-align: center;
    background: #ccad6d;
    z-index: 100;
}

.videolist article .body h2 {
    margin-top: 15px;
    font: 15px/20px Helvetica_Bold, san-serif;
    color: #fff;
}

.videolist article:hover figure:after {
    visibility: visible;
    opacity: 1;
}

/* VideoList End */

/* NewsDetail Begin */
.news_detail {
    position: relative;
}

.news_detail .article {
    position: relative;
    float: left;
    width: 700px;
    padding-top: 16px;
}

.news_detail .article h1.title {
    font: 30px/35px Merel_Bold, san-serif;
    color: #357dc0;
}

.news_detail .article .top {
    position: relative;
    height: 60px;
    margin-top: 15px;
    border-top: 1px solid #aaa;
}

.article .top span.date {
    float: left;
    display: block;
    margin-top: 17px;
    font: 16px/16px Merel_Regular, san-serif;
    color: #666;
}

.article .top .news_share {
    float: right;
    margin-top: 15px;
}

.article .top .news_share span {
    float: left;
    display: block;
    font: 16px/30px Merel_Regular, san-serif;
    color: #357dc0;
}

.article .top .news_share a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.article .top .news_share a.facebook:hover {
    background: #3b5998;
}

.article .top .news_share a.twitter:hover {
    background: #41abe1;
}

.article .top .news_share a.envelope:hover {
    background: #d3ae64;
}

.article .top .news_share a.pinterest-p:hover {
    background: #bd081c;
}

.article .top .news_share a.linkedin:hover {
    background: #007ab5;
}

.article .top .news_share a.google-plus:hover {
    background: #dd5144;
}

.article .top .news_share i {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 8px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.article .news_images img {
    max-width: 100%;
}

.article .desc {
    padding-top: 13px;
}

.article .desc h2 {
    font: 20px/25px Helvetica_Bold, san-serif;
    color: #666;
}

.article .text {
    margin-top: 25px;
    font: 15px/22px Helvetica, san-serif;
    color: #666;
}

/* NewsSidebar */
.newssidebar {
    position: relative;
    float: right;
    width: 380px;
}

.newssidebar .head h1 {
    position: relative;
    float: left;
    margin-top: 19px;
    padding-right: 14px;
    padding-top: 3px;
    font: 19px/19px Merel_Bold, san-serif;
    color: #357dc0;
    text-transform: uppercase;
}

.newssidebar .head h1:after {
    content: "";
    display: block;
    width: 2px;
    height: 17px;
    background: #ccad6d;
    position: absolute;
    top: 4px;
    right: 0;
}

.newssidebar .head a.all {
    float: left;
    margin-left: 10px;
    margin-top: 23px;
    font: 18px/18px Merel_Regular, san-serif;
    color: #357dc0;
}

.newssidebar .head a.all:hover {
    color: #ccad6d;
}

.newssidebar .head a.all i {
    margin-left: 5px;
}

.newssidebar article.small {
    position: relative;
    display: table;
    width: 100%;
    height: 80px;
    margin-top: 19px;
    padding: 5px 20px 5px 80px;
    background: #e5e5e5;
}

.newssidebar article.small a {
    display: table;
    width: 100%;
    height: 100%;
}

.newssidebar article.small h2 {
    display: table-cell;
    vertical-align: middle;
    font: 16px/19px Helvetica, san-serif;
    color: #666;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.newssidebar article.small span.date {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    padding-top: 10px;
    font: 12px/15px Helvetica, san-serif;
    color: #fff;
    text-align: center;
    background: #357dc0;
}

.newssidebar article.small span.date:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #357dc0;
    position: absolute;
    right: -8px;
    top: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.newssidebar article.small span.date span {
    display: block;
    font: 28px/28px Helvetica_Bold, san-serif;
}

.newssidebar article.small span.date em {
    display: block;
    font-style: normal;
}

.newssidebar article.small a:hover h2 {
    color: #357dc0;
}

/* NewsSidebar End */

/* EventsList Begin */
.eventlist {
    position: relative;
    padding-top: 21px;
}

.eventlist article {
    position: relative;
    float: left;
    width: 280px;
    height: 260px;
    overflow: hidden;
    margin: 8px;
}

.eventlist article figure {
    width: 100%;
    height: 100%;
    background: #d9d9d9;
    overflow: hidden;
}

.eventlist article figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    object-fit:cover;	
}

.eventlist article:hover figure img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.eventlist article .body {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 80px;
    padding: 0 10px 0 80px;
    background: rgba(53, 125, 192, 0.8);
}

.eventlist article .body h2 {
    display: table-cell;
    font: 17px/21px Helvetica, san-serif;
    color: #fff;
    vertical-align: middle;
}

.eventlist article span.date {
    position: absolute;
    top: 15px;
    left: 7px;
    height: 50px;
    width: 60px;
    padding-right: 5px;
    font: 11px/14px Helvetica, san-serif;
    color: #fff;
    text-align: center;
    border-right: 2px solid #ccad6d;
}

.eventlist article span.date span {
    display: block;
    font: 28px/22px Helvetica_Bold, san-serif;
    color: #fff;
}

.eventlist article span.date em {
    display: block;
    font-style: normal;
}

.eventsgallery {
    margin-top: 20px;
    font: 20px/20px Merel_Regular, san-serif;
    color: #357dc0;
}

.eventsgallery a {
    color: #357dc0;
}

.eventsgallery i {
    margin-right: 3px;
}

/* NewsSidebar */
.eventsidebar {
    position: relative;
    float: right;
    width: 380px;
}

.eventsidebar .head h1 {
    position: relative;
    float: left;
    margin-top: 19px;
    padding-right: 14px;
    font: 25px/25px Merel_Bold, san-serif;
    color: #357dc0;
    text-transform: uppercase;
}

.eventsidebar .head h1:after {
    content: "";
    display: block;
    width: 2px;
    height: 17px;
    background: #ccad6d;
    position: absolute;
    top: 4px;
    right: 0;
}

.eventsidebar .head a.all {
    float: left;
    margin-top: 23px;
    font: 18px/18px Merel_Regular, san-serif;
    color: #357dc0;
}

.eventsidebar .head a.all:hover {
    color: #ccad6d;
}

.eventsidebar .head a.all i {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.eventsidebar article.small {
    position: relative;
    display: table;
    width: 100%;
    height: 80px;
    margin-top: 19px;
    background: #e5e5e5;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.eventsidebar article.small a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 80px;
}

.eventsidebar article.small h2 {
    display: table-cell;
    vertical-align: middle;
    font: 18px/20px Helvetica, san-serif;
    color: #357dc0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.eventsidebar article.small span.date {
    position: absolute;
    top: 15px;
    left: 7px;
    height: 50px;
    width: 60px;
    padding-right: 5px;
    font: 12px/14px Helvetica, san-serif;
    color: #357dc0;
    text-align: center;
    border-right: 2px solid #ccad6d;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.eventsidebar article.small span.date span {
    display: block;
    font: 28px/22px Helvetica_Bold, san-serif;
}

.eventsidebar article.small span.date em {
    display: block;
    font-style: normal;
}

.eventsidebar article.small:hover {
    background: #357dc0;
}

.eventsidebar article.small:hover h2, .eventsidebar article.small:hover span.date {
    color: #fff;
}

/* Search Result Begin */
.search_result {
    position: relative;
    padding-top: 25px;
}

.key_result {
    font: 30px/30px Merel_Regular, san-serif;
    color: #357dc0;
}

.search_result_list {
    margin-top: 26px;
    padding-bottom: 15px;
}

.search_result_list article {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #b3b3b3;
}

.search_result_list article:last-child {
    border-bottom: none;
}

.search_result_list article p span {
    display: inline-block;
    height: 9px;
    margin-right: 8px;
    padding-right: 8px;
    font: 12px/9px Helvetica, san-serif;
    color: #666;
    border-right: 1px solid #357dc0;
}

.search_result_list article p a {
    display: inline-block;
    font: 12px/9px Helvetica, san-serif;
    color: #666;

}

.search_result_list article p a:hover {
    color: #357dc0;
}

.search_result_list article h2 {
    margin-top: 9px;
    font: 20px/24px Merel_Regular, san-serif;
    color: #666;
}

.search_result_list article h2 a {
    color: #666;
}

.search_result_list article h2 a:hover {
    color: #357dc0;
}

/* Search Result End */

/* Contact Begin */
.contact {
    position: relative;
    padding-top: 17px;
}

.contact .contact_left {
    position: relative;
    float: left;
    width: 458px;
}

.contact .head h4 {
    font: 18px/18px Merel_Regular, san-serif;
    color: #357dc0;
}

.contact .head h1 {
    margin-top: 5px;
    font: 20px/20px Merel_Bold, san-serif;
    color: #d3ae64;
    text-transform: uppercase;
}

.contact_form {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 17px;
}

.contact_form h4 {
    margin-bottom: 25px;
    font: italic 13px/13px Helvetica, san-serif;
    color: #666;
}

.contact_form .item {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.bizeqoshul_form span:last-child {
    margin-right: 0;
}

.contact_form .item span.width140 {
    position: relative;
    float: left;
    width: 140px;
    margin-right: 19px;
}

.contact_form .item span.width220 {
    position: relative;
    float: left;
    width: 220px;
}

.contact_form .item span.width61 {
    float: left;
    width: 140px;
}

.contact_form .item span.width139 {
    float: left;
    width: 140px;
    margin-left: 19px;
}

.contact_form .item em {
    float: left;
    width: 100%;
    margin-bottom: 21px;
    font: 13px/13px Helvetica, san-serif;
    color: #666;
}

.contact_form .item span.width140:last-child {
    margin-right: 0;
}

.contact_form .item span.width220:last-child {
    float: right
}

.contact_form input[type="text"],
.contact_form input[type="number"],
.contact_form textarea {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 8px;
    font: 15px/33px Helvetica, san-serif;
    color: #999;
    background: #fff;
    border: 1px solid #b5b5b5;
}

.contact_form textarea {
    height: 145px;
    padding: 8px;
    font: 15px/18px Helvetica, san-serif;
}

.contact_form input[type="text"]:focus, .contact_form textarea:focus {
    border-color: #357dc0;
}

.contact_form input[type="text"][placeholder], [placeholder]:focus {
    color: #666;
}

.contact_form input[type="text"]:focus::-webkit-input-placeholder {
    color: #666;
}

.contact_form input[type="text"]:focus:-moz-placeholder {
    color: #666;
}

.contact_form input[type="text"]:focus::-moz-placeholder {
    color: #666;
}

.contact_form input[type="text"]:focus:-ms-input-placeholder {
    color: #666;
}

.has-error input[type="text"],
.has-error input[type="number"],
.has-error input[type="radio"],
.has-error textarea,
.has-error select {
    border-color: #f03 !important;
}

.has-error .error-body {
    margin: 5px 0 0 0;
    color: red;
    font-size: smaller;
    display: inline-block;
}

.help-block {
    position: absolute;
    top: -15px;
    left: 2px;
    display: none;
    font: 12px/12px Helvetica, san-serif;
    color: #f03;
    text-transform: capitalize;
}

.contact_form select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 25px 0 9px;
    font: 16px/33px Helvetica, san-serif;
    color: #666;
    background: url(../img/select_bg.png) no-repeat right 9px center;
    background-color: #f7f8f9;
    border: 1px solid #c5cbd1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact_form .fileUpload {
    position: relative;
    float: left;
}

.contact_form .fileUpload_body {
    position: relative;
    float: left;
    height: 40px;
    padding: 0 20px;
    font: 15px/36px Helvetica_Bold, san-serif;
    color: #357dc0;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #357dc0;
    background: #fff;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.contact_form .fileUpload input.uploadimage {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.contact_form .fileUpload:hover {
    background: #357dc0;
    color: #fff;
}

.contact_form input[type="submit"] {
    display: block;
    float: right;
    width: 142px;
    height: 40px;
    font: 15px/40px Helvetica_Bold, san-serif;
    color: #fff;
    text-transform: uppercase;
    background: #357dc0;
    border: none;
}

.contact_form input[type="submit"]:hover {
    background: #155fa5;
}

.contact_right {
    position: relative;
    float: left;
    width: 600px;
    margin-left: 105px;
}

.social_contact {
    margin-top: 19px;
}

.social_contact span {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.social_contact span i {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social_contact span a {
    float: left;
    margin-left: 10px;
    font: 18px/30px Merel_Regular, san-serif;
    color: #666;
}

.social_contact span.facebook i {
    background-color: #3b5998;
}

.social_contact span.twitter i {
    background-color: #41abe1;
}

.social_contact span.instagram i {
    background-color: #7a6a64;
}

.social_contact span.google-plus i {
    background-color: #dd5144;
}

.social_contact span.facebook a:hover {
    color: #3b5998;
}

.social_contact span.twitter a:hover {
    color: #41abe1;
}

.social_contact span.instagram a:hover {
    color: #7a6a64;
}

.social_contact span.google-plus a:hover {
    color: #dd5144;
}

.qaynarxett h5 {
    margin-top: 9px;
    font: 18px/18px Merel_Regular, san-serif;
    color: #357dc0;
}

.qaynarxett h1 {
    margin-top: 5px;
    font: 20px/20px Merel_Bold, san-serif;
    color: #d3ae64;
    text-transform: uppercase;
}

.qaynarxett span {
    display: block;
    height: 29px;
    margin-top: 11px;
    padding-left: 40px;
    background: url(../img/auricle.png) no-repeat left top;
    background-size: 29px 29px;
    vertical-align: top;
    font: 30px/27px Merel_Bold, san-serif;
    color: #357dc0;
}

/* Whatsapp */
.whatsapp {
    position: relative;
    padding-top: 30px;
}

.whatsapp .left_block {
    float: left;
    width: 380px;
}

.whatsapp .left_block figure, .whatsapp .left_block figure img {
    width: 100%;
}

.whatsapp .right_block {
    float: right;
    width: 765px;
}

.whatsapp .right_block h2 {
    font: 30px/30px Merel_Bold, san-serif;
    color: #357dc0;
}

.whatsapp .right_block p {
    margin-top: 23px;
    font: 15px/20px Helvetica, san-serif;
    color: #666;
}

.whatsapp .right_block p span {
    font-family: Helvetica_Bold, san-serif;
    color: #357dc0;
}

/* BizeQoshul Begin */
.bizeqoshul {
    position: relative;
    padding-top: 30px;
}

.bizeqoshul .leftblock {
    float: left;
    width: 380px;
}

.bizeqoshul .leftblock img {
    max-width: 100%;
}

.bizeqoshul .rightblock {
    float: left;
    width: 700px;
    margin-left: 20px;
}

.bizeqoshul_text {
    float: left;
    width: 100%;
    border-bottom: 3px solid #357dc0;
}

.bizeqoshul_text p {
    margin-bottom: 22px;
    font: 15px/22px Helvetica, san-serif;
    color: #666;
}

.bizeqoshul_text p:last-child {
    margin-bottom: 16px;
}

.bizeqoshul_form {
    position: relative;
    float: left;
    width: 100%;
}

.bizeqoshul_form h4 {
    margin: 8px 0 30px;
    font: italic 14px/14px Helvetica, san-serif;
    color: #666;
}

.bizeqoshul_form .item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.bizeqoshul_form span {
    position: relative;
    float: left;
    width: 220px;
    margin-right: 20px;
}

.bizeqoshul_form span:last-child {
    margin-right: 0;
}

.bizeqoshul_form span.width61 {
    width: 80px;
}

.bizeqoshul_form span.width139 {
    width: 135px;
}

.bizeqoshul_form span.width160 {
    width: 160px;
}

.bizeqoshul_form span input[type="text"],
.bizeqoshul_form span input[type="number"] {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font: 15px/33px Helvetica, san-serif;
    background: none;
    border: 1px solid #b5b5b5;
}

.bizeqoshul_form input[type="text"][placeholder], [placeholder] {
    color: #b5b5b5;
}

.bizeqoshul_form input[type="text"]::-webkit-input-placeholder {
    color: #b5b5b5;
}

.bizeqoshul_form input[type="text"]:-moz-placeholder {
    color: #b5b5b5;
}

.bizeqoshul_form input[type="text"]::-moz-placeholder {
    color: #b5b5b5;
}

.bizeqoshul_form input[type="text"]:-ms-input-placeholder {
    color: #b5b5b5;
}

.bizeqoshul_form input[type="text"]:focus {
    border-color: #357dc0;
}

.bizeqoshul_form input[type="text"][placeholder], [placeholder]:focus {
    color: #666;
}

.bizeqoshul_form input[type="text"]:focus::-webkit-input-placeholder {
    color: #666;
}

.bizeqoshul_form input[type="text"]:focus:-moz-placeholder {
    color: #666;
}

.bizeqoshul_form input[type="text"]:focus::-moz-placeholder {
    color: #666;
}

.bizeqoshul_form input[type="text"]:focus:-ms-input-placeholder {
    color: #666;
}

.bizeqoshul_form .item em {
    float: left;
    width: 100%;
    margin-bottom: 21px;
    font: 13px/13px Helvetica, san-serif;
    color: #666;
}

.bizeqoshul_form select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 25px 0 9px;
    font: 16px/33px Helvetica, san-serif;
    color: #666;
    background: url(../img/select_bg.png) no-repeat right 9px center;
    background-color: #f7f8f9;
    border: 1px solid #c5cbd1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-checkbox + label.css-label {
    display: inline-block;
    height: 15px;
    padding-left: 22px;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px 15px;
    font: 16px/14px Helvetica, san-serif;
    color: #666;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-image: url(../img/radio-button-on.png);
}

label.css-label {
    background-image: url(../img/radio-button.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bizeqoshul_form input[type="submit"] {
    float: left;
    height: 35px;
    padding: 0 37px;
    font: 15px/35px Helvetica_Bold, san-serif;
    color: #fff;
    text-transform: uppercase;
    background: #357dc0;
    border: none;
}

.bizeqoshul_form .fileUpload {
    position: relative;
    float: left;
    overflow: hidden;
}

.bizeqoshul_form .fileUpload_body {
    position: relative;
    float: left;
    width: 250px;
    font: 15px/15px Helvetica, san-serif;
    color: #666;
    cursor: pointer;
    text-align: left;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.bizeqoshul_form .fileUpload_body i {
    float: left;
    margin-right: 10px;
    color: #357dc0;
}

.bizeqoshul_form .fileUpload_body span.foto1 {
    width: auto;
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px dashed #357dc0;
}

.bizeqoshul_form .fileUpload_body:hover span.foto1 {
    border-bottom: 1px solid transparent;
}

.bizeqoshul_form .fileUpload input.uploadimage {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.open_popup {
    display: inline-block;
    margin-top: 6px;
    padding-bottom: 1px;
    font: italic 12px/13px Helvetica, san-serif;
    color: #357dc0;
    border-bottom: 1px dashed #999;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.popup .body {
    position: absolute;
    width: 788px;
    height: 556px;
    top: 50%;
    left: 50%;
    margin: -278px 0 0 -394px;
}

span.close_popup {
    width: 40px;
    height: 40px;
    border: 2px solid #357dc0;
    border-radius: 50%;
    background: url(../img/icon_close.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    right: -60px;
    top: -30px;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.contactinfo {
    position: relative;
    margin-top: 25px;
}

.contactinfo div {
    margin-bottom: 20px;
}

.contactinfo h4 {
    font: 20px/20px Merel_Bold, san-serif;
    color: #d3ae64;
    text-transform: uppercase;
}

.contactinfo h4 i {
    color: #ccad6d;
}

.contactinfo p {
    margin-top: 3px;
    font: 18px/25px Merel_Regular, san-serif;
    color: #666;
}

.contactinfo p i {
    margin-right: 5px;
    color: #357dc0;
}

button.confirm {
    display: block;
    height: 35px;
    padding: 0 20px 0 10px;
    font: 15px/31px Helvetica_Bold, san-serif;
    color: #357dc0;
    background: #fff;
    border: 2px solid #357dc0;
}

button.confirm i {
    position: relative;
    font-size: 20px;
    top: 3px;
    margin-right: 7px;
}

button.confirm:hover {
    background: #357dc0;
    color: #fff;
}

button.confirm.styl {
    width: 140px;
    padding: 0 10px;
    font-size: 13px;
}

button.confirm.styl i {
    font-size: 18px;
    top: 2px;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
}

.upload_result {
    position: relative;
    display: none;
    width: 300px;
    height: 35px;
    padding: 0 10px;
    text-align: left;
    border: 1px solid #bfbfbf;
    background: #f4f4f4;
}

.upload_result b {
    float: left;
    font: 15px/35px Helvetica, san-serif;
    color: #357dc0;
}

.upload_result a.delete {
    float: right;
    font-size: 15px;
    color: #357dc0;
    line-height: 35px;
}

.mail_result {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.mail_result h5 {
    font: 30px/30px Merel_Medium, san-serif;
    color: #666;
}


.mail_result h5 i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    color: #57c705;
}

.notification {
    position: relative;
    padding: 5px 10px;
    font: 13px/16px Helvetica, san-serif;
    color: #357dc0;
    background: #eaf2f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.a_cv {
    color: #357dc0;
    font-weight: bold;
    text-decoration: underline;
}

.a_cv:hover {
    text-decoration: none;
}

.application {
    background: #D3AD64;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 32px;
    z-index: 9999;
}

.application figure {
    background: #347DC0;
    position: absolute;
    top: -35px;
    right: 5%;
    width: 77px;
    height: 74px;
    padding: 20px 25px;
    border-radius: 50%;
}

.application figure img {
    width: 32px;
    height: 32px;
}

#header .lang {
    display: none;
    float: right;
    margin: 10px 10px 0 0;

}

#header .lang a,
#header .lang button {
    background: #D3AD64;
    border: 0;
    padding: 10px;
    border-radius: 50%;
}


@media (max-width: 767px) {

    .actual_events ul li figure, .images_list figure {
        width: 100%;
        height: auto;
    }

    #header .lang {
        display: block;
    }
    #privacy-modal-layer .modal{
        width: 100%;
        max-width: unset;
        height: 100vh;
        max-height: unset;
    }
}
