﻿@charset "utf-8";
/*------------------------------------------------------------------
[Table of contents]

01. General
02. Page loader
03. Content
04. Header
05. Footer
06. SECTION: Blog
07. SECTION: Blog - Single
08. SECTION: Pagination 
09. SECTION: About
10. SECTION: Counters
11. SECTION: Features
12. SECTION: Projects
13. SECTION: Projects - Single
14. SECTION: TEAM
15. SECTION: Contact
16. Crossbrowser Stuff
-------------------------------------------------------------------*/
/*============================================================================
>> 1. General
============================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');

.font1 {
	font-family: 'Fira Sans', 'Raleway', sans-serif;
}

.font2 {
    font-family: 'Fira Sans', 'PT Sans', sans-serif;
}

.anima1 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.anima-none {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.anima-transform {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.background-cover,
.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.responsive-image {
    width: 100%;
}

.clean-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .clean-list li {
        padding-left: 0;
        margin-left: 0;
    }

body {
	color: #333333;
	font-family: 'Fira Sans', 'Raleway', sans-serif;
	font-size: 18px;
}

p {
    font-size: 18px;
    font-family: 'Fira Sans', 'PT Sans', sans-serif;
}

a {
    color: #232821;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover {
        color: #232821;
        text-decoration: none;
    }
/* Create a series of empty pseudo-elements... */
html:before,
html:after,
body:before,
body:after {
    content: "";
    background: #eee;
    opacity: 1;
    position: fixed;
    z-index: 99;
    display: none;
}


.img-responsive-center {
	max-width: 100%;
	height: auto;
	text-align: center;
}


@media (min-width: 768px) {
    html:before,
    html:after,
    body:before,
    body:after {
        display: block;
    }
}
/* ...and position them! */
html:before {
    height: 15px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 888888;
}

html:after {
    width: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8888888;
}

body:before {
    height: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 888888;
}

body:after {
    width: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8888888;
}

.title1 {
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.title2 {
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 38px;
}

.title4 {
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

.title-border:after {
    content: '';
    display: block;
    height: 2px;
	max-width: 150px;
    margin-top: 10px;
    background: #232821;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.title-section {
    margin-bottom: 60px;
}

.section {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
}

.fixed-bg {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fixed-bg1 {
    background-image: url('../img/fixed-bg1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.btn-form {
    font-size: 16px !important;
}

.btn,
.btn2 {
    display: inline-block;
    background: transparent;
    color: #232821;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    border: 2px solid #232821;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-size: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 100%;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .btn,
    .btn2 {
        width: auto;
        text-align: auto;
        padding: 20px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.btn:after,
.btn2:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #232821;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-83deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-83deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-83deg);
    transform: translateX(-50%) translateY(-50%) rotate(-83deg);
}

.btn:hover,
.btn2:hover {
    color: #ffffff;
    border-color: #232821;
    background-color: #232821;
}

@media (min-width: 768px) {
    .btn:hover,
    .btn2:hover {
        background-color: transparent !important;
    }
}

.btn:hover:after,
.btn2:hover:after {
    height: 340%;
    opacity: 1;
}

@media (min-width: 768px) {
    .btn-mini {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.btn-largeW:hover:after {
    height: 440%;
}
/* ==========================================================
! 2. Page loader
========================================================== */
#page-loader {
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #232821;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loading-wrapper {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    text-align: center;
    width: 200px;
    height: 200px;
    padding-top: 50px;
}

.tp-loader {
    z-index: 10000;
    position: relative;
}

.loader-image {
    max-width: 80px;
}

.loader-text {
    display: block;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    opacity: 1;
    animation: blink 0.5s infinite;
    -webkit-animation: blink 0.5s infinite;
    color: #232821;
    text-align: center;
}

.loading-bars {
    width: 40px;
    margin: 0 auto;
}

    .loading-bars > div {
        width: 40px;
        height: 4px;
        background: #555;
        margin-bottom: 8px;
        -webkit-animation: loading2 0.5s 0s infinite ease-in-out alternate;
        animation: loading2 0.5s 0s infinite ease-in-out alternate;
    }

    .loading-bars .l2 {
        -webkit-animation: loading2 0.5s -0.5s infinite ease-in-out alternate;
        animation: loading2 0.5s -0.5s infinite ease-in-out alternate;
    }

@-webkit-keyframes loading2 {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes loading2 {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes blink {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}
/*============================================================================
  >> 3. Content
  ============================================================================
*/
::selection {
    background: #232821 !important;
    /* WebKit/Blink Browsers */
    color: #ffffff;
}

::-moz-selection {
    background: #232821 !important;
    /* Gecko Browsers */
    color: #ffffff;
}

.section-hero {
    margin-top: -45px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    /*min-height: 700px;*/
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}


.hero-title {
	text-align: center;
	color: #ffffff;
	font-size: 72px;
	font-weight: 200;
	letter-spacing: -4px;
}

    .hero-title:after {
        content: '';
        display: block;
        width: 80px;
        height: 0px;
        border-bottom: 2px solid #ffffff;
        margin: 0 auto;
        margin-top: 20px;
        opacity: 0.8;
    }

.hero-subtitle {
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
}

.hero-content {
    text-align: center;
    color: #ffffff;
}

    .hero-content .btn {
        color: #ffffff !important;
        border-color: #ffffff !important;
        margin-bottom: 5px !important;
        margin-right: 5px;
    }

        .hero-content .btn:hover {
            border-color: #ffffff !important;
            color: #232821 !important;
        }

            .hero-content .btn:hover:after {
                background-color: #ffffff !important;
            }

.hero-slide {
    /*position: absolute;*/
    z-index: 1000 !important;
    top: 0;
    left: 0;
    width: 100%;
}

    .hero-slide img {
    }

.ayarliAnasayfa {
    width: 150px !important;
    height: 200px !important;
}

.ayarliDetayAna {
    float: left;
    width: 100%;
    padding: 40px 0;
    font-size: 16px;
}

.ayarliDetaySol {
    float: left;
    width: 66%;
}

.ayarliDetaySag {
    float: left;
    width: 34%;
}

.ayarliDetayResim img {
    width: 750px;    
}


.ayarliDetayTab {
    float: left;
    font-size: 15px;
}

    .ayarliDetayTab p {
        padding: 25px;
    }

@media (max-width: 1200px) {
    .ayarliDetaySol {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .ayarliDetaySag {
        float: none;
        display: inline-block;
        width: 100%;
    }


    .ayarliDetayTab {
        font-size: 13px;
    }

    .nav-tabs > li {
        float: none;
    }
}

@media (max-width: 768px) {
    .ayarliDetayResim img {
        width: 100%;
    }
}

.heroSlideSlogan {
    /*border: solid 2px #ff0000;*/
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.slideArkaplan {
    display: block;
}

.slideArkaplanMobil {
    display: none;
}

.sliderSlogan {
    display: block;
}

.sliderSloganMobil {
    display: none;
}

@media (max-width: 768px) {
    .heroSlideSlogan {
        position: relative;
    }

    .sliderSlogan {
        display: none;
    }

    .sliderSloganMobil {
        display: block;
        max-width: 400px !important;
    }

    .hero-slide-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }

    .arkaPlanGri {
        background-color: #e2e2e2;
    }

    .col-sm-6 {
        padding: 0;
    }

	.section-hero, .section-mini-hero {
		margin-top: 0px;
	}


    .slideArkaplan {
        display: none;
    }

    .slideArkaplanMobil {
        /*margin-top: 50px;*/
        display: block;
    }

}

@media (max-width: 370px) {
}

@media (min-width: 768px) {
    .hero-slide {
        display: block;
    }

        .hero-slide img {
            /*height: 100%;*/
        }

    .ayarliAnasayfa {
        width: 100% !important;
        height: 100% !important;
    }

}

.hero-slide-wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    padding-top: 60px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

    .hero-slide-wrapper .btn {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    }

@media (min-width: 768px) {
    .hero-slide-wrapper {
        padding-top: 140px;
        /*min-height: 700px;*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
    }
}

.hero-intro {
    /*transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;*/
}

.hero-slide-item {
    width: 100%;
    /*min-height: 700px;*/
    position: relative;
}

    .hero-slide-item .hero-slide-item-bg {
        width: 100%;
        top: 0;
        left: 0;
        /*height: 700px;*/
        overflow: hidden;
    }

@media (max-width: 1200px) {
	.hero-slide-item .hero-slide-item-bg {
		/*height: 600px;*/
		overflow: initial !important;
		top: initial !important;
	}
}

.hero-slide-item .hero-slide-item-bg img {
    width: 100%;
    -webkit-transition: all 8s linear;
    -moz-transition: all 8s linear;
    transition: all 8s linear;
}

.hero-slide-animation .hero-slide-item-bg img {
    /*transform: scale(1.1);*/
    /* CSS3 */
    /*-moz-transform: scale(1.1);*/
    /* Firefox */
    /*-webkit-transform: scale(1.1);*/
    /* Webkit */
    /*-o-transform: scale(1.1);*/
    /* Opera */
    /*-ms-transform: scale(1.1);*/
    /* IE 9 */
}

.btn-invert {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

    .btn-invert:hover {
        border-color: #ffffff !important;
        color: #232821 !important;
    }

        .btn-invert:hover:after {
            background-color: #ffffff !important;
        }

.inverted-section {
    background: #232821;
    color: #ffffff;
}

    .inverted-section p {
        color: #ffffff;
    }

.section-mini-hero {
	margin-top: -45px;
	min-height: 320px;
	height: 320px;
	background: #999;
	color: #ffffff;
	position: relative;
	text-align: center;
	padding-top: 130px;
	margin-bottom: 40px;
	background-position: center 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

    .section-mini-hero .container {
        opacity: 0.95;
    }

    .section-mini-hero .map-overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 44;
        padding-top: 100px;
        min-height: 280px;
        cursor: url('../img/projects2.cur'), projetos !important;
        -moz-cursor: url('../img/projects2.cur'), projetos !important;
    }

    .section-mini-hero .map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
    }

@media (min-width: 768px) {
    .section-mini-hero-blog {
        min-height: 350px;
        padding-top: 130px;
    }
}

@media (max-width: 768px) {
	.section-mini-hero {
		margin-top: 0px;
	}
}


.mini-hero-title {
    font-size: 46px;
	text-shadow: 2px 2px 2px #333333;
}

.mini-hero-subtitle {
    font-weight: 200;
    margin-bottom: 5px;
    font-size: 18px;
}

.section-cta {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    z-index: 777;
}

    .section-cta p {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .section-cta .cta-ico {
        display: none;
    }

@media (min-width: 1200px) {
    .section-cta .cta-ico {
        display: inline;
    }
}

.section-cta-content {
    background: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

@media (min-width: 768px) {
    .section-cta-content {
        text-align: left;
    }
}

.section-cta-content .btn {
    margin-bottom: 5px;
    width: 100%;
}

@media (min-width: 1200px) {
    .section-cta-content .btn {
        width: auto;
    }
}

.section-cta-content .row {
    padding-left: 40px;
    padding-right: 40px;
}

.cta-text1 {
    font-size: 16px !important;
}

@media (min-width: 1200px) {
    .cta-text1 {
        font-size: 16px !important;
        line-height: 60px;
        margin-bottom: 0 !important;
    }
}

hr {
    border-color: #232821;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hrKombin {
	width: 100%;
	height: 4px;
	background-color: #b7d830;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}


.title-rotate-wrapper {
    position: relative;
}

.title-rotate {
    display: block;
    border: 2px solid #232821;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 300px;
    height: 40px;
    line-height: 35px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: -110px;
    top: 110px;
    padding: 5px;
    padding-top: 0;
    padding-right: 25px;
}

.fotoGaleri {
    text-align: center;
}

    .fotoGaleri a {
        display: inline-block;
        margin: 13px;
        border: 2px solid #dddddd;
    }
/*============================================================================
  >> 4. Header
  ============================================================================
*/
.ustNavigasyon ul {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.ustNavigasyon li {
    display: inline-block;
    padding: 10px;
}

    .ustNavigasyon li a {
        text-decoration: none;
    }

        .ustNavigasyon li a:hover {
            color: #555c5d;
            transition: none;
        }

#menuCizgi {
    display: none;
}

.aktif {
    color: #555c5d;
    font-weight: 700;
}

.aktifResponsive {
    font-weight: 700 !important;
}

.dil {
    font-size: 12px;
    margin-top: -5px;

}

    .dil ul {
        margin: 0;
        list-style: none;
    }

	.dil li {
		float: right;
		/*border-right: solid 1px;*/
		padding: 7px 7px 7px 7px;
	}

        .dil li:first-child {
            /*border-right: 0;*/
        }

        .dil li a {
            color: #333333;
        }

    .dil .secili {
        color: #565b54;
        font-weight: 700;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

#menu-header-menu ul {
    display: inline-block;
    position: relative;
}

#navMenuResponsive {
    background-color: inherit;
}

    #navMenuResponsive li a {
        color: inherit;
        line-height: inherit;
    }

        #navMenuResponsive li a:hover {
            background-color: inherit;
            transition: none;
        }

@media (max-width: 1024px) {
    .ustNavigasyon li {
        padding: 2px;
    }
}

@media (max-width: 768px) {
    #menuCizgi {
        display: inline;
    }

    .ustNavigasyon ul {
        display: none;
    }
}

@media (max-width: 480px) {
    #adresBilgi {
        display: none;
    }

    .dil {
        font-size: 15px;
    }
}

#secondary-header {
    padding-top: 60px;
    padding-bottom: 40px;
    /*background: #d4d4d4;*/
    color: #ffffff;
    margin-bottom: 110px;
    font-family: 'Fira Sans', 'PT Sans', sans-serif;
}

    #secondary-header p {
        margin-bottom: 0 !important;
        text-transform: uppercase;
        font-size: 12px;
        color: #ffffff;
    }

    #secondary-header .text-right {
        text-align: center !important;
    }

@media (min-width: 768px) {
    #secondary-header .text-right {
        text-align: right !important;
    }
}

#header {
	background-color: #b7d830;
	/*background: transparent;*/
	padding-top: 20px;
	/*border: 0px solid #eee;*/
	height: 110px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	/*top: 170px;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    #header {
        top: 57px;
    }
}

#header .nav {
    margin-bottom: 0;
}

#nav {
    font-size: 17px;
    padding-left: 20px;
}
/*.header-hide {
  opacity: 0;
  //top: 15px!important;
}*/
.header-container {
    border: solid 1px #ff0000;
	position: relative;
    z-index: 2;
    height: 110px;
    margin-top: -60px;
    padding-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.stick-bg {
    background: #ffffff;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    height: 110px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 768px) {
    .stick-bg {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .stick-bg {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .stick-bg {
        width: 1170px;
    }
}

.header-stick {
    position: fixed !important;
    z-index: 999;
    top: 15px !important;
    left: 0;
    opacity: 1 !important;
    height: 60px !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .header-stick {
        top: 0px !important;
    }
}

.header-stick .hd-logo {
    padding-top: 0px !important;
    width: 160px;
}

.header-stick .btn-menu {
    padding-top: 5px !important;
}

.header-stick .header-container {
    height: 60px !important;
    margin-top: -60px !important;
    padding-top: 10px !important;
}

.header-stick .stick-bg {
    height: 60px !important;
}

.header-stick-bg .stick-bg {
    width: 100% !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.hd-logo {
    width: 180px;
    padding: 20px;
    padding-right: 25px;
    border-radius: 0 0 10px 0;
    transform: translateX(0deg);
    -moz-transform: translateX(0deg);
    -webkit-transform: translateX(0deg);
    opacity: 1;
    pointer-events: all;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 0;
}

@media (min-width: 768px) {
    .hd-logo {
        width: 150px;
    }
}

@media (min-width:992px) {
    .hd-logo {
        width: 210px;
    }
}

.hd-logo img {
    width: 100%;
}

.hd-logo-active,
.hd-logo-intro {
    transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    opacity: 0;
}

.hd-menu {
    text-align: right;
	display: none;
}

.web-menu {
	display: block;
}

@media (max-width:992px) {
    .hd-menu {        
		display: block;
    }
	.web-menu {
		display: none;
	}

	.section-hero {
	}

	.col-sm-6 p {
	padding: 0px 15px 0px 15px;
	}
}

.btn-menu {
    color: #333;
    padding: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    transform: translateX(0deg);
    -moz-transform: translateX(0deg);
    -webkit-transform: translateX(0deg);
    opacity: 1;
    pointer-events: all;
    font-size: 36px;
    padding-top: 40px;
}

@media (min-width: 768px) {
    .btn-menu {
        padding-top: 0px;
    }
}
/*.btn-menu:hover {
    opacity: 0.7;
}*/
.btn-menu-active,
.btn-menu-intro {
    transform: translateX(40px);
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    opacity: 0;
}

.overlay-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -75;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9988;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    font-weight: 200 !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /*transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);*/
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}

@media (min-width: 1200px) {
    .overlay-menu {
        overflow: hidden;
    }
}

.overlay-menu-show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    /*transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);*/
}

.menu-logo {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    opacity: 0.9;
}

    .menu-logo img {
        width: 100%;
    }

.main-menu {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .main-menu {
        margin-top: 70px;
        font-size: 24px;
        line-height: 48px;
    }
}

@media (min-width:992px) {
    .main-menu {
        font-size: 26px;
        line-height: 56px;
    }
}

@media (min-width: 1400px) {
    .main-menu {
        margin-top: 160px;
    }
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 250px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .main-menu ul {
        padding-top: 30px;
    }
}

.main-menu ul li {
    margin: 0;
    padding: 0;
}

.main-menu a {
    color: #ffffff;
    font-weight: 200;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .main-menu a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

.main-menu .social-icons {
    text-align: center !important;
    margin-top: 20px;
    width: 320px;
    padding-top: 20px;
    margin: 0 auto;
}

    .main-menu .social-icons a {
        color: #ffffff;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        line-height: 42px !important;
        border: 1px solid #ffffff;
        text-align: center;
        font-size: 16px;
    }

        .main-menu .social-icons a:hover {
            color: #232821 !important;
            background: #ffffff;
        }

.overlay-close {
    cursor: pointer;
    color: #ffffff;
    font-size: 48px;
    background: url('../images/close2.png') no-repeat center top;
    width: 64px;
    height: 64px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .overlay-close {
        position: absolute;
        top: 30px;
        right: 30px;
    }
}
/*.overlay-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
/* ==========================================================
! 5. Footer
========================================================== */
#footer {
    background: #bcd330;
    width: 100%;
    color: #ffffff;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 25px;
    /*padding-bottom: 40px;*/
    text-align: center;
}

@media (min-width: 768px) {
    #footer {
        text-align: left;
    }
}

#footer a {
    color: #ffffff;
}

#footer p {
	margin-bottom: 2px;
	font-family: 'Fira Sans', 'Raleway', sans-serif;
}

#footer small {
    font-style: italic;
    opacity: 0.5;
}

.footer-col {
    padding-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-col {
        padding-bottom: 0;
        text-align: left;
    }
}

.footer-logo {
    max-width: 50px;
    opacity: 0.5;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer-logo {
        margin: auto;
    }
}

.footer-logo img {
    width: 100%;
}

.social-links {
	/*text-align: center;*/
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 5px;
}

@media (min-width: 768px) {
    .social-links {
        /*text-align: right;*/
    }
}

.social-links a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .social-links a:hover {
        color: #565b54 !important;
    }

#armadaMarkasi {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 12px;
	color: #384600;
	text-align: right;
}

@media (max-width: 768px) {
    #armadaMarkasi {
        padding-top: 0;
    }
}

.armanda_yalitimlogo {
    margin: 0px 10px 0px 10px;
    background-image: url(../images/armada_logo_kucuk.png);
    height: 63px;
    width: 88px;
    display: inline-block;
}

.supportlogo {
    margin: 0px 10px 0px 0px;
    background-image: url(../images/support_logo_kucuk.png);
    height: 63px;
    width: 61px;
    display: inline-block;
}

.armstonelogo {
    margin: 0px 10px 0px 0px;
    background-image: url(../images/armstone_logo_kucuk.png);
    height: 63px;
    width: 69px;
    display: inline-block;
}

.armwoodlogo {
    margin: 0px 10px 0px 0px;
    background-image: url(../images/armwood_logo_kucuk.png);
    height: 63px;
    width: 69px;
    display: inline-block;
}

.iaslogo {
    margin: 0px 0px 0px 0px;
    background-image: url(../images/ias_logo.png);
    height: 40px;
    width: 30px;
    display: inline-block;
}

.iso9001logo {
    margin: 0px 0px 0px 5px;
    background-image: url(../images/iso_9001_2020.png);
    height: 40px;
    width: 41px;
    display: inline-block;
}

.tseklogo {
    margin: 0px 0px 0px 5px;
    background-image: url(../images/tsek.png);
    height: 35px;
    width: 60px;
    display: inline-block;
}


.geridonusumlogo {
    margin: 0px 0px 0px 5px;
    background-image: url(../images/geridonusum.png);
    height: 40px;
    width: 41px;
    display: inline-block;
}

.catiderlogo {
    margin: 0px 0px 0px 5px;
    background-image: url(../images/catider.png);
    height: 40px;
    width: 47px;
    display: inline-block;
}

.celogo {
    margin: 0px 0px 0px 10px;
    background-image: url(../images/ce_logo.png);
    height: 63px;
    width: 46px;
    display: inline-block;
}

.acslogo {
    margin: 0px 0px 0px 10px;
    background-image: url(../images/acs.png);
    height: 63px;
    width: 99px;
    display: inline-block;
}

.tselogo {
    margin: 0px 0px 0px 10px;
    background-image: url(../images/tse.png);
    height: 63px;
    width: 66px;
    display: inline-block;
}
/* ==========================================================
! 6. SECTION: Blog
========================================================== */
#blog-itens-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.blog-item {
    border-bottom: 1px solid #eee;
    padding: 9px;
    padding-top: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    min-height: 250px;
}

    .blog-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .blog-item:hover .blog-item-wrapper {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
    }

    .blog-item:hover .title-border:after {
        width: 80px;
    }

.blog-item-wrapper {
    border: 1px solid #ddd;
    border-top: 3px solid #232821;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-item-title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

    .blog-item-title a {
        color: #232821;
    }

        .blog-item-title a:hover {
            text-decoration: none;
        }

.post-thumbnail {
    text-align: center;
}

    .blog-item-thumb a,
    .post-thumbnail a {
        cursor: url('../img/projects2.cur'), projetos !important;
        -moz-cursor: url('../img/projects2.cur'), projetos !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-item-thumb a:hover,
        .post-thumbnail a:hover {
            opacity: 0.9;
        }

.blog-item-thumb img {
    width: 100%;
}

.blog-item-title-hr {
    border: 0;
    border-top: 3px solid #232821;
    width: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
}

.blog-item-description p {
    font-size: 14px;
}

.blog-item-description a {
    color: #333333 !important;
}

    .blog-item-description a:hover {
        text-decoration: none;
    }

.blog-item-link {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .blog-item-link .btn-default {
        font-size: 11px !important;
    }

.section-header-image {
    margin-bottom: 40px;
}

    .section-header-image img {
        width: 100%;
    }

.sidebar-module {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}

    .sidebar-module p {
        font-size: 13px;
    }

    .sidebar-module .btn {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 10px;
        padding-right: 10px !important;
    }

.module-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .module-title:after {
        content: '';
        display: block;
        height: 2px;
        width: 40px;
        margin-top: 10px;
        background: #232821;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.sidebar-module-content {
    margin-bottom: 20px;
}

.tags a {
    display: inline-block;
    color: #ffffff;
    background: #232821;
    padding: 3px;
    font-size: 13px;
    margin-bottom: 2px;
    border: 1px solid #232821;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .tags a:hover {
        background: transparent;
        color: #232821;
    }

.archives-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

    .archives-list li {
        padding-left: 5px;
        font-size: 13px;
        border-bottom: 1px dotted #565b54;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .archives-list li a {
            padding-left: 0;
            display: block;
            padding-bottom: 10px;
            padding-top: 10px;
        }

        .archives-list li:hover a {
            padding-left: 5px;
        }
/* ==========================================================
! 7. SECTION: Blog - Single
========================================================== */
.blog-post-container p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-post-container img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.post-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-weight: bold;
}

.post-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

    .post-text p {
        font-size: 14px;
        line-height: 20px;
    }

.post-single-infos-wrapper,
.post-single-archive-wrapper {
    position: relative;
}

.post-single-infos {
    display: none;
}

@media (min-width: 768px) {
    .post-single-infos {
        display: block;
        border: 1px solid transparent;
        background: #eee;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        width: 300px;
        height: 36px;
        line-height: 30px;
        text-align: right;
        font-size: 14px;
        position: absolute;
        right: -110px;
        top: 140px;
        padding: 5px;
        padding-top: 0;
        padding-right: 25px;
        font-weight: bold;
    }

        .post-single-infos span {
            opacity: 0.8;
            font-weight: bold;
        }
}

.post-archive-infos {
    display: none;
}

@media (min-width: 768px) {
    .post-archive-infos {
        display: block;
        border: 1px solid transparent;
        background: #eee;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        font-weight: bold;
        width: 184px;
        height: 42px;
        line-height: 37px;
        text-align: right;
        font-size: 14px;
        position: absolute;
        right: -55px;
        top: 101px;
        padding: 5px;
        padding-top: 0;
        padding-right: 15px;
    }

        .post-archive-infos span {
            opacity: 0.8;
        }
}
/*! Blog Comments */
.blog-comments-title {
    margin-bottom: 20px;
    margin-top: 40px;
}

.media-heading {
    font-weight: bold;
}

    .media-heading small {
        display: block;
        color: #343932;
        margin-top: 8px;
    }

.media-body {
    font-size: 12px;
}

.well {
    background-color: transparent !important;
}

.blog-comments {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .blog-comments textarea.form-control {
        height: 100px;
    }

    .blog-comments .well h4 {
        margin-bottom: 30px;
    }

    .blog-comments > .media {
        border-bottom: 1px solid #ccc;
        padding-bottom: 40px;
        padding-top: 40px;
        margin-bottom: 0;
        margin-top: 0;
    }

        .blog-comments > .media .media {
            margin-top: 30px;
        }

.media img {
    width: 64px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* ==========================================================
! 8. SECTION: Pagination 
========================================================== */
.section-pagination {
    font-size: 12px;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #232821;
}

    .section-pagination a {
        display: inline-block;
        background: transparent;
        color: #232821;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-weight: bold;
        border: 2px solid #232821;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        font-size: 11px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background: #eee;
        border: 0;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 0;
    }

@media (min-width: 768px) {
    .section-pagination a {
        width: auto;
        text-align: auto;
        padding: 20px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.section-pagination a:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #232821;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-83deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-83deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-83deg);
    transform: translateX(-50%) translateY(-50%) rotate(-83deg);
}

.section-pagination a:hover {
    color: #ffffff;
    border-color: #232821;
    background-color: #232821;
}

@media (min-width: 768px) {
    .section-pagination a:hover {
        background-color: transparent !important;
    }
}

.section-pagination a:hover:after {
    height: 340%;
    opacity: 1;
}

@media (min-width: 768px) {
    .section-pagination a {
        padding: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.section-pagination a:after {
    width: 200%;
}

.section-pagination .pagination-numbers a {
    border: 0;
    background: #eee;
}
/*============================================================================
  >> 9. SECTION:About
  ============================================================================
*/
.about-picture img {
    width: 100%;
}

.section-about-home {
    margin-bottom: 60px;
}

.about-text {
    font-size: 16px;
    line-height: 26px;
    padding-top: 30px;
    border-top: 2px solid #232821;
    border-bottom: 2px solid #232821;
}

    .about-text .title1 {
        margin-top: 0;
        font-size: 22px;
    }

@media (min-width:992px) {
    .about-text {
        padding-right: 30px;
    }
}

.about-text p {
    font-size: 16px;
    line-height: 26px;
}

.about-author {
    margin-top: 15px;
    font-size: 18px;
    font-style: italic;
}

@media (min-width:992px) {
    .about-author {
        padding-right: 30px;
    }
}

.about-author .about-author-title {
    color: #232821;
    font-weight: bold;
}

.about-author p,
.about-author .about-author-title {
    font-size: 19px;
    font-style: italic;
}

.about-author p {
    color: #898989;
}
/*============================================================================
>> 10. SECTION: Counters
============================================================================
*/
.section-counters {
    padding-top: 60px;
    padding-bottom: 60px;
}

.counter-item {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #232821;
    text-align: center;
    margin-bottom: 20px;
}

.counter-item-title {
    font-size: 78px;
    line-height: 78px;
    font-weight: bold;
}
/*============================================================================
>> 11. SECTION: Features
============================================================================
*/
.feature-item {
    text-align: center;
    margin-bottom: 20px;
}

    .feature-item:hover .feature-icon {
        background-color: #232821;
        border-color: #ffffff;
        color: #ffffff;
    }

    .feature-item:hover .feature-title {
        color: #232821;
    }

.feature-icon {
	text-align: center;
	font-size: 32px;
	background: #111;
	opacity: 0.8;
	color: #ffffff;
	border-radius: 100%;
	width: 130px;
	height: 130px;
	line-height: 110px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-description p {
    font-size: 14px;
    line-height: 16px;
}
/* ==========================================================
! 12.0 SECTION: References (Duplicated projects)
========================================================== */
.section-references-home {
	margin-bottom: 0px;
}

.margin_top_n {
    margin-top: -220px;
}

.section-references-home .container {
	padding-top: 40px;
}

@media (min-width: 1200px) {
    .section-projects-home .container {
        height: 723px !important;
    }
}

.section-references {
	position: relative;
	z-index: 888;
}

	.section-references .container {
		background: #ffffff;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		position: relative;
	}

@media (min-width: 1200px) {
    .section-projects .container {
        height: 683px;
    }
}

.reference-list-wrapper {
	position: relative;
}

.references-list {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.reference-item {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}

	.reference-item a {
		cursor: url('../img/projects2.cur'), projetos !important;
	}

@media (min-width: 768px) {
	.reference-item {
		float: left;
		margin: 2px;
		width: 49%;
	}
}

@media (min-width: 1200px) {
	.reference-item {
		margin: 0 !important;
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

		.reference-item .reference-thumbnail {
			height: 450px;
		}
}

@media (min-width: 1200px) {
	.reference-item:nth-child(2) {
		left: 40%;
		width: 35%;
	}

		.reference-item:nth-child(2) .reference-thumbnail {
			height: 340px;
		}
}

@media (min-width: 1200px) {
	.reference-item:nth-child(3) {
		width: 25%;
		left: 75%;
		top: 0;
	}

		.reference-item:nth-child(3) .reference-thumbnail {
			height: 166.5px;
		}

		.reference-item:nth-child(3) .reference-title {
			font-size: 16px;
		}
}

@media (min-width: 1200px) {
	.reference-item:nth-child(4) {
		left: 75%;
		top: 172.5px;
		width: 25%;
	}

		.reference-item:nth-child(4) .reference-thumbnail {
			height: 166.5px;
		}

		.reference-item:nth-child(4) .reference-title {
			font-size: 16px;
		}
}

@media (min-width: 1200px) {
	.reference-item:nth-child(5) {
		width: 40%;
		top: 456px;
	}

	.reference-item:nth-child(5) .reference-thumbnail {
		height: 215px;
	}
}

@media (min-width: 1200px) {
	.reference-item:nth-child(6) {
		width: 25%;
		top: 346px;
		left: 40%;
	}

		.reference-item:nth-child(6) .reference-thumbnail {
			height: 325px;
		}
}

@media (min-width: 1200px) {
	.reference-item:nth-child(7) {
		width: 35%;
		top: 346px;
		left: 65%;
	}

	.reference-item:nth-child(7) .reference-thumbnail {
		height: 325px;
	}
}

.reference-item-intro {
	opacity: 0 !important;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}

.reference-thumbnail {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 350px;
	text-align: center;
	color: #ffffff;
	padding: 15px;
}

@media (min-width: 768px) {
	.reference-thumbnail {
		/*height: 450px;*/
	}
}

.reference-thumbnail:hover {
	color: #ffffff;
}

	.reference-thumbnail:hover .reference-description-wrapper {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
	}

	.reference-thumbnail:hover .reference-title,
	.reference-thumbnail:hover span.see-more {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
	}

.reference-description-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #ffffff;
	position: relative;
	/*background: rgba(60, 100, 0, 0.9);*/
	background: rgba(0, 0, 0, 0.8);
}

.reference-description {
	position: absolute;
	top: 50%;
	margin-top: -55px;
	width: 100%;
}

.reference-item-disabled {
	pointer-events: none;
	opacity: 0.3;
}

.reference-title {
	text-transform: uppercase;
	font-size: 20px;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

	.reference-title:after {
		content: '';
		display: block;
		height: 1px;
		border-bottom: 1px solid #ffffff;
		width: 50%;
		margin: 0 auto;
		opacity: 0.5;
		margin-top: 10px;
		margin-bottom: 10px;
	}

.reference-thumbnail {
	display: block;
	color: #ffffff;
	position: relative;
}

span.see-more {
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 3px;
    font-size: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}

.section-categories {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

    .section-categories .section-categories-title {
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
        font-style: italic;
    }

    .section-categories .category-item {
        display: inline-block;
        background: #eee;
        padding: 8px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 3px;
        font-size: 13px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .section-categories .category-item:hover {
            background: #232821;
            color: #ffffff;
            text-decoration: none;
        }

    .section-categories .category-item-active {
        background: #232821;
        color: #ffffff;
        text-decoration: none;
    }



/* ==========================================================
! 12. SECTION: Projects
========================================================== */
.section-projects-home {
	margin-bottom: 0px;
}

.margin_top_n {
	margin-top: -220px;
}

.section-projects-home .container {
	padding-top: 40px;
}

@media (min-width: 1200px) {
	.section-projects-home .container {
		height: 723px !important;
	}
}

.section-projects {
	position: relative;
	z-index: 888;
}

	.section-projects .container {
		background: #ffffff;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		position: relative;
	}

@media (min-width: 1200px) {
	.section-projects .container {
		height: 683px;
	}
}

.project-list-wrapper {
	position: relative;
}

.projects-list {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.project-item {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}

	.project-item a {
		cursor: url('../img/projects2.cur'), projetos !important;
	}

@media (min-width: 768px) {
	.project-item {
		float: left;
		margin: 2px;
		width: 49%;
	}
}

@media (min-width: 1200px) {
	.project-item {
		margin: 0 !important;
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

		.project-item .project-thumbnail {
			height: 450px;
		}
}

@media (min-width: 1200px) {
	.project-item:nth-child(2) {
		left: 40%;
		width: 35%;
	}

		.project-item:nth-child(2) .project-thumbnail {
			height: 340px;
		}
}

@media (min-width: 1200px) {
	.project-item:nth-child(3) {
		width: 25%;
		left: 75%;
		top: 0;
	}

		.project-item:nth-child(3) .project-thumbnail {
			height: 166.5px;
		}

		.project-item:nth-child(3) .project-title {
			font-size: 16px;
		}
}

@media (min-width: 1200px) {
	.project-item:nth-child(4) {
		left: 75%;
		top: 172.5px;
		width: 25%;
	}

		.project-item:nth-child(4) .project-thumbnail {
			height: 166.5px;
		}

		.project-item:nth-child(4) .project-title {
			font-size: 16px;
		}
}

@media (min-width: 1200px) {
	.project-item:nth-child(5) {
		width: 40%;
		top: 456px;
	}

		.project-item:nth-child(5) .project-thumbnail {
			height: 215px;
		}
}

@media (min-width: 1200px) {
	.project-item:nth-child(6) {
		width: 25%;
		top: 346px;
		left: 40%;
	}

		.project-item:nth-child(6) .project-thumbnail {
			height: 325px;
		}
}

@media (min-width: 1200px) {
	.project-item:nth-child(7) {
		width: 35%;
		top: 346px;
		left: 65%;
	}

		.project-item:nth-child(7) .project-thumbnail {
			height: 325px;
		}
}

.project-item-intro {
	opacity: 0 !important;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}

.project-thumbnail {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 300px;
	text-align: center;
	color: #ffffff;
	/*padding: 15px;*/
}

@media (min-width: 768px) {
	.project-thumbnail {
		/*height: 450px;*/
	}
}

.project-thumbnail:hover {
	color: #ffffff;
}

	.project-thumbnail:hover .project-description-wrapper {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
	}

	.project-thumbnail:hover .project-title,
	.project-thumbnail:hover span.see-more {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
	}

.project-description-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #ffffff;
	position: relative;
	background: rgba(0, 0, 0, 0.8);
}

.project-description {
	position: absolute;
	top: 50%;
	margin-top: -55px;
	width: 100%;
}

.project-item-disabled {
	pointer-events: none;
	opacity: 0.3;
}

.project-title {
	text-transform: uppercase;
	font-size: 20px;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

	.project-title:after {
		content: '';
		display: block;
		height: 1px;
		border-bottom: 1px solid #ffffff;
		width: 50%;
		margin: 0 auto;
		opacity: 0.5;
		margin-top: 10px;
		margin-bottom: 10px;
	}

.project-thumbnail {
	display: block;
	color: #ffffff;
	position: relative;
}

span.see-more {
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 3px;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}

.section-categories {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}

	.section-categories .section-categories-title {
		font-weight: bold;
		display: inline-block;
		margin-right: 10px;
		font-style: italic;
	}

	.section-categories .category-item {
		display: inline-block;
		background: #eee;
		padding: 8px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 3px;
		font-size: 13px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.section-categories .category-item:hover {
			background: #232821;
			color: #ffffff;
			text-decoration: none;
		}

	.section-categories .category-item-active {
		background: #232821;
		color: #ffffff;
		text-decoration: none;
	}


/*============================================================================
  >> 13. SECTION: Projects - Single
  ============================================================================
*/
.project-single-title {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    margin-top: 30px !important;
}

#project-single-first {
    margin-top: 0 !important;
}

.project-single-content {
    margin-top: 20px;
}

.project-single-carousel img {
    width: 100%;
}

.project-single-pic {
    margin-bottom: 15px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .project-single-pic img {
        width: 100%;
    }

.project-single-pic2 {
    height: 324px;
}

@media (min-width: 768px) {
    .project-single-pic2 {
        height: 207px;
    }
}

@media (min-width:992px) {
    .project-single-pic2 {
        height: 279px;
    }
}

.project-single-pic3 {
    height: 400px;
}

@media (min-width: 768px) {
    .project-single-pic3 {
        height: 303px;
    }
}

@media (min-width:992px) {
    .project-single-pic3 {
        height: 450px;
    }
}

.project-single-pic4 {
    height: 215px;
}

@media (min-width: 768px) {
    .project-single-pic4 {
        height: 302px;
    }
}

@media (min-width:992px) {
    .project-single-pic4 {
        height: 397px;
    }
}

/*
	.project-single-text img {
	border: solid 2px #ff0000;
	margin-top: 275px;
}
*/

.project-single-text {
	/*border: solid 2px #ff0000;*/	
	padding-bottom: 30px;
}

    .project-single-text p {
        font-size: 16px;
        line-height: 30px;
    }

@media (min-width: 768px) {
    .project-single-text {
        /* padding-left: 20px;
        padding-top: 20px;
        min-height: 225px;*/
    }

        .project-single-text p {
            font-size: 16px;
            line-height: 20px;
        }
}

@media (max-width: 768px) {
    .project-single-text img {
        width: 100%;
    }
}

@media (min-width:992px) {
    .project-single-text {
        /* padding-left: 40px;
        padding-top: 40px;
        min-height: 308px;*/
    }

        .project-single-text p {
            font-size: 16px;
            line-height: 30px;
        }
}

/*.owl-carousel .owl-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .owl-carousel .owl-item img {
        width: 100% !important;
        height: 210px;
    }

    .owl-carousel .owl-item:focus {
        cursor: -webkit-grab;
        cursor: -moz-grab;
    }

    .owl-carousel .owl-item:active {
        cursor: -webkit-grab;
        cursor: -moz-grab;
    }

    .owl-carousel .owl-item:hover {
        cursor: -webkit-grab;
        cursor: -moz-grab;
    }*/

@media (min-width: 768px) {
    .paddingLeft0 {
        padding-left: 0px !important;
    }
}

.section-project-infos .title1 {
    font-size: 16px;
    line-height: 24px;
}

.section-project-infos .title4 {
    font-size: 12px;
    line-height: 22px;
}

.section-project-infos p {
    font-size: 13px;
    line-height: 18px;
}

.section-project-infos ul li {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

.project-infos-title-wrapper {
    min-height: 150px;
}

.project-infos-col {
    border-top: 1px solid #232821;
    padding-top: 30px;
    min-height: 150px;
}

.project-single-footer {
    margin-bottom: 40px;
    border-top: 1px solid #232821;
    padding-top: 20px;
}
/* ==========================================================
! 14. SECTION: TEAM
========================================================== */
.section-team {
}

.team-item {
    width: 100%;
    padding: 2px;
}

.team-member-picture-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .team-member-picture-wrapper:hover .team-item-picture img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    .team-member-picture-wrapper:hover .team-member-find {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    .team-member-picture-wrapper .team-member-find {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        opacity: 0.5;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .team-member-picture-wrapper .team-member-find-overlay {
        position: relative;
        background: rgba(10, 60, 70, 0.8);
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
    }

        .team-member-picture-wrapper .team-member-find-overlay a {
            color: #ffffff;
        }

        .team-member-picture-wrapper .team-member-find-overlay .block-link {
            min-width: 35px;
        }

            .team-member-picture-wrapper .team-member-find-overlay .block-link:hover {
                background: #ffffff;
                color: #232821;
            }

    .team-member-picture-wrapper .team-member-find-content {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        margin-top: -20px;
    }

.block-link {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.team-item-picture img {
    margin-bottom: 20px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

@media (min-width: 768px) {
    .team-item-picture img {
        margin-bottom: 0;
    }
}

.team-item-content span.fa {
    margin-right: 5px;
}

.team-item-content p {
    word-wrap: break-word;
}

.team-item-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

.team-item-subtitle {
    font-style: italic;
    font-size: 13px;
}

.owl-pagination {
    display: none;
}

.owl-buttons {
    width: 100%;
    /*float: left;*/
}

.owl-buttons {
    text-align: right;
	margin-bottom: 20px;
}

    .owl-buttons > div {
        display: inline-block;
        margin-bottom: 25px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 20px;
    }

        .owl-buttons > div:hover {
            color: #232821;
        }

.owl-mtop .owl-wrapper-outer {
    padding-top: 20px;
}

.owl-wrapper-outer {
    position: relative;
}

.owl-controls {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .owl-controls .owl-page {
        cursor: pointer;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin-right: 3px;
        display: inline-block;
        background: #333;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .owl-controls .owl-page:hover {
            opacity: 0.8;
        }

        .owl-controls .owl-page.active {
            background: #232821;
        }

.owl-controls-wrapper2:hover .owl-controls {
    opacity: 1;
}

.owl-controls-wrapper2 .owl-controls {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
}

    .owl-controls-wrapper2 .owl-controls a {
        color: #ffffff !important;
    }

    .owl-controls-wrapper2 .owl-controls .owl-page {
        background-color: #ffffff;
    }

        .owl-controls-wrapper2 .owl-controls .owl-page.active {
            background: #232821;
        }
/*============================================================================
  >> 15. SECTION: Contact
  ============================================================================
*/
.map {
    padding-bottom: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .map {
        margin-bottom: 0;
    }
}

.map iframe {
    width: 100% !important;
    margin-bottom: -5px !important;
    pointer-events: none;
}

.section-contact-form {
    margin-bottom: 40px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #232821;
    font-size: 14px;
    height: 50px;
    width: 100% !important;
}

.form-group .error {
    color: #f00;
    margin-top: 5px;
}

textarea.form-control {
    height: 200px;
}

.section-contact-infos {
    margin-bottom: 20px;
    margin-top: 60px;
}

    .section-contact-infos .title4 {
        font-size: 12px;
        line-height: 22px;
    }

    .section-contact-infos p {
        font-size: 13px;
        line-height: 18px;
    }

    .section-contact-infos ul li {
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
    }

.contact-infos-title-wrapper {
    min-height: 150px;
}

.contact-infos-col {
    border-top: 1px solid #232821;
    padding-top: 30px;
    min-height: 150px;
}
/* ==========================================================
! SECTION: Clients
========================================================== */
.section-clients {
    padding-top: 40px;
}

.clients-item {
    height: 143px;
    margin-rught: 2px;
    margin-left: 2px;
    line-height: 143px;
    text-align: center;
}

    .clients-item img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        /* Firefox 10+, Firefox on Android */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        opacity: 0.7;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        max-width: 100%;
    }

    .clients-item:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
        opacity: 1;
    }

.clients-list-wrapper {
    width: 100%;
    overflow: hidden;
}
/*============================================================================
  >> 16. Crossbrowser Stuff
  ============================================================================
*/
.ie .fixed-bg,
.ie .fixed-bg1 {
    background-attachment: scroll !important;
}

.ie .project-item-intro {
    opacity: 1 !important;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.ie .hd-logo-intro {
    opacity: 1;
    transform: translateX(0deg);
    -moz-transform: translateX(0deg);
    -webkit-transform: translateX(0deg);
}

.ie .btn-menu-intro {
    opacity: 1;
    transform: translateX(0deg);
    -moz-transform: translateX(0deg);
    -webkit-transform: translateX(0deg);
}

html.safari:before,
html.safari:after {
    display: none !important;
}

.safari body:before,
.safari body:after {
    content: "";
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
    position: relative;
    z-index: -99999;
}

@media (min-width: 768px) {
    .safari body:before,
    .safari body:after {
        display: none !important;
    }
}

.safari body:before {
    height: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: !important;
}

.safari body:after {
    width: 0px;
    top: 0;
    display: !important;
}

.safari #page-loader {
    display: none;
}

.safari .post-single-infos {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
}

.safari .project-item-intro {
    opacity: 1 !important;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.safari .hd-logo-intro {
    opacity: 1;
    transform: translateX(0deg);
    -moz-transform: translateX(0deg);
    -webkit-transform: translateX(0deg);
}

.safari .btn-menu-intro {
    opacity: 1;
    transform: translateX(0deg);
    -moz-transform: translateX(0deg);
    -webkit-transform: translateX(0deg);
}

/********************custom style**************/

.sidebar-module ul {
    padding: 0 !important;
}

.haus_widgets li {
    padding-left: 5px;
    font-size: 13px !important;
    border-bottom: 1px dotted #565b54;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: outside none none;
}

    .haus_widgets li a {
        padding-left: 0;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .haus_widgets li a:before {
            font-family: 'FontAwesome';
            content: '\f0da';
            font-weight: 400;
            position: absolute;
            left: 30px;
        }

.haus_widgets input[type='text'] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #232821;
    font-size: 14px;
    height: 40px;
    width: 100% !important;
}

#searchform label {
    display: none !important;
}

#searchsubmit {
    font-size: 15px;
    margin-top: 10px;
    padding: 7px 20px;
    border: 2px solid #232821;
    top: 15px;
}

.textwidget img {
    width: 100%;
    height: auto;
}

.haus_widgets table,
.haus_widgets select {
    width: 100% !important;
    height: auto;
}

.haus_widgets li:hover a {
    padding-left: 5px;
}

.tagcloud a {
    display: inline-block;
    color: #ffffff;
    background: #232821;
    padding: 3px;
    font-size: 13px !important;
    margin-bottom: 2px;
    border: 1px solid #232821;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .tagcloud a:hover {
        background: transparent;
        color: #232821;
    }

.sidebar-module {
    padding: 20px !important;
}

.haus_widgets select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #232821;
    font-size: 14px;
    height: 40px;
    width: 100% !important;
}

    .haus_widgets select > option {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 2px solid #232821;
        border-top: none;
        font-size: 14px;
        height: 40px;
        width: 100% !important;
        display: block;
        line-height: 10px;
    }

#s {
    padding: 0 10px;
}

.code_class {
    font-size: 15px;
}

.comment-reply-link {
    float: right;
    font-size: 15px;
}

ul.children > .media {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

    ul.children > .media .media {
        margin-top: 30px;
    }

    ul.children > .media img {
        width: 64px !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.post-tags i {
    font-size: 15px;
    color: #999;
}

.post-tags a {
    font-size: 15px;
}

    .post-tags a:hover {
        font-size: 15px;
        color: #999;
    }

.search_not_found {
    margin-top: 8%;
    text-align: center;
}

.copy_right {
    font-size: 12px !important;
    margin: 10px 25px 0;
    display: inline-block;
}

@media (min-width: 768px) {
    .copy_right {
        float: right !important;
    }

    .footer_class {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

#wpadminbar {
    z-index: 9999999;
}

.alignnone {
    width: 100% !important;
}

.wp-caption {
}

    .wp-caption img {
        width: 100%;
    }

.wp-caption-text {
}

.gallery-caption {
}

.bypostauthor {
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
}

img.aligncenter {
    margin-top: 0px !important;
}

.wp-smiley {
    height: auto !important;
    width: auto !important;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.sticky, .tag-sticky-2 {
    background-color: #fffff4 !important;
}


#wpadminbar {
    z-index: 9999999 !important;
}


/* ============================== */
/*		     Maps section         */
/* ============================== */
#map-location {
    width: 100%;
    height: 280px;
    position: relative;
}

    #map-location .test {
        position: absolute;
        z-index: 999;
        width: 200px;
        height: 100px;
        display: none;
        background-color: #fff;
        border: 3px solid #ebebeb;
        padding: 10px;
    }

    #map-location .info-window {
        background-color: #fff;
        width: 200px;
        padding: 17px;
    }

        #map-location .info-window h3 {
            color: #3b475f;
            font-family: "Montserrat", sans-serif !important;
            font-size: 24px;
            font-weight: 400;
        }

        #map-location .info-window span {
            color: #f46464;
            font-family: "Merriweather", sans-serif !important;
            font-size: 16px;
            font-style: italic;
        }

        #map-location .info-window p {
            line-height: 25px;
            font-family: "Open Sans", sans-serif !important;
            font-size: 16px;
            margin-top: 5px;
        }

    #map-location a[href^="http://maps.google.com/maps"] {
        display: none !important;
    }

    #map-location img[src^="https://maps.gstatic.com/mapfiles/api-3/images/"] {
        display: none !important;
    }

    #map-location .gmnoprint a, #map-location .gmnoprint span, #map-location .gm-style-cc {
        display: none;
    }

    #map-location .gmnoprint div {
        background: none !important;
    }

/* ============================== */
/*		     Maps section         */
/* ============================== */
/*Projects*/
.new_projects {
    padding: 3px;
}

.section-pagination ul li {
    float: left;
    padding: 2px;
}

    .section-pagination ul li a {
        padding: 10px 15px;
    }


.refResim {
    width: 350px !important;
    height: 233px !important;
}

.refAnasayfa {
    width: 100% !important;
    height: 300px !important;
}

@media (min-width: 768px) {
    #kategoriler {
        margin-top: 100px;
    }
}

.heroNav {
	font-family: Oswald;
	width: 100%;
	position: absolute;
	top: 350px;
	z-index: 100000;
}

#prev, #next {
	padding: 50px;
	z-index: 100000;
	font-size: 100px;
	font-family: Consolas, 'Fira Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #dddddd;
	cursor: pointer;
	float: left;
	text-shadow: 1px 1px 2px #000000;
}

#next {
	float: right;
}

@media (max-width: 768px) {
	.refAnasayfa {
		width: 100% !important;
		height: initial !important;
		min-height: 300px !important;
	}
	.marginLeft15 {
		margin-left: 15px;
	}

	.refResim {
		width: initial !important;
		height: initial !important;
	}

    .title1 {
        font-size: 29px !important;
    }

    #kategoriler {
        margin-top: 0px;
    }

	.kutuRenkUrunGrubu {
		/*height: 70px;*/
	}

	#ayarli, #sabit, #aksesuar {
		margin-bottom: 30px;
	}

	.heroNav {
		top: 170px;
	}

	#prev, #next {
		padding: 10px;
		font-size: 80px;
	}
}


.ulLink:hover {
	color: #cc0000;
}



.padding0 {
    padding: 0px 0px 0px 0px !important;
}

.paddingBottom10 {
    padding-bottom: 10px !important;
}

.paddingT5B15 {
	padding-top: 5px !important;
	padding-bottom: 15px !important;
}

.SupportPedestal {
	font-size: calc(100% + 4px);
	font-weight: 600;
}


.kutuRenkUrunGrubu {
	position: absolute;
	display: block;
	width: 100%;
	background-color: #b7d830;
	bottom: -50px;
}

.kutuRenkBaslik {
	float: left;
	min-height: 35px;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
	background-color: #b7d830;
	color: #000000;
}

.kutuRenk0 {
	float: left;
	height: 35px;
	font-weight: 600;
	line-height: 33px;
	padding: 0px 15px;
}

.kutuRenk1 {
	float: right;
	width: 35px;
	height: 35px;
	background-color: #d9f41c;
}

.kutuRenk2 {
	float: right;
	width: 35px;
	height: 35px;
	background-color: #edc62b;
}

.kutuRenk3 {
	float: right;
	width: 35px;
	height: 35px;
	background-color: #e08e0e;
}


.kutuRenkUrun0 {
	float: left;
	height: 50px;
	padding: 5px 15px;
	font-family: 'Fira Sans', 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	color: #000000;
}

.kutuRenkUrun1 {
	float: right;
	width: 30px;
	height: 50px;
	background-color: #d9f41c;
}

.kutuRenkUrun2 {
	float: right;
	width: 30px;
	height: 50px;
	background-color: #edc62b;
}

.kutuRenkUrun3 {
	float: right;
	width: 30px;
	height: 50px;
	background-color: #e08e0e;
}


.ustNav {
	color: #ffffff;
}
	.ustNav:hover {
		color: #ffffff;
	}



/* navigasyon hover menü */
.menuLink {
	color: white;
}

.menuListe {
	position: relative;
	display: inline-block;
}

.menuIcerik {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 190px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100000;
}

	.menuIcerik a {
		font-size: 13px;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		.menuIcerik a:hover {
			background-color: #f1f1f1;
		}

.menuListe:hover .menuIcerik {
	display: block;
}

.menuListe:hover .menuLink {
	color: #000000;
}


.navAltMenuMobil {
	border: none;
}
.navAltMenuMobil li {
	font-size: 13px;
}
/* navigasyon hover menü */


.dilMobil {
	border: none;
	list-style-type: none;
	overflow: hidden;
}
	.dilMobil li {
		float: left;
		width: 16.65%;
	}



.sb {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-height: 80px;
	max-width: 100%;
}