/*
Theme Name: Ozkorkmaz
Theme URI: http://www.ozkorkmaz.com.tr
Description: TwentyEleven child-theme
Author: Barolin & Spencer Marketing Communications
Version: 0.0.1
Template: twentyeleven
Tags: two-columns, right-sidebar, custom-header, custom-colors, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url(phone-css.css);

/*div {border: 1px solid red}


/* Reset ================================================================================= */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font: 12px arial, helvetica, sans-serif;
    color: #444;
    text-align: center;
    line-height: 16px;
    padding: 0;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #1768a6;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

:focus {
    outline: 0;
}


/*div {border:1px solid red}*/


/* Headings */

h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.15;
    font-style: normal;
}

h2 {
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: .45em;
    font-style: normal;
}

h3 {
    font-size: 1.35em;
    line-height: 1.25;
    margin-bottom: .45em;
    font-style: normal;
}

h4 {
    font-size: 1.05em;
    line-height: 1.35;
    margin-bottom: .45em;
    font-style: normal;
}

h5 {
    font-size: 1.05em;
    line-height: 1.35;
    margin-bottom: .45em;
    font-style: normal;
}

h6 {
    font-size: 1em;
    line-height: 1.35;
    margin-bottom: 1em;
    font-style: normal;
}


/* Forms */

form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}


/* Table */

table {
    border: 0;
    /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

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


/* Content */

p {
    margin: 0 0 1em;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

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

small {
    font-size: 1em;
}

big {
    font-size: 1.15em;
}


/*sup           { font-size:1em; vertical-align:top; }*/


/* Lists */

ul,
ol {
    list-style: none;
}


/* Tools */

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.assistive-text {
    display: none;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}


/* Forms */

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    color: #888;
}

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=url]:focus,
    input[type=number]:focus,
    textarea:focus {
        color: #373737;
    }

textarea {
    padding-left: 3px;
    width: 98%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
    padding: 3px;
}

input#s {
    background: url(../images/sprite.gif) no-repeat 5px -130px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
    width: 75%;
}

input#searchsubmit {
    display: none;
}


/* Global Styles ========================================================================= */


/* Form Elements */

input,
select,
textarea,
button {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
}

    input.input-text,
    select,
    textarea {
        background: #ccc;
        margin-bottom: 5px;
        border: none;
    }

    input.input-text,
    textarea {
        padding: 5px;
    }

select {
    padding: 1px;
}

    select option {
        padding-right: 4px;
    }

    select.multiselect option {
        border-bottom: 1px solid #b6b6b6;
        padding: 1px 5px;
    }

        select.multiselect option:last-child {
            border-bottom: 0;
        }

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em !important;
}


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


/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Images */

img.attachment-page-featured {
    max-width: 98% !important;
    /* Fluid images for posts, comments, and widgets */
    margin-left: 12px;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.attachment-page-featured {
    max-width: 100%;
    padding: 0;
    border: none !important;
    width: auto;
    /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}

p img,
.wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    background: none;
    margin-bottom: 1.625em;
}

    .wp-caption img {
        border: none;
        border-top: 6px solid #DB4F60;
        display: block;
        margin: 0 auto;
        max-width: 98%;
        padding: 0;
    }

    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .wp-caption .wp-caption-text {
        margin-bottom: 0.6em;
        padding: 10px 0 5px 40px;
        position: relative;
    }

        .wp-caption .wp-caption-text:before {
            color: #666;
            content: '\2014';
            font-size: 14px;
            font-style: normal;
            font-weight: bold;
            margin-right: 5px;
            position: absolute;
            left: 10px;
            top: 7px;
        }

#content .gallery {
    margin: 0 auto 1.625em;
}

    #content .gallery a img {
        border: none;
    }

img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}

#content .gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;
}

    #content .gallery-columns-4 .gallery-item img {
        width: 100%;
        height: auto;
    }

.entry-content .addthis_default_style {
    float: right;
    width: 145px;
    text-align: right;
    margin-top: -40px;
}


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


/* Structure */

#page {
    margin: 0 auto;
    border: none;
    padding: 0;
    background: #d6d6d6 url(../images/sprite.gif) 0 -260px repeat-x;
    text-align: left;
    max-width: none;
}

#main {
    background: none;
    overflow: auto;
    padding: 0 2em;
    max-width: 984px;
    margin: 0 auto;
    transition: all 0.5s ease;
}

#primary {
    background: #fff;
    margin: 0;
    max-width: 764px;
    padding: 0 0 0 2.5%;
    width: 77.5%;
}

#content {
    min-height: 820px;
}

#secondary {
    margin: 0;
    width: 19%;
}

.nav-container {
    float: left;
    padding: 16px 0 0 0;
    width: 21%;
}

#main #content {
    width: 76%;
    float: right;
    padding: 0;
    margin: 0;
    background: url(../images/vdo_bg_left.gif) repeat-y top left;
}

.error404 #primary {
    float: left;
}

    .error404 #primary #content {
        float: right;
        width: 76%;
        margin: 0;
    }

#content-footer {
    width: 76%;
    float: right;
    text-align: right;
    padding: 10px 0;
    margin-bottom: 0;
    background: url(../images/sprite.gif) repeat-y top left;
}

body .hentry,
.error404.page .error404 {
    padding: 0 !important;
    margin: 0 8px 0px 20px;
}

.search .hentry,
.search .no-results {
    margin: 0 0 0 24px;
    padding: 0 24px;
}

body .hentrys,
.error404.page .error404 {
    padding: 0 !important;
    margin: 0 8px 0px 20px;
}

.search .hentrys,
.search .no-results {
    margin: 0 0 0 24px;
    padding: 0 24px;
}

.breadcrumbs {
    padding: 10px 24px;
}

.entry-content,
.entry-summary,
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.archivelist {
    margin: 24px 24px 0;
    padding: 10px;
    background: #ebebeb;
}

    .archivelist ul {
        margin: 20px 0 0;
        list-style: none;
    }

        .archivelist ul li {
            display: inline;
            border-right: 1px solid #fff;
            padding-right: 10px;
            margin-right: 10px;
        }

            .archivelist ul li:last-child {
                border: 0;
            }


/* Slider */

#main div.anythingSlider-minimalist-square {
    padding: 0;
    margin-right: 0;
    margin-left: 24px;
    height: 400px;
    overflow: hidden;
}

#main .anythingWindow ul {
    height: 400px;
    width: 555px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0;
}

#main div.anythingSlider-minimalist-square.activeSlider .anythingWindow {
    border: none !important;
}

#main div.anythingSlider-minimalist-square img {
    border: none;
    padding: 0;
}

#main div.anythingSlider-minimalist-square .anythingControls {
    float: right;
    position: absolute;
    bottom: 3%;
    right: 8%;
    z-index: 100;
    opacity: .75;
    filter: alpha(opacity=75);
}

    #main div.anythingSlider-minimalist-square .anythingControls ul a {
        display: block;
        height: 10px;
        width: 10px;
        margin: 3px;
    }

#main div.anythingSlider-minimalist-square.activeSlider .anythingControls ul a {
    background: url(../images/pagination.png);
    width: 14px;
    height: 14px;
    border: none;
}

    #main div.anythingSlider-minimalist-square.activeSlider .anythingControls ul a:hover,
    #main div.anythingSlider-minimalist-square.activeSlider .anythingControls ul a.cur {
        background: url(../images/pagination_current.png) no-repeat 0px -15px;
        border: none;
    }

#maindiv.anythingWindow img {
    max-width: 555px;
}

#main .anythingControls ul li {
    background-image: none;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}


/*Footer */

#supplementary {
    margin: 20px auto;
    font-size: 11px;
    line-height: 13px;
    color: #7F7F7F;
    border: none;
    background: #fff;
    text-align: center;
}

    #supplementary li {
        display: inline;
        padding: 0 5px 0 0;
        margin: 0 3px 0 0;
        font-size: 11px;
    }

.footer-links .sign-off {
    margin-right: 40px !important;
    border: none;
}

.footer-links li {
    border-right: 1px solid #ccc;
}

    .footer-links li.last {
        border: none;
    }

.footer-links a {
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
    font-size:130%;
    font-weight:bold;
}

    .footer-links a:hover {
        text-decoration: none;
        color: #000;
    }


/* Header */

#branding {
    border: none;
    padding: 0 2em;
    max-width: 984px;
    margin: 0 auto;
    z-index: 10;
}

    #branding hgroup {
        margin: 0;
        width: 320px;
        float: left;
    }

    #branding #searchform {
        top: 3em;
        right: 0;
    }

    #branding #s:focus {
        background-color: #F9F9F9;
        width: 100px;
    }

#site-title {
    margin: 30px 28px 28px;
    padding: 0;
}

    #site-title a {
        text-indent: -5000px;
        background: url(../images/Logo.png) no-repeat;
        height: 54px;
        display: block;
        margin-top: -16px;
    }

.svg #site-title a {
    background: url(../images/Logo.png) no-repeat;
    margin-bottom: -6px;
}

#site-description {
    display: none;
}


/********** < Navigation */


/* Advanced Checkbox Hack */

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

label {
    display: none;
    cursor: pointer;
    user-select: none;
}

.post-password-form label {
    display: block;
}

.f-nav {
    z-index: 1000;
    position: fixed;
    top: 8px;
    margin-left: -16px;
    width: 167px;
    background: #fff;
    padding: 0 10px 0 15px;
}


/* this make our menu fixed top */

#nav {
    /*float:right;*/
    margin: 10px 0 0 0px;
    font-size: 15px;
}


    /* All Levels */


    /* Style consistent throughout all nav levels */

    #nav li {
        position: relative;
        text-align: left;
    }

        #nav li.over {
            z-index: 998;
        }

    #nav a,
    #nav a:hover {
        display: block;
        line-height: 1.3em;
        text-decoration: none;
    }

    #nav li ul span {
        white-space: normal;
    }


    /* 0 Level */

    #nav li {
        margin: 0;
        padding: 10px 0px 12px 0;
        border-top: 1px solid #ccc;
    }

#page #nav #menu-item-464 {
    border: none !important;
}

#nav li.active a {
    color: #1768a6;
}

#nav a {
    /*background:url(../images/bkg_nav_parent.gif) no-repeat 100% 50%; */
    padding-right: 15px;
    color: #7f7f7f;
    font-size: 15px;
}

    #nav li.over a,
    #nav a:hover {
        color: #1768a6;
    }

#nav li.over,
#nav li.active,
#nav li.current_page_item a,
#nav li.current-page-ancestor a,
#nav li.current-menu-item a,
.single-video #nav li#menu-item-314 a {
    color: #1768a6;
}

#nav li.current_page_item,
#nav li.current-page-ancestor {
    border-top: 1px solid #1768a6;
}


/* 1st Level */

#nav ul {
    padding: 0;
}

    #nav ul li,
    #nav ul a,
    #nav ul a:hover {
        float: none;
        padding: 0;
        background: none;
        padding: 2px 0 2px 5px;
        font-size: 12px;
        color: #7F7F7F !important;
    }

        #nav ul a:hover {
            color: #000;
        }

        #nav ul li a {
            color: #7F7F7F !important;
        }

        #nav ul li.current_page_item a {
            color: #1768a6 !important;
            border-right: solid #215e9d;
        }

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


/* 2nd Level */

#nav ul {
    position: absolute;
    width: 21em;
    top: 0;
    left: -10000px;
}

#nav li.current_page_item ul,
#nav li.current-menu-parent ul,
#nav li.current-page-ancestor ul {
    position: relative;
    width: auto;
    left: 0;
    border: none;
    padding: 0;
    background: none;
    margin: 0;
}

#nav ul li {
    border: none !important;
}

#nav ul ul {
    border-top: 1px solid #ccc !important;
}

#nav ul li.current-page-parent a {
    color: #1768a6 !important;
}

#nav ul li.current-page-parent li a {
    font-size: 12px;
    color: #7F7F7F !important;
    line-height: 1em;
}

    #nav ul li.current-page-parent li a:hover {
        color: #1768a6 !important;
    }

#nav ul li.current-page-parent li.current_page_item a {
    color: #1768a6 !important;
    font-weight: bold;
}


/* 3rd Level */

#nav li.current_page_item ul ul,
#nav li.current-menu-parent ul ul,
#nav li.current-page-ancestor ul ul {
    position: absolute;
    width: 21em;
    top: 0;
    left: -10000px;
}

#nav ul li.current_page_item ul,
#nav ul li.current-menu-parent ul,
#nav ul li.current-page-ancestor ul {
    position: relative;
    width: auto;
    left: 0;
    border: none;
    padding: 8px 0;
    background: none;
}


/* Overrides */

#nav ul {
    position: inherit;
    top: inherit;
    left: 0;
    display: none;
    margin-left: 0px;
    width: auto;
}

#nav li.current-menu-item > ul,
#nav li.current-menu-ancestor > ul {
    display: block;
}

#nav li.current_page_item > a {
    font-weight: bold;
}

#nav > li.current_page_item > a {
    font-weight: normal;
}

#nav li.current_page_item > ul {
    /* border-bottom: 1px solid #ebebeb; */
}

#nav li.has-sub > a:after {
    color: #1768a6;
    content: '  +';
    font-size: 21px;
    top: 11px;
    position: absolute;
    right: 0;
}


/*#nav li.has-sub.active > a:after, #nav > li.current-menu-ancestor.has-sub > a:after {
    content: ' -';
}*/


/* Secondary Navigation */

.top-bar {
    float: right;
    width: 55%;
    clear: none;
    margin-top: 30px;
    text-align: right;
    margin-right: 10px;
}

    .top-bar ul {
        float: right;
    }

#menu-top-nav {
    margin-left: 0;
    padding-left: 0;
}

    #menu-top-nav li {
        float: left;
        margin-right: 12px;
        padding-right: 12px;
        border-right: 2px solid #ccc;
    }

        #menu-top-nav li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }


/* Pages */

.entry-content .subtitle {
    padding: 0;
}

.entry-content ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.entry-content ul {
    margin: 20px 0;
    padding: 0;
}

    .entry-content ul li {
        background-image: url(../images/icon_dot_li.gif);
        background-position: 5px 6px;
        background-repeat: no-repeat;
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 0 17px;
    }

    .entry-content ul ul {
        margin: 0;
    }

.entry-content dl dt {
    font-weight: bold;
}

.entry-content dl dd {
    margin: 0 0 10px;
}

.entry-content .gform_wrapper ul li {
    background: none;
    font-size: inherit;
    line-height: inherit;
    padding: 5px;
}

.entry-content {
    background: white;
    overflow: hidden;
}

h1.entry-title,
.page-title {
    margin: 0 !important;
    color: #1768A6 !important;
    font-weight: normal !important;
    font-size: 23px !important;
    line-height: 27px !important;
}

.entry-content strong {
    color: #333;
}


/*.entry-content h2 {font-weight:normal; font-size:1.75em; margin-top:30px; margin-right:20px; padding-bottom:10px; border-bottom:1px solid #ccc;}*/

.entry-content h2,
.search .entry-title {
    font-size: 16px;
    padding-bottom: 4px;
    line-height: 32px;
    font-weight: normal;
    color: #1768A6;
}

.entry-content h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1em;
}

.entry-content .one_third {
    background: #ccc;
    padding: 0px;
    width: 30%;
    margin: 20px 1.2%;
    min-height: 200px;
}

    .entry-content .one_third p {
        padding: 10px;
    }

.entry-content table {
    margin: 15px 0;
    border: 2px solid #fff;
    box-shadow: #ccc 2px 2px 2px 2px;
    width: 97%;
}

.entry-content td,
.entry-content th {
    padding: 5px;
    border: 1px solid white;
}

.entry-content th {
    background: #1768A6;
    color: #fff;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
}

.entry-content td {
    /* background: #E4E4E4; */
    vertical-align: middle;
}

.shadow {
    -moz-box-shadow: 0px 0px 8px #6a6a6a;
    -webkit-box-shadow: 0px 0px 8px #6a6a6a;
    box-shadow: 0px 0px 8px #6a6a6a;
}

.no-border {
    border: 1px solid #fff !important;
}

.back-to-top {
    width: 7px;
    height: 9px;
    padding: 4px;
    display: block;
    text-indent: -9999px;
    background: url('../images/icon_arrow_blue_top.gif') no-repeat 50% 50%;
    float: right;
}

#nav-single {
    width: 100%;
}

a.category-more-link {
    padding: 2px 20px 2px 6px;
    background: #ccc url(../images/white_arrow_right_small.gif) no-repeat center right;
    color: #fff;
    text-decoration: none;
}

    a.category-more-link:hover,
    #nav-single a {
        padding: 2px 6px;
        background: #ccc;
        color: #fff;
        text-decoration: none;
    }

a.back-geri {
    padding: 5px 19px 4px 21px;
    background: #ccc url(../images/white_arrow_left_big_nopadding.gif) no-repeat 2% 50%;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 8px 0;
    display: -webkit-inline-box;
}

    a.back-geri:hover,
    #nav-single a {
        padding: 5px 19px 4px 21px;
        background: #1768a6 url(../images/white_arrow_left_big_nopadding.gif) no-repeat 2% 50%;
        margin: 8px 0;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        display: -webkit-inline-box;
    }

a.ozk-geri {
    padding: 5px 2px 4px 18px;
    display: block;
    background: #ccc url(../images/white_arrow_left_big_nopadding.gif) no-repeat 2% 50%;
    text-decoration: none;
    color: #fff;
    margin: 1px 0;
    font-size: 17px;
}

    a.ozk-geri:hover {
        padding: 5px 2px 4px 18px;
        background: #1768a6 url(../images/white_arrow_left_big_nopadding.gif) no-repeat 2% 50%;
        font-size: 17px;
        margin: 1px 0;
        text-decoration: none;
    }

a.next-ileri {
    padding: 4px 25px 4px 6px;
    background: #ccc url(../images/white_arrow_right_big_nopadding.gif) no-repeat 95% 50%;
    font-size: 12px;
    color: #fff;
    margin: 8px 0;
}

    a.next-ileri:hover,
    #nav-single a {
        padding: 4px 25px 4px 6px;
        background: #1768a6 url(../images/white_arrow_right_big_nopadding.gif) no-repeat 95% 50%;
        font-size: 12px;
        margin: 8px 0;
        text-decoration: none;
    }

a.tis-ileri {
    padding: 7px;
    display: block;
    background: #ccc url(../images/white_arrow_right_big_nopadding.gif) no-repeat 97% 50%;
    font-size: 20px;
    color: #fff;
    margin: 8px 0;
    text-decoration: none;
}

    a.tis-ileri:hover {
        padding: 7px;
        display: block;
        background: #1768a6 url(../images/white_arrow_right_big_nopadding.gif) no-repeat 97% 50%;
        font-size: 20px;
        margin: 8px 0;
        text-decoration: none;
    }

a.tis-nedir-ileri {
    padding: 12px;
    font-weight: bold;
    display: block;
    background: #ffffff url(../images/blue_arrow_right_big_nopadding.gif) no-repeat 97% 50%;
    font-size: 17px;
    color: #215e9d;
    border: 1px solid #215e9d;
    margin: 8px 0;
    text-decoration: none;
}

    a.tis-nedir-ileri:hover {
        padding: 12px;
        display: block;
        background: #2b6cae url(../images/white_arrow_right_big_nopadding.gif) no-repeat 97% 50%;
        font-size: 17px;
        margin: 8px 0;
        color: #fff;
        text-decoration: none;
    }

#nav-single a:hover {
    text-decoration: none;
    background: #999;
}

#nav-single .nav-next a:after {
    content: "\2192";
    padding-left: 5px;
}

#nav-single .nav-previous a:before {
    content: "\2190";
    padding-right: 5px;
}

#secondary a.category-more-link {
    padding: 4px 25px 4px 6px;
    background: #1768a6 url(../images/white_arrow_right_big_nopadding.gif) no-repeat 95% 50%;
    font-size: 12px;
    margin: 8px 0;
    border: 1px solid #215e9d;
    display: block;
}

    #secondary a.category-more-link:hover {
        padding: 4px 25px 4px 6px;
        background: #f9f9f9 url(../images/blue_arrow_right_big_nopadding.gif) no-repeat 95% 50%;
        font-size: 12px;
        color: #215e9d;
        margin: 8px 0;
        border: 1px solid #215e9d;
        text-decoration: none;
        display: block;
    }

ul.link {
    margin: 0 24px 0 0;
    float: right;
}

    ul.link li.printlink {
        display: inline;
        line-height: 32px;
        font-size: 12px;
        padding: 4px 8px;
        background-color: #B2B2B2;
    }

        ul.link li.printlink a {
            color: #fff;
            background: url(../images/print_button.gif) no-repeat right center #B2B2B2;
            padding: 0px 24px 0px 0px;
            text-decoration: none;
        }

            ul.link li.printlink a:hover {
                text-decoration: none;
            }

#nav-single {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.one_half {
    float: left;
}

#main .one_half {
    width: 43% !important;
    padding-right: 24px;
    border-right: 1px solid #ccc;
}

#main .last_column {
    padding: 0;
    padding-left: 24px;
    border: 0;
    left: -1px;
    position: relative;
    border-left: 1px solid #ccc;
}

#main .row {
    margin: 25px 0 0;
}

.dealer-login-box {
    float: right;
    margin: 0 0 20px 20px;
    width: 200px;
    padding: 10px;
    background: #f3f3f3;
}


/* Videos*/

.product-post {
    width: 49%;
    display: inline-table;
    position: relative
}

    .product-post p {
        padding: 0;
    }

    .product-post h2 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        font-size: 15px;
    }

        .product-post h2 a {
            margin-left: 5px;
            padding: 5px;
            /* display: block; */
            color: #fff;
            font-size: 17px;
            background: rgba(255, 255, 255, 0.81);
            /* transition: background .1s ease-in-out; */
            -moz-transition: background .1s ease-in-out;
            /* -webkit-transition: background .1s ease-in-out; */
            color: #215e9d;
            font-weight: 600;
            border: 1px solid #215e9d;
        }

            .product-post h2 a:hover {
                margin-left: 5px;
                text-decoration: none;
                background: #215e9d;
                /* transition: background .1s ease-in-out; */
                -moz-transition: background .1s ease-in-out;
                /* -webkit-transition: background .1s ease-in-out; */
                border: 1px solid #215e9d;
                color: #f9f9f9;
            }

    .product-post .item {
        width: auto;
    }

#secondary .item {
    width: auto !important;
    border: none;
}

.item {
    width: 250px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}


/* TIS WEB POST*/

.tis-post {
    width: 48%;
    float: left;
    margin-right: 13px;
    position: relative;
}

    .tis-post p {
        padding: 0;
    }

    .tis-post h2 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        font-size: 15px;
    }

        .tis-post h2 a {
            padding: 5px;
            display: block;
            color: #fff;
            font-size: 17px;
            background: rgba(23, 104, 166, 1.0) url(../images/white_arrow_right_big_nopadding.gif) no-repeat 95% 50%;
            transition: background .1s ease-in-out;
            -moz-transition: background .1s ease-in-out;
            -webkit-transition: background .1s ease-in-out;
        }

            .tis-post h2 a:hover {
                text-decoration: none;
                background: rgba(23, 104, 166, .5) url(../images/white_arrow_right_big_nopadding.gif) no-repeat 95% 50%;
                transition: background .1s ease-in-out;
                -moz-transition: background .1s ease-in-out;
                -webkit-transition: background .1s ease-in-out;
            }


/* the span item for showing play icon.  */

#secondary .item a span.play {
    display: none;
    background: url('../images/play.png') center center no-repeat;
    margin: -120px 10px 0 0;
    height: 115px;
    position: relative;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.item a span.play {
    display: none;
    background: url('../images/play.png') center center no-repeat;
    margin: -125px 10px 0 0;
    height: 125px;
    position: relative;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.item a:hover span.play {
    display: block;
}

.product-iframe iframe {
    width: 99%;
}


/* Sidebar */

#secondary .widget h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    background-color: white;
    color: #333;
    position: relative;
    margin-bottom: 4px;
    text-transform: none;
    letter-spacing: normal;
    padding-top: 0 !important;
}

#secondary .widget {
    background: #fff;
    padding: 10px;
    margin-bottom: 8px;
}

    #secondary .widget ul {
        list-style: square;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #secondary .widget li {
        margin-bottom: 6px;
    }

    #secondary .widget .entry-title {
        font-size: 12px;
        line-height: 1em;
        padding-right: 0;
    }

#nav_menu-2 {
    display: none;
}


/* Quiz */

.gform_wrapper .gform_page_3_2 .gform_page_footer {
    position: absolute;
    bottom: 0;
}


/* Glossary */

hr {
    clear: both;
    border: 0;
    margin: 25px 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

dl.glossary {
    margin: 20px auto;
    border-bottom: 1px solid #999;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.43em;
    font-size: .85em;
}

    dl.glossary dt,
    dl.glossary dd {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        padding: 10px 2% 11px;
        margin: 0;
        border-top: 1px solid #999;
        font-size: .85em;
    }


    /*dl dd:nth-of-type(odd) {
    background: #ebebeb;
}*/

    dl.glossary dd {
        width: 60%;
        border-left: 1px dotted #ccc;
    }

    dl.glossary dt {
        margin-right: -1px;
        font-weight: bold;
        text-align: right;
        width: 30%;
    }

.dark-blue {
    background: #00529c;
    color: #fff;
}

.med-blue {
    background: #a0c9ec;
    font-weight: bold;
}

.light-blue {
    background: #d4e5f6;
}

.no-back-color {
    background: none;
}

.right {
    float: right;
    margin: 0 0 20px 20px;
    background-color: #ebebeb;
    padding: 10px;
    font-size: .85em;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
    background: none;
    border: none;
    margin: 0 -8.9% 1.625em;
    overflow: hidden;
    padding: 1.625em 8.9%;
}

.error404 #main #s {
    width: 90%;
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
    margin-left: -7.6%;
    margin-right: -7.6%;
    padding-left: -7.6%;
    padding-right: -7.6%;
    max-width: 1000px;
}

#ie7 section.featured-post {
    margin-left: -7.6%;
    margin-right: -7.6%;
    max-width: 850px;
}

#ie7 section.recent-posts {
    margin-right: 7.6%;
}

#ie7 #branding,
#ie8 #main {
    width: 984px;
}

#ie7 #primary {
    width: 764px;
}

#ie7 #secondary {
    width: 180px;
}


/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
    width: 100%;
}

#ie8 #branding,
#ie8 #main {
    width: 984px;
}

#ie8 #primary {
    width: 764px;
}

#ie8 #secondary {
    width: 180px;
}


/*PRINT STYLESHEET */

@media print {
    .col-right,
    .col-left,
    .top-bar,
    .breadcrumbs,
    .nav-container,
    .singular #content-footer,
    .search #content-footer,
    #secondary,
    ul.link,
    .category-more-link {
        display: none;
    }

    #primary,
    #main,
    #page,
    #main #content,
    #supplementary {
        width: 100%;
        background: none;
        margin: 0;
        padding: 0;
    }

    #page {
        width: 75%;
        margin: 0 auto;
    }

    #primary {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        padding-top: 20px;
    }

    img {
        max-width: 500px;
    }

    .alignright,
    .alignleft {
        float: none;
    }

    body {
        line-height: 1.3;
    }

    h1 {
        font-size: 28pt;
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }

    p,
    ul {
        font-family: 'Helvetica Neue', Arial, sans-serif;
    }

    aside h2 {
        font-size: 18pt;
    }

    ul {
        list-style: none
    }

    li {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€¹Ã¢â‚¬Â  ";
    }

    td {
        border-bottom: 1px solid #ccc;
    }

    .logo {
        float: none;
        margin-top: 10px;
    }

    #supplementary {
        text-align: left;
        border-top: 1px dotted #ccc;
        padding-top: 20px;
    }
}


/* Responsive Structure */

@media (max-width: 960px) {
    #main #secondary,
    .col-right {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 !important;
        padding: 0 !important;
        padding-top: 20px !important;
    }

    #secondary .widget {
        width: 27%;
        min-height: 220px;
        clear: none;
        float: left;
        margin: 0 10px 10px 10px;
    }

    #content {
        width: 78% !important;
    }

    #content-footer {
        width: 78% !important;
    }

    #primary {
        width: 97.9%;
        max-width: 907px;
    }

    .nav-container {
        padding: 16px 0 0 0;
        width: 20%;
    }

    img.attachment-page-featured {
        max-width: 98.1% !important;
        /* Fluid images for posts, comments, and widgets */
        margin-left: 12px;
    }

    .hentry {
        padding: 0 24px !important;
    }

    .hentrys {
        padding: 0 24px !important;
    }

    .top-bar {
        font-size: 85%;
        width: auto;
        margin-right: 0;
    }

    #menu-top-nav li {
        float: left;
        margin-right: 5px;
        padding-right: 5px;
        border-right: 1px solid #ccc;
    }

    #supplementary .widget {
        width: 100%;
    }

    .product-post {
        float: none;
        width: auto;
        min-height: 0px;
        margin-right: 0;
    }

        .product-post .item {
            width: 100%;
        }

    .item a img {
        width: 100%;
    }

    .item a:hover span.play {
        display: none;
    }
}

@media (max-width: 640px) {
    #main {
        overflow: hidden;
    }

    #branding hgroup {
        margin: 0;
        padding: 0;
        width: 300px;
        float: left;
    }

    .breadcrumbs {
        display: none;
    }

    #main #secondary,
    .col-right {
        float: none;
        clear: both;
        margin: 0 !important;
        padding: 20px 0 0 0 !important;
    }

    #secondary .widget {
        width: auto;
        min-height: inherit;
        clear: both;
        float: none;
        margin: 0 0 8px 0;
    }

    #main #content {
        margin: 0;
        width: 100% !important;
    }

    #primary {
        width: 97.5%;
        max-width: 800px;
    }

    #nav_menu-2 {
        display: block;
    }

    .nav-container {
        padding: 16px 24px 24px 0;
        width: 97%;
    }

    .top-bar {
        display: none;
    }

    #nav_menu-2 {
        display: block;
    }

    img.attachment-page-featured {
        max-width: 97% !important;
        /* Fluid images for posts, comments, and widgets */
        margin-left: 12px;
    }

    .hentry {
        width: 90% !important;
        padding: 0 0 0 24px !important;
    }

    .hentrys {
        width: 100% !important;
        padding: 0 0 0 24px !important;
    }

    #content-footer {
        width: 100%;
        float: left;
    }

    .top-bar {
        display: none;
    }

    #main .one_half {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    ul.link {
        display: none;
    }

    .product-post {
        float: none;
        width: auto;
        min-height: 0px;
        margin-right: 0;
    }

        .product-post .item {
            width: 100%;
        }

    .item a:hover span.play {
        display: none;
    }

    .item a img {
        width: 100%;
    }

    .widget_search #s {
        width: 80%;
    }

    #supplementary li {
        display: block;
        text-align: left;
        border: none;
    }

    #main {
        margin: 0;
        padding: 0 .5em;
    }

    .nav-container {
        padding: 16px 0 0 0;
        width: 97%;
    }

    nav[property="custom-dropdown"] ul {
        display: none;
        height: 100%;
    }

    nav[property="custom-dropdown"] label {
        position: relative;
        display: block;
        width: 100%;
        min-height: 2.25em;
        padding: .45em;
        margin: 0;
    }

        nav[property="custom-dropdown"] label:after {
            position: absolute;
            right: .25em;
            top: 0;
            content: "\2261";
            font-size: 2.8em;
        }

    nav[property="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
        color: #222;
    }

    nav[property="custom-dropdown"] input[type=checkbox]:checked ~ ul {
        display: block;
    }

        nav[property="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
            width: 100%;
            opacity: .8;
            text-align: left;
        }

            nav[property="custom-dropdown"] input[type=checkbox]:checked ~ ul > li:after {
                position: absolute;
                right: .25em;
                font: bold 1.4em sans-serif;
            }
}

@media only screen and (min-width: 1224px) {
    #main,
    #branding {
        max-width: 100%;
    }

    #primary {
        max-width: 100%;
    }

    #content {
        min-height: 1084px;
    }

    .entry-content p {
        font-size: 120%;
        line-height: 1.5em;
    }

    .entry-content h2 {
        font-size: 200%;
    }

    .entry-content h3 {
        font-size: 175%;
    }
}

@media only screen and (min-width: 1824px) {
    #main,
    #branding {
        max-width: 100%;
    }

    #primary {
        max-width: 100%;
    }

    #entry-header {
        float: right;
        max-width: 600px;
    }

    .entry-content p {
        font-size: 130%;
        line-height: 1.75em;
    }

    .entry-content h2 {
        font-size: 300%;
    }

    .entry-content h3 {
        font-size: 250%;
    }

    div#feat-image {
        text-align: center;
    }

        div#feat-image img {
            width: 98%;
        }
}
