
/*-----------------------------------------------------------------------------------*/
/*	BASLANGIC
/*-----------------------------------------------------------------------------------*/

figure {
    margin: 0;
    padding: 0;
}
figure img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
::selection {
    background: #fefac7; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #2f2f2f;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}

/*-----------------------------------------------------------------------------------*/
/*	GENEL AYARLAR
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #606060;
    font-family: 'Raleway', sans-serif;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
}
p {
    margin: 0 0 20px
}
a {
    color: #4aa2d1;
    transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #141618;
    text-decoration: none;
}
.nocolor {
    color: #606060
}
.nocolor:hover {
    color: #4aa2d1
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    margin-top: 0;
    color: #404040;
    margin-bottom: 10px;
    font-weight: 700;
}
h2 {
    font-size: 22px;
    line-height: 28px;
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
.baslik-kismi a {
    color: #434343
}
.baslik-kismi a:hover {
    color: #4aa2d1
}
h1.baslik-kismi,
h2.baslik-kismi {
    font-size: 20px;
    line-height: 26px;
}
.ana-baslik {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: none;
}
.ana-baslik strong {
    font-weight: 900
}
.ana-baslik.yaziyi-ortala:after {
    font-family: 'elemis';
    content: "\e600";
    display: block;
    color: #4aa2d1;
    font-size: 14px;
    margin-top: 25px;
    font-weight: normal;
}
.ana-baslik.no-line:after {
    display: none !important
}
.lead {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}
.sayfa-basligii h1 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}
.sayfa-basligii h1.sola-cek {
    margin-top: 6px
}
.sayfa-basligii.bg {
	background: url(style/images/art/sayfa-basligii.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.inner {
    padding-top: 90px;
    padding-bottom: 90px;
}
.inner1 {
    padding-top: 10px;
    padding-bottom: 90px;
}
.sayfa-basligii .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.acik-gri-arkaplan,
body {
    background: #fcfcfc
}
.gri-arkaplan {
    background: #f3f3f3
}
.parallax-ickisim {
    background: #262b2f;
    color: #ECECEC;
    position: relative;
}
.no-bg {
	background: none !important;
}
.parallax-ickisim h1,
.parallax-ickisim h2,
.parallax-ickisim h3,
.parallax-ickisim h4,
.parallax-ickisim h5,
.parallax-ickisim h6 {
    color: #FFF
}
.parallax-ickisim .ana-baslik.yaziyi-ortala:after {
    color: inherit
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '●';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #4aa2d1;
    font-size: 11px;
}
hr {
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #e1e1e1;
    padding-top: 90px;
    margin-bottom: 90px;
}
.thin {
    width: 80%;
    margin: 0 auto;
}
.thin2 {
    width: 70%;
    margin: 0 auto;
}
.meta span:before {
    content: "|";
    padding: 0 10px;
}
.meta span:first-child:before {
    display: none
}
.meta,
.more {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.meta a,
.more {
    color: #9a9a9a;
    text-transform: uppercase;
}
.meta a:hover,
.more:hover {
    color: #4aa2d1
}
.more {
    display: inline-block;
    margin-bottom: 15px;
}
.more:after {
    content: "→";
    padding-left: 5px;
    display: inline-block;
}

.item figure {
	position: relative;
}
.item figure .badge {
	position: absolute;
	top: 10px;
	right: 10px;
}
footer a {
    color: inherit
}
footer a:hover {
    color: #4aa2d1 !important
}
footer [class*="col-"] .widget {
    margin-top: 35px
}
footer [class*="col-"] .widget:first-child {
    margin-top: 0
}
footer ul.tag-list li a {
    color: #e3e3e3;
    background: #242426;
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px;
    color: #e3e3e3;
}
footer ul.circled li:before {
    color: #e3e3e3
}
.footer-alt {
    background: #21262a;
    padding: 35px 0;
}
.footer-alt p {
    padding: 0;
    margin: 3px 0 0 0;
}
.label {
    padding: .3em .65em .3em .65em;
    text-transform: uppercase;
    font-weight: 800;
}
.ana-baslik .label {
	font-size: 10px;
	vertical-align: super;
}
.navbar .label {
	vertical-align: middle;
	font-size: 8px;
	padding: .3em .6em .3em .65em;
}

/*-----------------------------------------------------------------------------------*/
/*	BUTONLAR
/*-----------------------------------------------------------------------------------*/
.btn,
.vanilla-form label.custom-select span {
    color: #FFF !important;
    background: #4aa2d1;
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 13px;
    padding: 11px 20px 10px 20px;
    font-weight: 800;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 200ms ease-in;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
}
.btn-icon i {
	margin-right: 5px;
}
.yaziyi-ortala .btn {
    margin: 0 4px
}
.btn-border {
    background: none !important;
    border: 2px solid #ececec;
}
.btn-border.dark {
    border: 2px solid #606060;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background: #358dbc;
    transition: all 200ms ease-in;
    box-shadow: none;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
    background: #ececec !important;
    color: #434343 !important;
}
.btn-border.dark:hover,
.btn-border.dark:focus,
.btn-border.dark:active,
.btn-border.dark.active {
    background: #606060 !important;
    color: #FFF !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #358dbc !important
}

/*-----------------------------------------------------------------------------------*/
/*	UST KISIM
/*-----------------------------------------------------------------------------------*/
.navbar {
    z-index: 9998;
    border: 0;
    border-radius: 0;
    min-height: inherit;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: rgba(31,33,36,0.45);
    box-shadow: none;
}
.navbar.light {
	background: rgba(255,255,255,0.85);
}
.yurt-paketi .navbar {
    background: #1f2124;
}
.navbar.solid,
.navbar.no-opacity {
	background: #1f2124;
}
.yurt-paketi .navbar.light,
.navbar.solid.light,
.navbar.no-opacity.light {
	background: rgba(255,255,255,1);
}
.navbar.centered {
	background: #fcfcfc;
}
.navbar.centered .navbar-collapse {
	background: #1f2124;
}
.navbar.light {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1) !important;
}
.container>.navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.landing-page .navbar-header {
	width: 100%;
}
.navbar .navbar-brand {
    padding: 0;
    height: auto;
    transition: all 200ms ease-in;
    position: relative;
    box-shadow: none;
    float: left;
    margin: 36px 0 !important;
}
.navbar .navbar-brand a {
    transition: none
}
.navbar .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    float: right;
    box-shadow: none !important;
    border: 0 !important;
}
.navbar .navbar-nav > li {
    margin: 0 0 0 28px
}
.navbar .navbar-nav > li > a {
    padding: 40px 0px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f0f0f0 !important;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 150px;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #2e3033;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: rgba(31,33,36,1);
    border: none;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.navbar.solid .dropdown-menu:not(.yamm-dropdown-menu) li,
.navbar.no-opacity .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: #1f2124;
}
.navbar .dropdown-menu li:first-child {
    border: none
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    background: none;
    border: none;
    color: #FFF !important;
    padding: 15px 20px 16px;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.navbar .navbar-nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.current > a {
    background: none;
    color: #4aa2d1 !important;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 15px 20px 16px;
    filter: none;
    line-height: 1;
    color: #4aa2d1 !important;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background: none;
    color: #4aa2d1;
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #4aa2d1
}

.navbar.fixed .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: rgba(31,33,36,0.95)
}
.btn.responsive-menu {
    padding: 7px 0 0 0;
    width: 36px;
    height: 36px;
    margin: 0;
    display: none;
    text-align: center;
    font-size: 15px;
}
.btn.responsive-menu i {
    margin: 0
}
.btn.responsive-menu i:before {
    content: '\f0c9';
    font-family: 'fontello';
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    text-align: center;
}
.btn.responsive-menu.opn i:before {
    content: '\e819'
}
.navbar .top-bar {
	border-bottom: 1px solid rgba(255,255,255,0.07);
	color: #ececec;
	display: none;
}
.navbar.light .top-bar {
	color: #606060;
}
.navbar .top-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(255,255,255,0.07);
}
.navbar .top-bar ul li {
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.07);
	padding: 10px 15px;
	margin: 0;
}
.navbar.light .top-bar,
.navbar.light .top-bar ul,
.navbar.light .top-bar ul li {
	border-color: #e1e1e1;
}
.navbar .top-bar ul.sosyalmedya li {
	padding: 0;
}
.navbar .top-bar ul.sosyalmedya li a {
	padding: 9px 15px;
}
.navbar .top-bar a {
	color: inherit;
}
.navbar .top-bar a:hover {
	color: #4aa2d1;
}
.navbar .sosyalmedya {
	margin: 35px 0 0 0;
}
.navbar ul li a .label {
	margin-left: 5px;
}
.navbar li.menu-icon a i.btn-border {
	padding: 8px 10px;
	font-size: 14px;
}
.navbar li.menu-icon span {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	YAPISKAN MENU
/*-----------------------------------------------------------------------------------*/
.offset {
    display: block
}
.offset {
    padding-top: 100px
}
.offset2 {
    padding-top: 145px
}
.offset3 {
    padding-top: 159px
}
.navbar.default {
    width: 100%;
    position: absolute;
}
.navbar.fixed {
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    background: rgba(31,33,36,0.95) !important;
    box-shadow: none;
}
.navbar.fixed.light {
    background: rgba(255,255,255,0.95) !important;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
}
.navbar.fixed .navbar-brand {
    padding: 0;
    margin: 20px 0 !important;
}
.navbar.fixed .top-bar {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	KUTULAR
/*-----------------------------------------------------------------------------------*/
.box {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
}
.box.dark-layer {
    background: rgba(31,33,36,0.45);
    box-shadow: none;
}

.box-color {
    padding: 35px 30px 10px 30px;
    color: #FFF !important;
}
.box-color h4,
.box-color [class*="icon-"] {
    color: inherit
}
.box-color.blue {
    background: #67b7d4
}
.box-color::before,
.box-color::after {
    position: absolute;
    top: 10px;
    right: 25px;
    bottom: 10px;
    left: 25px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
}
.box-color::before {
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.box-color::after {
    border-right: 1px solid rgba(255,255,255,0.6);
    border-left: 1px solid rgba(255,255,255,0.6);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.box-color:hover::before,
.box-color:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*-----------------------------------------------------------------------------------*/
/* 	VIDEO
/*-----------------------------------------------------------------------------------*/
.grid-view-img:not(.blog-carousel-wrapper) {
    margin-bottom: -10px;
    margin-right: -10px;
}


.klasik-goruntu figure,
.klasik-goruntu .blog-slider-wrapper {
    margin-bottom: 25px
}
.klasik-goruntu .meta {
    margin-bottom: 10px
}
.klasik-goruntu .post {
    margin-bottom: 30px
}
.klasik-goruntu.no-sagmenukismi {
    margin: 0 auto;
    width: 770px;
}
.klasik-goruntu figure {
    margin-bottom: 25px
}
.klasik-goruntu .related figure {
    margin-bottom: 20px
}
.klasik-goruntu .related {
    margin-bottom: -30px
}
.icerik-tipi hr {
    margin-left: 80px
}
.icerik-tipi .post {
    padding: 0 0 0 80px;
    position: relative;
}

.icerik-tipi .format-wrapper i {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}


.icerik-goster hr {
    padding-top: 10px;
    margin-bottom: 70px;
}
/*-----------------------------------------------------------------------------------*/
/* 	SAG MENU
/*-----------------------------------------------------------------------------------*/
.sagmenu {
    margin-top: 50px;
    display: block;
}
.sagmenu:first-child {
    margin: 0
}
.sagmenu a {
    color: inherit
}
.sagmenu a:hover {
    color: #4aa2d1
}
.sagmenukismi {
    padding-left: 35px !important
}
.bolumun-basligi {
    margin-bottom: 20px !important
}
.widget .list {
    list-style: none;
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/* 	HIZMETLER
/*-----------------------------------------------------------------------------------*/
.hizmetler-bolumu {
    text-align: center
}
.hizmetler-portfolio.col3 .hizmetler-bolumu,
.hizmetler-portfolio.col4 .hizmetler-bolumu,
.karisik-portfolio .hizmetler-bolumu {
    margin-bottom: -10px;
    margin-right: -10px;
}
.hizmetler-portfolio.detayli.col3 .hizmetler-bolumu,
.hizmetler-portfolio.detayli.col4 .hizmetler-bolumu {
    margin-bottom: -20px;
    margin-right: -20px;
}
.hizmetler-portfolio .item,
.karisik-portfolio .item,
.fullscreen-portfolio .item {
    float: left
}
.hizmetler-portfolio.detayli .item {
    text-align: center
}
.hizmetler-portfolio.col3 .item {
    margin-bottom: 10px;
    width: 33.33339%;
    padding-right: 10px;
}
.hizmetler-portfolio.col4 .item {
    margin-bottom: 10px;
    width: 25%;
    padding-right: 10px;
}
.karisik-portfolio .item {
    width: 25%;
    padding: 0 10px 10px 0;
    height: 200px;
}
.karisik-portfolio .item.width2 {
    width: 50%
}
.karisik-portfolio .item.height2 {
    height: 400px
}
.karisik-portfolio figure img {
    width: 100%
}
.hizmetler-portfolio.detayli.col3 .item,
.hizmetler-portfolio.detayli.col4 .item {
    margin-bottom: 20px;
    padding-right: 20px;
}
.hizmetler-portfolio.detayli .box .baslik-kismi {
    margin-bottom: 5px !important
}
.fullscreen-portfolio .item {
    width: 16.6666669%
}
/*-----------------------------------------------------------------------------------*/
/*	RESIMLER
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
.items li figure img {
    display: block;
    width: 100%;
}
figure li a,
figure li a img {
    display: block;
    overflow: hidden;
    position: relative;
}
figure img {
    display: inline;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}
figure a:hover img {
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
figure a .hover-resim {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 50px;
    background: #222;
    background: rgba(38,43,47,0.8);
    transition: all 0.4s;
}
figure a:hover .hover-resim {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure a .hover-resim .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
}
figure a .hover-resim .info span {
    padding: 12px 21px;
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	HABERLER
/*-----------------------------------------------------------------------------------*/
.haberler-kismi .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.haberler-kismi .haber-baslik-bolumu {
    padding: 0;
    background: none !important;
    border: 0 !important;
}
.haberler-kismi .haber-baslik-bolumu .haber-basligi {
    color: #404040;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    background: #FFF;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    transition: all 200ms ease-in;
}
.haberler-kismi .haber-basligi > a {
    display: block;
    color: #404040;
    padding: 15px 20px;
}
.haberler-kismi .panel-active a,
.haberler-kismi .haber-basligi > a:hover {
    color: #4aa2d1
}
.haberler-kismi .haber-baslik-bolumu .haber-basligi:hover,
.haberler-kismi .panel-active .haber-baslik-bolumu .haber-basligi {
    box-shadow: 0 2px 0 #4aa2d1;
    border: 0;
    color: #4aa2d1;
}
.bordered .haber-baslik-bolumu .haber-basligi {
    background: none;
    box-shadow: none;
    color: #4aa2d1;
    border: 2px solid #4aa2d1;
}
.bordered .haber-baslik-bolumu .haber-basligi:hover {
    box-shadow: none;
    background: #4aa2d1;
    color: #FFF;
    border: 2px solid #4aa2d1;
}
.haberler-basla > .haber-baslik-bolumu + .acilir-bolum .haber-kismi {
    border: 0;
    padding: 10px 0 5px 10px;
	background: #f5f5f5;
}
/*-----------------------------------------------------------------------------------*/
/*	24. PARALLAX
/*-----------------------------------------------------------------------------------*/
.parallax {
    background: url(style/images/art/parallax1.jpg) fixed no-repeat center center;
    background-size: cover;
    position: relative;
}
.parallax .inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.parallax.mobile {
    background-attachment: scroll !important
}
@supports (-webkit-appearance:none) {
	.parallax {
	    background-attachment: scroll !important
	}
}
.parallax.parallax1 {
    background-image: url(parallax.jpg)
}
.parallax.parallax2 {
    background-image: url(style/images/art/parallax2.jpg)
}
.parallax.parallax3 {
    background-image: url(style/images/art/parallax3.jpg)
}
.parallax.parallax4 {
    background-image: url(style/images/art/parallax4.jpg)
}
.parallax.parallax5 {
    background-image: url(style/images/art/parallax5.jpg)
}
/*-----------------------------------------------------------------------------------*/
/*	FORMLAR
/*-----------------------------------------------------------------------------------*/
select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
}
label {
    font-weight: inherit
}
.form-field label {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: inherit;
    border: 0;
    background: rgba(0,0,0,0.06);
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 0;
    background: rgba(0,0,0,0.08);
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 8px 13px;
    margin-bottom: 15px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}
.comment-form div,
.form-container .form-field {
    position: relative
}
.comment-form div label,
.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    line-height: 40px;
    color: #a3a3a3;
    height: 40px;
    background: rgba(0,0,0,0.04);
    font-weight: normal;
}
.comment-form div input,
.form-container .form-field input,
.form-container .form-field select {
    padding-left: 52px
}
.vanilla-form .btn {
    display: block
}
.vanilla-form label.custom-select {
    position: relative;
    display: block;
}
.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: -4px;
    top: 0;
    height: 40px;
    width: 40px;
    pointer-events: none;
    padding: 8px 0 0 0;
}
.vanilla-form label.custom-select span::after {
    content: '\e84c';
    font-family: 'fontello';
}
.vanilla-form input.error + i,
.vanilla-form textarea.error + i,
.vanilla-form label.custom-select select.error + i,
.vanilla-form label.custom-select select.error:active + i,
.vanilla-form label.custom-select select.error:focus + i,
.state-error,
.btn.state-error:hover {
    background: #de4747 !important;
    color: #FFF;
}
.vanilla-form .radio-set {
    margin-bottom: 10px
}
.vanilla-form .radio-set label {
    margin-right: 10px
}
.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}
.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 2px solid #cecece;
    text-align: center;
    vertical-align: text-bottom;
    position: relative;
}
.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #4aa2d1
}
.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
    opacity: 1
}
.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747
}
.vanilla-form input[type="radio"] + span {
    border-radius: 100%
}
.vanilla-form input[type="radio"] + span::after {
    border-radius: 100%;
    background-color: #4aa2d1;
    border-color: #4aa2d1;
}
.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 2px solid #4aa2d1
}
.vanilla-form input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff
}
.vanilla-form input[type="checkbox"] + span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #4aa2d1;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}
.vanilla-form input[type="checkbox"]:checked + span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}
.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.vanilla-form .notification-box.show-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.sayfa-basligii.parallax-ickisim .searchform input {
    background: rgba(0,0,0,0.2);
}
.sayfa-basligii.parallax-ickisim .searchform input:focus {
    background: rgba(0,0,0,0.3);
}
::-webkit-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}
:-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	SOSYAL MEDYA
/*-----------------------------------------------------------------------------------*/
.sosyalmedya {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}
.sosyalmedya li {
    display: inline-block;
    font-family: 'fontello-sosyalmedya';
    margin-right: 5px;
    margin-bottom: 5px;
}
.sosyalmedya.saga-cek li {
    margin: 0 0 0 5px
}
.yaziyi-ortala .sosyalmedya li {
    margin: 0 2px
}
.sosyalmedya li a {
    display: table
}
.sosyalmedya li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #f5f5f5;
    background: none;
    line-height: 1;
    border: 2px solid #aaa;
    width: 30px;
    height: 30px !important;
    line-height: 26px;
    font-size: 12px;
    border-radius: 100%;
    transition: all 200ms ease-in;
}
.sosyalmedya .icon-s-pinterest {
    border-color: #d8545d;
    color: #d8545d;
}
.sosyalmedya .icon-s-rss {
    border-color: #faaa5e;
    color: #faaa5e;
}
.sosyalmedya .icon-s-facebook {
    border-color: #677fb5;
    color: #677fb5;
}
.sosyalmedya .icon-s-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}
.sosyalmedya .icon-s-flickr {
    border-color: #ff3ba4;
    color: #ff3ba4;
}
.sosyalmedya .icon-s-dribbble {
    border-color: #e299c2;
    color: #e299c2;
}
.sosyalmedya .icon-s-behance {
    border-color: #42a9fb;
    color: #42a9fb;
}
.sosyalmedya .icon-s-linkedin {
    border-color: #3daccf;
    color: #3daccf;
}
.sosyalmedya .icon-s-vimeo {
    border-color: #42b5d4;
    color: #42b5d4;
}
.sosyalmedya .icon-s-youtube {
    border-color: #d5615c;
    color: #d5615c;
}
.sosyalmedya .icon-s-skype {
    border-color: #5ecbf3;
    color: #5ecbf3;
}
.sosyalmedya .icon-s-tumblr {
    border-color: #829fb9;
    color: #829fb9;
}
.sosyalmedya .icon-s-delicious {
    border-color: #6194dc;
    color: #6194dc;
}
.sosyalmedya .icon-s-500px {
    border-color: #3bbbe6;
    color: #3bbbe6;
}
.sosyalmedya .icon-s-grooveshark {
    border-color: #f88e3b;
    color: #f88e3b;
}
.sosyalmedya .icon-s-forrst {
    border-color: #5f9864;
    color: #5f9864;
}
.sosyalmedya .icon-s-digg {
    border-color: #507faa;
    color: #507faa;
}
.sosyalmedya .icon-s-blogger {
    border-color: #fd893f;
    color: #fd893f;
}
.sosyalmedya .icon-s-klout {
    border-color: #e16747;
    color: #e16747;
}
.sosyalmedya .icon-s-dropbox {
    border-color: #6ba3c5;
    color: #6ba3c5;
}
.sosyalmedya .icon-s-github {
    border-color: #6c93bb;
    color: #6c93bb;
}
.sosyalmedya .icon-s-songkick {
    border-color: #ff3b60;
    color: #ff3b60;
}
.sosyalmedya .icon-s-posterous {
    border-color: #efd57c;
    color: #efd57c;
}
.sosyalmedya .icon-s-appnet {
    border-color: #3daad5;
    color: #3daad5;
}
.sosyalmedya .icon-s-gplus {
    border-color: #bc7067;
    color: #bc7067;
}
.sosyalmedya .icon-s-stumbleupon {
    border-color: #f07356;
    color: #f07356;
}
.sosyalmedya .icon-s-lastfm {
    border-color: #cd443d;
    color: #cd443d;
}
.sosyalmedya .icon-s-spotify {
    border-color: #9acf48;
    color: #9acf48;
}
.sosyalmedya .icon-s-instagram {
    border-color: #926d53;
    color: #926d53;
}
.sosyalmedya .icon-s-evernote {
    border-color: #9fdc82;
    color: #9fdc82;
}
.sosyalmedya .icon-s-paypal {
    border-color: #5b85a8;
    color: #5b85a8;
}
.sosyalmedya .icon-s-picasa {
    border-color: #b088c1;
    color: #b088c1;
}
.sosyalmedya .icon-s-soundcloud {
    border-color: #ff8b45;
    color: #ff8b45;
}
.sosyalmedya a:hover .icon-s-pinterest {
    background-color: #d8545d
}
.sosyalmedya a:hover .icon-s-rss {
    background-color: #faaa5e
}
.sosyalmedya a:hover .icon-s-facebook {
    background-color: #677fb5
}
.sosyalmedya a:hover .icon-s-twitter {
    background-color: #70c2e9
}
.sosyalmedya a:hover .icon-s-flickr {
    background-color: #ff3ba4
}
.sosyalmedya a:hover .icon-s-dribbble {
    background-color: #e299c2
}
.sosyalmedya a:hover .icon-s-behance {
    background-color: #42a9fb
}
.sosyalmedya a:hover .icon-s-linkedin {
    background-color: #3daccf
}
.sosyalmedya a:hover .icon-s-vimeo {
    background-color: #42b5d4
}
.sosyalmedya a:hover .icon-s-youtube {
    background-color: #d5615c
}
.sosyalmedya a:hover .icon-s-skype {
    background-color: #5ecbf3
}
.sosyalmedya a:hover .icon-s-tumblr {
    background-color: #829fb9
}
.sosyalmedya a:hover .icon-s-delicious {
    background-color: #6194dc
}
.sosyalmedya a:hover .icon-s-500px {
    background-color: #3bbbe6
}
.sosyalmedya a:hover .icon-s-grooveshark {
    background-color: #f88e3b
}
.sosyalmedya a:hover .icon-s-forrst {
    background-color: #5f9864
}
.sosyalmedya a:hover .icon-s-digg {
    background-color: #507faa
}
.sosyalmedya a:hover .icon-s-blogger {
    background-color: #fd893f
}
.sosyalmedya a:hover .icon-s-klout {
    background-color: #e16747
}
.sosyalmedya a:hover .icon-s-dropbox {
    background-color: #6ba3c5
}
.sosyalmedya a:hover .icon-s-github {
    background-color: #6c93bb
}
.sosyalmedya a:hover .icon-s-songkick {
    background-color: #ff3b60
}
.sosyalmedya a:hover .icon-s-posterous {
    background-color: #efd57c
}
.sosyalmedya a:hover .icon-s-appnet {
    background-color: #3daad5
}
.sosyalmedya a:hover .icon-s-gplus {
    background-color: #bc7067
}
.sosyalmedya a:hover .icon-s-stumbleupon {
    background-color: #f07356
}
.sosyalmedya a:hover .icon-s-lastfm {
    background-color: #cd443d
}
.sosyalmedya a:hover .icon-s-spotify {
    background-color: #9acf48
}
.sosyalmedya a:hover .icon-s-instagram {
    background-color: #926d53
}
.sosyalmedya a:hover .icon-s-evernote {
    background-color: #9fdc82
}
.sosyalmedya a:hover .icon-s-paypal {
    background-color: #5b85a8
}
.sosyalmedya a:hover .icon-s-picasa {
    background-color: #b088c1
}
.sosyalmedya a:hover .icon-s-soundcloud {
    background-color: #ff8b45
}
.sosyalmedya a:hover a:hover i {
    background-color: #FFF
}
.sosyalmedya a:hover i {
    color: #FFF
}
.navbar .sosyalmedya.saga-cek li a {
    padding: 0 0 0 8px;
}
.navbar .sosyalmedya li a i {
    color: #fff;
    background: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 14px;
}
.navbar.light .sosyalmedya li a i {
    color: #606060;
}
.navbar .sosyalmedya a:hover i {
    background: none
}
.navbar .sosyalmedya a:hover .icon-s-pinterest {
    color: #d8545d;
    border: 0;
}
.navbar .sosyalmedya a:hover .icon-s-rss {
    color: #faaa5e
}
.navbar .sosyalmedya a:hover .icon-s-facebook {
    color: #677fb5
}
.navbar .sosyalmedya a:hover .icon-s-twitter {
    color: #70c2e9
}
.navbar .sosyalmedya a:hover .icon-s-flickr {
    color: #ff3ba4
}
.navbar .sosyalmedya a:hover .icon-s-dribbble {
    color: #e299c2
}
.navbar .sosyalmedya a:hover .icon-s-behance {
    color: #42a9fb
}
.navbar .sosyalmedya a:hover .icon-s-linkedin {
    color: #3daccf
}
.navbar .sosyalmedya a:hover .icon-s-vimeo {
    color: #42b5d4
}
.navbar .sosyalmedya a:hover .icon-s-youtube {
    color: #d5615c
}
.navbar .sosyalmedya a:hover .icon-s-skype {
    color: #5ecbf3
}
.navbar .sosyalmedya a:hover .icon-s-tumblr {
    color: #829fb9
}
.navbar .sosyalmedya a:hover .icon-s-delicious {
    color: #6194dc
}
.navbar .sosyalmedya a:hover .icon-s-500px {
    color: #3bbbe6
}
.navbar .sosyalmedya a:hover .icon-s-grooveshark {
    color: #f88e3b
}
.navbar .sosyalmedya a:hover .icon-s-forrst {
    color: #5f9864
}
.navbar .sosyalmedya a:hover .icon-s-digg {
    color: #507faa
}
.navbar .sosyalmedya a:hover .icon-s-blogger {
    color: #fd893f
}
.navbar .sosyalmedya a:hover .icon-s-klout {
    color: #e16747
}
.navbar .sosyalmedya a:hover .icon-s-dropbox {
    color: #6ba3c5
}
.navbar .sosyalmedya a:hover .icon-s-github {
    color: #6c93bb
}
.navbar .sosyalmedya a:hover .icon-s-songkick {
    color: #ff3b60
}
.navbar .sosyalmedya a:hover .icon-s-posterous {
    color: #efd57c
}
.navbar .sosyalmedya a:hover .icon-s-appnet {
    color: #3daad5
}
.navbar .sosyalmedya a:hover .icon-s-gplus {
    color: #bc7067
}
.navbar .sosyalmedya a:hover .icon-s-stumbleupon {
    color: #f07356
}
.navbar .sosyalmedya a:hover .icon-s-lastfm {
    color: #cd443d
}
.navbar .sosyalmedya a:hover .icon-s-spotify {
    color: #9acf48
}
.navbar .sosyalmedya a:hover .icon-s-instagram {
    color: #926d53
}
.navbar .sosyalmedya a:hover .icon-s-evernote {
    color: #9fdc82
}
.navbar .sosyalmedya a:hover .icon-s-paypal {
    color: #5b85a8
}
.navbar .sosyalmedya a:hover .icon-s-picasa {
    color: #b088c1
}
.navbar .sosyalmedya a:hover .icon-s-soundcloud {
    color: #ff8b45
}

/*-----------------------------------------------------------------------------------*/
/*	GALERI
/*-----------------------------------------------------------------------------------*/
#fancybox-thumbs ul li img {
    max-width: none
}
.fancybox-title {
    font: inherit
}
.fancybox-nav {
    position: fixed;
    top: 50%;
    margin-top: -62px;
    width: 45px;
    height: 80px;
}
.fancybox-prev span {
    left: 0px
}
.fancybox-next span {
    right: 0px
}
.fancybox-nav span {
    width: 45px;
    height: 80px;
    visibility: visible;
}
.fancybox-close {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 55px;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
    line-height: 80px;
}
.fancybox-close:before {
    font-size: 20px;
    line-height: 55px;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(0,0,0,0.2);
    color: #f7f7f7;
    text-align: center;
    transition: all 200ms ease-in;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
}
.fancybox-prev span:before {
    content: '\e00c';
    margin-left: -5px;
}
.fancybox-next span:before {
    content: '\e010';
    margin-right: -5px;
}
.fancybox-close:before {
    content: "\e03d"
}
#fancybox-loading {
    margin-top: -20px;
    margin-left: -20px;
    opacity: 1;
}
#fancybox-loading div {
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(74,162,209,.15);
    border-right: 3px solid rgba(74,162,209,.15);
    border-bottom: 3px solid rgba(74,162,209,.15);
    border-top: 3px solid rgba(74,162,209,.8);
    border-radius: 100%;
}
.fancybox-overlay {
    background: rgba(30,30,31,0.95)
}
#fancybox-thumbs.bottom {
    bottom: 10px
}
#fancybox-thumbs ul li {
    padding: 5px
}
#fancybox-thumbs ul li.active {
    border: none;
    opacity: 1;
    padding: 5px;
}
#fancybox-thumbs ul li a {
    border: 1px solid rgba(0, 0, 0, 0.3)
}
#fancybox-thumbs ul li a:before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.3);
}
#fancybox-thumbs ul li.active a:before {
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}
.fancybox-opened .fancybox-skin {
    box-shadow: none
}
.fancybox-skin {
    background: none;
    color: #ececec;
    border-radius: 0;
}
.fancybox-skin h3 {
    color: #ececec
}
.fancybox-title-inside-wrap {
    padding-top: 20px
}
/*-----------------------------------------------------------------------------------*/
/*	32. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.10lukcizgi {
    width: 100%;
    height: 10px;
}
.15likcizgi {
    width: 100%;
    height: 15px;
}
.20likcizgi {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.10lukcizgi0 {
    width: 100%;
    height: 100px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm6 {
    margin-right: 6px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp30 {
    padding-right: 30px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp25 {
    padding-top: 25px
}
.tp30 {
    padding-top: 30px
}
.tp40 {
    padding-top: 40px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.tm40 {
    margin-top: 40px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bp20 {
    padding-bottom: 20px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm6 {
    margin-bottom: 6px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}
/*-----------------------------------------------------------------------------------*/
/*	ALERT
/*-----------------------------------------------------------------------------------*/

.alert .close {
    line-height: 28px
}
/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1680px) { 
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 25%
	}
}
@media (min-width: 1200px) { 
	.col-lg-height {
	    display: table-cell;
	    float: none !important;
	}
	.karisik-portfolio .item {
	    width: 25%
	}
	.karisik-portfolio .width2 {
	    width: 50%
	}
	.owl-carousel:hover .owl-nav .owl-prev,
	.owl-carousel:hover .owl-nav .owl-next {
	    opacity: 1
	}
}
@media (min-width: 992px) and (max-width: 1199px) { 
	.karisik-portfolio .item {
	    width: 25%;
	    height: auto;
	}
	.karisik-portfolio .item.width2 {
	    width: 50%
	}
	.karisik-portfolio .item.height2 {
	    height: auto
	}
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 33.3339%
	}
}
@media (min-width: 992px) { 
	.col-md-height {
	    display: table-cell;
	    float: none !important;
	}
	.navbar.centered.light .navbar-collapse {
		background: #f3f3f3;
		border-top: 1px solid #e1e1e1 !important;
	}	
	.navbar.centered .navbar-header {
		width: 100%;
	}
	.navbar.centered .navbar-brand,
	.navbar.centered .navbar-header,
	.navbar.centered .navbar-collapse {
		float: none !important;
	}
	.navbar.centered .navbar-nav > li {
	    margin: 0;
	}
	.navbar.centered .navbar-nav > li:first-child > a {
	    border-left: 1px solid rgba(255,255,255,0.07);
	}
	.navbar.centered .navbar-nav > li > a {
	    padding: 20px 25px;
	    border-right: 1px solid rgba(255,255,255,0.07);
	}
	.navbar.centered.light .navbar-nav > li:first-child > a,
	.navbar.centered.light .navbar-nav > li > a {
	    border-color: #e1e1e1;
	}
	.navbar.fixed:not(.centered) .navbar-nav > li > a {
	    padding: 24px 0
	}
	.navbar.fixed.centered .navbar-header {
		display: none;
	}
	.navbar:not(.centered) .nav.navbar-nav > li:last-of-type > ul {
	    left: auto;
	    right: 0;
	}
	.nav.navbar-nav > li > ul ul.sola-cek,
	.navbar:not(.centered) .nav.navbar-nav> li:last-of-type > ul ul {
	    left: auto;
	    right: 100%;
	    margin-top: -1px;
	    margin-right: -1px;
	    border-right: 1px solid rgba(255,255,255,0.07) !important;
	}
	.nav.navbar-nav > li > ul ul.sola-cek li,
	.navbar:not(.centered) .nav.navbar-nav> li:last-of-type > ul ul li {
	    border-left: none !important;
	}
	.navbar .dropdown-submenu > a:after {
	    display: none
	}
	.navbar .dropdown-submenu > .dropdown-menu:before {
	    display: none
	}
	.navbar .dropdown-submenu > .dropdown-menu {
	    margin-top: 0;
	    padding-top: 0;
	}
	.dropdown-submenu {
	    position: relative
	}
	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-left: 0;
	    margin-top: -1px !important; 
	}
	.dropdown-submenu>.dropdown-menu li {
	    border-left: 1px solid rgba(255,255,255,0.07) !important
	}
	.dropdown-submenu:hover>.dropdown-menu {
	    display: block
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu:hover>a:after {

	}
	.dropdown-submenu.sola-cek {
	    float: none
	}
	.dropdown-submenu.sola-cek>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: .3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: .3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: .3s;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	.navbar .top-bar {
		display: block;
	}
	.navbar.light .navbar-nav > li > a {
	    color: #404040 !important;
	}
	.navbar.centered .navbar-collapse .navbar-nav {
	    text-align: center;
	    float: none;
	    padding: 0;
	    font-size: 0;
	}
	.navbar.centered .navbar-collapse .navbar-nav > li {
	    float: none;
	    display: inline-block;
	    text-align: left;
	}
	.navbar .nav > li.menu-icon > a:hover {
		color: #FFF !important;
	}
	.navbar.light li.menu-icon:hover a {
		color: #404040 !important;
	}
	.navbar li.menu-icon a {
		transition: none;
	}
	.navbar li.menu-icon i {
		transition: all 200ms ease-in;
	}
}
@media (max-width: 991px) { 
	body:not(.onepage) .navbar.default,
	body:not(.onepage) .navbar.fixed {
	    position: relative
	}
	body:not(.onepage) .navbar:not(.centered) {
	    background: #1f2124 !important
	}
	body:not(.onepage) .navbar.light {
		background: rgba(255,255,255,1) !important;
	}
	body:not(.onepage) .offset {
	    display: none
	}
	.navbar-brand {
	    position: relative;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    margin: 0;
	}
	.btn.responsive-menu {
	    display: block
	}
	.navbar li.menu-icon span {
		display: block;
	}
	.navbar li.menu-icon i {
		display: none;
	}
	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
	    position: relative
	}
	.navbar .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: 100% !important;
	    background: none;
	    padding: 0;
	}
	.yamm .yamm-content {
	    padding: 12px 0;
	    font-size: 13px;
	}
	.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
	    border: none !important
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
	    border-top: 1px solid rgba(255,255,255,0.07)
	}
	.navbar-nav > li:first-child > a {
	    border-top: none
	}
	.navbar .nav .open > a,
	.navbar .nav .open > a:hover,
	.navbar .nav .open > a:focus {
	    background: none;
	    border-color: rgba(255,255,255,0.07);
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 12px 0 !important
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
	    color: #4aa2d1 !important
	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar-nav > li {
	    border: none;
	    margin: 0 !important;
	}
	.navbar .btn.responsive-menu {
	    margin: 32px 0;
	    float: right;
	}
	.navbar.fixed .btn.responsive-menu {
	    margin: 15px 0 16px
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.navbar .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar .navbar-collapse {
	    width: 100%;
	    float: none !important;
	    margin: 0;
	    border: 0 !important;
	    max-height: none;
	    text-align: left;
	    overflow: hidden;
	    background: rgba(31,33,36,1);
	}
	.navbar .navbar-nav {
	    width: 720px;
	    margin: 20px auto 0;
	    padding: 0;
	}
	.navbar .basic-wrapper {
	    width: 720px;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}
	.thin {
	    width: 100%
	}
	
}
@media (max-width: 969px) { 
	.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	    width: 100%
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.steps {
	    margin-top: -30px;
	    overflow: hidden;
	}
	.steps .steps-item {
	    margin-top: 30px
	}
	.isotope .post-grid {
	    width: 50%
	}
	.hizmetler-portfolio.col3 .item {
	    width: 50%
	}
	.hizmetler-portfolio.col4 .item {
	    width: 33.3339%
	}
	.karisik-portfolio .item {
	    width: 50%;
	    height: auto;
	}
	.karisik-portfolio .item.width2 {
	    width: 50%
	}
	.karisik-portfolio .item.height2 {
	    height: auto
	}
}
@media (min-width: 768px) { 
	.col-sm-height {
	    display: table-cell;
	    float: none !important;
	}
	.yamm .yamm-content [class*="col-"] {
		border-left: 1px solid rgba(255,255,255,0.07);
		padding-left: 25px;
	}
	.yamm .yamm-content [class*="col-"]:first-child {
		border-left: 0;
		padding-left: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 33.3339%
	}
}
@media (max-width: 767px) { 
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 100%
	}
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar .container {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.navbar .navbar-nav {
	    width: 100%;
	    margin: 20px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.navbar .basic-wrapper {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar .navbar-nav > li {
	    margin-left: 0
	}
	[class*="col-"] {
	    margin-bottom: 30px
	}
	.vanilla-form [class*="col-"] {
	    margin-bottom: 0
	}
	.row-no-padding [class*="col-"] {
	    margin-bottom: 0
	}
	.isotope .post-grid {
	    width: 100%
	}
	.hizmetler-portfolio.col3 .item {
	    width: 100%
	}
	.hizmetler-portfolio.col4 .item {
	    width: 100%
	}
	.isotope-filter.box {
	    margin: 0 !important;
	    padding: 0 !important;
	    background: none !important;
	    box-shadow: none !important;
	}
	.isotope-filter.box:hover {
	    box-shadow: none !important
	}
	.isotope-filter ul li a {
	    margin-bottom: 15px;
	    padding: 15px 20px;
	    background: #FFF;
	    margin-right: 10px;
	    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
	}
	.isotope-filter ul li a:hover,
	.isotope-filter ul li a.is-checked {
	    box-shadow: 0 2px 0 #4aa2d1 !important
	}
	.isotope-filter ul li:after {
	    display: none
	}
	.karisik-portfolio .item {
	    width: 100%;
	    height: auto;
	}
	.karisik-portfolio .item.width2 {
	    width: 100%
	}
	.karisik-portfolio .item.height2 {
	    height: auto
	}
	.sayfa-basligii h1 {
	    float: none !important
	}
	.sayfa-basligii .post-navigation,
	.sayfa-basligii .searchform {
	    float: none !important;
	    margin-top: 20px;
	}
	.sayfa-basligii .searchform,
	.sayfa-basligii .searchform input,
	.sayfa-basligii .searchform input:focus {
	    width: 250px
	}
	.klasik-goruntu.no-sagmenukismi {
	    width: 100%
	}
	.footer-alt .sola-cek,
	.footer-alt .saga-cek {
	    float: none !important
	}
	.footer-alt p.sola-cek {
	    margin: 0
	}
	footer .sosyalmedya.saga-cek {
	    margin-top: 10px
	}
	footer .sosyalmedya.saga-cek li {
	    margin: 0 5px 0 0
	}	
	.parallax .fixed-width {
		margin: 0 0 10px 0 !important;
	}
	.box.jumbo {
		padding: 30px;
		margin: 20px 0 20px;
	}
}
@media only screen and (max-width: 479px) { 
	
}