html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    outline: none;
    border: 0
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

textarea {
    border: 0;
    outline: 0
}

input[type=text] {
    border: 0;
    outline: 0
}

input[type=button],
input[type=submit] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

@font-face {
    font-family: 'proxima_novalight';
    src: url(../fonts/proximanova-light-webfont.woff) format("woff2"), url(../fonts/proximanova-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'proxima_novablack';
    src: url(../fonts/proximanova-black-webfont.woff2) format("woff2"), url(../fonts/proximanova-black-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url(../fonts/proximanova-regular-webfont.woff) format("woff2"), url(../fonts/proximanova-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url(../fonts/proximanova-semibold-webfont.woff) format("woff2"), url(../fonts/proximanova-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'proxima_novabold';
    src: url(../fonts/proximanova-bold-webfont.woff) format("woff2"), url(../fonts/proximanova-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'proxima_novalight_italic';
    src: url(../fonts/proximanova-lightit-webfont.woff2) format("woff2"), url(../fonts/proximanova-lightit-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'proxima_novaregular';
    background: url('../Images/bg.jpg') no-repeat top center #f5f7fa
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede
}

.menu {
    background: #f5f6f8;
    box-shadow: 0 20px 22px -7px #dedede;
}

.superbrands_v2 {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999
}

.superbrands_v2 img {
    width: 80px
}

.swing {
    animation: swinging 400ms ease-in-out infinite
}

.cityopen {
    background: url(../Images/eposta.png) no-repeat 0 0;
    width: 57px;
    height: 57px;
    position: fixed;
    right: 20px;
    cursor: pointer;
    bottom: 20px;
    z-index: 888
}

@keyframes swinging {
    0% {
        transform: translate(1.5px, 1px) rotate(0.5deg)
    }
    50% {
        transform: translate(1.5px, 5px) rotate(0.5deg)
    }
    100% {
        transform: translate(1.5px, 1px) rotate(0.5deg)
    }
}

#SelectCity .form_city li {
    margin: 10px 0 0
}

#SelectCity .modal-content {
    background: #fff;
    width: 650px
}

#SelectCity .modal-content label {
    width: 150px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 20px
}

#SelectCity .modal-content input[type=text] {
    border: 1px solid #00965e;
    padding: 8px;
    width: 430px;
    border-radius: 5px
}

#SelectCity .modal-header {
    border: 0;
    background: #00965e;
    padding: 0;
    padding: 20px;
    color: #fff;
    font-weight: 700
}

#SelectCity .select2-container {
    width: 430px !important;
    height: auto !important
}

#SelectCity .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #00965e;
    border-radius: 4px;
    height: 37px
}

#SelectCity .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px
}

#SelectCity .select2-container--default .select2-selection--multiple {
    border: solid #00965e 1px;
    outline: 0
}

#SelectCity .modal-header button.close {
    font-size: 24px;
    line-height: 0;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
    border: 0;
    opacity: 1;
    border-radius: 20px;
    padding: 0 !important;
    width: 40px;
    height: 40px !important;
    margin: -36px !important;
    z-index: 999999;
    font-weight: 700;
    position: relative
}

#SelectCity input[type=submit] {
    float: right;
    background: #00965e;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    margin: 0 14px 10px 0;
    border-radius: 5px
}

.fixed_social {
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    width: 60px;
    height: 195px;
    background: #00965e;
    z-index: 7777;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.fixed_social .fb {
    background: url(../Images/social.png) no-repeat 0 0;
    width: 36px;
    height: 35px;
    display: block;
    margin: 10px 0 10px 10px
}

.fixed_social .tw {
    background: url(../Images/social.png) no-repeat 0 -38px;
    width: 36px;
    height: 35px;
    display: block;
    margin: 0 0 10px 10px
}

.fixed_social .in {
    background: url(../Images/social.png) no-repeat 0 -76px;
    width: 36px;
    height: 35px;
    display: block;
    margin: 0 0 10px 10px
}

.fixed_social .yt {
    background: url(../Images/social.png) no-repeat 0 -114px;
    width: 36px;
    height: 35px;
    display: block;
    margin: 0 0 10px 10px
}

.mainpage_headright_top_menu {
    /* background: #009758; */
    float: right;
}

nav {
    display: table;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
}

nav .menu {
    background: #fff;
    float: left;
    padding: 0 6px 0 0;
    z-index: 10;
    position: relative
}

nav li {
    position: relative;
    float: left;
    position: relative;
    font-family: 'proxima_novabold';
    padding: 0 5px;
    line-height: 80px;
}

nav li a {
    transition: .2s;
    color: #127334;
    padding: 0 0 27px
}

.logo {
    background: url(../Images/logo.png) no-repeat 0 0;
    width: 97px;
    height: 105px;
    float: left;
    margin: 0 0 -50px;
    z-index: 999;
    position: relative
}

.logo:hover {
    border: 0
}

nav li a:focus {
    color: #127334
}

nav li>a:hover {
    color: #127334;
    border-bottom: 4px solid #127334
}

nav li a:hover {
    color: #127334 !important
}

nav li .submenu {
    display: none;
    position: absolute;
    z-index: 2222;
    width: 250px;
    left: 0;
    background: #fff
}

nav li .submenu a {
    width: 240px;
    float: none;
    display: block;
    padding: 6px 10px;
    line-height: normal;
    border-left: 3px solid #0ccc12;
    font-family: 'proxima_novaregular';
    margin: 2px 0 0
}

nav li .submenu a:hover {
    border-left: 3px solid #127334
}

.mobile_nav {
    display: none
}

.nav_logo {
    background: url(../Images/logo.png) no-repeat 0 0;
    width: 97px;
    height: 105px;
    float: left;
    margin: 0 10px 10px 0;
    z-index: 999;
    position: relative
}

.subpage {
    margin: 40px 0 50px
}

.select_100 .select2-container {
    width: 100% !important
}

.select_100 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.select_100 .select2-container .select2-selection--single {
    height: 40px !important
}

.select_100 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important
}

.tab-content table {
    background: #fff;
    font-weight: 400;
    font-size: 14px
}

.tab-content table thead {
    background: #09a60e;
    color: #fff;
    font-weight: 600
}

.tab-content table a {
    color: #4c4c4c
}

.proje_list_item {
    background: #007149;
    color: #fff;
    padding: 10px;
    float: left;
    margin: 6px;
    font-size: 16px;
    font-weight: 100
}

.proje_list_item:hover {
    background: #09a60e;
    color: #fff
}

.proje_list_item:focus {
    background: #09a60e;
    color: #fff
}

#nav-icon3 {
    width: 35px;
    height: 45px;
    position: relative;
    margin: 40px 24px 0 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #255fac;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span:nth-child(1) {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    width: 70%;
    top: 10px;
    right: 0;
    left: auto;
    float: right
}

#nav-icon3 span:nth-child(4) {
    top: 20px
}

#nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%
}

.online_btn {
    background: #127334;
    color: #fff;
    transition: .4s;
    float: left;
    font-size: 14px;
    height: 80px;
    padding: 0 4px;
    line-height: 22px;
    font-family: 'proxima_novasemibold';
    text-align: center;
}

.online_btn:focus {
    color: #fff
}

.online_btn i {
    background: url(../Images/on_icon.png) no-repeat 0 0;
    display: block;
    width: 43px;
    margin: 5px auto 5px auto;
    height: 40px;
}

.online_btn:hover {
    background: #005f38;
    color: #fff;
}

.nav_search {
    transition: .4s;
    background: url(../Images/search_icon.png) no-repeat center center #009758;
    float: left;
    width: 70px;
    height: 80px;
}

.nav_search_close {
    background: url(../Images/search_icon_close.png) no-repeat center center #09a60e;
    float: left;
    width: 70px;
    height: 80px
}

.language {
    background: #009758;
    float: right;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0 4px;
}

.language a {
    transition: .4s;
    font-size: 14px;
    padding: 0 15px 0 0;
    color: #fff;
    font-family: 'proxima_novablack';
}

.language a:hover {
    color: #127334;
    background: none
}

.mobile_nav {
    display: none
}

.nav_logo {
    background: url(../Images/logo.png) no-repeat 0 0;
    width: 97px;
    height: 105px;
    float: left;
    margin: 0 10px 10px 0;
    z-index: 999;
    position: relative
}

#sses1 .highlight {
    background-color: #009d7d;
    top: 76px;
    height: 4px;
    border-radius: 0;
    z-index: 1;
    position: absolute;
    overflow: hidden
}

.search {
    margin: 0;
    position: absolute;
    margin: auto;
    left: -935px;
    z-index: 888;
    right: 0;
    display: none
}

.search input[type=text] {
    background: #f1f2f6;
    font-size: 19px;
    font-weight: 500;
    float: left;
    color: #127334 !important;
    width: 93%;
    padding: 20px;
    margin: 15px 0;
    border: 5px solid #fff
}

.search input[type=button] {
    background: url(../Images/search_icon.png) no-repeat center center #09a60e;
    float: left;
    border: 0;
    width: 71px;
    height: 87px;
    margin: 0
}

#nav-icon3 {
    width: 35px;
    height: 45px;
    position: relative;
    margin: 40px 24px 0 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #255fac;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span:nth-child(1) {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    width: 70%;
    top: 10px;
    right: 0;
    left: auto;
    float: right
}

#nav-icon3 span:nth-child(4) {
    top: 20px
}

#nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%
}

/*.online_btn{background:#127334;color:#fff;transition:.4s;float:left;height:82px;padding:0 20px;line-height:82px;font-family:'proxima_novablack'}
.online_btn:hover{background:#0ccc12}*/

/*.nav_search{transition:.4s;background:url(../Images/search_icon.png) no-repeat center center #09a60e;float:left;width:70px;height:80px}
.nav_search_close{background:url(../Images/search_icon_close.png) no-repeat center center #09a60e;float:left;width:70px;height:80px}*/

#sses1 .highlight {
    background-color: #009d7d;
    top: 76px;
    height: 4px;
    border-radius: 0;
    z-index: 1;
    position: absolute;
    overflow: hidden
}

.search {
    margin: 0;
    position: absolute;
    margin: auto;
    left: -785px;
    z-index: 888;
    right: 0;
    display: none;
}

.search input[type=text] {
    background: #f1f2f6;
    font-size: 19px;
    font-weight: 500;
    float: left;
    color: #127334 !important;
    width: 83%;
    padding: 20px;
    margin: 15px 0;
    border: 5px solid #fff;
}

.search input[type=button] {
    background: url(../Images/search_icon.png) no-repeat center center #09a60e;
    float: left;
    border: 0;
    width: 71px;
    height: 87px;
    margin: 0
}

.mainpage {
    background: #fff
}

.mainpage nav {
    background: #fff;
    margin: 40px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.mainpage nav li {
    font-size: 14px;
    padding: 0 0 0 13px;
    line-height: 60px
}

.mainpage nav li a {
    padding: 0 0 19px
}

.mainpage .logo {
    background-size: contain;
    width: 109px;
    height: 130px;
    margin: -41px 0 -30px
}

.mainpage .search {
    margin: 100px 0 0;
    z-index: 9999
}

.mainpage .search input[type=text] {
    width: 90.3%
}

.mainpage .search input[type=button] {
    width: 56px
}

.mainpage .online_btn {
    background: #127334;
    color: #fff;
    transition: .4s;
    float: left;
    height: 82px;
    padding: 0 20px;
    line-height: 82px;
    font-family: 'proxima_novablack'
}

.mainpage .online_btn:hover {
    background: #0ccc12
}

.mainpage .nav_search {
    background: url(../Images/search_icon.png) no-repeat center center #09a60e;
    float: left;
    width: 55px;
    height: 61px;
    margin: 40px 0 0
}

.mainpage .nav_search_close {
    background: url(../Images/search_icon_close.png) no-repeat center center #09a60e;
    float: left;
    width: 55px;
    height: 61px
}

.mainpage .language {
    background: #0ccc12;
    float: left;
    height: 61px;
    line-height: 61px;
    padding: 0 15px;
    margin: 40px 0 0
}

.mainpage .language a {
    transition: .4s;
    padding: 0 5px;
    color: #fff;
    font-family: 'proxima_novablack'
}

.mainpage .language a:hover {
    color: #127334
}

.mainpage .news {
    border-left: 1px solid #f4f4f4;
    margin: 0 20px 0 25px;
    padding: 20px 35px
}

.mainpage .news h1 {
    font-family: 'proxima_novasemibold';
    font-size: 25px;
    display: none;
    color: #064273;
}

.mainpage .news li {
    position: relative;
    font-family: 'proxima_novalight';
    margin: 20px 0 0;
    color: #4f5661;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px
}

.mainpage .news li label {
    display: block;
    color: #656d78;
    font-size: 15px
}

.mainpage .news li span {
    transition: .1s;
    background: #fbfbfb;
    position: absolute;
    left: -45px;
    border: 4px solid #f4f4f4;
    top: 1px;
    width: 20px;
    border-radius: 20px;
    height: 20px
}

.mainpage .news li:hover span {
    background: #2ebf1a
}

.mainpage .news li a {
    color: #444a54
}

.mainpage .news li a:hover {
    text-decoration: underline
}

.mainpage .all_news {
    font-family: 'proxima_novasemibold';
    color: #fff;
    background: #15222d;
    font-size: 18px;
    padding: 10px;
    margin: 0 0 0 50px;
    float: left;
    border-radius: 5px;
    transition: .2s
}

.mainpage .all_news:hover {
    background: #127334
}

.mainpage .news_content {
    height: 300px;
    overflow-y: scroll;
    padding: 0 0 0 50px;
    margin: 0 -50px;
}

.mainpage .news_content::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.mainpage .news_content::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-left: 1px solid #d5d5d5;
    margin: 0;
    border-style: none
}

.mainpage .news_content::-webkit-scrollbar-thumb {
    background: #358755;
    border-left: 1px solid #fff;
    padding: 0;
    height: 5px
}

.mainpage .news_content::-webkit-input-placeholder {
    color: #fff
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background: #358755;
    border-left: 1px solid #fff;
    padding: 0;
    height: 5px
}

.tab-content p {
    padding-bottom: 20px;
    line-height: 24px
}

.home-news {
    position: relative;
    margin: 0
}

.home-news-img img {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

.home-news-title {
    background: rgba(25, 34, 45, 0.7);
    z-index: 1;
    font-size: 22px;
    width: 100%;
    padding: 15px;
    color: #fff;
    left: 0;
    bottom: 0;
    position: absolute;
    padding-right: 15px
}

.home-news-title a {
    font-family: 'proxima_novalight';
    color: #fff;
    width: 70%;
    float: left
}

.home-news-nav {
    position: absolute;
    bottom: 75px;
    left: 40px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.home-news-nav li {
    list-style-type: none;
    display: inline-block
}

.home-news-nav li a {
    background: #fff;
    display: block;
    width: 45px;
    height: 40px;
    color: #313131;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px
}

.home-news-nav li a:hover {
    color: #000;
    text-decoration: none;
    background-color: #f8991d
}

.active-news-slide-item {
    background-color: #f8991d;
    color: #000
}

.home-news .owl-next {
    transition: .3s;
    position: absolute;
    right: 10px;
    outline: 0;
    bottom: 2px;
    background: url(../Images/promo_next_icon.png) no-repeat center !important;
    width: 18px;
    height: 31px;
    text-indent: -9999px;
    /* border: 2px solid #fff!important; */
    padding: 23px !important;
}

.home-news .owl-prev {
    transition: .3s;
    position: absolute;
    right: 51px;
    outline: 0;
    bottom: 2px;
    background: url(../Images/promo_prev_icon.png) no-repeat center !important;
    width: 18px;
    height: 31px;
    text-indent: -9999px;
    /* border:2px solid #fff!important; */
    padding: 23px !important;
}

/*.home-news .owl-next:hover{background-color:#127334!important}
.home-news .owl-prev:hover{background-color:#127334!important}*/

/*.mainpage_headright .online_btn{background:#127334;font-size:16px;margin:0;height:80px;float:left;padding: 0 8px;font-family:'proxima_novabold';line-height:80px;color:#fff;}*/

.mainpage_headright .search_icon {
    background: #09a60e;
    font-size: 18px;
    margin: 53px 0 0;
    height: 82px;
    float: left;
    padding: 0 27px;
    line-height: 82px;
    color: #fff;
    width: 76px
}

.mainpage_banner {
    background: #f5f6f8;
    box-shadow: 0 20px 22px -7px #dedede;
    z-index: 11;
    position: relative
}

.mainpage_banner .mainpage_banner_carousel {
    padding: 25px 0 10px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.mainpage_banner .mainpage_banner_carousel .owl-next {
    position: absolute;
    right: 5px;
    outline: 0;
    top: 40%;
    background: url(../Images/banner_next_icon.png) no-repeat 0 0 !important;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
}

.mainpage_banner .mainpage_banner_carousel .owl-prev {
    position: absolute;
    left: 5px;
    outline: 0;
    top: 40%;
    background: url(../Images/banner_prev_icon.png) no-repeat 0 0 !important;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
}

.mainpage_banner .mainpage_banner_carousel .owl-next:hover {
    background: url(../Images/banner_next_icon.png) no-repeat 0 0 !important
}

.mainpage_banner .mainpage_banner_carousel .owl-prev:hover {
    background: url(../Images/banner_prev_icon.png) no-repeat 0 0 !important
}

.mainpage_banner .mainpage_banner_carousel img {
    height: 140px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots {
    text-align: center;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    margin: 5px 3px;
    background: #cecece;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #446cae
}

.mainpage_videos {
    background: #fff;
    padding: 50px 0
}

.mainpage_videos .mainpage_videos_90 {
    margin: 0 auto
}

.mainpage_videos .videos {
    background: #fefefe;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px 1px #dadada;
}

.mainpage_videos .videos h1 {
    color: #31709e;
    font-family: 'proxima_novabold';
    font-size: 24px;
    line-height: 44px
}

.mainpage_videos .videos h1 .videos_icon {
    width: 43px;
    height: 46px;
    background: url(../Images/iconset.png) no-repeat -73px 0;
    float: left;
    margin: 0 20px 0 0
}

.mainpage_videos .videos img {
    width: 340px;
    margin: 0 auto;
    border: 1px solid #f5f6f7;
    padding: 15px;
    height: 240px;
    max-width: 100%;
}

.mainpage_videos .videos .videos_carousel {
    margin: 9px 0px 6px 0;
    height: 270px;
}

.mainpage_videos .videos .videos_carousel label {
    text-align: center;
    font-size: 15px;
    display: block;
    line-height: 21px;
    color: #127334;
    font-weight: 600;
}

.mainpage_videos .videos .owl-next {
    position: absolute;
    right: -25px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -243px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px;
}

.yayinlar .owl-next {
    position: absolute;
    right: -25px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -243px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px;
}

.yayinlar .owl-prev {
    position: absolute;
    left: -25px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -302px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px;
}

.yayinlar .owl-next:hover {
    background: url(../Images/iconset.png) no-repeat -362px 0 !important
}

.yayinlar .owl-prev:hover {
    background: url(../Images/iconset.png) no-repeat -421px 0 !important
}

.dergi .owl-next {
    position: absolute;
    right: -25px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -243px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px;
}

.dergi .owl-prev {
    position: absolute;
    left: -25px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -302px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px;
}

.dergi .owl-next:hover {
    background: url(../Images/iconset.png) no-repeat -362px 0 !important
}

.dergi .owl-prev:hover {
    background: url(../Images/iconset.png) no-repeat -421px 0 !important
}

.mainpage_videos .videos .owl-prev {
    position: absolute;
    left: -25px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -302px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px;
}

.mainpage_videos .videos .owl-next:hover {
    background: url(../Images/iconset.png) no-repeat -362px 0 !important
}

.mainpage_videos .videos .owl-prev:hover {
    background: url(../Images/iconset.png) no-repeat -421px 0 !important
}

.mainpage_videos .yayinlar {
    background: #fefefe;
    border-radius: 10px;
    height: 370px;
    padding: 20px;
    box-shadow: 0 0 10px 1px #dadada;
}

.mainpage_videos .yayinlar h1 {
    color: #31709e;
    font-family: 'proxima_novabold';
    font-size: 24px;
    line-height: 44px
}

.mainpage_videos .yayinlar .yayinlar_icon {
    width: 48px;
    height: 46px;
    background: url(../Images/iconset.png) no-repeat -131px 0;
    float: left;
    margin: 0 20px 0 0
}

.mainpage_videos .yayinlar img {
    max-width: 210px;
    margin: 15px auto;
    border: 1px solid #f5f6f7;
    padding: 15px;
    height: 270px;
}

.mainpage_videos .dergi {
    background: #fefefe;
    border-radius: 10px;
    height: 370px;
    padding: 20px;
    box-shadow: 0 0 10px 1px #dadada;
}

.mainpage_videos .dergi h1 {
    color: #31709e;
    font-family: 'proxima_novabold';
    font-size: 24px;
    line-height: 44px
}

.mainpage_videos .dergi .dergi_icon {
    width: 57px;
    height: 46px;
    background: url(../Images/iconset.png) no-repeat -184px 0;
    float: left;
    margin: 0 20px 0 0
}

.mainpage_videos .dergi img {
    width: 210px;
    margin: 15px auto;
    border: 1px solid #f5f6f7;
    padding: 15px;
    height: 260px;
}

.onecikanlar {
    background: #fff;
    margin: 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 0 9px 1px #dedede;
    font-family: 'proxima_novasemibold';
    text-align: center;
    font-size: 14px;
    line-height: 36px
}

.onecikanlar a {
    color: #444
}

.onecikanlar a:hover {
    text-decoration: underline
}

.onecikanlar .onecikanlar_carousel {
    padding: 22px 100px
}

.onecikanlar .owl-next {
    position: absolute;
    right: -5px;
    outline: 0;
    top: 15px;
    background: url(../Images/iconset.png) no-repeat -243px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.onecikanlar .owl-prev {
    position: absolute;
    left: -5px;
    outline: 0;
    top: 15px;
    background: url(../Images/iconset.png) no-repeat -302px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.onecikanlar .owl-next:hover {
    background: url(../Images/iconset.png) no-repeat -362px 0 !important
}

.onecikanlar .owl-prev:hover {
    background: url(../Images/iconset.png) no-repeat -421px 0 !important
}

.onecikanlar h1 {
    text-align: center;
    background: #fcfcfe;
    font-family: 'proxima_novablack';
    font-size: 25px;
    width: 100%;
    color: #007149;
    border: 10px solid #FFF;
    padding: 7px 0 3px;
    border-radius: 5px
}

.onecikanlar_close {
    margin: 8px 16px 0 0;
    background: url(../Images/iconset.png) no-repeat -509px 0;
    width: 15px;
    height: 15px;
    float: right;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out
}

.onecikanlar_close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.list_search {
    background: #fff;
    margin: 25px 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 0 9px 1px #dedede;
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    line-height: 36px;
    padding: 15px
}

.list_search .search_list {
    background: #fbfbfe;
    float: left;
    border-radius: 5px;
    padding: 5px 20px;
    height: 45px
}

.list_search .search_list input[type=text] {
    float: left;
    background: no-repeat;
    width: 240px
}

.list_search .search_list input[type=button] {
    background: url(../Images/iconset.png) no-repeat -536px 0;
    width: 20px;
    height: 20px;
    border: 0;
    margin: 7px 0 0
}

.list_search .search_list input[type=button]:hover {
    background-position: -536px -31px
}

.list_search h1 {
    color: #434a54;
    font-size: 25px;
    float: left;
    font-family: 'proxima_novabold';
    margin: 5px 0 0 40px
}

.list_search select {
    float: right
}

.list_search .select2-container {
    width: 210px !important;
    float: right
}

.list_search .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 3px;
    height: 45px;
    background: #f5f7fa
}

.list_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #06325b;
    line-height: 45px
}

.list_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/iconset.png) no-repeat -630px 0;
    border: 0;
    width: 12px;
    height: 7px;
    left: 0;
    margin: 0;
    top: 16px
}

.list_search .list {
    background: url(../Images/iconset.png) no-repeat -598px 0;
    width: 26px;
    height: 22px;
    float: right;
    margin: 12px 20px 0 0
}

.list_search .square_list {
    background: url(../Images/iconset.png) no-repeat -568px 0;
    width: 21px;
    height: 22px;
    float: right;
    margin: 12px 20px 0 0
}

.list_search .list_active {
    background-position: -598px -30px
}

.list_search .square_active {
    background-position: -568px -30px
}

.projects_list_table {
    border-radius: 7px;
    overflow: hidden
}

.projects_list_table table {
    border-radius: 5px
}

.table>thead>tr>th {
    vertical-align: middle;
    background: #15753a;
    border-right: 1px solid #fff;
    color: #fff;
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    text-align: center
}

.projects_list_table table tr {
    background: #fff;
    color: #8e8e8e;
    font-size: 14px;
    font-family: 'proxima_novasemibold'
}

.projects_list_table table td {
    border-right: 1px solid #e4e2e3;
    border-top: 0 !important
}

.projects_list_table table tr td:nth-child(1) {
    border: 0
}

.projects_list_table table tr td:last-child {
    border: 0
}

.projects_list_table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f3f3
}

.projects_list_table sup {
    font-size: 11px
}

.projects_list_square {
    display: none;
    border-radius: 7px;
    overflow: hidden;
    height: 600px;
    background: #fff;
    margin: 0 0 20px
}

.projects_list_square_content {
    border: 2px solid #f5f7fa;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px;
    background: #f5f7fa;
    margin: 20px 0 0;
    line-height: 24px;
    transition: .4s
}

.projects_list_square_content:hover {
    background: #fff;
    border: 2px solid #0ec415
}

.projects_list_square_content img {
    float: left;
    margin: 0 20px 0 0
}

.projects_list_square_content strong {
    font-weight: 700;
    font-size: 18px
}

.projects_list_square_content table {
    margin: 15px 0 0
}

.projects_list_square_content table strong {
    font-size: 15px
}

.projects_list_square_content table td {
    padding: 0;
    line-height: 20px
}

.detail_search {
    background: #fff;
    margin: 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 0 9px 1px #dedede;
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    width: 90%;
    border-radius: 7px;
    z-index: 510;
    position: relative
}

.detail_search .list_item {
    border-top-left-radius: 5px;
    width: 50%;
    float: left;
    background: #15753a;
    text-align: center;
    font-size: 21px;
    font-family: 'proxima_novabold';
    color: #fff;
    padding: 10px 0
}

.detail_search .list_item i {
    float: left;
    background: url(../Images/iconset.png) no-repeat -653px 0;
    width: 25px;
    height: 21px;
    margin: 7px -10px 0 20px
}

.detail_search .map_item {
    border-top-right-radius: 5px;
    width: 50%;
    float: left;
    background: #0ec415;
    text-align: center;
    font-size: 21px;
    font-family: 'proxima_novabold';
    color: #fff;
    padding: 10px 0
}

.detail_search .map_item i {
    float: left;
    background: url(../Images/iconset.png) no-repeat -688px 0;
    width: 16px;
    height: 21px;
    margin: 7px -4px 0 14px
}

.detail_search .accordionButton {
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    color: #656d78;
    background: url(../Images/accordion_close.png) no-repeat center right;
    font-size: 16px;
    font-family: 'proxima_novaregular';
    width: 90%;
    margin: 0 auto;
    padding: 5px 0
}

.detail_search .accordionContent {
    width: 100%;
    background: #fbfbfc;
    padding: 10px 15px;
    color: #656d78;
    font-size: 14px
}

.detail_search .accordionContent li {
    border-bottom: 1px solid #dedede
}

.detail_search .accordionContent li:last-child {
    border-bottom: 0
}

.detail_search .on {
    background: url(../Images/accordion_open.png) no-repeat center right
}

.detail_search .over {
    background: url(../Images/accordion_open.png) no-repeat center right
}

.detail_search input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}

.detail_search input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -20px;
    line-height: normal;
    width: 90%
}

.detail_search input[type=radio]:not(old)+label>span {
    float: right;
    width: 17px;
    height: 17px;
    margin: 0;
    border: 1px solid #dadad7;
    border-radius: .25em;
    background: #fff;
    vertical-align: middle;
    border-radius: 50px
}

.detail_search input[type=radio]:not(old):checked+label>span>span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 3px;
    border: 0;
    border-radius: 50px;
    background: #818181
}

.detail_search .accordionContent input[type=text] {
    background: #fff;
    border: 1px solid #dedede;
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    transition: .4s
}

.detail_search .accordionContent input[type=text]:focus {
    border: 1px solid #9c9c9c
}

.detail_search input[type=checkbox]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0
}

.detail_search input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../Images/checks.png) no-repeat 0 0;
    line-height: 24px
}

.detail_search input[type=checkbox]:not(old):checked+label {
    background-position: 0 -24px
}

.detail_search .select2-container {
    width: 100% !important
}

.detail_search .select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 35px;
    background: #fff
}

.detail_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #06325b;
    line-height: 35px
}

.detail_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/iconset.png) no-repeat -630px 0;
    border: 0;
    width: 12px;
    height: 7px;
    left: 0;
    margin: 0;
    top: 13px
}

.filtrele {
    width: 90%;
    background: #0c9f11;
    font-family: 'proxima_novabold';
    color: #fff;
    display: block;
    padding: 12px;
    transition: .4s;
    text-align: center;
    font-size: 18px;
    margin: 10px auto;
    border-radius: 5px;
    z-index: 510;
    position: relative
}

.filtrele:hover {
    background: #16753b;
    color: #fff
}

.temizle {
    width: 90%;
    background: #004976;
    font-family: 'proxima_novabold';
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 12px;
    text-align: center;
    transition: .4s;
    margin: 10px auto;
    border-radius: 5px;
    z-index: 510;
    position: relative
}

.temizle:hover {
    background: #1d2e3e;
    color: #fff
}

.projects_map #map {
    box-shadow: 0 0 9px 1px #dedede;
    border-radius: 5px;
    width: 100%;
    height: 650px
}

.projects_map .infowindow {
    width: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #535353
}

.projects_map .infowindow img {
    float: left;
    margin: 0 10px 21px 0;
    height: 91px;
    border: 1px solid #dedede;
    padding: 5px
}

.projects_map .infowindow h1 {
    color: #009055;
    font-weight: 700;
    font-size: 15px
}

.projects_map .infowindow b {
    font-weight: 700
}

.projects_map .infowindow a {
    font-weight: 700;
    text-align: left;
    display: block;
    background: #15753a;
    float: left;
    text-align: center;
    text-indent: 0;
    padding: 9px 0;
    color: #fff;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    transition: .4s
}

.projects_map .infowindow a:hover {
    background: #0ec415
}

.paginations {
    font-family: 'proxima_novabold';
    font-size: 18px
}

.paginations .prev {
    transition: .3s;
    background: #aab2bd;
    float: left;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px
}

.paginations .prev i {
    background: url(../Images/iconset.png) no-repeat -711px 0;
    width: 7px;
    height: 13px;
    margin: 2px 10px 0 0;
    float: left
}

.paginations ul {
    padding: 15px 20px;
    margin: 0 10px;
    border-radius: 4px;
    background: #fff;
    float: left
}

.paginations ul li {
    float: left
}

.paginations ul li a {
    color: #aab2bd;
    padding: 0 10px;
    border-radius: 50px;
    padding: 3px 10px
}

.paginations ul li a:hover {
    color: #15753a
}

.paginations ul li a.active {
    background: #f1f2f6;
    color: #4c5460
}

.paginations .next {
    transition: .3s;
    background: #aab2bd;
    float: left;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px
}

.paginations .next i {
    background: url(../Images/iconset.png) no-repeat -723px 0;
    width: 7px;
    height: 13px;
    margin: 2px 0 0 10px;
    float: right
}

.paginations .prev:hover {
    background-color: #15753a
}

.paginations .next:hover {
    background-color: #15753a
}

.projects_liste {
    position: relative
}

.project_liste_buttons {
    position: relative;
    z-index: 99999;
    background: #fff;
    bottom: 0;
    margin: 10px 0 -5px;
    width: 271px;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 0 9px 1px #dedede
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 500;
    top: 0
}

.searchpage {
    margin: 100px 0 0
}

.searchpage h1 {
    font-size: 33px
}

.searchpage label {
    font-size: 25px;
    color: #004373
}

.searchpage li {
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    margin: 15px 0;
    box-shadow: 0 0 3px 1px #dedede;
    font-size: 15px
}

.searchpage li i {
    background: url(../Images/search_next_icon.png) no-repeat center #0b9f10;
    float: right;
    width: 70px;
    margin: -10px -10px 0;
    height: 44px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.searchpage li a {
    color: #434a54;
    display: block;
    transition: .4s
}

.searchpage li a:hover i {
    background: url(../Images/search_next_icon.png) no-repeat center #37728b
}

.left_nav {
    background: #fff;
    margin: 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 0 9px 1px #dedede;
    font-family: 'proxima_novalight';
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    width: 90%;
    border-radius: 7px
}

.left_nav h1 {
    font-size: 25px;
    padding: 50px 0 10px 10px;
    color: #007149;
    font-family: 'proxima_novablack';
    border-bottom: 1px solid #eeeff4;
    margin: 0 0 10px
}

/*.left_nav li a{transition:.2s;font-family:'proxima_novaregular';color:#656d78;font-size:16px;padding: 10px 0px 10px 20px;text-indent:0;line-height:19px;display:block;}
.left_nav li a.active{border-left:2px solid #54c417}
.left_nav li a:hover{border-left:2px solid #54c417}

.left_nav ul li ul {  display:none;  background: #f1f2f6;}
.left_nav ul li i {float: right;
    background: #54c417;
    padding: 0 10px 0 10px;
    font-family: 'proxima_novabold';
    font-size: 24px;
    color: #ffffff;
    border-radius: 8px 0px 0 8px;}*/

.menu-kapsul {
    width: 100%;
    margin: 0 auto;
}

.menu-kapsul ul {
    list-style-type: none;
}

.menu-kapsul ul li ul li {
    /* display:block; */
    /* margin-left:10px; */
    border-bottom: 1px solid #dedede;
}

.menu-kapsul ul li a {
    transition: .2s;
    font-family: 'proxima_novaregular';
    color: #656d78;
    font-size: 16px;
    padding: 10px 0px 10px 20px;
    text-indent: 0;
    line-height: 19px;
    display: block;
}

.menu-kapsul ul li i {
    float: right;
    color: #127334;
    font-size: 12px;
    margin: 3px 10px 0 0;
}

.menu-kapsul ul li a:hover {
    border-left: 2px solid #54c417
}

.menu-kapsul ul li span {
    display: block;
    line-height: 20px;
    background: #e3e3e3;
    margin-bottom: 1px;
    padding: 0px 5px;
}

.menu-kapsul>ul li ul {
    display: none;
    background: #f1f2f6;
}

.menu-kapsul>ul li ul li ul {
    background: #dcdcdc;
}

.menu-kapsul>ul li ul li ul li ul {
    background: #cacaca;
}

.menu-kapsul>ul li ul li a {
    text-indent: 15px;
}

.menu-kapsul>ul li ul li ul li a {
    text-indent: 25px;
}

.menu-kapsul>ul li ul li ul li ul li a {
    text-indent: 35px;
}

.path {
    font-family: 'proxima_novaregular';
    font-weight: 700;
    padding: 70px 0 0
}

.path a {
    color: #004373;
    background: url(../Images/path_icon.png) no-repeat center right;
    padding: 0 20px 0 10px
}

.path a:last-child {
    background: none
}

.path a:hover {
    text-decoration: underline
}

.content h1 {
    color: #434a54;
    padding: 35px 0 20px;
    font-size: 34px;
    font-family: 'proxima_novabold';
    display: block;
    line-height: 35px;
}

.content {
    color: #434a54;
    font-size: 16px;
    line-height: 24px;
    font-family: 'proxima_novaregular';
    text-align: justify;
}

/*.content{color:#434a54;font-size:16px;font-weight:600;line-height:24px;font-family:'proxima_novaregular'}*/

.yayinlar_page {
    width: 33%;
    float: left;
    margin: 10px 0 20px 0;
}

.yayinlar_page a {
    color: #000000;
}

.yayinlar_page img {
    height: 300px;
    width: 75%
}

.yayinlar_page label {
    display: block;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    text-indent: 12px;
    font-weight: 500;
    height: 50px;
}

.content p {
    padding-bottom: 15px
}

.content img {
    float: left;
    box-shadow: 0 0 9px 1px #dedede;
    border-radius: 5px;
    margin: 0 20px 0 0
}

.mainpage_sales {
    background: #fff;
    z-index: 10;
    width: 100%;
    padding: 60px 0;
    box-shadow: 0 20px 22px -7px #dedede;
    position: relative
}

.mainpage_sales .mainpage_sales_90 {
    width: 100%;
    margin: 0 auto;
}

.mainpage_sales .mainpage_sales_content {
    background: #fff;
    margin: 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 0 9px 1px #dadada;
    font-family: 'proxima_novalight';
    font-size: 14px;
    line-height: 36px;
    padding: 10px 10px 0;
    width: 100%;
    border-radius: 7px;
}

.mainpage_sales .mainpage_sales_content h1 {
    color: #074a81;
    font-size: 19px;
    line-height: 55px;
    font-family: 'proxima_novalight'
}

.mainpage_sales .mainpage_sales_content h1 label {
    float: left;
    width: 70%;
    line-height: 25px
}

.mainpage_sales .mainpage_sales_content h1 strong {
    font-family: 'proxima_novabold'
}

.mainpage_sales .mainpage_sales_content h1 i {
    background: url(../Images/iconset.png) 0 -250px;
    width: 54px;
    height: 46px;
    float: left;
    margin: 0 10px 0 0
}

.mainpage_sales .mainpage_sales_content .select2-container {
    width: 100% !important;
    margin: 26px 0 0
}

.mainpage_sales .mainpage_sales_content .select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 40px;
    background: #fff;
    font-size: 18px
}

.mainpage_sales .mainpage_sales_content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ccd1d9;
    line-height: 40px
}

.mainpage_sales .mainpage_sales_content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/iconset.png) no-repeat -630px 0;
    border: 0;
    width: 12px;
    height: 7px;
    left: 0;
    margin: 0;
    top: 16px
}

.mainpage_sales .mainpage_sales_content input[type=button] {
    background: url(../Images/icons_left.png) no-repeat 295px center #127334;
    color: #fff;
    margin: 30px 0 0 -10px;
    border: 0;
    width: 106%;
    font-size: 23px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-family: 'proxima_novabold';
    padding: 10px 0;
    transition: .4s;
    outline: 0;
}

.mainpage_sales .mainpage_sales_content input[type=button]:hover {
    background: url(../Images/icons_left.png) no-repeat 300px center #09A60E
}

.s_item_1 {
    width: 220px !important;
    float: left !important;
    text-align: center;
    display: inline-block !important;
}

.s_item_2 {
    width: 110px !important;
    float: right !important;
    text-align: center;
    display: inline-block !important;
}

.mainpage_sales .mainpage_sales_content .icon_2 {
    background: url(../Images/iconset.png) -61px -250px;
    width: 76px;
    height: 46px;
    float: left;
    margin: 0 10px 0 0
}

.mainpage_sales .mainpage_sales_content .icon_3 {
    background: url(../Images/iconset.png) -151px -250px;
    width: 63px;
    height: 54px;
    float: left;
    margin: 0 10px 0 0
}

.mainpage_sales .mainpage_sales_projects {
    padding: 20px 60px;
    height: 275px;
    overflow: hidden;
}

.mainpage_sales .mainpage_sales_projects .owl-next {
    position: absolute;
    right: -75px;
    outline: 0;
    top: 0;
    background: url(../Images/iconset.png) no-repeat -243px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.mainpage_sales .mainpage_sales_projects .owl-prev {
    position: absolute;
    left: -75px;
    outline: 0;
    top: 0;
    background: url(../Images/iconset.png) no-repeat -302px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.mainpage_sales .mainpage_sales_projects .owl-next:hover {
    background: url(../Images/iconset.png) no-repeat -362px 0 !important
}

.mainpage_sales .mainpage_sales_projects .owl-prev:hover {
    background: url(../Images/iconset.png) no-repeat -421px 0 !important
}

.mainpage_sales .mainpage_sales_projects .owl-carousel .owl-item img {
    border: 1px solid #f6f7f8;
    padding: 10px;
    max-height: 210px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.mainpage_sales .mainpage_sales_projects label {
    text-align: center;
    font-size: 15px;
    display: block;
    color: #31709e;
    line-height: 21px;
    color: #127334;
    font-weight: 600;
    font-weight: 600;
}

.mainpage_sales .mainpage_sales_projects label strong {
    font-weight: 600
}

.mainpage_sales .w_1 {
    width: 26%;
    float: left
}

.mainpage_sales .w_2 {
    width: 41%;
    float: left;
    padding: 0 30px
}

.mainpage_sales .w_3 {
    width: 33%;
    float: left
}

.mainpage_sales .mainpage_sales_content_btn {
    padding: 5px 0 15px;
}

.mainpage_sales .mainpage_sales_content_btn a {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    border-bottom: 2px solid #0f5929;
    text-align: ce;
    margin: 18px 0 0;
    transition: .3s;
    font-size: 16px;
    line-height: 57px;
    background: #127334;
    padding: 6px 0;
    border-radius: 6px;
}

.mainpage_sales .mainpage_sales_content_btn a:hover {
    background: #09a60e
}

.mainpage_sales .mainpage_sales_content_btn strong {
    font-family: 'proxima_novasemibold'
}

.mainpage_sales .mainpage_sales_content_btn .icon_10 {
    background: url(../Images/iconset.png) no-repeat -290px -251px;
    width: 51px;
    height: 53px;
    float: left;
    margin: 0 20px
}

.mainpage_sales .mainpage_sales_content_btn .icon_100 {
    background: url(../Images/icon_1.png) no-repeat 0 0;
    width: 49px;
    height: 41px;
    float: left;
    margin: 7px 14px;
}

.mainpage_sales .mainpage_sales_content_btn .icon_101 {
    background: url(../Images/icon_2.png) no-repeat 0 0;
    width: 49px;
    height: 41px;
    float: left;
    margin: 7px 14px;
}

.mainpage_sales .mainpage_sales_content_btn .icon_102 {
    background: url(../Images/icon_3.png) no-repeat 0 0;
    width: 60px;
    height: 50px;
    float: left;
    margin: 3px 9px;
}

.mainpage_sales .mainpage_sales_content_btn .icon_11 {
    background: url(../Images/iconset.png) no-repeat -366px -251px;
    width: 54px;
    height: 53px;
    float: left;
    margin: 0 20px
}

.mainpage_sales .mainpage_sales_content_btn .icon_12 {
    background: url(../Images/iconset.png) no-repeat -433px -249px;
    width: 62px;
    height: 55px;
    float: left;
    margin: 0 16px 0 20px
}

.mainpage_gallery {
    padding: 70px 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 20px 22px -7px #dedede;
}

.mainpage_gallery .item {
    overflow: hidden;
}

.mainpage_gallery i {
    background: #0000008c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.mainpage_gallery .center i {
    display: none !important
}

.mainpage_gallery label {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    background: #00000087;
    font-size: 16px;
    line-height: 25px
}

.mainpage_gallery label strong {
    font-weight: 700;
    color: #feffed;
    font-size: 21px;
    font-family: 'proxima_novasemibold'
}

.mainpage_gallery label a {
    background: #d1293a;
    color: #fff;
    font-family: 'proxima_novasemibold';
    display: block;
    margin: 10px 0 0;
    font-weight: 600;
    text-align: center;
    padding: 5px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px
}

.mainpage_gallery .owl-next span {
    text-indent: -9999px;
    background: red;
    width: 67px;
    height: 107px;
    position: absolute;
    right: 0;
    top: -252px;
    background: url(../Images/mainpage_icon_controls.png) no-repeat 0 -107px;
}

.mainpage_gallery .owl-prev span {
    text-indent: -9999px;
    background: red;
    width: 67px;
    height: 107px;
    position: absolute;
    right: 0;
    top: -360px;
    background: url(../Images/mainpage_icon_controls.png) no-repeat 0 0;
}

.mainpage_gallery .owl-nav {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.projects_detail {
    background: #fff;
    padding: 15px
}

.projects_detail .projects_detail_header {
    background: #f9fafa;
    font-size: 26px;
    color: #127334;
    padding: 10px
}

.projects_detail .projects_detail_header label {
    float: right;
    font-size: 16px;
    font-family: 'proxima_novasemibold'
}

.projects_detail .projects_detail_header label strong {
    font-size: 25px;
    font-family: 'proxima_novabold'
}

.projects_detail .projects_detail_info {
    padding: 10px 15px 20px;
    background: #fcfcfe
}

.projects_detail .projects_detail_info ul {
    border-bottom: 1px solid #dfddde
}

.projects_detail .projects_detail_info li a {
    font-size: 19px;
    padding: 15px 0 10px;
    font-family: 'proxima_novasemibold';
    width: 49%;
    color: #127334;
    margin: 0 1% 0 0;
    float: left
}

.projects_detail .projects_detail_info li.active a {
    font-family: 'proxima_novablack';
    border-bottom: 4px solid #127334
}

.projects_detail .projects_detail_info #konut table {
    color: #656d78;
    font-size: 14px;
    font-family: 'proxima_novasemibold'
}

.projects_detail .projects_detail_info #konut table td {
    border-top: 0;
    padding: 6px;
    border-bottom: 1px solid #377e0f;
    border-right: 2px solid #fcfcfe
}

.projects_detail .projects_detail_info #konut table td:nth-child(2n+2) {
    border-bottom: 1px solid #0ec415
}

.projects_detail .projects_detail_info #satis table {
    text-align: center;
    margin: 25px auto;
    color: #09a60e;
    font-size: 13px;
    float: left;
    font-family: 'proxima_novasemibold';
    width: 100%
}

.projects_detail .projects_detail_info #konut p {
    text-align: justify;
    line-height: 22px;
    padding: 10px 0 0
}

.projects_detail .projects_detail_info #satis table thead th {
    background: #00965b;
    color: #fff;
    border: 1px solid #077f00;
    font-size: 13px
}

.projects_detail .projects_detail_info #satis table td {
    padding: 10px 1px;
    border: 1px solid #077f00
}

.projects_detail .projects_detail_info #satis .a1 {
    font-family: 'proxima_novablack';
    color: #09a60e
}

.projects_detail .projects_detail_info #satis .a2 {
    font-family: 'proxima_novablack';
    color: #0957a6
}

.projects_detail .projects_detail_info #satis .a3 {
    font-family: 'proxima_novablack';
    color: #a60909
}

.projects_detail .projects_detail_info #satis .a4 {
    font-family: 'proxima_novablack';
    color: #ffba00
}

.projects_detail .projects_detail_info #satis label {
    color: #00d407;
    font-size: 16px;
    font-weight: 600;
    font-family: 'proxima_novaregular'
}

.projects_detail .projects_detail_info #satis label a {
    color: #00baff
}

.projects_detail .projects_detail_info #satis label a:hover {
    text-decoration: underline
}

.projects_detail .projects_detail_info #satis label i {
    background: url(../Images/iconset.png) no-repeat -738px 0;
    width: 13px;
    height: 13px;
    float: right;
    margin: 0 0 0 10px
}

.projects_detail .declared_projects {
    background: #fff;
    margin: 50px 0 0;
    border-radius: 5px;
    font-weight: 500;
    font-family: 'proxima_novasemibold';
    text-align: center;
    font-size: 14px;
    line-height: 36px
}

.declared_projects a {
    color: #444
}

.declared_projects a:hover {
    text-decoration: underline
}

.declared_projects .declared_projects_carousel {
    padding: 22px 100px
}

.declared_projects .owl-next {
    position: absolute;
    right: -5px;
    outline: 0;
    top: 15px;
    background: url(../Images/iconset.png) no-repeat -243px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.declared_projects .owl-prev {
    position: absolute;
    left: -5px;
    outline: 0;
    top: 15px;
    background: url(../Images/iconset.png) no-repeat -302px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.declared_projects .owl-next:hover {
    background: url(../Images/iconset.png) no-repeat -362px 0 !important
}

.declared_projects .owl-prev:hover {
    background: url(../Images/iconset.png) no-repeat -421px 0 !important
}

.declared_projects h1 {
    text-align: center;
    background: #fcfcfe;
    font-family: 'proxima_novablack';
    font-size: 25px;
    width: 100%;
    color: #007149;
    border: 10px solid #FFF;
    padding: 7px 0 3px;
    border-radius: 5px
}

.projects_technical {
    padding: 10px 15px 20px
}

.projects_technical ul {
    border-bottom: 1px solid #dfddde
}

.projects_technical li a {
    font-size: 30px;
    padding: 15px 0 10px;
    font-family: 'proxima_novaregular';
    color: #127334;
    margin: 0 2% 0 0;
    float: left
}

.projects_technical li.active a {
    font-family: 'proxima_novablack';
    border-bottom: 4px solid #127334
}

.projects_technical .tab-content ul {
    border-bottom: 0
}

.projects_technical .tab-content ul li {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    color: #656d78;
    padding-left: 28px;
    float: left;
    width: 25%;
    background: url(../Images/projects_check.png) no-repeat 0 0;
    height: 20px;
    line-height: 23px;
    margin: 0 0 15px
}

.projects_technical .tab-content ul li.check {
    background-position: 0 -20px
}

.projects_technical .tab-content strong {
    color: #656d78;
    font-family: 'proxima_novasemibold';
    display: block;
    font-size: 16px;
    margin: 14px 0;
    float: left;
    width: 100%
}

.projects_technical .tab-content #map {
    width: 100%;
    height: 300px;
    margin: 5px 0 0
}

.projects_technical .tab-content .infowindow {
    width: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #535353
}

.projects_technical .tab-content .infowindow img {
    float: left;
    margin: 0 10px 21px 0;
    height: 91px;
    border: 1px solid #dedede;
    padding: 5px
}

.projects_technical .tab-content .infowindow h1 {
    color: #009055;
    font-weight: 700;
    font-size: 15px
}

.projects_technical .tab-content .infowindow b {
    font-weight: 700
}

.projects_technical .tab-content .infowindow a {
    font-weight: 700;
    text-align: left;
    display: block;
    background: #15753a;
    float: left;
    text-align: center;
    text-indent: 0;
    padding: 9px 0;
    color: #fff;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    transition: .4s
}

.projects_technical .tab-content .infowindow a:hover {
    background: #0ec415
}

.sikayetform .select2-container {
    width: 100% !important;
    margin: 0
}

.sikayetform .select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 40px;
    background: #fff;
    font-size: 18px
}

.sikayetform .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aab2bd;
    line-height: 40px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'proxima_novasemibold'
}

.sikayetform .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/iconset.png) no-repeat -630px 0;
    border: 0;
    width: 12px;
    height: 7px;
    left: 0;
    margin: 0;
    top: 16px
}

.sikayetform li {
    width: 50%;
    padding: 7px 4px;
    float: left
}

.sikayetform li input[type=text] {
    width: 100%;
    border: 1px solid #e1e1e1;
    color: #474747;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'proxima_novasemibold';
    font-weight: 400
}

.sikayetform li input[type=text]:focus {
    transition: .4s;
    border-left: 5px solid #007149
}

.sikayetform li textarea {
    height: 200px;
    width: 100%;
    border: 1px solid #e1e1e1;
    color: #474747;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'proxima_novasemibold';
    font-weight: 400
}

.sikayetform li textarea:focus {
    transition: .4s;
    border-left: 5px solid #007149
}

.w_100 {
    width: 100% !important
}

.w_33 {
    width: 33.3% !important
}

.sikayetform li ::-webkit-input-placeholder {
    color: #aab2bd
}

.sikayetform li ::-moz-placeholder {
    color: #aab2bd
}

.sikayetform li :-ms-input-placeholder {
    color: #aab2bd
}

.sikayetform li :-moz-placeholder {
    color: #aab2bd
}

.sikayetform .check {
    background: #fff;
    border-radius: 5px;
    margin: 0 0 4px;
    color: red;
    padding: 6px
}

.sikayetform .say40 {
    color: #656d78;
    font-size: 14px;
    margin: -15px 0 0;
    font-family: 'proxima_novasemibold';
    float: left
}

.sikayetform input[type=checkbox]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0
}

.sikayetform input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../Images/checks.png) no-repeat 0 0;
    line-height: 24px;
    color: #6d6d6d;
    font-family: 'proxima_novasemibold';
    font-size: 14px
}

.sikayetform input[type=checkbox]:not(old):checked+label {
    background-position: 0 -24px
}

.sikayetform b {
    color: #434a54;
    font-size: 18px;
    font-family: 'proxima_novablack';
    padding: 0 0 10px;
    display: block
}

.sikayetform .check:hover {
    background: #00a2c9
}

.sikayetform .check:hover label {
    color: #fff
}

.sikayetform input[type=button] {
    background: #5087d5;
    border: 0;
    color: #fff;
    transition: .4s;
    padding: 10px 45px;
    border-radius: 4px
}

.sikayetform input[type=button]:hover {
    background: #235baa
}

.sikayetform h2 {
    color: #656d78;
    font-family: 'proxima_novasemibold';
    font-size: 24px;
    padding: 0 0 7px;
    text-indent: 5px
}

.info {
    background: #f7981c;
    font-family: 'proxima_novasemibold';
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    padding: 6px 10px;
    width: 99%;
    margin: 13px auto;
    line-height: 17px
}

.info i {
    font-size: 16px;
    float: left;
    height: 32px;
    margin: 2px 10px 0 0
}

.owl-theme .owl-dots .owl-dot {
    outline: 0
}

.gallery .owl-carousel .owl-item img {
    height: 160px
}

.gallery .owl-theme .owl-dots .owl-dot.active span {
    width: 18px;
    height: 18px
}

.gallery .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px
}

.yayinlar .owl-item {
    position: relative
}

.yayinlar .owl-item .hovered {
    display: none;
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    background: rgba(9, 166, 14, 0.8);
    width: 190px;
    height: 260px;
    margin: auto;
}

.yayinlar .owl-item .hovered img {
    width: auto;
    display: block;
    border: 0;
    height: auto;
    margin: 95px auto;
    padding: 0
}

.dergi .owl-item {
    position: relative
}

.dergi .owl-item .hovered {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    background: rgba(9, 166, 14, 0.8);
    width: 190px;
    height: 260px;
    margin: auto;
}

.dergi .owl-item .hovered img {
    width: auto;
    display: block;
    border: 0;
    height: auto;
    margin: 95px auto;
    padding: 0
}

.videos_carousel .owl-item {
    position: relative
}

.videos_carousel .owl-item .hovered {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(9, 166, 14, 0.8);
    width: 340px;
    height: 240px;
    right: 0;
    margin: auto;
}

.videos_carousel .owl-item .hovered img {
    width: auto;
    display: block;
    border: 0;
    height: auto;
    margin: 95px auto;
    padding: 0
}

.w_2 li {
    width: 29%;
    float: left;
    text-align: center;
    margin: 0 0 50px 0;
}

.w_2 li img {
    display: block;
    margin: 0 auto;
    width: 150px;
    float: none;
}

.w_2 li a {
    color: #000
}

footer {
    background: url(../../Images/footer_bg.png) no-repeat top center #f5f7fa;
    background-size: cover;
    padding: 60px 0
}

footer .select2-container--default .select2-selection--single {
    border: 0
}

footer .select2-container {
    margin: -3px 0 0
}

footer h1 {
    font-family: 'proxima_novasemibold';
    text-align: center;
    font-size: 30px;
    margin: 60px 0 0;
    color: #fff
}

footer label {
    font-family: 'proxima_novalight_italic';
    font-style: italic;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 30px 0 20px;
    color: #fff;
    font-weight: 300
}

footer .mail li {
    width: 50%;
    float: left
}

footer .mail li .footer_mail_bg {
    height: 51px;
    width: 90%;
    margin: 20px auto;
    background: #fff;
    padding: 10px;
    border-radius: 60px;
    font-weight: 700;
    padding: 15px 20px
}

footer .mail li .footer_mail_bg input[type=text] {
    width: 100%
}

footer .mail li .footer_mail_bg input[type=submit] {
    background: #8de70b;
    border: 0;
    margin: -15px -21px;
    color: #fff;
    float: right;
    padding: 15px 67px 16px 40px;
    border-radius: 60px;
    text-align: left;
    font-size: 20px;
    outline: 0;
    transition: .4s
}

footer .mail li {
    position: relative
}

footer .mail li .footer_mail_bg input[type=submit]:hover {
    background: #63a700
}

footer .mail li .footer_mail_bg i {
    background: url(../Images/iconset.png) no-repeat 0 0;
    width: 29px;
    height: 26px;
    position: absolute;
    right: 50px;
    top: 31px
}

footer .scrolltop {
    background: url(../Images/iconset.png) no-repeat -37px 0;
    width: 23px;
    animation: swinging 400ms ease-in-out infinite;
    height: 14px;
    margin: -40px auto 0;
    z-index: 9999;
    display: table
}

footer .radio {
    font-size: 16px;
    width: 64%;
    margin: 10px auto
}

footer .radio input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}

footer .radio input[type=radio]:not(old)+label {
    display: inline-block;
    font-size: 17px;
    float: none;
    margin: 0 auto;
    line-height: normal
}

footer .radio input[type=radio]:not(old)+label>span {
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 16px 0 0;
    border: 1px solid #fff;
    border-radius: .25em;
    background: none;
    vertical-align: middle;
    border-radius: 50px
}

footer .radio input[type=radio]:not(old):checked+label>span>span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 3px;
    border: 0;
    border-radius: 50px;
    background: #fff
}

footer .footer_nav {
    margin: 45px 0
}

footer .footer_nav ul {
    height: 270px;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #394752
}

footer .footer_nav li a {
    color: #fff;
    padding: 0 0 8px;
    font-size: 14px;
    display: block
}

footer .footer_nav li a:hover {
    text-decoration: underline
}

footer .footer_nav li:nth-child(1) a {
    font-weight: 700;
    margin: 0 0 10px
}

.footer_bottom {
    background: #14212a;
    padding: 25px 0;
    color: #fff
}

.footer_bottom .footer_logo {
    float: left
}

.footer_bottom .footer_logo img {
    float: left;
    margin: 0 15px 0 0
}

.footer_bottom .footer_logo label {
    padding: 15px 0;
    line-height: 22px;
    font-size: 14px
}

.footer_bottom .footer_right {
    float: right;
    margin: 20px 0 0
}

.footer_bottom .Footersocial {
    background: #0c1923;
    margin: -40px auto;
    width: 270px;
    border-radius: 50px;
    padding: 0 40px
}

.footer_bottom .Footersocial li {
    float: left;
    padding: 9px 15px
}

.footer_bottom .Footersocial a {
    float: left;
    background: url(../Images/footer_social.png) no-repeat 0 0
}

.footer_bottom .Footersocial a.tw {
    background-position: 0 0;
    width: 16px;
    height: 19px
}

.footer_bottom .Footersocial a.ins {
    background-position: -20px 0;
    width: 19px;
    height: 19px
}

.footer_bottom .Footersocial a.fb {
    background-position: -42px 0;
    width: 10px;
    height: 19px
}

.footer_bottom .Footersocial a.gp {
    background-position: -56px 0;
    width: 25px;
    height: 19px
}

.footer_bottom .Footersocial a.yt {
    background-position: -83px 0;
    width: 23px;
    height: 19px;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #1f8dd6
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}

.survey li {
    border-bottom: 1px solid #dedede;
    padding: 10px
}

.survey .question {
    margin: 0 0 10px
}

.survey label {
    padding: 0 70px 0 0
}

.survey_select .select2-container {
    width: 100% !important;
    margin: 10px 0
}

.survey_select .select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 40px;
    background: #fff;
    font-size: 18px
}

.survey_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aab2bd;
    line-height: 40px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'proxima_novasemibold'
}

.survey_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px
}

.gallery_item {
    height: 290px;
    width: 31%;
    margin: 1%;
    float: left;
    border: 1px solid #dedede;
    padding: 8px
}

.gallery_item img {
    height: 220px;
    width: 100%;
    margin: 0 0 10px !important;
    display: block;
    box-shadow: none !important;
    border-radius: 0 !important
}

.gallery_item a {
    color: #474747
}

.gallery_list {
    height: 240px;
    width: 31%;
    margin: 1%;
    float: left;
    border: 1px solid #dedede;
    padding: 8px
}

.gallery_list img {
    height: 220px;
    width: 100%;
    margin: 0 0 10px !important;
    display: block;
    box-shadow: none !important;
    border-radius: 0 !important
}

.gallery_list a {
    color: #474747
}

@keyframes swinging {
    0% {
        transform: translate(1.5px, 1px) rotate(0.5deg)
    }
    50% {
        transform: translate(1.5px, 5px) rotate(0.5deg)
    }
    100% {
        transform: translate(1.5px, 1px) rotate(0.5deg)
    }
}

.responsive_menu {
    display: none
}

.mobile_projects {
    margin: 15px 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: none;
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    width: 100%;
    border-radius: 7px;
    z-index: 510;
    position: relative;
    display: none
}

.mobile_projects .mobile_filtrele_btn {
    background: #fff;
    border-right: 1px solid #f5f7fa;
    float: left;
    width: 100%;
    line-height: 24px;
    color: #255fac;
    border-radius: 5px;
    display: block;
    font-family: 'proxima_novablack';
    padding: 14px 0
}

.mobile_projects .mobile_filtrele_btn .icon_1 {
    background: url(../Images/mobile_filtrele_icon.png) no-repeat 0 0;
    width: 23px;
    height: 19px;
    float: left;
    margin: 0 20px
}

.mobile_projects .mobile_siralama_btn {
    background: #fff;
    border-right: 1px solid #f5f7fa;
    float: left;
    width: 100%;
    line-height: 24px;
    color: #255fac;
    border-radius: 5px;
    display: block;
    font-family: 'proxima_novablack';
    padding: 14px 0;
    margin: 15px 0 0
}

.mobile_projects .mobile_siralama_btn .icon_2 {
    background: url(../Images/mobile_siralama_icon.png) no-repeat 0 0;
    width: 22px;
    height: 19px;
    float: left;
    margin: 0 20px
}

.mobile_projects .active {
    background: #e6e6e6
}

.mobilefiltre {
    display: none;
    background: #fff
}

.mobile_projects .accordionButton {
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    color: #656d78;
    background: url(../Images/accordion_close.png) no-repeat center right;
    font-size: 16px;
    font-family: 'proxima_novaregular';
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px
}

.mobile_projects .accordionContent {
    width: 100%;
    background: #fbfbfc;
    padding: 10px 15px;
    color: #656d78;
    font-size: 14px
}

.mobile_projects .accordionContent ul {
    background: #fff;
    margin: 0
}

.mobile_projects .accordionContent li {
    float: none;
    border-bottom: 1px solid #dedede;
    width: 100%;
    border: 0;
    padding: 6px
}

.mobile_projects .accordionContent li:last-child {
    border-bottom: 0
}

.mobile_projects .on {
    background: url(../Images/accordion_open.png) no-repeat center right
}

.mobile_projects .over {
    background: url(../Images/accordion_open.png) no-repeat center right
}

.mobile_projects input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}

.mobile_projects input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -20px;
    line-height: normal;
    width: 90%
}

.mobile_projects input[type=radio]:not(old)+label>span {
    float: right;
    width: 17px;
    height: 17px;
    margin: 0;
    border: 1px solid #dadad7;
    border-radius: .25em;
    background: #fff;
    vertical-align: middle;
    border-radius: 50px
}

.mobile_projects input[type=radio]:not(old):checked+label>span>span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 3px;
    border: 0;
    border-radius: 50px;
    background: #818181
}

.mobile_projects .accordionContent input[type=text] {
    background: #fff;
    border: 1px solid #dedede;
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    transition: .4s
}

.mobile_projects .accordionContent input[type=text]:focus {
    border: 1px solid #9c9c9c
}

.mobile_projects input[type=checkbox]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0
}

.mobile_projects input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../Images/checks.png) no-repeat 0 0;
    line-height: 24px
}

.detail_search input[type=checkbox]:not(old):checked+label {
    background-position: 0 -24px
}

.mobile_projects .select2-container {
    width: 100% !important
}

.mobile_projects .select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 35px;
    background: #fff
}

.mobile_projects .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #06325b;
    line-height: 35px
}

.mobile_projects .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/iconset.png) no-repeat -630px 0;
    border: 0;
    width: 12px;
    height: 7px;
    left: 0;
    margin: 0;
    top: 13px
}

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

.mobile_siralama .projects_list_square_content {
    border-radius: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    background: #fff;
    padding: 12px 0
}

.mobile_siralama .projects_list_square_content strong {
    font-size: 16px
}

.mobile_siralama .projects_list_square_content img {
    margin: 0;
    width: 100%
}

.responsive_menu {
    display: none
}

.mobile_projects {
    margin: 15px 0;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: none;
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    width: 100%;
    border-radius: 7px;
    z-index: 510;
    position: relative;
    display: none
}

.mobile_projects .mobile_filtrele_btn {
    background: #fff;
    border-right: 1px solid #f5f7fa;
    float: left;
    width: 100%;
    line-height: 24px;
    color: #255fac;
    border-radius: 5px;
    display: block;
    font-family: 'proxima_novablack';
    padding: 14px 0
}

.mobile_projects .mobile_filtrele_btn .icon_1 {
    background: url(../Images/mobile_filtrele_icon.png) no-repeat 0 0;
    width: 23px;
    height: 19px;
    float: left;
    margin: 0 20px
}

.mobile_projects .mobile_siralama_btn {
    background: #fff;
    border-right: 1px solid #f5f7fa;
    float: left;
    width: 100%;
    line-height: 24px;
    color: #255fac;
    border-radius: 5px;
    display: block;
    font-family: 'proxima_novablack';
    padding: 14px 0;
    margin: 15px 0 0
}

.mobile_projects .mobile_siralama_btn .icon_2 {
    background: url(../Images/mobile_siralama_icon.png) no-repeat 0 0;
    width: 22px;
    height: 19px;
    float: left;
    margin: 0 20px
}

.mobile_projects .active {
    background: #e6e6e6
}

.mobilefiltre {
    display: none;
    background: #fff
}

.mobile_projects .accordionButton {
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    color: #656d78;
    background: url(../Images/accordion_close.png) no-repeat center right;
    font-size: 16px;
    font-family: 'proxima_novaregular';
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px
}

.mobile_projects .accordionContent {
    width: 100%;
    background: #fbfbfc;
    padding: 10px 15px;
    color: #656d78;
    font-size: 14px
}

.mobile_projects .accordionContent ul {
    background: #fff;
    margin: 0
}

.mobile_projects .accordionContent li {
    float: none;
    border-bottom: 1px solid #dedede;
    width: 100%;
    border: 0;
    padding: 6px
}

.mobile_projects .accordionContent li:last-child {
    border-bottom: 0
}

.mobile_projects .on {
    background: url(../Images/accordion_open.png) no-repeat center right
}

.mobile_projects .over {
    background: url(../Images/accordion_open.png) no-repeat center right
}

.mobile_projects input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}

.mobile_projects input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -20px;
    line-height: normal;
    width: 90%
}

.mobile_projects input[type=radio]:not(old)+label>span {
    float: right;
    width: 17px;
    height: 17px;
    margin: 0;
    border: 1px solid #dadad7;
    border-radius: .25em;
    background: #fff;
    vertical-align: middle;
    border-radius: 50px
}

.mobile_projects input[type=radio]:not(old):checked+label>span>span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 3px;
    border: 0;
    border-radius: 50px;
    background: #818181
}

.mobile_projects .accordionContent input[type=text] {
    background: #fff;
    border: 1px solid #dedede;
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    transition: .4s
}

.mobile_projects .accordionContent input[type=text]:focus {
    border: 1px solid #9c9c9c
}

.mobile_projects input[type=checkbox]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0
}

.mobile_projects input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../Images/checks.png) no-repeat 0 0;
    line-height: 24px
}

.detail_search input[type=checkbox]:not(old):checked+label {
    background-position: 0 -24px
}

.mobile_projects .select2-container {
    width: 100% !important
}

.mobile_projects .select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 35px;
    background: #fff
}

.mobile_projects .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #06325b;
    line-height: 35px
}

.mobile_projects .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/iconset.png) no-repeat -630px 0;
    border: 0;
    width: 12px;
    height: 7px;
    left: 0;
    margin: 0;
    top: 13px
}

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

.mobile_siralama .projects_list_square_content {
    border-radius: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    background: #fff;
    padding: 12px 0
}

.mobile_siralama .projects_list_square_content strong {
    font-size: 16px
}

.mobile_siralama .projects_list_square_content img {
    margin: 0;
    width: 100%
}

.sss .accordionButton {
    background: url(../Images/sss_plus.png) no-repeat center right #009758;
    padding: 10px 80px 10px 10px;
    color: #fff;
    box-shadow: 0 0 2px #dedede;
    cursor: pointer;
    font-weight: 500;
    border-radius: 2px;
    margin: 0;
}

.sss .accordionContent {
    font-weight: 500;
    padding: 16px;
    background: #efefef;
}

.sss .on {
    background: url(../Images/sss_close.png) no-repeat center right #127334;
    color: #ffffff;
}

.pdf {
    width: 100%;
    display: block;
    background: url(../Images/pdf.png) no-repeat 0 0 #d5e2e0;
    height: 52px;
    border-radius: 30px;
    line-height: 52px;
    margin: 15px 0 0;
    text-indent: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #474747
}

.pdf:hover {
    background: url(../Images/pdf.png) no-repeat 0 0 #b1c4c1;
    color: #fff
}

.file {
    width: 100%;
    display: block;
    background: url(../Images/file.png) no-repeat 0 0 #d5e2e0;
    height: 52px;
    border-radius: 30px;
    line-height: 52px;
    margin: 15px 0 0;
    text-indent: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #474747
}

.file:hover {
    background: url(../Images/file.png) no-repeat 0 0 #b1c4c1;
    color: #fff
}

.zip {
    width: 100%;
    display: block;
    background: url(../Images/zip.png) no-repeat 0 0 #d5e2e0;
    height: 52px;
    border-radius: 30px;
    line-height: 52px;
    margin: 15px 0 0;
    text-indent: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #474747
}

.zip:hover {
    background: url(../Images/zip.png) no-repeat 0 0 #b1c4c1;
    color: #fff
}

.excel {
    width: 100%;
    display: block;
    background: url(../Images/excel.png) no-repeat 0 0 #d5e2e0;
    height: 52px;
    border-radius: 30px;
    line-height: 52px;
    margin: 15px 0 0;
    text-indent: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #474747
}

.excel:hover {
    background: url(../Images/excel.png) no-repeat 0 0 #b1c4c1;
    color: #fff
}

.word {
    width: 100%;
    display: block;
    background: url(../Images/word.png) no-repeat 0 0 #d5e2e0;
    height: 52px;
    border-radius: 30px;
    line-height: 52px;
    margin: 15px 0 0;
    text-indent: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #474747
}

.word:hover {
    background: url(../Images/word.png) no-repeat 0 0 #b1c4c1;
    color: #fff
}

.jpg {
    width: 100%;
    display: block;
    background: url(../Images/jpg.png) no-repeat 0 0 #d5e2e0;
    height: 52px;
    border-radius: 30px;
    line-height: 52px;
    margin: 15px 0 0;
    text-indent: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #474747
}

.jpg:hover {
    background: url(../Images/jpg.png) no-repeat 0 0 #b1c4c1;
    color: #fff
}

.ihale_table thead {
    background: #09a60e;
    color: #fff
}

.ihale_table {
    background: #fff
}

.ihale_table .btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: 600
}

.ihale_table a {
    color: #333
}

.w_29 {
    width: 29%
}

.w_31 {
    width: 29%
}

.box tall a {
    color: #000000;
}

.w_95 {
    width: 90% !important;
    margin: 0 auto !important;
}

.news_list img {
    float: none !important;
    margin: 0 10px 10px 0;
    display: block;
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: none !important
}

.news_list h3 {
    color: #343333;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin: 10px 0
}

.news_list .date {
    display: block;
    text-align: right;
    float: right;
    padding: 0;
    font-size: 14px;
    font-family: Arial;
    color: #007149;
    position: relative;
    right: 0;
    font-weight: 700;
    bottom: 0
}

.news_list li {
    position: relative;
    border: 1px solid #dedede;
    padding: 0 10px;
    width: 31%;
    float: left;
    background: #fff;
    margin: 1%;
    height: 400px
}

.news_list li .next {
    float: right;
    background: #127334;
    color: #fff;
    padding: 7px 26px;
    border-radius: 4px
}

.online_btn_icon {
    background: url(../Images/taksit_sorgulama.png) no-repeat center #358755;
    width: 88px;
    height: 80px;
    float: left;
    padding: 30px;
}

.cevre_logo {
    background: url(../Images/cevrebakanligi_logo.png) no-repeat 0 0;
    background-size: contain;
    float: right;
    width: 165px;
    height: 65px;
    margin: 12px 0px 0px 10px;
    /*width: 110px;
	height: 56px;
	margin: 10px  0 0 30px;*/
}

.en {
    background: #009354;
    height: 80px;
    float: left;
    line-height: 80px;
    font-weight: 700;
    padding: 0 6px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
}

.en:hover {
    color: #ffffff;
}

@media only screen and (min-width:3000px) {
    .container {
        width: 1600px
    }
}

@media only screen and (max-width: 1365px) {
    nav {
        font-size: 13px;
        padding: 0 5px
    }
    .mainpage_headright .online_btn {
        padding: 0 10px;
        font-size: 12px
    }
    .language {
        font-size: 12px
    }
    .mainpage_sales .mainpage_sales_content input[type=button] {
        background-image: none;
    }
    .online_btn {
        float: left;
    }
}

@media only screen and (max-width: 1231px) {
    body {
        background-color: #ffffff
    }
    footer .scrolltop {
        margin: 20px auto
    }
    .mainpage_videos .dergi {
        margin: 30px 0 0 0
    }
    .container {
        width: 90%;
    }
    .mainpage_sales .mainpage_sales_content input[type=button] {
        background-image: none;
        /* margin: 20px 0 0; */
        width: 104%;
    }
}

@media only screen and (max-width: 1200px) {
    .w_29 {
        width: 50%
    }
    .w_30 {
        width: 50%
    }
    .w_31 {
        width: 100%;
        margin: 25px 0
    }
    nav li {
        padding: 0 3px
    }
    .nav_search {
        display: none;
    }
    nav {
        font-size: 10px;
        padding: 0 10px
    }
    .language {
        padding: 0 10px
    }
    footer {
        background: url(../Images/footer_bg.png) no-repeat top center #182732;
        padding: 0 0 60px;
        margin: 70px 0 0
    }
    .list_search h1 {
        font-size: 17px
    }
    .footer_bottom .footer_logo {
        width: 50%
    }
    .footer_bottom .footer_right {
        width: 50%
    }
    .footer_bottom .footer_right img {
        float: right;
        margin: 0
    }
}

@media only screen and (max-width: 991px) {
    .en {
        display: none;
    }
    .cevre_logo {
        display: none;
    }
    .mainpage_headright_top_menu {
        float: none;
    }
    .online_btn i {
        display: none;
    }
    nav {
        font-size: 16px
    }
    .mainpage_headright .online_btn {
        font-size: 16px
    }
    .language {
        font-size: 16px
    }
    .logo {
        display: none
    }
    .mobile_nav {
        display: block
    }
    nav {
        display: none
    }
    #sses1 {
        width: 100% !important
    }
    nav li {
        line-height: normal;
        float: none
    }
    nav li a {
        display: block;
        background: #13ad72;
        padding: 10px 0;
        color: #fff;
        margin: 2px 0 0;
        text-indent: 19px
    }
    .highlight {
        display: none !important
    }
    nav li .submenu {
        position: relative;
        width: 100%
    }
    nav li .submenu a {
        width: 100%;
        background: #10b576;
        border: 0
    }
    .mainpage_headright .online_btn {
        width: 100%;
        height: auto;
        padding: 10px 0;
        margin: 0 0 10px 0;
        border-radius: 5px;
    }
    .nav_search {
        width: 15%;
        display: block
    }
    .search {
        left: 0
    }
    .search input[type=text] {
        margin: 0;
        width: 100%
    }
    .search input[type=button] {
        margin: 0;
        width: 100%
    }
    .mainpage_videos .videos {
        margin: 0 0 50px
    }
    .mainpage .all_news {
        margin: 0 0 20px 50px
    }
    footer {
        background: url(../Images/footer_bg.png) no-repeat top center #fff
    }
    footer .footer_nav {
        display: none
    }
    footer .mail li {
        width: 100%
    }
    footer .radio {
        width: 100%
    }
    footer .radio input[type=radio]:not(old)+label {
        text-align: left
    }
    footer .mail li .footer_mail_bg {
        margin: 5px auto
    }
    footer .mail li .footer_mail_bg i {
        top: 17px
    }
    .footer_bottom .footer_logo {
        width: 69%;
        margin: 25px auto 0;
        float: none
    }
    .footer_bottom .footer_right {
        width: 100%
    }
    .footer_bottom .footer_right img {
        float: none;
        display: block;
        margin: 0 auto
    }
    .projects_detail .projects_detail_header {
        text-align: center
    }
    .projects_detail .projects_detail_header label {
        float: none;
        font-size: 16px;
        font-family: 'proxima_novasemibold';
        text-align: center;
        display: block;
        padding: 20px 0 0
    }
    .project_liste_buttons {
        position: relative !important;
        width: 100%;
        padding: 0;
        background: no-repeat;
        margin: 0;
        box-shadow: none
    }
    .filtrele {
        margin: 10px 0
    }
    .temizle {
        margin: 10px 0
    }
}

@media only screen and (max-width: 768px) {
    .mainpage_sales .mainpage_sales_projects .owl-carousel .owl-item img {
        width: auto
    }
    .mainpage_banner .mainpage_banner_carousel img {
        height: auto
    }
    .home-news-title a {
        font-size: 14px
    }
    .home-news-img img {
        height: auto
    }
    .search input[type=text] {
        font-size: 12px
    }
    .search input[type=submit] {
        width: 100% !important;
        height: 45px !important
    }
    .news_list li {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0 0 10px
    }
    .mainpage_sales .mainpage_sales_content input[type=button] {
        background-image: none;
        width: 103%
    }
    .mainpage_gallery .owl-nav {
        display: none
    }
    .w_29 {
        width: 100%;
        margin: 25px 0
    }
    .w_30 {
        width: 100%;
        margin: 25px 0
    }
    .w_31 {
        width: 100%;
        margin: 25px 0
    }
    .w_95 {
        width: 100% !important;
        margin: 0 auto
    }
    .mainpage_sales .mainpage_sales_projects {
        height: auto
    }
    .mobile_projects {
        display: block
    }
    .responsive_menu {
        width: 100%;
        display: block;
        margin: 10px 0 0;
        line-height: 39px;
        background: #fff;
        text-align: left;
        font-size: 25px;
        color: #23527c;
        padding: 5px 10px;
        border-radius: 0;
        font-family: 'proxima_novabold'
    }
    .responsive_menu_active {
        color: #fff !important;
        background: #007149
    }
    .responsive_menu_active span {
        background: #fff !important
    }
    .path {
        display: none
    }
    .left_nav {
        width: 100%;
        text-align: center;
        background: no-repeat;
        font-weight: 700;
        box-shadow: none;
    }
    .left_nav li a {
        background: #fff;
        text-align: left;
        border-bottom: 1px solid #dedede
    }
    footer .mail li .footer_mail_bg {
        padding: 0
    }
    footer .mail li .footer_mail_bg select {
        width: 100% !important
    }
    footer .select2-container {
        padding: 10px 0;
        display: block;
        width: 90% !important;
        margin: 0 auto
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 24px
    }
    footer .mail li .footer_mail_bg input[type=text] {
        width: 100% !important;
        padding: 15px;
        border-radius: 50px
    }
    footer .mail li .footer_mail_bg input[type=submit] {
        float: left;
        width: 100%;
        padding: 16px;
        margin: 10px auto
    }
    footer .mail li .footer_mail_bg i {
        top: 77px
    }
    .footer_bottom .footer_logo img {
        float: none;
        display: block;
        margin: 0 auto
    }
    .footer_bottom .footer_logo label {
        width: 100%;
        text-align: center
    }
    .w_33 {
        width: 100% !important
    }
    .sikayetform li {
        width: 100% !important
    }
    .detail_search {
        width: 100%
    }
    .filtrele {
        width: 100%
    }
    .temizle {
        width: 100%
    }
    .overlay {
        display: none !important
    }
    .list_search {
        display: none
    }
    .projects_liste {
        display: none
    }
    .projects_list_table {
        display: none
    }
    .projects_list_square {
        display: none
    }
    .paginations {
        display: none
    }
    .list_search .search_list {
        width: 100%;
        float: none
    }
    .list_search .search_list input[type=text] {
        width: 95%
    }
    .list_search h1 {
        font-size: 17px;
        display: block;
        float: none;
        text-align: center;
        padding: 20px 0
    }
}

@media only screen and (max-width: 481px) {
    .mainpage_sales .mainpage_sales_content h1 {
        font-size: 19px;
        text-align: center;
        line-height: 28px;
    }
    .s_item_1 {
        width: 100% !important
    }
    .s_item_2 {
        width: 100% !important
    }
    .mainpage_videos .yayinlar {
        height: auto
    }
    .mainpage_videos .dergi {
        height: auto
    }
    .projects_detail .projects_detail_info li a {
        width: 100%
    }
    .projects_technical li a {
        width: 100%
    }
}

.social {
    position: fixed;
    top: 10%;
    left: 0;
    width: 60px;
    height: 195px;
    background: #00965e;
    z-index: 99999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.social .fb {
    background: url(../Images/social.png) no-repeat 0 0;
    width: 36px;
    height: 35px;
    display: block;
    margin: 10px 0 10px 10px
}

.social .tw {
    background: url(../Images/social.png) no-repeat 0 -38px;
    width: 36px;
    height: 35px;
    display: block;
    margin: 0 0 10px 10px
}

.social .in {
    background: url(../Images/social.png) no-repeat 0 -76px;
    width: 36px;
    height: 35px;
    display: block;
    margin: 0 0 10px 10px
}

.social .yt {
    background: url(../Images/social.png) no-repeat 0 -114px;
    width: 36px;
    height: 35px;
    display: block;
    margin: 0 0 10px 10px
}