/* ============================================================================

Theme Name: Whisper - Multipurpose HTML5 Theme
Theme URI: http://pixel-industry.com/html/whisper
Author: pixel-industry
Version: 1.0

============================================================================= */

/* -----------------------------------------------------------------------------

       CSS CONTENTS
        
        1. CSS reset
        2. 960 GS by nathan Smith 
        3. Typography
        4. Elements
            4.1. Dividers
            4.2. Buttons
            4.3. Tabs   
            4.4. Accordion
            4.5. Dropcaps
            4.6. Information boxes
            4.7. Section title
            4.8. Note
            4.9. Client's testimonials carousel
            4.10. Pricing Tables
        5. Header styles
        6. Content and page wrapper styles
        7. Home Page
        8. Bout us
        9. Services
        10. Pages with sidebar
        11. Portfolio
        12. Blog
        13. Contact
        14. Widgets
        15. Footer
        16. Responsive - Media Queries


----------------------------------------------------------------------------- */



/* =============================================================================
1. CSS RESET
============================================================================= */

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

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

b,
strong {
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
}

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

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

q {
    quotes: none;
}

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

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    overflow: hidden;
}

a {
    list-style: none;
    text-decoration: none;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

:focus {
    outline: 0;
}



/*  ===========================================================================
    2. 960GS BY NATHAN SMITH 
        licensed under GPL and MIT
============================================================================= */

/* Container
----------------------------------------------------------------------------- */
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------- */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    margin: 10px;
}

.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11 {
    position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------- */
.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------- */
.container_12 .grid_1 {
    width: 60px;
}

.container_12 .grid_2 {
    width: 140px;
}

.container_12 .grid_3 {
    width: 220px;
}

.container_12 .grid_4 {
    width: 300px;
}

.container_12 .grid_5 {
    width: 380px;
}

.container_12 .grid_6 {
    width: 460px;
}

.container_12 .grid_7 {
    width: 540px;
}

.container_12 .grid_8 {
    width: 620px;
}

.container_12 .grid_9 {
    width: 700px;
}

.container_12 .grid_10 {
    width: 780px;
}

.container_12 .grid_11 {
    width: 860px;
}

.container_12 .grid_12 {
    width: 940px;
}


/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------- */
.container_12 .prefix_1 {
    padding-left: 80px;
}

.container_12 .prefix_2 {
    padding-left: 160px;
}

.container_12 .prefix_3 {
    padding-left: 240px;
}

.container_12 .prefix_4 {
    padding-left: 320px;
}

.container_12 .prefix_5 {
    padding-left: 400px;
}

.container_12 .prefix_6 {
    padding-left: 480px;
}

.container_12 .prefix_7 {
    padding-left: 560px;
}

.container_12 .prefix_8 {
    padding-left: 640px;
}

.container_12 .prefix_9 {
    padding-left: 720px;
}

.container_12 .prefix_10 {
    padding-left: 800px;
}

.container_12 .prefix_11 {
    padding-left: 880px;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------- */
.container_12 .suffix_1 {
    padding-right: 80px;
}

.container_12 .suffix_2 {
    padding-right: 160px;
}

.container_12 .suffix_3 {
    padding-right: 240px;
}

.container_12 .suffix_4 {
    padding-right: 320px;
}

.container_12 .suffix_5 {
    padding-right: 400px;
}

.container_12 .suffix_6 {
    padding-right: 480px;
}

.container_12 .suffix_7 {
    padding-right: 560px;
}

.container_12 .suffix_8 {
    padding-right: 640px;
}

.container_12 .suffix_9 {
    padding-right: 720px;
}

.container_12 .suffix_10 {
    padding-right: 800px;
}

.container_12 .suffix_11 {
    padding-right: 880px;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------- */
.container_12 .push_1 {
    left: 80px;
}

.container_12 .push_2 {
    left: 160px;
}

.container_12 .push_3 {
    left: 240px;
}

.container_12 .push_4 {
    left: 320px;
}

.container_12 .push_5 {
    left: 400px;
}

.container_12 .push_6 {
    left: 480px;
}

.container_12 .push_7 {
    left: 560px;
}

.container_12 .push_8 {
    left: 640px;
}

.container_12 .push_9 {
    left: 720px;
}

.container_12 .push_10 {
    left: 800px;
}

.container_12 .push_11 {
    left: 880px;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------- */
.container_12 .pull_1 {
    left: -80px;
}

.container_12 .pull_2 {
    left: -160px;
}

.container_12 .pull_3 {
    left: -240px;
}

.container_12 .pull_4 {
    left: -320px;
}

.container_12 .pull_5 {
    left: -400px;
}

.container_12 .pull_6 {
    left: -480px;
}

.container_12 .pull_7 {
    left: -560px;
}

.container_12 .pull_8 {
    left: -640px;
}

.container_12 .pull_9 {
    left: -720px;
}

.container_12 .pull_10 {
    left: -800px;
}

.container_12 .pull_11 {
    left: -880px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------- */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after,
.container_12:after {
    clear: both;
}

body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5e9e2;
    color: #333;
}


body.patt2 {
    background-image: url('../img/patt2.png') !important;
    background-repeat: repeat;
    background-attachment: fixed;
}

body.patt3 {
    background-image: url('../img/patt3.png') !important;
    background-repeat: repeat;
    background-attachment: fixed;
}

body.patt4 {
    background-image: url('../img/patt4.png') !important;
    background-repeat: repeat;
    background-attachment: fixed;
}

body.patt5 {
    background-image: url('../img/patt5.png') !important;
    background-repeat: repeat;
    background-attachment: fixed;
}

#page-wrap {
    background: #fff;
    width: 960px;
    padding: 30px 20px 0;
    margin: 40px auto;
    overflow: hidden;

    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.2);
}


/* =============================================================================
    3. TYPOGRAPHY
============================================================================= */
/* Headings
----------------------------------------------------------------------------- */
h1 {
    font: bold 20px 'Open Sans', Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h2 {
    font: bold 18px 'Open Sans', Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    font: bold 16px 'Open Sans', Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h4 {
    font: bold 15px 'Open Sans', Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h5 {
    font: bold 14px 'Open Sans', Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h6 {
    font: bold 13px 'Open Sans', Arial, sans-serif;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {
    font: 12px 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    color: #777;
}

p+p {
    display: block;
    margin-top: 14px;
}

p+ul {
    display: block;
    margin-top: 14px;
}

ul+p {
    display: block;
    margin-top: 14px;
    float: left;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    display: block;
    margin-top: 40px;
}

p+a.read-more {
    display: block;
    margin-top: 14px;
    float: left;
}

p+img {
    margin-top: 20px;
}

img+p {
    display: block;
    margin-top: 20px;
}

img+h1,
img+h2,
img+h3,
img+h4,
img+h5,
img+h6 {
    display: block;
    margin-top: 20px;
}

p+a,
a+p {
    display: block;
    margin-top: 20px;
    float: left;
}

a {
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #777;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a.read-more {
    font-style: italic;
}

a.read-more span {
    padding: 0 4px;
    margin-left: 10px;
    color: #fff;
    line-height: 12px;
    background: #880015;
    font-size: 10px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

img.float-left {
    margin-right: 20px;
    float: left;
}

img.float-right {
    float: right;
    margin-left: 20px;
}

blockquote {
    float: left;
    font-style: italic;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 50px;
    font-size: 12px;


    padding: 20px;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

blockquote span.author {
    display: block;
    width: 100%;
    margin-top: 14px;
}

p+blockquote,
blockquote+p {
    display: block;
    margin-top: 20px;
}

blockquote+p {
    display: block;
    margin-top: 20px;
    float: left;
}


/* ============================================================================
    4. ELEMENTS
============================================================================ */

/* 4.1. Divider
----------------------------------------------------------------------------- */
.divider {
    width: 100%;
    float: left;
    background: url('../img/divider-bkg.png') repeat-x;
    height: 17px;
    margin-top: 10px;
}

.divider-simple {
    background: url('../img/divider-bkg.png') repeat-x;
    width: 100%;
    height: 1px;
    float: left;
}

.divider-icon {
    width: 62px;
    height: 17px;
    margin-top: -9px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 0 10px;
    display: table;
}


/* 4.2. BUTTONS
----------------------------------------------------------------------------- */

.btn-medium,
.btn-small,
.btn-big {
    border: 0px solid;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;

    text-transform: none;
    color: #fff;
    cursor: pointer;

    float: left;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.btn-small {
    padding: 3px 5px;
    font: 10px 'Open Sans', Arial, sans-serif;
}

.btn-medium {
    padding: 7px 15px;
    font: 11px 'Open Sans', Arial, sans-serif;
}

.btn-big {
    padding: 10px 15px;
    font: 13px 'Open Sans', Arial, sans-serif;
}

.btn-medium.black,
.btn-small.black,
.btn-big.black {
    background: rgb(85, 85, 85);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(85, 85, 85, 1)), color-stop(100%, rgba(68, 68, 68, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* W3C */

    border: 1px solid #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn-medium.black:hover,
.btn-small.black:hover,
.btn-big.black:hover {
    background: rgb(68, 68, 68);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(85, 85, 85, 1) 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68, 68, 68, 1)), color-stop(99%, rgba(85, 85, 85, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(85, 85, 85, 1) 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(85, 85, 85, 1) 99%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(68, 68, 68, 1) 0%, rgba(85, 85, 85, 1) 99%);
    /* W3C */
}

.btn-small.black span,
.btn-medium.black span,
.btn-big.black span {
    color: #fff;
    font-weight: 500;
}

.btn-medium.white,
.btn-small.white,
.btn-big.white {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    /* W3C */

    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;

    color: #fff;
}


.btn-small.white:hover,
.btn-medium.white:hover,
.btn-big.white:hover {
    background: rgb(246, 246, 246);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C */

}

.btn-small.white span,
.btn-medium.white span,
.btn-big.white span {
    color: #444;
    font-weight: 500;
}

.btn-color span,
.btn-color:hover span {
    color: #fff;
}


/* BUTTONS PRESENTATION ON SHORTCODES PAGE */
.btn-presentation .btn-small,
.btn-presentation .btn-medium,
.btn-presentation .btn-big {
    margin-right: 5px;
    margin-bottom: 10px;
}

/* 4.3. TABS 
----------------------------------------------------------------------------- */
.tabs {
    width: 100%;
    overflow: hidden;
    float: left;
}

.tabs li {
    background: #fff;
    float: left;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    padding: 0;
    line-height: 32px;
}

.tabs li:first-child {
    border-left: 1px solid #ddd;
}

.tabs li a {
    color: #444;
    padding: 0px 16px;
    font: 11px Arial, sans-serif;
    line-height: 33px;
    padding-top: 2px;
}

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

.tab-content-wrap {
    border: 1px solid #ddd;
    margin-top: -1px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.tab-content {
    padding: 15px;
    background: #fff;
}


/* SOCIAL LINKS PRESENTATION */
.social-links.presentation {
    margin-top: 14px;
}

.social-links.presentation li {
    float: left;
    width: 50px;
    height: 50px;
    background: #555;
    margin-right: 5px;
    margin-bottom: 5px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-links.presentation li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #999;
}

.social-links.presentation li:hover a {
    color: #fff;
}


/* 4.4. ACCORDION
------------------------------------------------------------------------------*/
.accordion {
    position: relative;
    float: left;
}

.accordion .title {
    float: left;
    margin-bottom: 10px !important;
    width: 100%;
}

.accordion .title a {
    background: url('../img/accordion-closed.png') no-repeat 0 center;
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #444;
    cursor: pointer;
    display: block;
    font: 12px 'Open Sans', Arial, sans-serif;
    display: block;
}

.accordion .title:last-child {
    margin-bottom: 0 !important;

}

.accordion .content {
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

/* 4.5. DROPCAPS 
------------------------------------------------------------------------------*/
span.dropcap-color {
    color: #fff;
    float: left;
    margin-right: 10px;
    font: 18px 'Open Sans', Arial, sans-serif;
    line-height: 18px;
    padding: 8px 10px;
    position: relative;
    top: 3px;
}

span.dropcap {
    color: #fff;
    background: #555;
    float: left;
    margin-right: 10px;
    font: 18px 'Open Sans', Arial, sans-serif;
    line-height: 18px;
    padding: 8px 10px;
    position: relative;
    top: 3px;
}

/* 4.6. Infromation boxes - INFO BOX
----------------------------------------------------------------------------- */
.infobox {
    background: #e0f2ff;
    border: 1px solid #c1def2;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.infobox p {
    background: url('../img/info-box.png') no-repeat 0 center;
    margin: 10px;
    padding-left: 25px;
    color: #61adb0;
    text-shadow: 0 1px 0 #fff;
}


/* Infromation boxes - WARNING BOX
----------------------------------------------------------------------------- */
.warning-box {
    background: #f8f6bc;
    border: 1px solid #e7e48b;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.warning-box p {
    background: url('../img/warning-box.png') no-repeat 0 center;
    margin: 10px;
    padding-left: 27px;
    color: #989426;
    text-shadow: 0 1px 0 #fff;
}

/* Infromation boxes - SUCCES BOX
----------------------------------------------------------------------------- */
.success-box {
    background: #ebfdd7;
    border: 1px solid #cef4a4;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.success-box p {
    background: url('../img/success-box.png') no-repeat 0 center;
    margin: 10px;
    padding-left: 25px;
    color: #7eb244;
    text-shadow: 0 1px 0 #fff;
}

/* Infromation boxes - ERROR BOX
----------------------------------------------------------------------------- */
.error-box {
    background: #fadddd;
    border: 1px solid #fcc1c1;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.error-box p {
    background: url('../img/error-box.png') no-repeat 0 center;
    margin: 10px;
    padding-left: 25px;
    color: #d86d6d;
    text-shadow: 0 1px 0 #fff;
}


/* 4.7. Section title 
------------------------------------------------------------------------------*/
*[class*="grid_"] .section-title {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.section title h1,
.section-title h2,
.section-title h4,
.section-title h5,
.section-title h6 {
    float: left;
    display: inline;
    margin-bottom: 0;
}

.section-title h3 {
    float: left;
    display: inline;
    color: #880015;
    font-weight: bold;
    margin-bottom: 0;
}

.section-title a.read-more {
    float: right;
    font-size: 15px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    border-bottom: none !important;
}

.section-title a.read-more span {
    display: block !important;
    position: relative;
    top: -2px;
    background-color: #880015;
}

.section-title-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0 10px 0;
    border-bottom: none !important;
}

.left-title {
    font-size: 18px;
    font-weight: 700;
    color: #880015;
    margin: 0;
    text-transform: uppercase;
}

.right-link {
    font-size: 15px;
    font-weight: 700;
    color: #444;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    /* bunu 10px veya 15px yaparak test et */
    text-decoration: none;
    position: relative;
    border-bottom: none !important;
    top: 2px;
    /* gerekirse -1px ile ayar yap */
}


/* 4.8. Note 
------------------------------------------------------------------------------*/
.note {
    background: #f8f8f8;
    width: 100%;
    padding: 20px 30px;
    float: left;
    text-align: center;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.note-content h3 {
    color: #880015;
    font-weight: bold;
    font-size: 20px;
}

.note-content p {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;

}

.note .note-content {
    position: relative;
    max-width: 716px;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
}



.note-content h1,
.note-content h2,
.note-content h3,
.note-content h4,
.note-content h5,
.note-content h6 {
    text-transform: none;
    margin-bottom: 5px;
}

/* BIG INTRO NOTE
------------------------------------------------------------------------------*/
.intro-note {
    width: 100%;
    padding: 0 30px;
    text-align: center;
    float: left;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.intro-note h1 {
    margin-bottom: 5px;

}

/* SERVICES ICONS FO PRESENTATION PURPOSES
----------------------------------------------------------------------------- */
.box1 {
    font-size: 16px;
    color: #666;
    display: inline-block;
    width: 300px;
    padding: 10px;
    margin-right: 5px;
    background: #eee;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}


.box1 span {
    font-size: 24px;
}

.box1 span.class-name {
    font-size: 14px;
    position: relative;
    top: -4px;
    padding-left: 5px;
}

/* 4.9. Client's testimonial carousel' 
------------------------------------------------------------------------------*/

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

.section-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.clients .section-title h4 {
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 0;
}

#client-carousel>li {
    float: left;
    margin-right: 20px;
}


.grid_3 #client-carousel>li {
    width: 220px;
}

.grid_4 #client-carousel>li {
    width: 300px;
}

.grid_6 #client-carousel>li {
    width: 460px;
}

.grid_8 #client-carousel>li {
    width: 620px;
}

.grid_9 #client-carousel>li {
    width: 700px;
}

.grid_12 #client-carousel>li {
    width: 940px;
}

.grid_3 #client-carousel .client-logo {
    margin: 0 auto 20px;
    float: none;
}

.grid_3 #client-carousel .client-text {
    width: 100%;
}

.grid_6 .client-text {
    float: left;
    width: 300px;
}

.grid_3 .client-text {
    width: 60px;
}

.grid_4 .client-text {
    width: 170px;
}

.grid_8 .client-text {
    width: 460px;
}

.grid_9 .client-text {
    width: 540px;
}

.grid_12 .client-text {
    width: 780px;
}

.clients-navigation {
    float: right;
}

.clients-navigation li {
    float: left;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.clients-navigation a.prev {
    width: 22px;
    height: 20px;
    display: block !important;
    background-image: url('../img/arrow-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #444;
    padding: 0;
}

.clients-navigation a.next {
    width: 22px;
    height: 20px;
    display: block !important;
    background-image: url('../img/arrow-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #444;
    padding: 0;
}

.client-logo {
    float: left;
    width: 140px;
    margin-right: 20px;
}

.client-logo img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.client-logo h6 {
    text-transform: none;
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-bottom: 3px;
    float: left;
}

.client-logo a {
    text-align: center;
    display: block;
    width: 100%;
}

/* 4.10. Pricing tables 
------------------------------------------------------------------------------*/
.pricing-table-col {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: -1px;
}

.pricing-table-col .label {
    display: none;
}

.pricing-table-col.labels .head {
    background: #fff !important;
}


.pricing-table-col.labels {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
}

.pricing-table-col.labels .head {
    border: none;
}

.pricing-table-col.labels li {
    text-align: left;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.pricing-table-col.labels li:first-child {
    border-left: none;
    border-bottom: 1px solid #ddd;
}

.pricing-table-col li {
    color: #777;
    padding: 8px;
    height: 20px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #fff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
}

.pricing-table-col.selected {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 90;
    position: relative;
    top: -5px;
}

.pricing-table-col.selected .head {
    padding: 35px 0 25px;
    height: 70px;
    border-radius: 6px 6px 0 0;
}

.pricing-table-col .head {
    padding: 30px 0;
    background: #5d5d5d;

    height: 60px;

    background: #880015;
    /* W3C */

    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.pricing-table-col .head h1,
.pricing-table-col .head h2,
.pricing-table-col .head h3,
.pricing-table-col .head h4,
.pricing-table-col .head h5,
.pricing-table-col .head h6 {
    font: 23px Arial, sans-serif;
    color: #444;
    text-transform: none;
    margin-bottom: 0;
}

.pricing-table-col.selected .head h1,
.pricing-table-col.selected .head h2,
.pricing-table-col.selected .head h3,
.pricing-table-col.selected .head h4,
.pricing-table-col.selected .head h5,
.pricing-table-col.selected .head h6 {
    color: #fff;
}

.pricing-table-col.selected-2 .head h1,
.pricing-table-col.selected-2 .head h2,
.pricing-table-col.selected-2 .head h3,
.pricing-table-col.selected-2 .head h4,
.pricing-table-col.selected-2 .head h5,
.pricing-table-col.selected-2 .head h6 {
    font-weight: bold;
}

.pricing-table-col .head span.price,
.pricing-table-col.selected-2 .head span.price {
    color: #aaa;
    font: 18px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    display: block;
}

.head span {
    color: #aeaeae;
}

li.pricing- {
    height: auto !important;
    border-bottom: 1px solid #d1d1d1 !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 0;
}

.pricing-footer .btn-small,
.pricing-footer .btn-small.black,
.pricing-footer .btn-medium,
.pricing-footer .btn-medium.black,
.pricing-footer .btn-big,
.pricing-footer .btn-big.black {
    margin: 5px auto;
    display: table;
    float: none;
}



/* ============================================================================ 
    5. HEADER STYLES
============================================================================ */
.site-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* dikeyde ortalamayı sağlar */
    padding: 20px 40px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    margin-right: 250px;
    float: none;
    max-width: 100%;
}

#logo img {
    max-width: 180px;
    height: auto;
}

.nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

#nav ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
}

#nav li a:hover {
    color: #880015 !important;
}



/* 5.1. Navigation
----------------------------------------------------------------------------- */

.top-bar,
#nav-container {
    border-bottom: none;
}

#nav-container select {
    display: none;
}

#nav {
    height: 100%;
    margin: 0;
    list-style: none;
    float: right;
}

#nav ul {
    display: block !important;
    cursor: default;
}

#nav ul>li.has-sub>ul {
    display: none !important;
}

#nav ul>li.has-sub:hover>ul {
    display: block !important;
}

#nav li {
    float: left;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
}

#nav li img {
    vertical-align: middle;
    height: 18px;
    margin-top: 12px;
}

#nav>ul>li:last-child {
    margin-right: 0;
}

#nav li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

#nav li a:hover {
    color: #880015 !important;
}



/* MAIN NAVIGATION SECOND LEVEL
----------------------------------------------------------------------------- */
#nav li ul {
    display: none;
    position: absolute;
    padding-top: 15px;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 100;
}

#nav li ul li {
    border-top: 1px solid #fff;
    border-right: 1px solid #3a3a3a;
    border-left: 1px solid #3a3a3a;
    border-bottom: 1px solid #303030;
    background: #880015;
    padding: 5px 5px !important;
    margin-right: 0;

}


#nav li ul li.current-menu-item a {
    color: #fff !important;
}


#nav li ul li a {
    text-transform: none !important;
    font: 12px 'Droid Sans', sans-serif;
    line-height: 15px;
    color: #aaa !important;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}


#nav li ul li:hover>a {
    color: #fff !important;
}

#nav li ul li,
#nav li ul li a {
    float: none;
}

#nav li ul li a {
    width: 80px;
    display: block;
}

/* MAIN NAVIGATION THIRD LEVEL
----------------------------------------------------------------------------- */
#nav li ul li ul {
    display: none;
}

#nav li ul li:hover ul {
    top: -1px;
    padding-top: 0 !important;
    left: -200px;
    padding-right: 5px;
    max-width: 195px;
}


/* 6. CONTENT AND PAGE WRAPPERS
============================================================================ */

.page-title-container {
    width: 1000px;
    margin-left: -20px;
    background: url('../img/patt1.png') repeat;
    display: block;
    margin-bottom: 40px;
    padding: 30px 0;
    float: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.page-title {
    width: 940px;
    margin-bottom: 0;
}

.page-title .title {
    float: left;
    max-width: 700px;
}

.page-title .title h1 {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0;
}

.page-title p.subtitle {
    float: left;
    color: #777;
    border-left: 1px solid #888;
    padding-left: 20px;
    margin-top: 5px;
    line-height: 13px;
}

.breadcrumbs {
    float: right;
}

.breadcrumbs li {
    float: left;
    padding-left: 8px;
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #777;
    padding-top: 2px;
}


.breadcrumbs li a.home {
    background: url('../img/icon-home.png') no-repeat center 2px;
    display: block;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
}

#content-wrapper {
    width: 960px;
    margin: 0 auto;
}


/* ============================================================================
    7. HOME PAGE
============================================================================ */
.blog-portfolio-content {
    display: none;
    float: left;
}

.blog-portfolio-content.active {
    display: block;
}

.blog-portfolio-tabs {
    background: url('../img/divider-bkg.png') repeat-x 0 center;
    height: auto;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.blog-portfolio-tabs .buttons {
    background: #fff;
    margin: 0 auto;
    display: table;
    padding: 0 20px;
}

.blog-portfolio-tabs .buttons a,
.blog-portfolio-tabs .buttons span.label {
    float: left;
    margin-right: 10px;
    display: block;
}

.blog-portfolio-tabs .buttons span.label {
    padding-top: 5px;
}


/* ============================================================================ 
    8. ABOUT US
============================================================================ */

/* Skills
----------------------------------------------------------------------------- */
.skills-bar {
    width: 100%;
    position: relative;
}

.skills {
    padding-top: 20px;
    display: block;
}

.skills li em {
    position: relative;
    top: -23px;
    font: 11px Arial, sans-serif;
    font-style: normal;
}

.skills li {
    display: block;
    height: 15px;
    margin-bottom: 35px;

    background: rgb(246, 246, 246);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%);
    /* W3C */

    border: 1px solid #ddd;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.expand {
    height: 13px;
    position: absolute;
    margin-top: -1px;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -o-border-radius-topleft: 5px;
    -o-border-radius-bottomleft: 5px;
}

.web-design {
    width: 80%;
    -moz-animation: web-design 2s ease-out;
    -webkit-animation: web-design 2s ease-out;
}

.web-development {
    width: 50%;
    -moz-animation: web-development 2s ease-out;
    -webkit-animation: web-development 2s ease-out;
}

.wordpress {
    width: 90%;
    -moz-animation: wordpress 2s ease-out;
    -webkit-animation: wordpress 2s ease-out;
}

.marketing {
    width: 60%;
    -moz-animation: marketing 2s ease-out;
    -webkit-animation: marketing 2s ease-out;
}

.graphic-design {
    width: 70%;
    -moz-animation: graphic-design 2s ease-out;
    -webkit-animation: graphic-design 2s ease-out;
}

@-moz-keyframes web-design {
    0% {
        width: 0px;
    }

    100% {
        width: 80%;
    }
}

@-moz-keyframes web-development {
    0% {
        width: 0px;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes wordpress {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}

@-moz-keyframes marketing {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-moz-keyframes dreamweaver {
    0% {
        width: 0px;
    }

    100% {
        width: 70%;
    }
}

@-webkit-keyframes web-design {
    0% {
        width: 0px;
    }

    100% {
        width: 80%;
    }
}

@-webkit-keyframes web-development {
    0% {
        width: 0px;
    }

    100% {
        width: 50%;
    }
}

@-webkit-keyframes wordpress {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}

@-webkit-keyframes marketing {
    0% {
        width: 0px;
    }

    100% {
        width: 60%;
    }
}

@-webkit-keyframes graphic-design {
    0% {
        width: 0px;
    }

    100% {
        width: 70%;
    }
}

/* Team Members
----------------------------------------------------------------------------- */
.team {
    width: 100%;
    float: left;
}

.team img {
    width: 220px;
    float: left;
    margin-right: 20px;
}

.team-info {
    width: 220px;
    float: left;
    border: 1px solid #eee;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    padding: 15px;
}

.team-info .name-position {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.team-info .name-position h6 {
    text-transform: none;
    margin-bottom: 0px;
}

.team-description {
    float: left;
    width: 100%;
}

.team-description li.phone {
    background: url('../img/phone.png') no-repeat 2px 4px;
    padding-left: 25px;
}

.team-description li.mail {
    background: url('../img/mail.png') no-repeat 0 4px;
    padding-left: 25px;
}

.team-description li.mail a {
    word-wrap: break-word;
}

/* ============================================================================= 
    9. SERVICES
============================================================================= */
.service-box {
    width: 25%;
    float: left;
    background: #f8f8f8;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 15px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;

    padding: 25px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    position: relative;
    min-height: 200px;
}

.service-box:hover:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    background: url('../img/about/service-before.png') no-repeat;
    top: 0;
    left: -16px;
    height: 200px;
}

.service-box:hover:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    background: url('../img/about/service-after.png') no-repeat;
    top: 0;
    right: -16px;
    height: 200px;
    z-index: 200;
}

.service-box i {
    width: 100%;
    height: 68px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 68px;
    color: #444;
    display: block;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-box h5 {
    margin-bottom: 10px;
    text-align: center;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-box p {
    text-align: center;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-box:hover h5,
.service-box:hover i,
.service-box:hover p {
    color: #fff;
}


/* SERVICES SIMPLE
------------------------------------------------------------------------------*/
.service-simple-title {
    width: 100%;
    float: left;
    text-align: left;
}

.service-simple-title i {
    font-size: 30px;
    max-width: 40px;
    float: left;
    margin-right: 10px;
    color: #444;
}

.service-simple-title h5 {
    float: left;
    padding-top: 5px;
}


/* SERVICES HEXAGONS
------------------------------------------------------------------------------*/
.services-hexagonal {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.service-hex-icon {
    float: left;
    width: 50px;
    height: 58px;
    cursor: pointer;
    background: url('../img/service-bkg.png') no-repeat 0 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    position: relative;
    z-index: 200;
}

.grid_3 .service-box-hex,
*[class*="grid_"] .grid_3 .service-box-hex {
    width: 195px;
}

.grid_4 .service-box-hex,
*[class*="grid_"] .grid_4 .service-box-hex {
    width: 275px;
}

.grid_5 .service-box-hex,
*[class*="grid_"] .grid_5 .service-box-hex {
    width: 355px;
}

.grid_6 .service-box-hex,
*[class*="grid_"] .grid_6 .service-box-hex {
    width: 435px;
}

.grid_7 .service-box-hex,
*[class*="grid_"] .grid_7 .service-box-hex {
    width: 515px;
}

.grid_8 .service-box-hex,
*[class*="grid_"] .grid_8 .service-box-hex {
    width: 595px;
}

.grid_9 .service-box-hex,
*[class*="grid_"] .grid_9 .service-box-hex {
    width: 675px;
}

.grid_12 .service-box-hex,
*[class*="grid_"] .grid_12 .service-box-hex {
    width: 915px;
}


.service-box-hex {
    float: left;
    background: #880015;
    position: relative;
    top: -29px;
    left: 25px;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;

    text-align: center;
    cursor: pointer;
}

.service-box-hex h1,
.service-box-hex h2,
.service-box-hex h3,
.service-box-hex h4,
.service-box-hex h5,
.service-box-hex h6 {
    margin-bottom: 10px;
}

.service-hex-icon i {
    width: 50px;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #fff;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.service-hex-icon:hover i {
    color: #fff;
}

/* ============================================================================= 
    10. PAGES WITH SIDEBAR
============================================================================= */
.nivo-slider-wrapper {
    width: 100%;
    float: left;
}

.nivo-slider-wrapper+h1,
.nivo-slider-wrapper+h2,
.nivo-slider-wrapper+h3,
.nivo-slider-wrapper+h4,
.nivo-slider-wrapper+h5,
.nivo-slider-wrapper+h6,
.nivo-slider-wrapper+p,
.nivo-slider-wrapper+a,
.nivo-slider-wrapper+ul,
.nivo-slider-wrapper+blockquote {
    display: block;
    margin-top: 20px;
}

p+.nivo-slider-wrapper {
    display: block;
    margin-top: 20px;
}

.grid_8 .image-slider {
    width: 620px;
    float: left;
    background: url('../img/slider-loading.gif') no-repeat center;
    min-height: 274px;
}

.grid_8 .nivoSlider.image-slider img {
    width: 100%;
    min-height: 274px;
    float: left;
    background: url('../img/slider-loading.gif') no-repeat center;
}



/* =============================================================================
    11. PORTFOLIO
============================================================================ */
.portfolio {
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.portfolio-filter-container {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.portfolio-filter-container li {
    float: left;
    padding-right: 5px;
}

.portfolio-filter-container li a {
    padding-right: 5px;
}

.portfolio .portfolio-image {
    width: 100%;
    position: relative;
    float: left;
}

.portfolio figcaption {
    background: #f8f8f8;
    padding: 10px;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio-category {
    width: 60px;
    height: 60px;
    float: left;
}

.portfolio-category i {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #444;
    width: 60px;
    height: 60px;
    text-align: center;
}

.grid_4 figcaption .caption-title {
    width: 237px;
    float: left;
    padding: 10px;
    border-left: 3px solid #fff;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;

    text-align: center;
}


.grid_3 figcaption .caption-title {
    width: 100%;
    padding: 10px 20px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;

    text-align: center;
}

.caption-title .title {
    font: bold 13px 'Open Sans', Arial, sans-serif;
    color: #880015;
}

.caption-title .subtitle {
    color: #333;
    font-style: italic;
}

.portfolio-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio:hover figcaption {
    background-color: #880015;
    /* IBS bordo */
    color: #fff;
}

figure.portfolio:hover .caption-title p.title,
figure.portfolio:hover .caption-title span.subtitle {
    color: #ffffff;
}

.portfolio-hover .mask {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-hover ul {
    display: block;
}

.portfolio-hover li {
    float: left;
    background: url('../img/portfolio/icon-hover.png') no-repeat;
    width: 42px;
    height: 50px;
    opacity: 1;
    top: 50%;
    margin-top: -25px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.portfolio.hexagons .portfolio-hover li {
    top: 0;
    margin-top: 0;
}

.portfolio.hexagons .caption-title {
    border: none;
}

.portfolio-hover .portfolio-zoom {
    margin-right: 4px;
    position: absolute;
    left: -42px;
}

.portfolio-hover .portfolio-zoom a {
    text-indent: -9999px;
    background: url('../img/portfolio/zoom.png') no-repeat center center;
    display: block;
    width: 42px;
    height: 50px;
}

.portfolio.hexagons .portfolio-hover .portfolio-zoom {
    margin-left: -44px;
    left: 50%;
}

.portfolio-hover .portfolio-single {
    position: absolute;
    right: -42px;
}

.portfolio.hexagons .portfolio-hover .portfolio-single {
    position: relative;
    margin-right: -44px;
    left: 50%;
}

.portfolio-hover .portfolio-single a {
    text-indent: -9999px;
    background: url('../img/portfolio/link.png') no-repeat center center;
    display: block;
    width: 42px;
    height: 50px;
}

.portfolio:hover .portfolio-hover {
    opacity: 1;
}

.portfolio:hover .portfolio-single {
    right: 50%;
    margin-right: -45px;
}

.portfolio:hover .portfolio-zoom {
    left: 50%;
    margin-left: -45px;
}

.pagination {
    float: right;
    width: 100%;
}

.pagination li {
    float: left;
    width: 33px;
    height: 33px;
    margin-right: 3px;

    background: rgb(85, 85, 85);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(85, 85, 85, 1)), color-stop(100%, rgba(68, 68, 68, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* W3C */

    border: 1px solid #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

}

.pagination li a {
    width: 33px;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}


/* PORTFOLIO HEXAGONS
----------------------------------------------------------------------------- */
.portfolio.hexagons {
    position: relative;
    float: left;
    cursor: pointer;
}

.portfolio.hexagons .portfolio-image {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.portfolio.hexagons .portfolio-image .hexagon-mask {
    background: url('../img/portfolio/hexagons/mask.png') no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.portfolio.hexagons figcaption {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    height: 100%;

    padding: 85px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: none;
}

.portfolio.hexagons .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: #fff;
    float: left;
}

.portfolio.hexagons .caption-title,
.portfolio.hexagons p {
    z-index: 100;
    position: relative;
    float: left;
}

.portfolio.hexagons .caption-title .title {
    font: bold 14px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.portfolio.hexagons .caption-title .subtitle,
.portfolio.hexagons p {
    color: #555;
}

.portfolio.hexagons .portfolio-hover {
    float: left;
    height: auto;
    display: block;
    z-index: 200;
    margin-top: 20px;
    opacity: 1;
    position: relative;
}

.portfolio.hexagons .portfolio-hover ul {
    display: table;
    position: relative;
    z-index: 200;
    margin: 0 auto;
}


.portfolio.hexagons figcaption {
    display: none;
}

.portfolio.hexagons:hover figcaption {
    display: block;
}


.portfolio-slider-1 {
    width: 620px;
    float: left;
    background: url('../img/slider-loading.gif') no-repeat center;
    min-height: 399px;
}

.portfolio-slider-1 .nivoSlider,
.portfolio-slider-2 .nivoSlider {
    margin-bottom: 0;
    min-width: 100% !important;
}

.portfolio-slider-1 .nivoSlider img {
    width: 100%;
    min-height: 400px;
    float: left;
    background: url('../img/slider-loading.gif') no-repeat center;
}

.portfolio-slider-2 {
    width: 940px;
    min-height: 399px;
    float: left;
    background: url('../img/slider-loading.gif') no-repeat center;
}

.nivo-controlNav a {
    display: block;
    width: 15px;
    height: 15px;
    background: #880015;
    text-indent: -9999px;
    float: left;
    margin-right: 3px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.portfolio-default-description {
    width: 320px;
    float: left;
    padding: 20px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;

    min-height: 399px;
}

.portfolio-default-description .title {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.portfolio-default-description h5 {
    color: #fff;
    margin-bottom: 0;
}

.portfolio-default-description span.subtitle {
    color: #fff;
    font-weight: 300;
}

.portfolio-default-description p {
    color: #fff;
    font-weight: 300;
}


/* ============================================================================
    12. BLOG
============================================================================= */
.blog-posts li.blog-post {
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.blog-posts.boxes li.blog-post {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-posts.boxes .blog-post iframe {
    min-height: 133px;
}

.blog-post .post-image {
    max-width: 100%;
    float: left;
    margin-bottom: 20px;
    opacity: 1;
}

.blog-post iframe {
    width: 100%;
    min-height: 274px;
}

.blog-post .post-image:hover {
    opacity: 0.8;
}

.post-body-container {
    float: left;
    width: 598px;
    border-left: 2px solid #880015;
    padding-left: 40px;
    margin-left: 22px;
    position: relative;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.blog-posts.boxes .post-body-container {
    width: 278px;
}

/* BLOG POSTS ON HOME PAGE AND OTHER COLUMN WIDTHS */
.grid_3.blog-post .post-body-container {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
}

.grid_3.blog-post .post-image {
    margin-bottom: 10px;
}

.grid_3.blog-post .post-category {
    display: none;
}

.grid_4.blog-post .post-body-container {
    width: 278px;
}

.grid_5.blog-post .post-body-container {
    width: 358px;
}

.grid_6.blog-post .post-body-container {
    width: 438px;
}

.grid_7.blog-post .post-body-container {
    width: 518px;
}

.grid_8.blog-post .post-body-container {
    width: 598px;
}

.grid_9.blog-post .post-body-container {
    width: 678px;
}

.grid_12.blog-post .post-body-container {
    width: 918px;

}

.post-category {
    float: left;
    top: 0;
    left: -22px;
    width: 41px;
    height: 50px;
    background: #880015;
    position: absolute;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.post-category i {
    background: url('../img/hexagon-mask.png') no-repeat 0 0;
    width: 41px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #fff;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.post-category:hover i {
    color: #fff;
}

.post-body {
    padding-top: 8px;
    width: 100%;
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
    text-transform: none;
    margin-bottom: 5px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.post-meta {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.post-meta+p {
    margin-top: 0;
}

.post-meta li {
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 8px;
    margin-right: 8px;
    line-height: 12px;
    margin-bottom: 5px;
}

.post-meta li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.post-meta span,
.post-meta a {
    line-height: 12px;
}

.post-meta span.date {
    text-transform: uppercase;
}

.post-meta .post-tags span,
.post-meta .post-tags a {
    float: left;
    padding-right: 5px;
}

/*Sticky Blog post
----------------------------------------------------------------------------- */
.blog-post.sticky h3 {
    color: #fff;
    padding-left: 5px;
}

/*Audio Blog post
----------------------------------------------------------------------------- */
.jp-jplayer {
    background: none !important;
    border: none !important;
    float: left !important;
}

.jp-audio {
    float: left !important;
    margin-bottom: 20px !important;
}

/* Link Blog post
----------------------------------------------------------------------------- */
.format-link a.link {
    background: #f0f0f0;
    padding: 5px 10px;
    width: 100%;
    display: block;
    float: left;
}

/* Blog Single
----------------------------------------------------------------------------- */
.blog-posts.blog-post-single .blog-post {
    margin-bottom: 50px;
    float: left;
}

.post-comments {
    width: 100%;
    float: left;
}

.post-comments h3 {
    background: url('../img/heading-comment.png') no-repeat 0 center;
    padding-left: 40px;
    height: 24px;
}

.comments-li {
    float: left;
    margin-bottom: 20px;
}

.comments-li>li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comment {
    float: left;
    min-height: 60px;
}

.post-comments .comment+.children {
    margin-top: 20px;
}

.post-comments .children+.children {
    margin-top: 20px;
}

/* COMMENT AVATAR
----------------------------------------------------------------------------- */

.comment .avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
}

.author-img {
    float: left;
}


/* COMMENT META
----------------------------------------------------------------------------- */
.comment .comment-meta {
    color: #777;
    font: italic 11px Arial, sans-serif;
    margin: 0 0 10px 80px;
}

.post-comments .comments-li .comment .comment-meta li {
    padding-top: 2px;
    display: block;
}

.comment .comment-meta a {
    border-bottom: none;
    font: 11px Arial, sans-serif;
    display: inline;
    margin-bottom: 3px;
    color: #777;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comment .comment-meta a.author {
    font: bold 13px Arial, sans-serif;
    color: #444;
    margin-right: 10px;
    display: block;
    float: left;
}

.comment .comment-body {
    margin-left: 80px;
}

/* BLOG POSTS CHILD COMMENT
----------------------------------------------------------------------------- */
.post-comments .children {
    margin-left: 30px;
    float: left;
    border-left: 1px solid #ddd;
    padding: 0 0 0 50px;
    background: url('../img/blog/comment-bkg.png') no-repeat 0 30px;
}


.comment-reply-link {
    float: left;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    margin-top: 10px;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.comment-reply-link:hover {
    color: #fff;
}

.comment-form,
#respond {
    float: left;
    width: 100%;
}

h5#reply-title {
    text-transform: none !important;
}

#respond form {
    margin-top: 20px;
}

#respond fieldset {
    margin-bottom: 10px;
}

#respond label {
    width: 100%;
    font: 11px Arial, sans-serif;
    color: #444;
    display: block;
    margin-bottom: 7px;
}

#respond .name-container {
    margin-right: 20px;
    float: left;
}

#respond .email-container {
    float: left;
}

#respond .name-container input,
#respond .email-container input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    height: 30px;
    width: 308px;
    font: 12px 'Open Sans', Arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color: #a9a9a9;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#respond .message {
    float: left;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#respond .message textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;

    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    font: 11px Arial, sans-serif;
    line-height: 22px;
    padding: 10px;
    color: #a9a9a9;
}

#respond #comment-reply {
    color: #fff;
    font: 12px 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    padding: 8px 15px;
    border: none;
    float: right;
    margin-top: 10px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#respond .name-container input:focus,
#respond .email-container input:focus,
#respond .message textarea:focus {
    border-color: #aaa;
}


/* ============================================================================
    13. CONTACT
============================================================================ */
.map_canvas {
    width: 100%;
    height: 470px;
}

.wpcf7 fieldset {
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7 label {
    color: #444;
    font: 11px Arial, sans-serif;
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    float: left;
}

.wpcf7-textarea,
.wpcf7-text {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.wpcf7-submit {
    border: 0px solid;
    background: #880015 !important;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;

    font: 12px 'Open Sans', Arial, sans-serif;
    text-transform: none;
    line-height: 11px;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;

    float: left;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    background: rgb(85, 85, 85);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(85, 85, 85, 1)), color-stop(100%, rgba(68, 68, 68, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(85, 85, 85, 1) 0%, rgba(68, 68, 68, 1) 100%);
    /* W3C */

    border: 1px solid #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;

}

.wpcf7-submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);

    Chrome,
    Safari4+*/ background: -webkit-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(85, 85, 85, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(68, 68, 68, 1) 0%, rgba(85, 85, 85, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(68, 68, 68, 1) 0%, rgba(85, 85, 85, 1) 100%);
    /* W3C */
}

.contact-info li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.contact-info li.address span {
    padding-left: 20px;
    float: left;
}

/* ============================================================================ 
    14. WIDGETS
============================================================================ */
.aside-left {
    width: 280px !important;
    padding-right: 20px;
    margin-bottom: 0;
}

.aside-right {
    width: 280px !important;
    padding-left: 20px;
    margin-bottom: 0;
}

.widget {
    display: block;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.widget li {
    background: url('../img/aside.png') no-repeat 0 9px;
    border-bottom: 1px dotted #ddd;
    padding-left: 28px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.widget li:last-child {
    border-bottom: none;
}

.widget .title {
    margin-bottom: 20px;
}

.widget_tag_cloud a {
    background: #444;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.widget_tag_cloud a:hover {
    color: #fff !important;
}

.widget_search .search-bkg {
    background: #fff;
    border: 1px solid #ddd !important;
    width: 100%;
    display: block;
    height: 30px;
    left: 0;
    top: 0;
}

.widget_search .search-bkg input {
    background: #fff;
    padding: 6px 10px;
    display: block;
    width: 230px;
    border: none;
}

.widget_search form {
    position: relative;
}

.widget_search .search-submit {
    background: url('../img/blog/aside-search.png') center center no-repeat;
    width: 20px;
    height: 40px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    float: left;
    cursor: pointer;
    right: 6px;
    top: -4px;
}

.widget_text li {
    border-bottom: 0;
    background: none;
    padding: 0;
}

/* WIDGET RECENT COMMENTS
-----------------------------------------------------------------------------*/
.widget_recent_comments li {
    background: url('../img/comment.png') no-repeat 0 10px;
    padding-left: 26px;
    color: #444;
}

.widget_recent_comments li:hover {
    background: url('../img/comment.png') no-repeat 0 10px;
}

.widget_recent_comments li a {
    text-decoration: underline;
    font-style: italic;
    color: #888;
}

.social-links {
    float: left;
}

.footer-widget-container .widget .social-links li {
    border: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
}

.footer-widget-container .widget .social-links li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 14px;
}

.footer-widget-container .widget .social-links li:hover a {
    color: #f5f5f5 !important;
}

/* SOCIAL FEEDS
-----------------------------------------------------------------------------*/
.social-feed li {
    padding: 0 !important;
    position: relative;
    border-bottom: 0;
    background: none;

    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: url('../img/slider-loading.gif') no-repeat center center;
}

.social-feed li a img {
    width: 40px;
    height: 40px;
}

/* ============================================================================
    15. FOOTER
============================================================================ */
.site-footer {
    background-color: #f8f8f8;
    color: #222;
    margin_top: 20px;
}

.footer-content {
    display: flex;
    justify-content: center;
    /* Ortaya hizalar */
    gap: 100px;
    /* Bölümler arası boşluk */
    padding: 15px 7px;
    flex-wrap: wrap;
}

.footer-section {
    max-width: 250px;
    text-align: left;
    /* Metin sola hizalı */
}

.footer-section h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.footer-section i {
    margin-right: 8px;
    color: #880015;
}

.site-footer a {
    color: #7a0019;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer p,
.site-footer li,
{
color: #333;
font-size: 14px;
line-height: 1.6;
text-decoration: none;
}

.footer p,
.footer h4,
.footer li {
    text-align: left;
}

.footer-bottom {
    background-color: #880015;
    text-align: center;
    padding: 15px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    font-size: 13px;
    font-family: 'Segoe UI', sans-serif;

}

.footer .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Metinleri sola hizala */
    justify-content: center;
    width: 100%;
    max-width: 250px;
    /* Blok genişliği – ihtiyaca göre ayarla */
    margin: 0 auto;
    /* Ortaya hizala */
    text-align: left;
    /* Metin sola hizalı */
}

/* ICONLAR İÇİN (Font Awesome kullanılıyorsa) */
.footer-contact i {
    margin-right: 8px;
    color: #333;
}

.footer-widget-container {
    margin-top: 40px !important;
    padding-top: 0 !important;
    border-top: none !important;
}

.footer {
    margin-top: 40px !important;
    padding-top: 0 !important;
}


.service-box i,
.service-box h4,
.service-box h3,
.service-box span,
.service-box p {
    color: #880015 !important;
    fill: #880015 !important;
}

.service-box:hover {
    background-color: #880015 !important;
}

.service-box:hover i,
.service-box:hover h4,
.service-box:hover h3,
.service-box:hover span,
.service-box:hover p {
    color: #fff !important;
    fill: #fff !important;
}

.service-box:hover h5 {
    color: #fff !important;
}

#footer-wrapper {
    padding-top: 6px;
    padding-bottom: 0px;
    background-color: #fff;
}

#footer-wrapper p,
#footer-wrapper li,
#footer-wrapper a {
    color: #333;
    font-weight: 400;
}

#footer-wrapper a:hover {
    text-decoration: underline;
}

.footer-contact-info {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 5px;
}

.footer-contact-info li,
.footer-contact-info li i {
    display: flex;
    font-size: 14px;
    color: #333;
    gap: 10px;
}

.container_12>.grid_6:nth-child(1) p {
    padding-top: 10px;
    padding-bottom: 5px;
}

#nav li a {
    position: relative;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-bottom: 5px;
    /* alt çizgi ile çakışmasın */
}


#nav li a:hover {
    color: #880015 !important;
    /* Hover sırasında metin rengi */
}

.top-bar {
    background-color: #880015;
    /* Logo bordosuyla uyumlu */
    padding: 6px 0;
    /* Üst-alt boşluk */
    text-align: center;
    width: 100%;
}

.top-bar {
    background-color: #880015;
    color: #fff;
    /* beyaz yazı */
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin: 30px;
    /* üst boşluk kaldırılır */
    margin-top: -30px !important;
    width: 100vw;
    /* Eklenmeli */
    margin-left: calc(-50vw + 50%);
    /* Eklenmeli */
    border: none;
    /* varsa sınır çizgileri silinir */
}

.top-bar p {
    font-size: 14px;
    /* mobilde okunabilir boyutta */
    color: white;
    line-height: 25px;
    word-break: break-word;
    max-width: 100%
}

.header-divider {
    height: 4px;
    background-color: #880015;
    /* Footer çizgi rengi ile aynı */
    margin: 50px;
    margin-top: 30px;
    width: 100vw;
    /* Eklenmeli */
    margin-left: calc(-50vw + 50%);
    /* Eklenmeli */
}

.header-container {
    background-color: #fff;
}

header {
    background-color: #fff;
}

.grid_8.portfolio-description {
    line-height: 1.2;
}

.news-header-container {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -70px;
}

.news-header-container img.news-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.news-title {
    position: absolute;
    bottom: 50px;
    left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #880015;
    /* Hafif koyu kırmızı arkaplan */
    padding: 10px 20px;
    border-radius: 6px;
}

.news-header-box {
    width: fit-content;
    margin: auto;
    /* Ortalar */
    padding: 12px 30px;
    background-color: #880015;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.news-header-box h3 {
    color: white !important;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}


html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff !important;
}

#nav ul>li {
    margin-right: -10px !important;
}

#nav li.language {
    padding-top: 0px;
    padding-bottom: 10px;
}

#nav li.language img {
    height: 18px;
    display: inline-block;
    margin-right: 10px !important;
    margin-top: 0px !important;
}

.note-content.mobile-only {
    display: none;
}

.custom-dropdown {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
}

.dropdown-toggle {
    width: 100%;
    background-color: #880015;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #880015;
    cursor: pointer;
    text-align: left;
}

.dropdown-toggle::after {
    content: "▼";
    float: right;
}

.dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.dropdown-menu li {
    border-top: 1px solid #880015;
}

.dropdown-menu li a {
    display: block;
    padding: 7px;
    color: #880015;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #880015;
    color: #fff;

}

.custom-dropdown,
.custom-dropdown a {
    font-weight: bold;
}

.custom-dropdown a {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-dropdown .dropdown-menu {
    display: none;
    flex-direction: column;
}

.custom-dropdown .dropdown-menu.active {
    display: flex;
}

.founder-message {
    font-size: 12px !important;
}

.service-icon {
    font-size: 20px;
    color: #880015;
    margin-right: 10px;
}

.project-page-title {
    margin-bottom: 0 !important;
}

.mep-services-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0px;
}

.mep-services-article {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* =============================================================================
    16. RESPONSIVE - MEDIA QUERIES
============================================================================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .note-content:before {
        position: absolute;
        display: block;
        content: '';
        background: url('../img/divider-darker.png') no-repeat 0 center;
        width: 62px;
        height: 17px;
        top: 50%;
        margin-top: -8px;
        left: -62px;
    }
    
    .note-content:after {
        position: absolute;
        display: block;
        content: '';
        background: url('../img/divider-darker.png') no-repeat 0 center;
        width: 62px;
        height: 17px;
        top: 50%;
        margin-top: -8px;
        right: -62px;
    }

    #content-wrapper,
    #header {
        width: 728px;
    }

    #page-wrap {
        width: 728px;
    }

    .page-title-container {
        width: 768px;
        margin-left: -20px;
    }

    #logo img {
        max-width: 150px;
        /* isteğe göre azaltılabilir */
        display: block;
        margin: 0 auto;
    }

    #logo {
        text-align: center;
        margin-bottom: 10px;
    }

    #nav-container {
        width: 90%;
        margin: 10px auto;
        display: block;
        font-size: 16px;

    }

    .top-shadow {
        width: 100%;
        float: left;
        z-index: 200;
        background-size: 100%;
    }

    #nav {
        float: none;
        margin: 0 auto;
        display: table;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }

    /* GRIDS */
    .container_12 {
        width: 708px !important;
    }

    .grid_1 {
        width: 39px !important;
    }

    .grid_2 {
        width: 98px !important;
    }

    .grid_3 {
        width: 157px !important;
    }

    .grid_4 {
        width: 216px !important;
    }

    .grid_5 {
        width: 275px !important;
    }

    .grid_6 {
        width: 334px !important;
    }

    .grid_7 {
        width: 393px !important;
    }

    .grid_8 {
        width: 452px !important;
    }

    .grid_9 {
        width: 511px !important;
    }

    .grid_10 {
        width: 570px !important;
    }

    .grid_11 {
        width: 629px !important;
    }

    .grid_12 {
        width: 688px !important;
    }

    /* NOTE
    -------------------------------------------------------------------------*/
    .note .note-content {
        max-width: 456px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /* CLIENT'S TESTIMONIAL CAROUSEL
    -------------------------------------------------------------------------*/

    /* HOME PAGES 
    --------------------------------------------------------------------------*/

    .grid_3 .clients-navigation {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .grid_3 #client-carousel li {
        width: 157px;
        min-height: 100px;
    }

    .grid_4 #client-carousel li {
        width: 216px;
        min-height: 100px;
    }

    .grid_5 #client-carousel li {
        width: 275px;
        min-height: 100px;
    }

    .grid_6 #client-carousel li {
        width: 334px;
        min-height: 100px;
    }

    .grid_7 #client-carousel li {
        width: 393px;
        min-height: 100px;
    }

    .grid_8 #client-carousel li {
        width: 452px;
        min-height: 100px;
    }

    .grid_9 #client-carousel li {
        width: 511px;
        min-height: 100px;
    }

    .grid_12 #client-carousel li {
        width: 688px;
        min-height: 100px;
    }

    .grid_3 #client-carousel .client-logo,
    .grid_4 #client-carousel .client-logo,
    .grid_5 #client-carousel .client-logo {
        margin: 0 auto 20px !important;
        float: none;
    }

    .grid_3 #client-carousel .client-text,
    .grid_4 #client-carousel .client-text,
    .grid_5 #client-carousel .client-text {
        width: 100% !important;
        float: left;
    }

    .grid_6 #client-carousel .client-text {
        width: 174px;
        float: left;
    }

    .grid_7 #client-carousel .client-text {
        width: 233px;
        float: left;
    }

    .grid_8 #client-carousel .client-text {
        width: 292px;
        float: left;
    }

    .grid_9 #client-carousel .client-text {
        width: 351px;
        float: left;
    }

    .grid_12 #client-carousel .client-text {
        width: 528px;
        float: left;
    }

    /* ABOUT  
    --------------------------------------------------------------------------*/
    .team img,
    .team-info {
        max-width: 157px;
    }

    /* SERVICES 
    --------------------------------------------------------------------------*/
    .service-box {
        min-height: 297px;
    }

    .grid_3 .service-box-hex,
    *[class*="grid_"] .grid_3 .service-box-hex {
        width: 132px;
    }

    .grid_4 .service-box-hex,
    *[class*="grid_"] .grid_4 .service-box-hex {
        width: 191px;
    }

    .grid_5 .service-box-hex,
    *[class*="grid_"] .grid_5 .service-box-hex {
        width: 250px;
    }

    .grid_6 .service-box-hex,
    *[class*="grid_"] .grid_6 .service-box-hex {
        width: 309px;
    }

    .grid_7 .service-box-hex,
    *[class*="grid_"] .grid_7 .service-box-hex {
        width: 368px;
    }

    .grid_8 .service-box-hex,
    *[class*="grid_"] .grid_8 .service-box-hex {
        width: 427px;
    }

    .grid_9 .service-box-hex,
    *[class*="grid_"] .grid_9 .service-box-hex {
        width: 486px;
    }

    .grid_12 .service-box-hex,
    *[class*="grid_"] .grid_12 .service-box-hex {
        width: 663px;
    }

    /* PAGES WITH SIDEBAR 
    ------------------------------------------------------------------------- */
    .grid_8 .image-slider {
        width: 452px;
        float: left;
        background: url('../img/slider-loading.gif') no-repeat center;
        min-height: 200px !important;
    }

    .grid_8 .nivoSlider.image-slider img {
        width: 100%;
        float: left;
        background: url('../img/slider-loading.gif') no-repeat center;
        min-height: 200px;
    }

    /* PORTFOLIO
    --------------------------------------------------------------------------*/
    .grid_4 figcaption .caption-title,
    .grid_3 figcaption .caption-title {
        width: 100%;
        border: none;
    }

    .portfolio-category {
        display: none;
    }

    .portfolio.hexagons .portfolio-image .hexagon-mask {
        background-size: 100%;
    }

    .portfolio.hexagons figcaption {
        padding: 50px 30px;
    }

    .portfolio.hexagons figcaption p.title,
    .portfolio.hexagons figcaption p.subtitle {
        display: block;
    }

    .portfolio.hexagons figcaption p {
        display: none;
    }

    .portfolio-slider-1,
    .portfolio-slider-1 .nivoSlider img {
        width: 688px;
        min-height: 443px;
    }

    .portfolio-default-description {
        min-height: 100px;
        width: 100%;
    }

    .portfolio-slider-2 {
        min-height: 293px;
    }

    .portfolio-slider-2 .nivoSlider,
    .portfolio-slider-2 .nivoSlider img {
        width: 688px;
    }

    /* BLOG 
   --------------------------------------------------------------------------*/
    .blog-posts li.blog-post {
        width: 100%;
    }

    .aside-left,
    .aside-right {
        width: 196px !important;
    }

    .grid_4.blog-post .post-body-container {
        width: 194px;
    }

    .grid_5.blog-post .post-body-container {
        width: 253px;
    }

    .grid_6.blog-post .post-body-container {
        width: 312px;
    }

    .grid_7.blog-post .post-body-container {
        width: 371px;
    }

    .grid_8.blog-post .post-body-container {
        width: 430px;
    }

    .grid_9.blog-post .post-body-container {
        width: 489px;
    }

    .grid_12.blog-post .post-body-container {
        width: 666px;
    }

    .post-body-container {
        width: 430px;
    }

    .widget_search .search-bkg {
        height: 32px;
    }

    .widget_search .search-bkg input {
        width: 140px;
    }


    /* SHORTCODES 
    ------------------------------------------------------------------------- */
    .tabs li {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;

        border-top: none;
        border-left: 1px solid #ddd;
    }

    .tabs li:first-child {
        border-top: 1px solid #ddd;
    }

    .tabs li.active:first-child {
        border-top: 1px solid #880015;
    }

    .social-links.presentation li:nth-child(4n) {
        margin-right: 5px !important;
    }

    .grid_3.social-feed li:nth-child(5n) {
        margin-right: 5px !important;
    }

    /* CONTACT 
    ------------------------------------------------------------------------- */
    .wpcf7-text {
        width: 150px;
    }

    /* FOOTER
    ------------------------------------------------------------------------- */
    .social-links li:nth-child(4n) {
        margin-right: 0 !important;
    }

    #footer-wrapper {
        width: 788px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    #content-wrapper,
    #header {
        width: 440px;
    }

    #page-wrap {
        width: 440px;
    }

    .page-title-container {
        width: 480px;
        margin-left: -20px;
    }

    #logo {
        float: none;
        margin: 0 auto 30px;
    }

    .top-shadow {
        background-size: 100%;
        float: left;
        z-index: 200;
        width: 100%;
    }

    #nav-container #nav {
        display: none;
    }

    #nav-container {
        width: 100%;
    }

    #nav-container select {
        display: block;
        width: 380px;
        margin-top: 12px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 12px;
        height: 28px;
        background: #880015;
        border: 1px solid #ececec;
        color: #fff;
        font: italic 12px Arial, sans-serif;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }

    /* GRIDS */
    .container_12 {
        width: 420px !important;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        width: 400px !important;
    }

    .container_12 [class*="grid_"] [class*="grid_"] {
        margin-left: 0 !important;
    }

    .omega {
        margin-left: 0;
    }

    .page-title .title {
        display: table;
        margin: 0 auto 10px;
        float: none;
    }

    .breadcrumbs {
        float: none;
        display: table;
        margin: 0 auto;
    }

    /* NOTE
   -------------------------------------------------------------------------*/
    .note .note-content {
        max-width: 200px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /* PRICING TABLES
    ------------------------------------------------------------------------- */
    .pricing-table-col.labels {
        display: none;
    }

    .pricing-table-col {
        width: 100%;
    }

    .pricing-table-col .label {
        display: block;
        width: 100%;
        font-weight: bold;
        color: #444;
    }

    .pricing-table-col li {
        height: auto;
    }

    /* CLIENT'S TESTIMONIAL CAROUSEL
    -------------------------------------------------------------------------*/
    .grid_3 .clients-navigation {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .grid_3 #client-carousel li,
    .grid_4 #client-carousel li,
    .grid_5 #client-carousel li,
    .grid_6 #client-carousel li,
    .grid_7 #client-carousel li,
    .grid_8 #client-carousel li,
    .grid_9 #client-carousel li,
    .grid_12 #client-carousel li {
        width: 400px;
        min-height: 127px;
    }

    .grid_3 #client-carousel .client-text,
    .grid_4 #client-carousel .client-text,
    .grid_5 #client-carousel .client-text,
    .grid_6 #client-carousel .client-text,
    .grid_7 #client-carousel .client-text,
    .grid_8 #client-carousel .client-text,
    .grid_9 #client-carousel .client-text,
    .grid_12 #client-carousel .client-text {
        width: 240px;
        float: left;
    }


    /* ABOUT  
    --------------------------------------------------------------------------*/
    .team img,
    .team-info {
        width: 100%;
        float: left;
    }

    .team img {
        margin-bottom: 20px;
        margin-right: 0;
    }

    /* SERVICES 
    --------------------------------------------------------------------------*/
    .service-box {
        min-height: 50px;
        width: 100%;
    }

    .grid_3 .service-box-hex,
    *[class*="grid_"] .grid_3 .service-box-hex,
    .grid_4 .service-box-hex,
    *[class*="grid_"] .grid_4 .service-box-hex,
    .grid_5 .service-box-hex,
    *[class*="grid_"] .grid_5 .service-box-hex,
    .grid_6 .service-box-hex,
    *[class*="grid_"] .grid_6 .service-box-hex,
    .grid_7 .service-box-hex,
    *[class*="grid_"] .grid_7 .service-box-hex,
    .grid_8 .service-box-hex,
    *[class*="grid_"] .grid_8 .service-box-hex,
    .grid_9 .service-box-hex,
    *[class*="grid_"] .grid_9 .service-box-hex,
    .grid_12 .service-box-hex,
    *[class*="grid_"] .grid_12 .service-box-hex {
        width: 375px;
    }


    /* PAGES WITH SIDEBAR 
    ------------------------------------------------------------------------- */
    .grid_8 .image-slider {
        width: 400px;
        float: left;
        background: url('../img/slider-loading.gif') no-repeat center;
        min-height: 177px !important;
    }

    .grid_8 .nivoSlider.image-slider img {
        width: 100%;
        float: left;
        background: url('../img/slider-loading.gif') no-repeat center;
        min-height: 177px;
    }

    /* PORTFOLIO
    --------------------------------------------------------------------------*/

    .portfolio-image img {
        width: 400px;
        height: auto;
    }

    .grid_4 figcaption .caption-title,
    .grid_3 figcaption .caption-title {
        width: 100%;
        border: none;
    }

    .portfolio-category {
        display: none;
    }

    .portfolio.hexagons .portfolio-image .hexagon-mask {
        background-size: 100%;
    }

    .portfolio.hexagons figcaption {
        padding: 100px 30px;
    }

    .portfolio.hexagons figcaption p.title,
    .portfolio.hexagons figcaption p.subtitle {
        display: block;
    }

    .portfolio.hexagons figcaption p {
        display: block;
    }

    .portfolio-slider-1,
    .portfolio-slider-1 .nivoSlider img {
        width: 400px;
        min-height: 258px;
    }

    .portfolio-default-description {
        min-height: 100px;
        width: 100%;
    }

    .portfolio-slider-2 {
        min-height: 170px;
    }

    .portfolio-slider-2 .nivoSlider,
    .portfolio-slider-2 .nivoSlider img {
        width: 400px;
    }

    /* BLOG 
   --------------------------------------------------------------------------*/
    .blog-posts li.blog-post {
        width: 100%;
    }

    .aside-left,
    .aside-right {
        width: 400px !important;
        padding: 0;
    }

    .blog-post .post-image img {
        width: 400px;
    }

    .grid_4.blog-post .post-body-container,
    .grid_5.blog-post .post-body-container,
    .grid_6.blog-post .post-body-container,
    .grid_7.blog-post .post-body-container,
    .grid_8.blog-post .post-body-container,
    .grid_9.blog-post .post-body-container,
    .grid_12.blog-post .post-body-container,
    .post-body-container {
        width: 378px;
    }

    .widget_search .search-bkg {
        height: 32px;
    }

    .widget_search .search-bkg input {
        width: 340px;
    }


    /* SHORTCODES 
    ------------------------------------------------------------------------- */
    .tabs li {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;

        border-top: none;
        border-left: 1px solid #ddd;
    }

    .tabs li:first-child {
        border-top: 1px solid #ddd;
    }

    .tabs li.active:first-child {
        border-top: 1px solid #880015;
    }

    .social-links.presentation li:nth-child(4n) {
        margin-right: 5px !important;
    }

    .grid_3.social-feed li:nth-child(5n) {
        margin-right: 5px !important;
    }

    /* CONTACT 
    ------------------------------------------------------------------------- */
    .wpcf7-text {
        width: 150px;
    }

    /* FOOTER
    ------------------------------------------------------------------------- */
    .social-links li:nth-child(4n) {
        margin-right: 10px !important;
    }

    #footer-wrapper {
        width: 480px;
    }

    .copyright-container p {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .footer-contact-info {
        display: table;
        float: none;
        margin: 10px auto 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    #content-wrapper,
    #header {
        width: 280px;
    }

    #page-wrap {
        width: 280px;
    }

    .page-title-container {
        width: 320px;
        margin-left: -20px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }

    /* GRIDS */
    .container_12 {
        width: 260px !important;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        width: 240px !important;
    }

    .container_12 [class*="grid_"] [class*="grid_"] {
        margin-left: 0 !important;
    }

    .omega {
        margin-left: 0px;
    }

    .alpha.omega {
        margin-right: 0;
        margin-left: 0;
    }

    #logo {
        float: none;
        margin: 0 auto 30px;
    }

    .top-shadow {
        background-size: 100%;
        float: left;
        z-index: 200;
        width: 100%;
    }

    #nav-container #nav {
        display: none;
    }

    #nav-container {
        width: 100%;
    }

    #nav-container select {
        display: block;
        width: 240px;
        margin-top: 12px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 12px;
        height: 28px;
        background: #880015;
        border: 1px solid #ececec;
        color: #fff;
        font: italic 12px Arial, sans-serif;
    }

    .page-title .title {
        display: table;
        margin: 0 auto 10px;
        float: none;
    }

    .breadcrumbs {
        float: left;
    }

    /* NOTE
   -------------------------------------------------------------------------*/
    .note .note-content {
        max-width: 200px;
    }

    .note-content:before,
    .note-content:after {
        background: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .blog-portfolio-tabs .buttons {
        padding: 0;
    }

    .blog-portfolio-tabs .buttons span.label {
        display: none;
    }

    /* pricing tables
    ------------------------------------------------------------------------- */
    .pricing-table-col.labels {
        display: none;
    }

    .pricing-table-col {
        width: 100%;
    }

    .pricing-table-col .label {
        display: block;
        width: 100%;
        font-weight: bold;
        color: #444;
    }

    .pricing-table-col li {
        height: auto;
    }


    /* CLIENT'S TESTIMONIAL CAROUSEL
    -------------------------------------------------------------------------*/
    .grid_3 .clients-navigation {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .grid_3 #client-carousel li,
    .grid_4 #client-carousel li,
    .grid_5 #client-carousel li,
    .grid_6 #client-carousel li,
    .grid_7 #client-carousel li,
    .grid_8 #client-carousel li,
    .grid_9 #client-carousel li,
    .grid_12 #client-carousel li {
        width: 240px;
        min-height: 100px;
    }

    .grid_3 #client-carousel .client-text,
    .grid_4 #client-carousel .client-text,
    .grid_5 #client-carousel .client-text,
    .grid_6 #client-carousel .client-text,
    .grid_7 #client-carousel .client-text,
    .grid_8 #client-carousel .client-text,
    .grid_9 #client-carousel .client-text,
    .grid_12 #client-carousel .client-text {
        width: 240px;
        float: left;
    }

    #client-carousel .client-logo {
        display: table;
        margin: 0 auto 20px;
        float: none;
    }


    /* ABOUT  
    --------------------------------------------------------------------------*/
    .team img,
    .team-info {
        width: 100%;
        float: left;
    }

    .team img {
        margin-bottom: 20px;
        margin-right: 0;
    }

    /* SERVICES 
    --------------------------------------------------------------------------*/
    .box1 {
        width: 240px;
    }

    .service-box {
        min-height: 50px;
        width: 100%;
    }

    .grid_3 .service-box-hex,
    *[class*="grid_"] .grid_3 .service-box-hex,
    .grid_4 .service-box-hex,
    *[class*="grid_"] .grid_4 .service-box-hex,
    .grid_5 .service-box-hex,
    *[class*="grid_"] .grid_5 .service-box-hex,
    .grid_6 .service-box-hex,
    *[class*="grid_"] .grid_6 .service-box-hex,
    .grid_7 .service-box-hex,
    *[class*="grid_"] .grid_7 .service-box-hex,
    .grid_8 .service-box-hex,
    *[class*="grid_"] .grid_8 .service-box-hex,
    .grid_9 .service-box-hex,
    *[class*="grid_"] .grid_9 .service-box-hex,
    .grid_12 .service-box-hex,
    *[class*="grid_"] .grid_12 .service-box-hex {
        width: 215px;
    }


    /* PAGES WITH SIDEBAR 
    ------------------------------------------------------------------------- */
    .grid_8 .image-slider {
        width: 240px;
        float: left;
        background: url('../img/slider-loading.gif') no-repeat center;
        min-height: 106px !important;
    }

    .grid_8 .nivoSlider.image-slider img {
        width: 100%;
        float: left;
        background: url('../img/slider-loading.gif') no-repeat center;
        min-height: 106px;
    }

    /* PORTFOLIO
    --------------------------------------------------------------------------*/
    .section-title a.read-more {
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .portfolio-image img {
        width: 400px;
        height: auto;
    }

    .grid_4 figcaption .caption-title,
    .grid_3 figcaption .caption-title {
        width: 100%;
        border: none;
    }

    .portfolio-category {
        display: none;
    }

    .portfolio.hexagons .portfolio-image .hexagon-mask {
        background-size: 100%;
    }

    .portfolio.hexagons figcaption {
        padding: 60px 30px;
    }

    .portfolio.hexagons figcaption p.title,
    .portfolio.hexagons figcaption p.subtitle {
        display: block;
    }

    .portfolio.hexagons figcaption p {
        display: none;
    }

    .portfolio-slider-1,
    .portfolio-slider-1 .nivoSlider img {
        width: 240px;
        min-height: 155px;
    }

    .portfolio-default-description {
        min-height: 100px;
        width: 100%;
    }

    .portfolio-slider-2 {
        min-height: 102px;
    }

    .portfolio-slider-2 .nivoSlider,
    .portfolio-slider-2 .nivoSlider img {
        width: 240px;
    }

    /* BLOG 
   --------------------------------------------------------------------------*/
    .comment .comment-body {
        max-width: 160px;
    }

    .post-comments .children {
        margin-left: 15px;
        padding: 0 0 0 30px;
    }

    .blog-posts li.blog-post {
        width: 100%;
    }

    .aside-left,
    .aside-right {
        width: 240px !important;
        padding: 0;
    }

    .blog-post .post-image img {
        width: 400px;
    }

    .grid_4.blog-post .post-body-container,
    .grid_5.blog-post .post-body-container,
    .grid_6.blog-post .post-body-container,
    .grid_7.blog-post .post-body-container,
    .grid_8.blog-post .post-body-container,
    .grid_9.blog-post .post-body-container,
    .grid_12.blog-post .post-body-container,
    .post-body-container {
        width: 218px;
    }

    .widget_search .search-bkg {
        height: 32px;
    }

    .widget_search .search-bkg input {
        width: 190px;
    }

    #respond .name-container input,
    #respond .email-container input {
        width: 200px;
    }


    /* SHORTCODES 
    ------------------------------------------------------------------------- */
    .tabs li {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;

        border-top: none;
        border-left: 1px solid #ddd;
    }

    .tabs li:first-child {
        border-top: 1px solid #ddd;
    }

    .tabs li.active:first-child {
        border-top: 1px solid #880015;
    }

    .social-links.presentation li:nth-child(4n) {
        margin-right: 5px !important;
    }

    .grid_3.social-feed li:nth-child(5n) {
        margin-right: 5px !important;
    }

    /* CONTACT 
    ------------------------------------------------------------------------- */
    .wpcf7-text {
        width: 150px;
    }

    /* FOOTER
    ------------------------------------------------------------------------- */
    .social-links li:nth-child(4n) {
        margin-right: 10px !important;
    }

    .copyright-container p {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .footer-contact-info {
        display: table;
        float: none;
        margin: 10px auto 0;
    }

    #footer-wrapper {
        width: 320px;
    }
}

@media only screen and (max-width: 768px) {
    #header {
        display: block !important;
    }

    #logo {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    #logo img {
        max-width: 160px;
        height: auto;
    }

    #nav-container {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    #nav-responsive {
        width: 90%;
        max-width: 280px;
        margin: 0 auto;
        font-size: 16px;
        padding: 8px;
        display: block;
    }

    .container_12>.grid_12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* opsiyonel */
        gap: 20px;
    }

    .container_12>.grid_12 .service-box {
        width: 90%;
        /* veya 100% */
    }

    .grid_4,
    .grid_4.alpha,
    .grid_4.omega {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 auto 20px auto !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .portfolio {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .portfolio-image {
        width: 100%;
        display: block;
    }

    .portfolio-image img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .caption-title {
        padding: 5px;
        text-align: center;
    }

    .section-title-flex {
        display: block !important;
        text-align: center;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .left-title {
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

    .right-link {
        font-size: 14px;
        display: none;
        text-align: right;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .grid_12.clearfix {
        margin-bottom: 30px !important;

    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 0 20px;
        padding-bottom: 10px;
    }

    .footer-section {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: -10px;
    }

    .footer-section h4 {
        font-size: 12px;
    }

    .footer-section p {
        font-size: 12px;
    }

    .footer-bottom {
        font-size: 12px;
        padding: 10px 5px;
    }

    .footer {
        padding-bottom: 20px !important;
        /* 40-50 yerine 20 yeterli olabilir */
    }

    .section-padding {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .service-box {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

/* Mobil görünüm */
@media only screen and (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    article.grid_12.note {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
        clear: both !important;
        margin-bottom: 40px !important;
    }

    .note-content.mobile-only {
        text-align: center !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .note-content.mobile-only {
        display: block !important;
        margin: 0 auto 10px auto !important;
        /* Alt boşluk eklendi */
        text-align: center !important;
        clear: both !important;
        padding: 10px 10px !important;
    }

    .note-content.mobile-only h3,
    .note-content.mobile-only p {
        margin-bottom: 10px;
        font-size: 18px !important;
        /* Daha küçük font */
        letter-spacing: -0.5px;
        white-space: wrap !important;
        /* Satır kaymasını engeller */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .service-box {
        clear: both;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .projects-preview {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
}

#content-wrapper {
    margin-bottom: 40px;
}

.about-page .footer-widget-container {
    margin-top: 80px !important;
}

@media screen and (max-width: 768px) {

    .founder-message,
    #founder-block,
    .message-founder,
    blockquote {
        margin-top: 20px !important;
        margin-left: 20px !important;
        margin-bottom: 40px !important;
    }

    .news-header-box {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .blockquote {
        margin-left: -20px !important;
        margin-top: 0px !important;
        margin-bottom: 40px !important;
    }

    .grid_12.clearfix {
        margin-bottom: -10px !important;
        margin-top: -20px !important;

    }

    .left-title {
        margin-bottom: -20px !important;
        margin-top: -15px !important;
    }

    .right-link {
        margin-bottom: 0px !important;
        margin-top: 30px !important;
    }

}

@media (min-width: 769px) {
    .custom-dropdown {
        display: none;
    }
}

/* 1. Başlık ve alt başlığı hizala */
.page-title .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap;

}

.page-title .title h1 {
    font-size: 28px;
    color: #880015;
    margin: 0;
    font-weight: 700;
    margin-bottom: 5px;
}

.page-title .title .subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* 2. Breadcrumb yapısını mobil için düzenle */
.page-title .breadcrumbs {
    margin: 0;
    padding-right: 50px;
    font-size: 14px;
}

.breadcrumbs li {
    display: inline;
    margin-left: 5px;
}


.page-title .breadcrumbs li:last-child::after {
    content: "";
}

.page-title .breadcrumbs li.active {
    font-weight: bold;
    color: #880015;
}

@media (max-width: 768px) {
    .page-title {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 7px;
        margin-top: 15px;

    }

    .page-title .title h1 {
        font-size: 15px;
        margin-top: -20px;
    }

    .page-title .breadcrumbs {
        font-size: 13px;
        margin-top: -20px;
        padding-left: 0;
        margin-bottom: -10px;
    }
}

/* Alt menü (dropdown) hover alt çizgilerini kaldırır */
#nav ul ul li a {
    text-decoration: none !important;
    border-bottom: none !important;
}

#nav ul ul li a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Eğer alt çizgi ::after ile geliyorsa bunu da engeller */
#nav ul ul li a::after {
    display: none !important;
}

.mep-top-boxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: flex-start;
}

.mep-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    flex: 1;
    box-sizing: border-box;
}

.mep-box {
    background-color: #f9f9f9;
    border-left: 5px solid #880015;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.mep-box h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #880015;
}

.mep-box ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.mep-box li {
    margin-bottom: 6px;
    font-size: 0.95em;
}

.mep-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .page-projects .founder-message>div {
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 10px !important;
        font-style: italic;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .page-projects .founder-message h3 {
        color: #880015 !important;
        font-size: 14px;
        line-height: 1.6;
    }

    .page-projects .founder-message p {
        color: #222 !important;
        font-size: 14px;
        line-height: 1.6;
    }

    .page-projects .founder-message span {
        color: #880015 !important;
        font-size: 14px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 768px) {
    body.page-mep .mep-box {
        margin: 10px 0 10px 8px !important;
        padding: 15px 10px 15px 18px !important;
        float: none !important;
        display: block;
        clear: both;
        box-sizing: border-box;
        margin-bottom: 10px !important;
    }

    body.page-mep .mep-box h3 {
        margin-top: 0;
        font-size: 1.1em;
    }

    body.page-mep .mep-box ul {
        padding-left: 18px;
    }

    body.page-mep .grid_4 {
        margin-top: 50px !important;
        /* Kutular ile yazı arasını yakınlaştırır */
        margin-left: -5px !important;

    }
}

@media (max-width: 768px) {
    body.page-mep .grid_4>div {
        margin-top: -120px !important;
        margin-left: 20px !important;
    }

    body.page-mep blockquote {
        margin-top: -20px !important;
        margin-left: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: left !important;
    }
}

#map {
    height: 320px;
    width: 100%;
}

@media only screen and (max-width: 768px) {

    .grid_4 {
        width: 100% !important;
        margin: 0 auto 30px auto !important;
        float: none !important;
    }

    #map {
        height: 280px;
        width: 100% !important;
        margin: 20px auto !important;
        margin-top: -60px !important;
    }

    form.wpcf7 {
        padding: 0 10px;
    }

    form.wpcf7 fieldset {
        margin-bottom: 15px;
    }

    form.wpcf7 input[type="text"],
    form.wpcf7 input[type="email"],
    form.wpcf7 textarea {
        width: 100% !important;
        font-size: 14px !important;
        padding: 8px 10px !important;
        box-sizing: border-box;
    }

    form.wpcf7 label {
        font-size: 14px;
    }

    .wpcf7-submit {
        width: 100%;
        font-size: 16px;
        padding: 10px;
        background: #880015;
        color: #fff;
        border: none;
        border-radius: 4px;
    }

    .contact-info li {
        line-height: 1.5em;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact-info i {
        vertical-align: middle;
        margin-right: 8px;
    }

    .contact-info-section {
        margin-bottom: 0px;
    }

    .contact-info-section h3 {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: bold;
    }

    /* Liste aralıklarını sıkılaştır */
    .contact-info {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .contact-info li {
        line-height: 1.3em;
        font-size: 13px;
        margin-bottom: 5px;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {

    /* Tüm başlıklar */
    h2,
    h3,
    strong {
        font-size: 14px !important;
        margin-top: 10px;
        margin-bottom: 6px;
    }

    /* Paragraflar */
    p,
    li {
        font-size: 13px !important;
        margin-bottom: 4px !important;
        line-height: 1.4 !important;
    }

    /* Contact Info bloğu */
    .contact-info,
    .contact-info li {
        padding: 0 !important;
        margin: 0 0 5px 0 !important;
    }

    .contact-info i {
        margin-right: 6px !important;
        vertical-align: middle !important;
    }

    /* Genel boşluk azaltma */
    .container_12,
    .grid_4 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    /* Submit buton boyutu */
    .wpcf7-submit {
        font-size: 14px !important;
        padding: 8px !important;
    }
}

.section-title {
    font-size: 14px;
    color: #880015;
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {

    .contact-wrapper,
    .grid_4,
    .container_12,
    .content-wrapper,
    article.grid_4 {
        margin-top: -20px !important;
        padding-top: 10px !important;
    }

    #contact-info,
    .contact-info,
    .footer-section {
        margin-top: -10px !important;
    }
}

.portfolio-description {
    max-width: 500px;
    /* İsteğe göre 600-750px arası ayarlayabilirsiniz */
    word-break: break-word;
}

@media (max-width: 768px) {
    .portfolio-description {
        max-width: 90%;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .page-title-container {
        padding-bottom: 0 !important;
        margin-bottom: 35px !important;
        margin-top: -15px !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .container_12.grid_12 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .slogan {
        font-size: 0.5em !important;
        line-height: 1.4 !important;
        padding: 6px 10px !important;
        white-space: normal !important;
        text-align: center !important;
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .portfolio-description p,
    .portfolio-description li {
        font-size: 13.5px;
        line-height: 1.6;
    }
}

.footer-line-full::after {
    content: "";
    display: block;
    width: 100vw;
    height: 4px;
    background-color: #880015;
    margin: 0 auto;
    margin-left: -50px;
}

@media screen and (max-width: 768px) {
    .container_12 article.grid_4 blockquote {
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .footer-section h4 {
        margin-top: 15px !important;
    }
}

.leaflet-control-attribution .leaflet-attribution-flag {
    display: none !important;
}

.leaflet-container .leaflet-control-attribution {
    font-size: 8px !important;
    color: #f2f2f2 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 5px !important;
}

@media (max-width: 768px) {
    .blog-post {
        margin-bottom: 15px;
        /* Dikey boşluğu azaltır */
    }

    .post-body,
    .post-meta {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .blog-post {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .blog-post>div[style*="margin-top"] {
        margin-top: 10px !important;
    }

    .project-item>div[style*="margin-top"] {
        margin-top: 10px !important;
    }

    /* ===== MEP Services Responsive Fix (no HTML edit) ===== */
    .mep-services-container {
        display: flex;
        align-items: stretch;
        gap: 0px;
    }

    .mep-services-article {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    /* Masaüstü hizalamasını korur */
    .mep-services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* Varsayılan kutu boyutu */
    .mep-services .mep-box {
        width: 48%;
        background: #fff;
        padding: 25px;
        border-radius: 8px;
    }

    /* ➤ Inline marginleri geçersiz kılıyoruz */
    .mep-services .mep-box {
        margin: 20px 0 !important;
    }
}

/* Mobil için tam genişlik */
@media(max-width: 768px) {
    .container_12 {
        flex-direction: column;
    }

    .mep-services-article {
        margin: 0;
        margin-top: -10px;
    }

    .mep-services {
        display: block;
        padding: 0;
        margin: 0;
    }

    .mep-services .mep-box {
        width: 100% !important;
        margin: 15px 0 !important;
        padding: 20px 18px !important;
    }
}

/* Ekstra küçük cihazlar */
@media(max-width: 480px) {
    .mep-services .mep-box h3 {
        font-size: 16px !important;
    }

    .mep-services .mep-box li {
        font-size: 14px !important;
        line-height: 20px;
    }
}

/* Mobile fix for intro note section */
@media (max-width: 768px) {

    .note {
        padding: 0 15px !important;
    }

    .note-content.mobile-only,
    .note-content.desktop-only {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .note-content.mobile-only h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        /* En kritik düzeltme */
        word-wrap: break-word !important;
    }

    .note-content.mobile-only p {
        font-size: 15px !important;
        line-height: 1.45 !important;
        padding: 0 10px !important;
    }
}

/* Çok küçük ekranlar için (iPhone SE vb.) */
@media (max-width: 420px) {
    .note-content.mobile-only h3 {
        font-size: 18px !important;
    }
}

/* --- MOBILE FIX: Kundenfeedback görünürlüğü ve hizalama --- */
@media only screen and (max-width: 768px) {

    /* Kundenfeedback kutusunu açıklamanın altına al */
    .founder-message {
        clear: both !important;
        float: none !important;
        width: 100% !important;
        margin: 40px 0 0 0 !important;
        padding: 0 !important;

    }

    /* İç kutu varsa negatif marginleri iptal et */
    .founder-message>div {
        margin: 0 !important;
        padding: 0 20px;
        /* sağ & sol içerik boşluğu */
        box-sizing: border-box;
        margin-bottom: 30px !important;
    }

    /* Başlık hizalama düzeltme */
    .founder-message h3 {
        text-align: left !important;
    }
}

@media (max-width: 768px) {

    p strong,
    .founder-message strong,
    .note-content strong,
    .portfolio-description strong {
        font-weight: bold !important;
        font-size: 1em !important;
    }
}

/* Mobilde projeler arasındaki kaymayı düzelt */
@media (max-width: 768px) {
    article .section-title-flex+div[style] {
        margin-top: 0 !important;
    }

    /* Proje kartlarının dikey hizasını eşitle */
    .grid_4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    /* Ortadaki proje için ekstra düzeltme */
    .grid_4:nth-child(2) {
        margin-top: 20px !important;
    }
}

