@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600,700&subset=latin-ext);
@font-face {
    font-family: font2;
    src: url(/fonts/00703.TTF)
}

.font2 {
    font-family: font2
}
.bold{font-weight:bold}
.block {
    display: block
}

.iblock {
    display: inline-block
}

.fleft {
    float: left
}

.fright {
    float: right
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.tcenter {
    text-align: center
}

.tleft {
    text-align: left !important
}

.nowrap {
    white-space: nowrap
}

.cursor_context {
    cursor: default !important
}

.break-word {
    word-wrap: break-word
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url("/images/logo.png") no-repeat center center/95px 95px, #fff
}

#loader-wrapper.mod1 {
    background: url("/images/logo.png") no-repeat center center/95px 95px, rgba(255, 255, 255, .7)
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -150px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00abc8;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d8251d;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dea948;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body {
    font-family: 'Titillium Web', sans-serif;
    background: #fff;
	background: url(/images/pattern.png);
}

body.pattern {
    background: url(/images/pattern.png)
}

/*
section * {
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
*/



body *:before {
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

body *:after {
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

header {
    position: absolute;
    width: 100%;
    z-index: 3
}

header .top {
    background: #fff
}

header .top .container {
    background: url(/images/top.png) no-repeat 215px center, #fff
}

header .top .social {
    list-style: none;
    margin: 0;
    padding: 0
}

header .top .social li {
    display: block;
    float: left;
    padding: 4px
}

header .top .social li:last-child {
    padding: 2px 4px
}

header .top .social li:hover {
    opacity: .7
}

header .top .main {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0
}

header .top .main li {
    display: block;
    float: left;
    line-height: 35px;
    border-left: 1px solid #ccc;
    padding: 0 9px
}

header .top .main li a {
    font-size: 12px;
    color: #1a3548;
    text-decoration: none;
    padding: 0 4px;
	font-weight:bold;
}

header .top .main li a:hover {
    color: #333
}




header .center {
    background: rgba(26, 53, 72, .6);
    padding: 12px 0
}

header .center a:first-child {
    margin-right: 12px
}

header #menu {
    background: url(/images/pat.png), #e5bd52;
    border-bottom: 3px solid #d8a447;
    height: 50px
}

header #menu #logo {
    margin-top: -50px;
    position: relative;
    z-index: 2
}

header #menu .menu {
    padding: 0;
    margin: 0
}

header #menu .menu>li {
    display: block;
    float: left;
    border-right: 1px solid #d8a447
}

header #menu .menu>li>a {
    min-width: 110px;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 0 6px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .54);
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

header #menu .menu>li>a:hover {
    background: rgba(216, 164, 71, .5)
}

header #menu .menu>li>a~div {
    position: absolute;
    display: none
}

header #menu .menu>li>a~div.color {
    background: rgba(26, 53, 72, .9);
    padding: 20px 0;
    color: #fff;
    border-bottom: 3px solid #d8a447;
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: -46px -150px
}

header #menu .menu>li>a~div .color {
    background: rgba(26, 53, 72, .8);
    padding: 20px 0;
    color: #fff;
    border-bottom: 3px solid #d8a447;
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: -46px -150px
}

header #menu .menu>li>a~div.custom1 {
    width: 100%;
    left: 0
}

header #menu .menu>li>a~div.custom2 {
    left: 0
}

header #menu .menu>li>a~div.custom3 {
    padding: 20px 30px
}

header #menu .menu>li .home {
    min-width: 55px
}

header #menu .menu>li .home.mobile img {
    margin-top: -5px
}

header #menu .menu>li:first-child a {
    border-left: 1px solid #d8a447
}

header #menu .menu>li:hover div {
    display: block
}

header #menu .col-lg-5 {
    position: static
}

.google-search-box {
    position: absolute;
    z-index: 4;
    width: 240px;
    right: 24px;
    top: 36px;
    display: none
}

.google-search-box.active {
    display: block
}

.google-search-box .gsc-control-cse {
    background: #d8a447;
    border: none !important;
    padding: 10px !important
}

.google-search-box #gsc-i-id1 {
    width: 120px !important;
    background: none !important
}

.google-search-box .gsc-input {
    padding: 0 !important
}

.google-search-box .gsc-input-box {
    border: none !important;
    box-shadow: none !important;
    padding: 0 15px !important;
    height: 32px !important
}

.google-search-box .gsib_b {
    display: none !important
}

.google-search-box .gsc-search-button {
    background: #f3bd5d
}

.google-search-box .gsc-search-button input {
    background: url("/images/search.png") no-repeat center, #f3bd5d;
    height: 23px;
    margin: 0;
    margin-top: 4px;
    border-radius: 0;
    border: none
}

.google-search-box .gsc-search-button input:hover {
    background: url("/images/search.png") no-repeat center, #f3bd5d
}

#haliliye {
    font-family: font2;
    position: absolute;
    font-size: 106px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .54);
    width: 100%;
    text-align: center;
    top: 130px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 2
}

#slider .item {
    height: 670px
}

#news_slider {
    position: relative;
    z-index: 2;
    margin-top: 20px
}

#news_slider .adv_slider .item {
    height: 255px;
    display: block
}

#news_slider #owl_haber .item {
    height: 524px;
    display: block;
    position: relative
}

#news_slider #owl_haber .item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: rgba(1, 151, 177, .7);
    padding: 0 50px;
    line-height: 50px;
    border-bottom: 3px solid #e5bd52;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#news_slider #home_nav_slider {
    margin-top: 4px
}

#news_slider #home_nav_slider .item {
    height: 64px;
    cursor: pointer;
    position: relative;
    width: 9.09091%;
    float: left;
    margin-bottom: 12px
}

#news_slider #home_nav_slider .item:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#news_slider #home_nav_slider .item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 3px
}

#news_slider #home_nav_slider .item.active:before {
    content: "";
    background: rgba(0, 0, 0, 0)
}

#news_slider #home_nav_slider .item.active:after {
    content: "";
    background: #00abc8
}

#notice {
    background: #e5bd52;
    line-height: 50px
}

#notice .col-lg-2 .row {
    font-size: 18px;
    color: #b18840;
    font-weight: 600;
    text-align: center;
    padding-left: 70px
}

#notice .col-lg-2 .row a {
    font-size: 18px;
    color: #b18840;
    font-weight: 600;
    text-align: center;
    text-decoration: none
}

#notice .col-lg-2 .row div {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #d8a447
}

#notice #notice_slider {
    background: #fff;
    height: 34px;
    margin-top: 8px;
    padding: 0 20px;
    padding-right: 55px
}

#notice #notice_slider .item {
    line-height: 34px;
    font-size: 16px
}

#notice #notice_slider .item a {
    text-decoration: none;
    color: #1a3548;
    text-transform: uppercase
}

#notice #notice_slider .item a .date {
    color: #b18840;
    padding-right: 15px;
    font-style: normal
}

#notice #notice_slider .owl-controls {
    position: absolute;
    right: 10px;
    top: -9px
}

#notice #notice_slider .owl-controls .owl-prev {
    float: right
}

#notice #notice_slider .owl-controls .owl-next {
    float: right
}




/* burası */



#working_slider .owl-stage-outer {
    height: 245px
}

#working_slider .item a {
    display: block;
    height: 220px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none
}

#working_slider .item a div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 151, 177, .6);
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 100%
}

#working_slider .item a div p {
    position: relative;
    top: 50%;
    margin: 0;
    padding: 0 15px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#working_slider .item a div:before {
    position: absolute;
    content: "";
    bottom: 70px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 3px;
    background: #fff
}

#working_slider .item a section {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #e5bd52;
    height: 50px
}

#working_slider .item a section p {
    margin: 0;
    position: absolute;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1a3548;
    width: 100%;
    padding: 0 15px
}

#working_slider .item a section button {
    border: none;
    position: absolute;
    height: 25px;
    line-height: 22px;
    bottom: -28px;
    font-size: 12px;
    color: #fff;
    background: #a2d629;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    padding: 0 15px;
    border-bottom: 3px solid #88bc12
}

#working_slider .item a:hover div {
    opacity: 0
}

#working_slider .item a:hover section {
    opacity: 1
}

#home_ewent {
    margin: 0 -5px
}

#home_ewent>div {
   
    padding: 0 5px
}

#home_ewent>div.celander_list .item {
    background: #efefef;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1a3548;
    display: block;
    text-transform: uppercase;
    text-decoration: none
}

#home_ewent>div.celander_list .item p {
    margin: 0;
    height: 35px
}

#home_ewent>div.celander_list .item .date {
    float: left;
    width: 20%;
    text-align: center;
    padding: 13px 0
}

#home_ewent>div.celander_list .item .date .day {
    background: url(/images/icon/icon12.png) no-repeat center;
    height: 40px;
    color: #1a3548;
    font-weight: normal;
    line-height: 40px;
    font-size: 18px;
    padding-top: 4px;
    margin-top: 10px;
    margin-bottom: 8px
}

#home_ewent>div.celander_list .item .description {
    float: right;
    width: 80%;
    padding: 10px 15px;
    border-left: 1px solid #ccc;
    padding-bottom: 8px;
	min-height:100px;
}

#home_ewent>div.celander_list .item .description>div {
    margin-top: 5px;
    background-position: left center;
    padding-left: 20px
}

#home_ewent>div.celander_list .item .description>div.address {
    padding-right: 15px;
    width: 100%
}

#home_ewent>div.celander_list .item .description>div.time {
    margin-top: 0 !important
}

#home_ewent>div.celander_list .item:hover {
    background: #ccc
}

#home_ewent>div.celander_list .item:hover .description {
    border-left: 1px solid #efefef
}

#logos {
    height: 130px
}

#logos .owl-stage-outer {
    height: 100%
}

#logos .owl-stage-outer .item {
    margin-top: 50px;
    display: block;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#logos .owl-stage-outer .item a {
    width: 100%;
    display: block;
    height: 50px
}



#logos .owl-stage-outer .item img {
    margin: 0 auto;
    display: block;
    width: inherit;
    background: #efefef !important
}

#logos .owl-stage-outer .owl-item {
    background: #efefef !important
}

#engelsiz {
    height: 0;
    width: 0;
    overflow: hidden
}

.sister_cities {
    padding-bottom: 30px
}

.sister_cities a {
    height: 170px;
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none
}

.sister_cities a:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.sister_cities a:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 2
}

.sister_cities a .mask {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 15px;
    bottom: 15px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    background: rgba(0, 0, 0, 0);
    content: "";
    z-index: 1
}

.sister_cities a:hover .mask {
    background: rgba(0, 0, 0, .5)
}

.sister_cities a:hover:before {
    top: 0%;
    bottom: 0%
}

.sister_cities a:hover:after {
    left: 0%;
    right: 0%
}

.sister_cities a div {
    position: relative;
    z-index: 2;
    text-align: center;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .75);
    top: 55px
}

.sister_cities a div p {
    margin: 0;
    font-size: 24px
}

.sister_cities a div span {
    color: #e5bd52;
    font-size: 18px
}



footer section>div {
    background: #0091a9;
    padding-top: 30px;
    padding-bottom: 20px
}

footer .social {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -6px;
    width: 176px;
    margin-left: 60%;
    -moz-transform: translateX(-88px);
    -ms-transform: translateX(-88px);
    -o-transform: translateX(-88px);
    -webkit-transform: translateX(-88px);
    transform: translateX(-88px)
}

footer .social li {
    list-style: none;
    float: left;
    padding: 6px 4px
}

footer #copyright {
    background: #1a3548;
   
    line-height: 21px;
    min-height: 45px;
    padding: 12px 15px
}

footer #copyright p {
    margin: 0;
    font-size: 12px;
    color: #efefef
}

#chairman {
    background: url(images/canpolat.jpg) no-repeat center bottom;
    height: 230px;
    position: absolute;
    left: -15px;
    right: 0;
    top: -16px
}

#chairman p {
    position: absolute;
    bottom: 0;
    font-family: font2;
    font-size: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .54);
    text-align: center;
    background: rgba(1, 151, 177, .8);
    font-weight: bold;
    width: 100%;
    line-height: 17px;
    padding: 4px 0
}

#news_detail .news_text {
    font-size: 16px;
    color: #444;
    text-align: justify
}

#news_detail b {
    font-weight: 600
}

.news_list {
    display: block;
    background: #fff;
    text-decoration: none !important;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .15);
    margin-bottom: 12px
}

.news_list .imgLiquid {
    height: 240px;
    border-bottom: 5px solid #00abc8;
    position: relative
}

.news_list .imgLiquid:before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    right: 50%;
    height: 5px;
    background: #e5bd52
}

.news_list section {
    padding: 20px 25px
}

.news_list:hover {
    background: #efefef
}

.news_list:hover .imgLiquid:before {
    left: 0;
    right: 0
}

.news_list.mod1 section {

    position: relative;
	overflow:hidden;
}

.news_list.mod1 section .head {
    margin-top: 10px;
	
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ewent_list {
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    border-bottom: 5px solid #00abc8;
    display: block;
    text-decoration: none !important;
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative
}

.ewent_list .heads {
    height: 45px
}

.ewent_list .heads .head {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ewent_list:before {
    left: 50%;
    right: 50%;
    bottom: -5px;
    border-bottom: 5px solid #e5bd52;
    position: absolute;
    content: ""
}

.ewent_list:hover {
    background: #efefef
}

.ewent_list:hover:before {
    left: 0;
    right: 0
}

.ewent_list.mod1 {
    margin-bottom: 10px
}

.ewent_list.mod1 .heads {
    height: auto
}

.ewent_list.mod1 .heads .head {
    position: relative;
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.ewent_list.mod2 .date .day {
    font-size: 69px;
    line-height: 69px;
    padding-right: 12px
}

.ewent_list.mod2 .date section {
    font-size: 16px;
    padding-left: 12px;
    margin-top: 10px
}

.ewent_list.mod2 .date section .year {
    font-size: 13px
}

.ewent_list.mod2 .heads {
    height: 38px
}

.ewent_list.mod2 .heads .head {
    font-size: 12px
}

.ewent_list.mod2 .time {
    font-size: 12px
}

#ewent_detail {
    text-align: justify;
    font-size: 16px;
    color: #444
}

#ewent_detail .heads {
    background: #efefef;
    margin: 0 -65px;
    margin-top: -55px;
    padding: 55px 65px;
    padding-bottom: 15px;
    border-bottom: 5px solid #00abc8;
    margin-bottom: 40px
}

#instafeed {
    height: 500px;
    overflow-y: scroll
}

#instafeed a {
    padding: 0 5px;
    padding-bottom: 10px;
    position: relative;
    width: 33.33334%;
    float: left
}

#instafeed a img {
    width: 100%
}

#instafeed a .likes {
    color: #fff;
    left: 5px;
    right: 5px;
    top: 50%;
    position: absolute;
    margin-top: -15px;
    text-align: center;
    opacity: 0;
    z-index: 6;
    font-size: 16px
}

#instafeed a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 10px;
    left: 5px;
    right: 5px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 5
}

#instafeed a:hover:before {
    opacity: 1
}

#instafeed a:hover .likes {
    opacity: 1
}

#contact .head.custom5.mod4:before {
    position: absolute;
    left: -115px;
    content: "";
    top: 0;
    bottom: 0;
    width: 74px;
    background: url(/images/contact1.png) no-repeat center
}



#contact .head.custom5.mod4:after {
    position: absolute;
    right: -149px;
    content: "";
    top: 0;
    bottom: 0;
    width: 109px;
    background: url(/images/contact2.png) no-repeat center
}

#festival {
    padding-top: 300px;
    padding-bottom: 70px;
    position: relative;
    min-height: 100vh
}

#festival .slogan {
    color: #fff;
    font-family: font2;
    font-size: 66px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .75)
}

#festival .item {
    height: 190px;
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: -1px;
    margin-left: -1px
}

#festival .item p {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
    word-wrap: break-word
}

#festival .back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

#festival .back.active {
    opacity: 1
}

#festival .back:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5)
}

#festival_content {
    display: none;
    overflow: hidden
}

#festival_content .item {
    display: none
}

#festival_content .item .close {
    cursor: pointer;
    height: 43px;
    width: 43px;
    margin-top: 10px
}

#festival_content .item .text {
    font-size: 16px;
    color: #444
}

#festival_content .item.active {
    display: block
}

#siteMap {
    position: relative;
    display: inline-block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider_nav.custom1 .owl-controls {
    margin-top: -30px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 10px
}

.slider_nav.custom1 .owl-controls .owl-dots {
    display: inline-block
}



.slider_nav.custom1.mod1 .owl-controls {
    margin-top: -225px
}

.content.custom1 {
    background: #fff
}

.content.custom1.mod1 {
    background: #efefef
}

.content.custom2 {
    background: #efefef;
    padding: 30px
}

.content.custom2.mod1 {
    background-position: -10px 210px;
    background-size: 500px;
    padding: 0
}

.content.custom2.mod2 {
    padding: 0;
    padding-bottom: 45px;
    background-size: 500px;
    background-position: -130px 130px;
    background-color: transparent !important;
    position: relative
}

.content.custom2.mod2:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content.custom2.mod3 {
    padding: 0;
    padding-bottom: 45px;
    background-size: 500px;
    background-position: -130px 130px;
    background-color: transparent !important;
    position: relative
}

.content.custom2.mod3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content.custom3 {
    background: #efefef;
    margin-top: 80px;
    margin: 17px 0
}

.content.custom3.mod1 {
    margin-bottom: 0
}

.content.custom4 {
    background: #fff;
    padding: 35px 45px;
    border-top: 5px solid #e5bd52;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .15);
    position: relative
}

.content.custom4 .text {
    font-size: 16px;
    text-align: justify
}

.content.custom4 .text img {
    max-width: 100%
}

.content.custom4.blue {
    border-color: #00abc8
}

.content.custom4.mod1 {
    padding: 25px
}

.content.custom4.mod2 {
    border: none
}

.content.custom5 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    padding: 25px 35px;
    text-align: justify;
    background: #fff
}

.content.custom6 {
    background: #fff;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .15);
    padding: 30px 35px;
    border-bottom: 5px solid #0197b1;
    margin-bottom: 30px;
    display: block;
    text-decoration: none !important
}

.content.custom6 .text {
    color: #999;
    font-size: 16px;
    font-weight: 600
}

.content.custom6.mod1 img {
    width: 100%;
    border: 2px solid #90d55e
}

.content.custom6.hover {
    cursor: pointer;
    position: relative
}

.content.custom6.hover:before {
    bottom: -5px;
    left: 50%;
    right: 50%;
    height: 5px;
    background: #e5bd52;
    position: absolute;
    content: ""
}

.content.custom6.hover:hover {
    background: #efefef
}

.content.custom6.hover:hover:before {
    left: 0;
    right: 0
}

.content.custom7 {
    background: #00abc8;
    padding: 30px;
    margin-bottom: 8px
}

.content.custom8 {
    background: url(/images/Social-pattern.png);
    padding: 20px 0;
    -moz-animation: content_custom8 50s infinite linear;
    -o-animation: content_custom8 50s infinite linear;
    -webkit-animation: content_custom8 50s infinite linear;
    animation: content_custom8 50s infinite linear;
    margin: 45px 0
}

@-moz-keyframes content_custom8 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 500px 0
    }
}

@-webkit-keyframes content_custom8 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 500px 0
    }
}

@keyframes content_custom8 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 500px 0
    }
}

.list {
    margin: 0;
    padding: 0;
    list-style: none
}

.list.custom1 {
    margin-bottom: -1px;
    display: table;
    width: 100%
}

.list.custom1 li {
    width: 33.3334%;
    background: #e5bd52;
    display: block;
    float: left;
    height: 100px;
    border-left: 1px solid #e7b459;
    border-bottom: 1px solid #e7b459;
    text-align: center
}

.list.custom1 li:nth-child(3n-2) {
    border-left: none
}

.list.custom1 li div {
    display: table;
    height: 100px;
    width: 100%
}

.list.custom1 li div a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    padding-top: 10px;
    font-weight: 700;
    color: #b18840
}

.list.custom1 li div a p {
    margin: 0
}

.list.custom1 li div a img {
    margin-bottom: 10px
}

.list.custom1 li div a:hover {
    background: #e7b459
}

.list.custom1.mod1 {
    margin-bottom: 13px
}

.list.custom1.mod1 li {
    width: 25%;
    border-left: 1px solid #e7b459;
    height: 115px
}

.list.custom1.mod1 li:nth-child(4n-3) {
    border-left: none
}

.list.custom1.mod1 li div {
    height: 115px
}

.list.custom1.mod1 li div a {
    padding: 0
}

.list.custom2 {
    padding-top: 10px;
    padding-bottom: 20px
}

.list.custom2 li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.list.custom2 li a:hover {
    color: #ccc
}

.list.custom3 {
    padding-top: 15px
}

.list.custom3 li {
    padding-left: 15px
}

.list.custom3 li a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 0 4px rgba(0, 0, 0, .54);
    position: relative;

}

.list.custom3 li a:before {
    content: "";
    position: absolute;
    left: -15px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 9px solid #b18840;
    border-radius: 2px;
    width: 0;
    height: 0;
    opacity: 0;
    top: 0
}

.list.custom3 li a:hover:before {
    opacity: 1
}

.list.custom3.mod1 {
    padding-top: 0;
    padding-right: 30px;
    border-right: 1px solid #d8a447;
    margin-right: 15px;
    margin-top: 15px
}

.list.custom3.mod2 {
    padding-right: 20px
}

.list.custom3.mod3 {
    width: 250px;
    margin-right: 20px;
}

.list.custom4 {
    margin: 0 -10px;
    width: 220px
}

.list.custom4 li {
    padding: 0 10px;
    padding-bottom: 6px;
    float: left
}

.list.custom4 li a {
    width: 200px;
    display: block;
    height: 50px;
    background: #1a3548;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
    position: relative
}

.list.custom4 li a .icon {
    width: 60px;
    height: 100%
}

.list.custom4 li a span {
    margin-top: 25px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 0 4px rgba(0, 0, 0, .54)
}

.list.custom4 li a:before {
    position: absolute;
    width: 4px;
    top: 50%;
    bottom: 50%;
    content: "";
    right: 0;
    background: #b18840
}

.list.custom4 li a:hover {
    background: #e7b459
}

.list.custom4 li a:hover:before {
    top: 0;
    bottom: 0
}

.list.custom4.row2 {
    width: 400px
}

.list.custom4.row2 li:nth-child(odd) a:before {
    right: auto;
    left: 0
}

.list.custom5 {
    margin: 0 -25px
}

.list.custom5 li {
    position: relative;

	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}

.list.custom5 li:before {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    content: "";
    border-left: 5px solid #e5bd52
}

.list.custom5 li a {
    text-decoration: none;
    color: #444;
    padding-left: 20px;
    display: block;
    position: relative
}

.list.custom5 li ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #efefef;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    max-height: 500px;
    overflow-y: scroll;
    max-width: 100%
}

.list.custom5 li ul li {
    float: none
}

.list.custom5 li ul li:hover {
    background: #fff
}

.list.custom5 li ul li a {
    border-bottom: 2px solid #fff
}

.list.custom5 li ul.active {
    visibility: visible;
    opacity: 1
}

.list.custom5 li:hover {
    background: #efefef
}

.list.custom5 li:hover:before {
    top: 0;
    bottom: 0
}

.list.custom5 li:hover ul {
    visibility: visible;
    opacity: 1
}

.list.custom5.mod1 li a {
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px
}

.list.custom5.mod2 li {
    float: left;
    width: 100%
}

.list.custom6 {
    margin-top: 5px;
    position: relative;
    z-index: 2
}

.list.custom6 li {
    padding: 6px 0
}

.list.custom6 li,
.list.custom6 li a {
    color: #b18840;
    line-height: 18px;
    text-decoration: none;
    font-weight: 600
}

.list.custom6 li a:hover {
    color: #d8a447
}

.list.custom6 li .icon {
    width: 55px;
    height: 18px;
    display: block;
    float: left
}

.list.custom7 li {
    background: #e5bd52;
    border-bottom: 1px solid #d8a447
}

.list.custom7 li * {
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
    color: #a07935;
    text-decoration: none;
    display: block
}

.list.custom7 li .icon {
    display: block;
    float: left;
    width: 60px;
    height: 38px
}

.list.custom7 li:hover {
    background: #e7b459
}

.list.custom7 li:last-child {
    border: none
}

.list.custom7 li.active {
    background: #e7b459
}

.list.custom8 li {
    margin-bottom: 10px;
    min-height: 45px
}

.list.custom8 li a {
    text-decoration: none;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    color: #444;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    border-left: 5px solid #00abc8;
    padding: 11px 30px;
    position: relative
}

.list.custom8 li a .date {
    font-weight: 400;
    color: #999;
    padding-right: 30px;
    width: 17%;
    line-height: 19px;
    margin-top: 2px
}

.list.custom8 li a .text {
    width: 83%;
    padding-right: 30px;
    display: block;
    line-height: 19px;
    margin-top: 2px;
    text-align: left
}

.list.custom8 li a .description {
    font-size: 15px;
    margin-top: 5px;
    font-weight: normal
}

.list.custom8 li a:before {
    left: -5px;
    top: 50%;
    bottom: 50%;
    position: absolute;
    content: "";
    border-left: 5px solid #e5bd52
}

.list.custom8 li a:hover {
    background: #efefef
}

.list.custom8 li a:hover:before {
    top: 0;
    bottom: 0
}

.list.custom8.hover_icon .icon.hover {
    position: absolute;
    opacity: 0
}

.list.custom8.hover_icon .icon.hover.pull-right {
    right: 0
}

.list.custom8.hover_icon a:hover .icon {
    opacity: 0
}

.list.custom8.hover_icon a:hover .icon.hover {
    opacity: 1
}

.list.custom8.mod1 a .icon {
    display: block;
    width: 8.5%;
    height: 100%;
    position: absolute;
    top: 0
}

.list.custom8.mod1 a .icon.pull-right {
    right: 0
}

.list.custom8.mod1 a .text {
    width: 91.5%;
    padding: 0
}

.list.custom8.mod2 li span {
    width: 100%;
    display: block
}

.list.custom8.mod2 li span.text {
    font-size: 23px
}

.list.custom9 li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.list.custom9 li a:hover {
    color: #ccc
}

.button.custom1 {
    background: #e5bd52;
    text-decoration: none;
    border: none;
    color: #fff;
    line-height: 25px;
    height: 25px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700
}

.button.custom1 .icon.pull-right {
    margin-left: 12px;
    margin-right: -5px
}

.button.custom1 .icon.pull-left {
    margin-left: -5px;
    margin-right: 10px
}

.button.custom1:hover {
    background: #d8a447
}

.button.custom1.g666 {
    background: #1a3548
}

.button.custom1.g666:hover {
    background: #333
}

.button.custom1.mod1 {
    margin-top: 24.5px
}

.button.custom1.blue {
    background: #1c779e
}

.button.custom1.blue:hover {
    background: #176282 !important
}

.button.custom2 {
    height: 150px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase
}

.button.custom2>div {
    width: 50%;
    background: rgba(1, 151, 177, .7);
    height: 150px;
    float: left
}

.button.custom2>div p {
    margin: 0;
    margin-top: 78px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 40px;
    background-position: top center
}

.button.custom2>section {
    width: 50%;
    height: 155px;
    float: right;
    overflow: hidden;
    position: relative
}

.button.custom2>section div {
    background: rgba(1, 151, 177, .7);
    width: 30px;
    height: 30px;
    -moz-transform: rotate(45deg) translateY(-15px);
    -ms-transform: rotate(45deg) translateY(-15px);
    -o-transform: rotate(45deg) translateY(-15px);
    -webkit-transform: rotate(45deg) translateY(-15px);
    transform: rotate(45deg) translateY(-15px);
    margin-top: 78px;
    margin-left: -30px
}

.button.custom2:hover>div {
    width: 70%
}

.button.custom2:hover>section {
    width: 30%
}

.button.custom3 {
    display: block;
    color: #fff;
    width: 100%;
    height: 200px;
    text-decoration: none;
    position: relative;
    padding: 0 25px
}

.button.custom3 p {
    position: relative;
    z-index: 2;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .75)
}

.button.custom3 div:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0);
    z-index: 1
}

.button.custom3:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.button.custom3:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 2
}

.button.custom3:hover:before {
    top: 0%;
    bottom: 0%
}

.button.custom3:hover:after {
    left: 0%;
    right: 0%
}

.button.custom3:hover div:before {
    background: rgba(0, 0, 0, .5)
}

.button.custom4 {
    border: none;
    padding: 11px 20px;
    background: #e5bd52;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #b18840;
    padding-left: 60px;
    text-align: left;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    position: relative
}

.button.custom4 .icon {
    width: 70px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    float: left
}

.button.custom4.green {
    background: #90d55e;
    color: #3d7f0d
}

.button.custom4.blue {
    background: #00abc8;
    color: #237ca4
}

.button.custom4.red {
    background: #e24343;
    color: #a92828
}

.button.custom4.mod1 {
    padding-left: 50px
}

.button.custom4.mod1 .icon {
    width: 50px
}

.button.custom4.mod2 {
    width: auto;
    font-size: 22px;
    width: 180px;
    text-align: right;
    margin-top: -2px;
    padding-left: 60px
}

.button.custom4.mod2 .icon {
    width: 60px
}

.button.custom4.mod3 {
    color: #fff;
    padding-left: 60px
}

.button.custom4.mod3 .icon {
    width: 60px
}

.button.custom4:hover {
    background: #e7b459
}

.button.custom4:hover.green {
    background: #88bc12
}

.button.custom4:hover.blue {
    background: #179fdd
}

.button.custom4:hover.red {
    background: #ce2f2f
}




.head.custom1 {
    font-size: 24px;
    color: #1a3548;
    margin: 0;
    text-align: center;
    font-weight: normal;
    position: relative;
    line-height: 55px;
    margin: 30px 0
}

.head.custom1:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    height: 3px;
    border-left: 40px solid #e5bd52;
    border-right: 40px solid #0197b1
}

.head.custom2 {
    line-height: 50px;
    min-height: 50px;
    margin-bottom: 10px;
    background: #dadada;
    padding-right: 15px;
    color: #1a3548;
    text-decoration: none
}


.head.custom2>.icon {
    width: 70px;
    line-height:50px;
	text-align:center;
    height: 50px;
	border-right: 1px solid #c5c3c3;
	margin-left:1px
    
}

.head.custom2 .head_text {
    font-size: 18px;
    font-weight: 600;
    color: #1a3548
}

.head.custom2 .button {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative
}

.head.custom2 .slogan {
    font-family: font2;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize
}

.head.custom2.mod1 {
    margin-top: 13px;
    min-height: 0;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    padding-left: 60px;
    position: relative;
    display: block
}

.head.custom2.mod1>.icon {
    width: 40px;
    min-height: 32px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.head.custom2.mod1 .head_text {
    font-size: 13px;
    padding-right: 15px
}

.head.custom2.mod1 .head_text2 {
    font-size: 13px;
    font-style: italic;
    height: 21px
}

.head.custom2.mod2 {
    padding-left: 5px;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px
}

.head.custom2.mod2 .icon {
    display: block;
    width: 60px;
    height: 50px;
    float: left;
    margin: 0;
    border: none
}

.head.custom2.mod3 {
    padding-left: 5px;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px
}

.head.custom2.mod3 .icon {
    display: block;
    width: 60px;
    height: 50px;
    float: left;
    margin: 0;
    border: none
}

.head.custom2.color_blue {
    background: #00abc8
}

.head.custom2.color_blue>.icon {
    border-right-color: #04a2bd
}

.head.custom2.color_blue .head_text {
    color: #fff
}

.head.custom3 {
    font-family: font2;
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-top: 35px
}

.head.custom3.mod1 {
    text-align: center;
    margin-top: 0
}

.head.custom3.mod2 {
    font-size: 16px;
    margin-top: 5px;
    text-align: center
}

.head.custom3.mod3 {
    margin-top: 17px;
    text-align: center
}

.head.custom3.mod4 {
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .54);
    padding-left: 15px;
    margin: 0
}

.head.custom3.mod5 {
    color: #1a3548;
    font-size: 36px;
    text-align: center;
    margin: 0
}

.head.custom4 {

    background: #0094ab;
    position: relative;
	margin-bottom:20px;
}

.head.custom4 .head_text {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 22px 0;
   
}

.head.custom4 .pattern {
    height: 60px;
    width: 350px;
    margin-top: -5px;
    background: url(/images/Pat.png), #00abc8;
    background-position: -435px center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .2)
}



.head.custom5 {
    font-size: 30px;
    font-weight: 600;
    color: #444;
    margin: 0;
    text-align: left
}

.head.custom5.mod1 {
    line-height: 36px;
    margin-top: 10px
}

.head.custom5.mod2 {
    font-weight: normal
}

.head.custom5.mod3 {
    font-weight: bold;
    text-align: center
}

.head.custom5.mod4 {
    font-size: 45px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none
}

.head.custom5.mod5 {
    font-size: 26px;
    font-weight: bold
}

.head.custom5.mod6 {
    font-size: 36px;
    font-weight: bold
}

.head.custom6 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #444
}

.head.custom6.mod1 {
    font-size: 21px;
    text-align: right
}

.head.custom6.mod2 {
    font-size: 20px;
    text-align: center
}

.head.custom6.mod3 {
    font-size: 25px
}

.head.custom7 {
    z-index: 2;
    position: relative;
    background: #00abc8;
    color: #fff;
    text-align: right;
    font-weight: 600
}

.head.custom7 .container {
    padding-bottom: 60px;
    background: url(/images/head_custom7.png) no-repeat 50px bottom;
    position: relative
}

.head.custom7 .container p {
    font-size: 73px;
    margin: 0;
    margin-top: 44px;
    text-shadow: -4px 5px 0 #0693ab
}

.head.custom7 .container span {
    font-size: 29px;
    text-shadow: -2px 2px 0 #0693ab
}

.head.custom7 .container .icon {
    position: absolute;
    left: 0;
    right: 15px;
    bottom: 0;
    top: 0;
    background-position: right bottom;
    z-index: -1
}

.head.custom8 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin: 0;
    text-align: justify
}

.head.custom9 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #00abc8;
    text-align: center
}

.head.custom10 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff
}

#passed_away_on .head_text2 {
    width: 800px
}

.hr {
    margin: 0;
    border: none
}

.hr.custom1 {
    border-bottom: 1px solid #d8a447
}

.hr.custom1.mod1 {
    margin: 5px 0
}

.hr.custom2 {
    height: 30px
}

.hr.custom3 {
    height: 16px
}

.hr.custom4 {
    height: 55px
}

.hr.custom5 {
    border-bottom: 1px solid #ccc;
    margin: 15px 0
}

.hr.custom6 {
    height: 1px;
    background: #0197b1;
    margin: 15px 0
}

.hr.custom7 {
    height: 30px;
    background: #0197b1;
    position: relative
}

.hr.custom7:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 14px;
    right: 14px;
    background: -o-repeating-linear-gradient(90deg, #fff, #fff 13px, #0197b1 13px, #0197b1 20px);
    background: -moz-repeating-linear-gradient(90deg, #fff, #fff 13px, #0197b1 13px, #0197b1 20px);
    background: -webkit-repeating-linear-gradient(90deg, #fff, #fff 13px, #0197b1 13px, #0197b1 20px);
    background: -ms-repeating-linear-gradient(90deg, #fff, #fff 13px, #0197b1 13px, #0197b1 20px);
    background: repeating-linear-gradient(90deg, #fff, #fff 13px, #0197b1 13px, #0197b1 20px)
}

.hr.custom8 {
    height: 5px
}

.uppercase {
    text-transform: uppercase
}

#cap_img.custom1 {
    height: 400px
}

.social.custom1 {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    border-left: 1px solid #d8a447;
    border-right: 1px solid #d8a447
}

.social.custom1 li {
    float: left;
    line-height: 50px;
    padding: 0 4px
}

.social.custom1 li a:hover {
    opacity: .8
}

.social.custom2 {
    list-style: none;
    padding-left: 15px
}

.social.custom2 li {
    padding-top: 6px
}

.social.custom2 li a {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .54);
    text-decoration: none
}

.social.custom2 li a img {
    padding-right: 6px
}

.social.custom2 li:last-child {
    margin: 0
}

.social.custom3 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 55px;
    left: -98px
}

.social.custom3 li {
    margin-bottom: 8px
}

.social.custom3.pull-right {
    right: -98px;
    left: auto
}

#site_map.custom1 {
    margin: 0;
    padding: 20px 0
}

#site_map.custom1 li {
    list-style: none;
    font-size: 14px;
    color: #1a3548;
    float: left
}

#site_map.custom1 li a {
    text-decoration: none;
    color: #1a3548;
    background: url('/images/arrow2.png') no-repeat center right;
    padding-left: 12px;
    padding-right: 15px;
    display: block
}

#site_map.custom1 li a:hover {
    color: #0197b1
}

#site_map.custom1 li span {
    padding-left: 12px
}

#map.custom1 {
    margin: 45px 0;
    height: 700px;
    max-height: 80vh
}

#map.custom2 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}

.date.custom1 {
    font-size: 18px;
    font-weight: 600;
    color: #888;
    margin: 0
}

.date.custom1.blue {
    color: #00abc8
}

.date.custom2 {
    margin: 0;
    font-size: 16px;
    color: #999
}

.date.custom3 {
    font-weight: 600;
    color: #444
}

.date.custom3 .day {
    float: left;
    font-size: 82px;
    padding-right: 15px;
    line-height: 82px
}

.date.custom3 section {
    border-left: 1px solid #ccc;
    font-size: 19px;
    float: left;
    padding-left: 15px;
    margin-top: 15px;
    line-height: 19px
}

.date.custom3 section .year {
    font-size: 15px
}

.date.custom3.mod1 section {
    padding-right: 50px
}

.gallery.custom1 {
    display: block;
    height: 150px;
    position: relative;
    margin-bottom: 8px
}

.gallery.custom1:before {
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    content: ""
}

.gallery.custom1:after {
    left: 50%;
    right: 50%;
    top: 15px;
    bottom: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    content: ""
}

.gallery.custom1 div {
    position: absolute;
    content: "";
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: url(/images/zoom.png) no-repeat center center/0 0, rgba(0, 0, 0, 0)
}

.gallery.custom1:hover:before {
    top: 0;
    bottom: 0
}

.gallery.custom1:hover:after {
    left: 0;
    right: 0
}

.gallery.custom1:hover div {
    background: url(/images/zoom.png) no-repeat center center/30px 30px, rgba(0, 0, 0, .5)
}

.gallery.custom1.mod1 {
    height: 170px;
    margin-bottom: 30px
}

.gallery.custom1.mod2 {
    margin-bottom: 15px
}

/*
.col.mod1 {
    padding: 0 8px
}

.col.mod2 {
    padding: 0 4px
}

.col.mod3 {
    padding: 0
}

.rows.mod1 {
    margin: 0 -8px
}

.rows.mod2 {
    margin: 0 -4px
}
*/

.pager.custom1 .PageNumbers a,
.pager.custom1 .PageNumbers b {
    display: block;
    float: left;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .15);
    color: #999;
    margin: 3px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.pager.custom1 .PageNumbers a:hover,
.pager.custom1 .PageNumbers b:hover {
    background: #e5bd52;
    color: #b18840
}

.pager.custom1 .PageNumbers b {
    background: #e5bd52;
    color: #b18840
}

.pager.custom1 .backnextcontainer a {
    display: block;
    float: left;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .15);
    color: #999;
    margin: 3px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.pager.custom1 .backnextcontainer a:hover {
    background: #e5bd52;
    color: #b18840
}

.pager.custom1 .backnextcontainer a#btn_first:before {
    content: "<<"
}

.pager.custom1 .backnextcontainer a#btn_back:before {
    content: "<"
}

.pager.custom1 .backnextcontainer a#btn_last:before {
    content: ">>"
}

.pager.custom1 .backnextcontainer a#btn_next:before {
    content: ">"
}

.pager.custom1 .PagerResults {
    font-size: 16px;
    color: #444;
    font-weight: normal !important
}

.search_content.custom1 {
    padding: 10px
}

.search_content.custom1 .search {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: -30px;
    background: url(/images/search2.png) no-repeat center
}

.search_content.custom1 input[type=text] {
    padding-right: 35px
}

.text.custom1 {
    border: 2px solid #b18840;
    background: transparent;
    min-width: 200px;
    height: 30px;
    line-height: 26px;
    padding: 0 20px;
    color: #b18840
}

.text.custom1:focus {
    outline: none
}

.text.custom1::-webkit-input-placeholder {
    color: #b18840
}

.text.custom1:-moz-placeholder {
    color: #b18840
}

.text.custom1::-moz-placeholder {
    color: #b18840
}

.text.custom1:-ms-input-placeholder {
    color: #b18840
}

.text.custom2 {
    border: none;
    background: transparent;
    border-bottom: 3px solid #e5bd52;
    width: 100%;
    height: 38px;
    font-size: 27px !important;
    font-weight: bold;
    color: #ccc
}

.bullettin {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    width: 100%;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .15);
    margin: 15px 0;
    color: #444;
    font-weight: 600;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.bullettin:before {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    content: "";
    border-right: 5px solid #e5bd52
}

.bullettin .imgLiquid {
    height: 250px;
    width: 45%;
    border: 4px solid #fff;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .15);
    float: left
}

.bullettin section {
    padding: 0 22px;
    width: 55%;
    float: left
}

.bullettin section .heads {
    text-align: right;
    margin-top: 10px;
    margin-bottom: -10px;
    width: 100%
}

.bullettin section .heads .number {
    font-size: 65px
}

.bullettin section .heads .date {
    padding-top: 27px;
    margin-left: -10px;
    font-weight: 600
}

.bullettin section .head {
    margin-bottom: 10px
}

.bullettin:hover {
    color: #444;
    background: #efefef
}

.bullettin:hover:before {
    top: 0;
    bottom: 0
}

.bullettin.mod1 {
    border-right: 5px solid #0197b1
}

.bullettin.mod1:before {
    right: -5px
}

.bullettin.mod1 .heads .number {
    font-size: 50px;
    text-align: left
}

.bullettin.mod1 .heads .date {
    padding: 0;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: left
}

.bullettin.mod1 .head.custom6 {
    font-size: 18px;
    text-align: left
}

.bullettin.mod2 {
    border-right: 5px solid #0197b1
}

.bullettin.mod2:before {
    right: -5px
}

.bullettin.mod2 .heads .number {
    font-size: 29px;
    text-align: left;
    margin-top: 25px
}

.bullettin.mod2 .heads .date {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left
}

.bullettin.mod2 .head.custom6 {
    font-size: 18px;
    text-align: left
}

.time {
    line-height: 18px;
    color: #444;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 14px;
    background-position: left center !important;
    font-weight: 600;
    text-decoration: none !important
}

.time.mod1 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.times.custom1 {
    position: relative;
    line-height: 18px;
    color: #444 !important;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important
}

.times.custom1 a {
    color: #444;
    text-decoration: none !important
}

.times.custom1 p {
    margin: 0;
    text-align: left !important
}

.times.custom1 p span {
    display: block
}

.times.custom1 .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25px;
    display: block;
    background-position: center
}

.times.custom1.mod1 {
    font-size: 16px;
    font-weight: bold
}

.times.custom1.mod1 p {
    text-align: center !important
}

.times.custom1.mod1 p .icon {
    position: relative;
    display: inline;
    color: rgba(0, 0, 0, 0)
}

.times.custom1.mod1 p .icon:before {
    content: "........."
}

.organization.custom1 {
    background: url("/images/organization.jpg") no-repeat;
    display: block;
    min-height: 959px;
    padding-top: 510px;
    width: 743px;
    position: relative;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.organization.custom1>ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    float: left
}

.organization.custom1>ul>li {
    margin-bottom: 20px;
    position: relative
}

.organization.custom1>ul>li:hover ul {
    display: block
}

.organization.custom1>ul>li>a {
    text-decoration: none;
    color: #1a3548;
    font-weight: bold;
    display: block;
    width: 126px
}

.organization.custom1>ul ul {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 2
}

.organization.custom1>ul ul a {
    padding-left: 20px;
    padding-right: 40px;
    line-height: 34px;
    display: block;
    text-decoration: none;
    color: #1a3548;
    position: relative;
    white-space: nowrap
}

.organization.custom1>ul ul a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    bottom: 50%;
    border-left: 5px solid #e5bd52
}

.organization.custom1>ul ul a:hover {
    background: #efefef
}

.organization.custom1>ul ul a:hover:before {
    top: 0;
    bottom: 0
}

.organization.custom2 .item_head {
    background: #e5bd52;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    padding: 14px 0
}

.organization.custom2 .item_head.blue {
    background: #00abc8
}

.organization.custom2 .item_head.blue_dark {
    background: #0197b1
}

.organization.custom2 .item_head.mod1 {
    font-size: 13px;
    line-height: 15px;
    padding: 16px;
    color: #b18840
}

.organization.custom2 .item_head.mod2 {
    font-size: 17px;
    padding: 12px 0;
    line-height: 19px
}

.organization.custom2>ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.organization.custom2>ul>li {
    margin-bottom: 20px;
    position: relative
}

.organization.custom2>ul>li>a {
    text-decoration: none;
    color: #1a3548;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-left: 20px
}

.organization.custom2>ul ul {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 2
}

.organization.custom2>ul ul a {
    padding-left: 20px;
    padding-right: 40px;
    line-height: 34px;
    display: block;
    text-decoration: none;
    color: #1a3548;
    position: relative;
    white-space: nowrap
}

.organization.custom2>ul ul a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    bottom: 50%;
    border-left: 5px solid #e5bd52
}

.organization.custom2>ul ul a:hover {
    background: #efefef
}

.organization.custom2>ul ul a:hover:before {
    top: 0;
    bottom: 0
}

.card.custom1 {
    padding: 40px;
    background: url(/images/logo2.png) no-repeat right -50px top -5px, #e5bd52;
    position: relative
}

.card.custom1:before {
    position: absolute;
    content: "";
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid #fff
}

.card.custom1 .imgLiquid {
    height: 155px;
    width: 120px
}

.tab_content {
    position: relative
}

.tab_content .item {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.tab_content .item.active {
    visibility: visible;
    height: auto;
    overflow: visible;
    opacity: 1
}

.radio.custom1 label {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    padding-right: 15px;
    text-transform: capitalize;
    cursor: pointer
}

.radio.custom1 label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 9px solid #0197b1;
    box-sizing: border-box;
    background: #fff
}

.radio.custom1 input[type=radio] {
    display: none
}

.radio.custom1 input[type=radio]:checked+label:before {
    border-width: 4px
}

.table_content {
    width: 100%
}

.table.custom1 {
    min-width: 100%
}

.table.custom1 thead {
    border-bottom: 4px solid #fff
}

.table.custom1 thead td {
    background: #e5bd52;
    font-size: 16px;
    font-weight: bold;
    color: #af873f;
    border-left: 1px solid #d8a447;
    padding: 11px 14px;
    white-space: nowrap
}

.table.custom1 thead td:first-child {
    border: none
}

.table.custom1 tbody tr td {
    padding: 0 14px;
    border-left: 1px solid #ccc;
    height: 45px;
    text-decoration: none !important;
    color: #444;
    font-size: 14px;
    white-space: nowrap
}

.table.custom1 tbody tr td * {
    text-decoration: none !important;
    color: #444
}

.table.custom1 tbody tr td:first-child {
    border: none
}

.table.custom1 tbody tr:nth-child(even) {
    background: #efefef
}

.table.custom1 tbody tr:nth-child(odd) {
    background: #dbdbdb
}

.table.custom1 tbody tr:hover {
    background: #fff
}

.table.custom1.mod1 thead {
    border-bottom: 12px solid #fff
}

.table.custom1.mod1 thead td {
    position: relative;
    padding-left: 65px
}

.table.custom1.mod1 thead td .icon {
    position: absolute;
    top: 0;
    display: block;
    float: left;
    left: 25px;
    width: 30px;
    height: 100%
}

.table.custom1.mod1 thead td:before {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    bottom: 0;
    border-left: 1px solid #d8a447
}

.table.custom1.mod1 thead td:first-child:before {
    border: none
}

.tipografiy.custom1 {
    font-size: 16px;
    color: #444
}

.project_category {
    height: 180px;
    display: block;
    position: relative;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px
}

.project_category:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 151, 177, .6)
}

.project_category p {
    position: relative;
    z-index: 2;
    text-shadow: 2px 0 4px rgba(0, 0, 0, .54);
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.project_category p .icon {
    display: block;
    height: 70px;
    width: 100%
}

.project_category:hover {
    color: #fff
}

.project_category:hover:before {
    background: rgba(177, 136, 64, .6)
}

.tooltip {
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.photo_album {
    position: relative;
    display: block;
    margin-bottom: 45px;
    z-index: 1;
    width: 263px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.photo_album .imgLiquid {
    width: 271px;
    height: 165px;
    position: relative;
    z-index: 2
}

.photo_album .imgLiquid .text {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 171, 200, .38);
    opacity: 0
}

.photo_album .imgLiquid .text>div {
    position: relative;
    top: 82px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px
}

.photo_album .imgLiquid .text>div .icon {
    height: 75px
}

.photo_album .imgLiquid .text>div P {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 5px 0 2px rgba(0, 0, 0, .6);
    text-decoration: none;
    line-height: 20px
}

.photo_album:hover .text {
    opacity: 1
}

.photo_album:before {
    position: absolute;
    content: "";
    left: -12px;
    right: -23px;
    top: -29px;
    bottom: -33px;
    background: url(/images/Photo_Albums.png) no-repeat center
}

.video.custom1 {
    display: block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .4);
    text-decoration: none;
    margin-bottom: 30px
}

.video.custom1 .imgLiquid {
    height: 165px;
    position: relative
}

.video.custom1 .imgLiquid:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0
}

.video.custom1 .imgLiquid .text {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    opacity: 0
}

.video.custom1 .imgLiquid .text .icon {
    height: 80px
}

.video.custom1 .imgLiquid .text p {
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-shadow: 5px 0 2px rgba(0, 0, 0, .6);
    line-height: 20px
}

.video.custom1:hover .imgLiquid:before {
    opacity: 1
}

.video.custom1:hover .text {
    opacity: 1
}

.fb-like {
    margin-top: 4px;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#calendar {
    background: #efefef;
    padding: 15px 0;
    padding-bottom: 35px
}

#Calendar1 a {
    font-size: 15px;
    text-decoration: none !important;
    padding: 5px 0;
    display: block
}

#Calendar1 th,
#Calendar1 td {
    background: #efefef !important
}

#Calendar1 table.Ay {
    margin: 0 !important
}

#Calendar1 table.Ay td.Ay a {
    background: url(/images/icon/icon85.png) no-repeat center;
    display: block;
    width: 50px;
    height: 54px;
    font-size: 0 !important
}

#Calendar1 table.Ay td.Ay[align=right] a {
    background: url(/images/icon/icon84.png) no-repeat center
}

#Calendar1 table.Ay td[align=center] {
    font-size: 18px !important;
    font-weight: 600;
    color: #444 !important;
    line-height: 54px !important
}

#Calendar1 .qtip a {
    background: #e5bd52;
    display: block;
    color: #fff !important
}

#Calendar1 .head_day {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    padding: 10px 0
}

.qtip-content {
    background: #e5bd52 !important
}

@media(max-width:1200px) {
    .content.custom2 {
        padding: 30px
    }
    #news_slider #home_nav_slider .item {
        height: 50px;
        margin-bottom: 24px
    }
    #home_ewent {
        margin: 0 -5px
    }
    #home_ewent>div {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }
    .head.custom2.mod1 {
        height: auto;
        line-height: normal
    }
    #logos .item {
        top: 50%;
        position: relative;
        text-align: center;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 7.5px;
        float: left
    }
    #logos .item img {
        width: auto
    }
    .list.custom5.mod2 li {
        width: 50%
    }
    .list.custom5.mod2 li ul {
        left: 0;
        top: 40px;
        border-top: 2px solid #fff
    }
    .list.custom5.mod2 li ul li {
        width: 100%
    }
    .list.custom8 li a .text {
        width: 75%
    }
    .list.custom8 li a .date {
        width: 25%
    }
    .list.custom8.mod1 a .text {
        width: 84%
    }
    .list.custom8.mod1 a .icon {
        width: 16%
    }
    .table_content {
        overflow-x: scroll;
        overflow-y: hidden
    }
    #passed_away_on .head_text2 {
        width: 600px
    }
}

@media(max-width:992px) {
    #home_ewent>div {
        width: 50%
    }
    #home_ewent>div+.celander_list .item .date {
        width: 15%
    }
    #home_ewent>div+.celander_list .item .description {
        width: 85%
    }
    #news_slider .adv_slider .item {
        height: 300px
    }
    #home_ewent>div+.celander_list .item .date {
        width: 25%
    }
    #home_ewent>div+.celander_list .item .description {
        width: 75%
    }
    .bullettin section .head {
        text-align: center !important
    }
    .bullettin section .heads {
        margin-top: 30px
    }
    .bullettin section .heads .number {
        width: 50%
    }
    .bullettin section .heads .date {
        width: 50%;
        text-align: left;
        margin-left: 0
    }
    .bullettin section .button {
        width: 47.5%;
        float: left
    }
    .bullettin section .button:last-child {
        float: right
    }
    .bullettin.mod1 section .head {
        text-align: left !important
    }
    .bullettin.mod2 section .head {
        text-align: left !important
    }
    .organization.custom1 {
        -moz-transform: translateX(-50%) scale(.9);
        -ms-transform: translateX(-50%) scale(.9);
        -o-transform: translateX(-50%) scale(.9);
        -webkit-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9)
    }
    .list.custom8 li a .text {
        width: 80%
    }
    .list.custom8 li a .date {
        width: 20%
    }
    #siteMap .col {
        width: 50%
    }
    #instafeed a {
        width: 20%
    }
    #passed_away_on .head_text2 {
        width: 400px
    }
    .head.custom7 .container .icon {
        display: none
    }
}
.cozummasasi{text-align:right!important; }
@media(max-width:750px) {
    header .top .social {
        width: 226px;
        margin: 0 auto
    }
    header .top .main {
    
       
        float: none
    }
	
	#news_slider #owl_haber .item {
    height: 250px;
   
}
.cozummasasi{text-align:center!important; }
	
	.top{height:36px; overflow:hidden}
	
    header .top .main li {
        border: none;
		padding:0;
    }
    header .center {
        padding-top: 22px;
        padding-bottom: 62px
    }
  
    #home_ewent>div {
        width: 100%
    }
    #notice {
        line-height: normal;
        padding: 10px 0;
        padding-top: 5px
    }
    #notice .col-lg-2 .row {
        padding: 0
    }
    #news_slider #owl_haber .item p {
        padding: 0 20px;
        font-size: 14px
    }
    #bid .head.custom2 .radio label {
        padding-right: 10px
    }
    .content.custom2 {
        padding: 30px 15px
    }
    .content.custom2.mod3:before {
        opacity: 0
    }
    .content.custom4 {
        padding: 25px
    }
    .content.custom4.mod3 {
        padding: 0;
        box-shadow: none;
        background: transparent;
        border: none
    }
    footer .head.custom3.mod2 {
        padding-bottom: 20px
    }
    .head.custom4 .head_text {
        padding-left: 0
    }
    .head.custom4.mod1 .head_text {
        width: 100%;
        text-align: center
    }
    .head.custom4.mod1 .head_text~.social {
        margin-right: 50%;
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        display: inline-block;
        white-space: nowrap;
        margin-bottom: 15px
    }
    .head.custom4.mod1 .head_text~.social li {
        line-height: normal;
        display: inline;
        float: none !important
    }
    .head.custom4.mod1 .head_text~.search_content {
        margin-right: 50%;
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        margin-top: -10px
    }
    .head.custom7 .container {
        background-position: center bottom;
        text-align: center;
        padding-bottom: 100px
    }
    .head.custom7 .container p {
        font-size: 50px
    }
    .bullettin .imgLiquid {
        width: 100%
    }
    .bullettin section {
        width: 100%;
        padding: 0 40px;
        padding-bottom: 30px
    }
    .bullettin section .head {
        text-align: center !important
    }
    .bullettin section .heads {
        margin-top: 10px
    }
    .bullettin section .heads .number {
        width: 50%
    }
    .bullettin section .heads .date {
        width: 50%;
        text-align: left;
        margin-left: 0
    }
    .bullettin section .button {
        width: 100%
    }
    .bullettin:before {
        opacity: 0
    }
    .bullettin:after {
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        border-bottom: 5px solid #e5bd52;
        content: ""
    }
    .bullettin:hover:after {
        left: 0;
        right: 0
    }
    .bullettin.mod1 {
        border-right: none;
        border-bottom: 5px solid #0197b1
    }
    .bullettin.mod1:after {
        bottom: -5px
    }
    .bullettin.mod2 {
        border-right: none;
        border-bottom: 5px solid #0197b1
    }
    .bullettin.mod2 .heads .number,
    .bullettin.mod2 .heads .date {
        width: 100%
    }
    .bullettin.mod2:after {
        bottom: -5px
    }
    .social.custom1 {
        border: none
    }
    .social.custom3 {
        display: none
    }
    #ewent_detail .heads {
        margin: -25px;
        margin-bottom: 25px;
        padding: 25px
    }
    .card.custom1 .imgLiquid {
        margin-left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .card.custom1 .list {
        margin-left: -10px;
        margin-right: -10px
    }
    .card.custom1 .list .icon {
        width: 40px
    }
    .list.custom8 li a .text {
        width: 100%
    }
    .list.custom8 li a .date {
        width: 100%
    }
    .list.custom5.mod2 li {
        width: 100%
    }
    .table.custom1 .tr>div {
        border: none;
        border-bottom: 1px solid #ccc
    }
    .table.custom1 .tr>div .text {
        text-align: center
    }
    .table.custom1 .tr>div:last-child {
        border: none
    }
    #siteMap .col {
        width: 100%
    }
    #festival .slogan {
        padding: 25px 0;
        font-size: 36px
    }
    #contact .head.custom5 {
        margin: 10px 0
    }
    #contact .head.custom5.mod4 {
        margin-left: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        text-align: center;
        width: 100%;
        padding: 75px 0;
        padding-top: 65px
    }
    #contact .head.custom5.mod4:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        height: 72px;
        width: 100%
    }
    #contact .head.custom5.mod4:after {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        height: 83px;
        width: 100%;
        background-position: center
    }
    #contact .time {
        white-space: nowrap
    }
    #contact span.time {
        white-space: normal;
        width: 250px
    }
    .date.custom3.mod1 section {
        padding-right: 20px
    }
    .times.custom1 {
        float: none !important
    }
    #passed_away_on .head_text2 {
        width: 100%
    }
    .google-search-box {
        top: 64px
    }
}

@media(max-width:600px) {
    #home_ewent>div {
        width: 100%
    }
    #home_ewent>div+.celander_list .item .date {
        width: 30%
    }
    #home_ewent>div+.celander_list .item .description {
        width: 70%
    }
    footer #copyright {
        text-align: center
    }
    footer #copyright a {
        margin-top: 15px;
        width: 100%
    }
}

@media(max-width:400px) {
    .list.custom1.mod1 li {
        width: 50%
    }
    #instafeed a {
        width: 33.3334%
    }
}



/* Ek */
a, a:hover{text-decoration: none;}
.mm-menu.mm-offcanvas{z-index:30!important}
.top-sm{margin:3px 0px}
.top-sm a {
    line-height: 30px!important;
    font-size: 15px!important;
    width: 30px!important;
    height: 30px!important;
    background: #1a3548;
    color: #fff!important;
    margin-right: 0px!important;
	text-align:center;
	border-radius:20px;
}
.top-sm li{margin:0px;padding:0px 2px}

#owl_haber .owl-next{right:0;}
#owl_haber .owl-prev{left:0;}


#owl_haber .owl-nav > div{
width:50px!important;
height:50px!important;
line-height:40px;

font-size:30px!important;
   z-index:100;cursor:pointer; 	
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	
	text-align: center;

	
	background:rgba(1, 151, 177, .8)!important;
	-webkit-transition:background-color .3s ease,opacity .3s ease,-webkit-transform .3s ease;
	-moz-transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
	-o-transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
	-ms-transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
	transition:background-color .3s ease,opacity .3s ease,transform .3s ease;
	 position: absolute;
    bottom: 45%;
}






.breadcrumbs-custom {
  position: relative;
  vertical-align: middle;
  margin:0px;
  padding:20px 0px;
  font-size:18px
}

.breadcrumbs-custom a {
  display: inline;
  vertical-align: middle;
}

.breadcrumbs-custom a, .breadcrumbs-custom a:active, .breadcrumbs-custom a:focus {
  color: #fff;
}

.breadcrumbs-custom li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  
}

.breadcrumbs-custom li:after {
  content: "";
  position: absolute;
  top: 53%;
  right: 9px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font: 400 10px/16px 'FontAwesome';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumbs-custom li:last-child {
  padding-right: 0;
}

.breadcrumbs-custom li:last-child:after {
  display: none;
}

.breadcrumbs-custom a:hover,
.breadcrumbs-custom li.active {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .breadcrumbs-custom li {
    padding-right: 44px;
  }
  .breadcrumbs-custom li:after {
    right: 13px;
  }
}


/*Menu Mobil*/
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #0092aa; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	z-index:1000;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
	margin-left: 15px;
}

.sidenav .open>a, .sidenav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
	color: #000;
    border-color: #337ab7;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
	color: #000;
}


/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
