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

    0.  Reset & Clearfix
    1.  Document Setup
    2.  Wrap
    3.  Header
    4.  Content
    5.  Homepage
    6.  About
    7.  Services
    8.  Pricing Tables
    9.  Shortcodes
    10. Blog
    11. Portfolio
    12. Contact
    13. Widgets
    14. Footer
    15. Media Queries
*/
/* ------------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ------------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:top}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:2}


/* ------------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ------------------------------------------------------------------------------- */

html { overflow-x: hidden; }
body {
    color: #636363;
    font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    overflow-y: auto;
    overflow-x: auto;
    /*-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-text-size-adjust: none;
}
a, a > * {
    color: #333;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
}
a:hover, a > *:hover {
    color: #b30738;
}

::-moz-selection { background: #333; color: #fff; text-Guide Bio Medical Group: none; }
::selection { background: #333; color: #fff; text-Guide Bio Medical Group: none; }

h1  
{
    font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: Bold;
    font-family:Arial;
    background:transparent;
    border:0;
    font-size:100%;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:top;
}
h2 { font-size: 24px; }
h3 { font-size: 18px; font-weight: 400; }
h4 { font-size: 16px; font-weight: 400; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    line-height: 1.25;
    /*text-transform: uppercase;*/
}

dl,hr,h2,h3,h4,h5,h6,pre,table,address,fieldset,blockquote,p {
    margin-bottom: 10px;
}
hr.h80 {
    margin: 40px 0;
}



/*  Forms  --------------------------------*/

input[type="text"], textarea {
    background-color: #F3F3F3;
    border-bottom: 1px solid #b30738;
    color: #666;

    font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-bottom: 8px;
    padding: 7px 9px;
    width: 400px;
}
textarea {
    resize: none;
    width: 500px;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-size: 100% 200%;
    color: #fff;
    cursor: pointer;    
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    padding: 7px 25px 8px;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ie-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background-position: 0 100%;
}





/* ------------------------------------------------------------------------------- */
/*  2.  Wrap
/* ------------------------------------------------------------------------------- */

#body-wrapper {
    background: #fff;
    -webkit-box-Guide Bio Medical Group: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-Guide Bio Medical Group: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-Guide Bio Medical Group: 0px 0px 15px 0px rgba(0,0,0,0.75);
    left: 50%;
    margin-left: -500px;
    position: relative;
    width: 1000px;
    height: 100%;
}
.container {
    margin: 0 0px;
    padding: 0 0px;
    position: relative;
}

.centerPage
{
    margin-left:35px;
    margin-top:60px;
    margin-right:35px;
    margin-bottom:60px;

}
.alt-bosluk {
    height: 60px;
    background-color: #FFF;

}
.columnleft {
    width: 50%;
    position: relative;
    float: left;
}
.columnleft-inside {
    display:absolute;
    width:50%;
}
.columnleft-inside-left {
    position:relative;
    float:left;
    margin-right:8px;
    margin-bottom:8px;
}
.columnleft-inside-right {
    position:relative;
    float:right;
    margin-right:4px;
    margin-bottom:8px;
}

.columnright {
    width:45%;
    position:relative;
    float:right;
    margin:0 10px 0 30px;
}

/*  Columns  --------------------------------*/

.one-fourth, .three-fourth, .one-third, .two-third, .one-half, .one-half2, .one-six, .one-six2 {
    float: left;
    margin-right: 20px !important;
    position: relative;
}
.one-fourth.last, .three-fourth.last, .one-third.last, .two-third.last, .one-half.last, .one-half2.last, .one-six.last, .one-six2.last {
    margin-right: 0 !important;
}
.one-fourth      { width: 175px; }
.three-fourth    { width: 700px; }
.one-third       { width: 300px; }
.two-third       { width: 620px; }
.one-half        { width: 460px; }
.one-half2       { width: 440px; }
.one-six		 { width: 120px; margin: 0 27px 40px 0 !important;}
.one-six2 		{ width: 93px; margin: 0 15px 30px 0 !important;}





/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */

#header {
    height: 150px;
    padding: 0 30px;
    background: url(../images/header_bottom_border.png);
    background-repeat: no-repeat;
    background-position: 0 73px;
}
#logo {
    float: left;
    height: 70px;

}

/*  Ust Linkler  --------------------------------*/

.aboutcontact {
    margin: 0px 0px 0px 765px;
    padding: 20px 0 0 0;
    position: relative;
    width: 200px;
    text-align: right;

}	
.aboutcontact a {
    margin: 0 6px 0 0;
    color: #666;
}
.aboutcontact a:hover {
    color: #b30738
}
.aboutcontact img {
    margin: 9px 6px 2px 0;
}

/*  Navigation  --------------------------------*/

#navigation {
    float: right;
}
#navigation li {
    float: left;
    position: relative;
}
#navigation a {
    color: #666;
    display: block;
    font-family: 'Century Gothic', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 15px;
    font-weight: 200;
    margin: 0 10px 0 10px;
    padding: 40px 0 20px;
    position: relative;
    /*text-transform: uppercase;*/
}
#navigation a:hover, #navigation .hover > a, #navigation .current > a {
    /*background: url(../images/menu_active_item.png) repeat-x 0 100%;*/
    color: #b30738;
}
#navigation img {
    padding: 50px 0 20px;
    position: relative; 
}

/*  Dropdown  --------------------------------*/

#navigation ul {
    background: #d73300;
    -webkit-box-Guide Bio Medical Group: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-Guide Bio Medical Group: 0 1px 3px rgba(0, 0, 0, .2);
    box-Guide Bio Medical Group: 0 1px 3px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    margin: 0 0 0 40px;
    padding: 0;
    position: absolute;
    top: 103px;
    width: 180px;
    z-index: 9999;
}
#navigation ul li {
    border-bottom: 1px dotted #e3714d;
    float: none;
}
#navigation ul li:last-child {
    border-bottom: none;
}
#navigation ul li i {
    background: url(../images/menu_i.png) no-repeat 0 0;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 40%;
    width: 3px;
}
#navigation ul a {
    color: #f0bfb8;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 7px 20px;
    text-transform: none;
}
#navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
    color: #fff;
}


/*  Sub Dropdown  --------------------------------*/

#navigation ul ul {
    left: 180px;
    margin: 0;
    top: 0;
}


/*  Responsive Nav  --------------------------------*/

.selectnav { display: none; }






/* ------------------------------------------------------------------------------- */
/*  4.  Content
/* ------------------------------------------------------------------------------- */

#content {

}
#main {
    float: left;
    margin: 0 40px 0 0;
    width: 680px;
}
#mainUrunDetay{
    float: left;
    margin: 0 10px 0 0;
    width: 620px;
}
#sidebar {
    float: right;
    width: 220px;
}
#sidebarBlog {
    float: right;
    width: 220px;
    padding: 20px;
    background-color: #EEE;
}
#sidebarUrunDetay {
    float: right;
    width: 280px;
}
#sidebarUrunDetay p {
    border-top: 1px dotted #555;
    padding-top: 12px;
}
#sidebarUrunDetay li {
    border-bottom: 1px dotted #555;
    padding: 6px 0 6px 0;
}

.search {
    margin-bottom: 50px !important;
    margin-top: 10px;
    width: 202px !important;
}
.searchBlog {
    margin-top: 10px;
    width: 150px !important;
    background-color: #FFF !important;
}
.haberler a:hover {
    color: #b30738;
}

/*  Page Title  --------------------------------*/

.page-title, .page-title-inner, .page-title-alt {
    color: #c2c2c2;

    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 -30px;
    padding: 40px 30px 45px;
    width: 100%;
}
.page-title .accent, .page-title-alt .accent {
    color: #333;
}
.page-title-inner {

    color: #333;

    padding-bottom: 45px;
}

.page-center-inner {
    background: url(../images/sep_d.png) repeat-x 0 100%;
    color: #333;
    margin-top: -60px;
    padding-bottom: 45px;
}
.page-title-inner .section-title {
    color: #c2c2c2;
    display: block;
    font-size: 30px;
    letter-spacing: normal;
    line-height: 1.5;
    width: 100%;
}
.ic_sayfa_baslik {
    color: #5c56fc;
    display: block;
    font-size: 20px;
    font-family: 'GillSans', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 200;
    padding-top:10px;


}

.UstImg_Sol{

    float:left;
    width:860px;
    height:220px;
    margin-left:30px;
    margin-bottom:30px;
}



.ic_sayfa_baslik a {
    color: #5c56fc;
    font-size: 14px;
    font-family: 'Century Gothic', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.ic_sayfa_baslik a:hover {
    color: #b30738;
}

.urun_detay_baslik {
    /*color: #5c56fc;*/
    display: block;
    font-size: 13px;
    font-family: 'Arial', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    font-weight: bold;

}
.urun_detay_baslik_kumas {
    display: block;
    font-size: 13px;
    font-family: 'Arial', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 180px;
    font-weight: bold;

}

.kumas_aciklama {
    margin-left: 180px;
}
.kumas_icerik {
    margin-left: 180px;
    margin-top: 150px;
}
.kumas_yazi {
    margin-left: 190px;
    width: 250px;
    text-align: justify;
}
.teknik_detay_aciklama {
    color: #555;
}
.teknik_detay_icerik {
    color: #555;
}
.motor_yazi {
    margin-left: 280px;
    width: 340px;
    text-align: justify;
}
.garanti_icerik {
    color: #555;
}
.page-title-inner .accent {
    color: #d73300;
}
.page-title-inner.fixed {
    background: none;
    margin-bottom: 0;
}
.page-title-alt {
    font-size: 72px;
    line-height: 1.2;
    margin: 0 -30px;
    padding-bottom: 75px;
    padding-top: 70px;
}

.icerikler-sol {
    width: 640px;
    margin-right: 30px;
    float: left;
}

.icerikler-ust-resim{
    color: #5c56fc;
    display: block;
    font-size: 20px;
    font-family: 'GillSans', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 200;
}

.icerikler-yazi{
    text-align: justify;
}
.icerikler-sol-yazi{
    float:left;
    width:30%;
    text-align: justify
}
.icerikler-orta-yazi{
    width:30%;
    float:left;
    padding-left:42px;
    text-align: justify
}
#icerikler-yazi-alani{
    width:100%;
}
.icerikler-sag-yazi{
    width:30%;
    float:left;
    padding-left:42px;
    text-align: justify
}

.icerikler-sol img {
    border-bottom: 4px solid #b30738;
}
.icerikler-sag {
    text-align: justify;


}
.icerikler-sag h3 {
    font-size: 12px;
    font-weight: bold;

}
.icerikler-sag a {
    text-align:left;
    color: #666;

}
.icerikler-sag a:hover {
    color: #b30738;

}



/*  Black & White Wrapper  --------------------------------*/

.bw-wrapper {
    display: block;
    position: relative;
}
.bw-wrapper canvas {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    z-index: 9999;
}





/* ------------------------------------------------------------------------------- */
/*  5.  Homepage
/* ------------------------------------------------------------------------------- */


/*  Project & Blog Carousel  --------------------------------*/

#project-wrapper, #blog-wrapper {
    margin: 90px 0 0;
    position: relative;
    width: 100% !important;
}
#blog-wrapper {
    margin: 70px 0 0;
}
.news {
    font-size: 11px;
}
.news tr {
    height:62px;
}
.news tr td p{
    font-size: 11px;
    font-family: 'helvetica', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.projects1 {
    width:100%;
    min-height:auto;
    display:block;
    margin:50px 0px 50px 0px;
    position:relative;
    height: 280px;
}
.projects1 p {
    font-family: 'Century Gothic', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #666;
}
.projects1 a {
    font-family: 'Century Gothic' , 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 11px;
    font-weight: 200;
    color: #666;
}
.projects1 a:hover {
    color: #b30738;
}
.projects1 img {
    border-bottom: 5px solid #b30738;
}
.section-title  {
    display: block;
    float: left;
}
.section-title h4  {
    margin: 0 0 3px !important;
}
.section-title p {
    color: #959595;
}
.project-carousel > li, .blog-carousel > li {
    float: left;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.project-carousel a {
    display: block;
    text-align: left;
}
.project-carousel img {
    display: block;
    position: relative;
    width: 100%;
}
.blog-carousel h4 {
    margin: 0 0 3px;
    text-transform: capitalize;
}
.blog-carousel .date, .blog-carousel .comments {
    color: #959595;
}
.blog-carousel .comments:hover {
    color: #d73300;
}
.blog-carousel p {
    margin: 10px 0 0;
}
.jcarousel-container {
    float: right;
    margin: 0;
    padding: 0;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-item {
    margin: 0 20px 0 0;
    width: 220px;
}



/*  Carousel Navigation  --------------------------------*/

.jcarousel-next, .jcarousel-prev {
    background: #e6e6e6 url(../images/c_icon_next.png) no-repeat 50% 50%;
    cursor: pointer;
    float: left;
    display: block;
    height: 17px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 17px;
}
.jcarousel-prev {
    background: #e6e6e6 url(../images/c_icon_prev.png) no-repeat 45% 50%;
}
.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active {
    background: #d73300 url(../images/c_icon_next_w.png) no-repeat 50% 50%;
}
.jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
    background: #d73300 url(../images/c_icon_prev_w.png) no-repeat 45% 50%;
}
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active {
    background: #f0f0f0 url(../images/c_icon_next.png) no-repeat 50% 50%;
    cursor: default;
}
.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
    background: #f0f0f0 url(../images/c_icon_prev.png) no-repeat 45% 50%;
    cursor: default;
}


/*  Project Carousel (Alt. Homepage)  --------------------------------*/

#project-wrapper-alt {
    position: relative;
    width: 100% !important;
}
#project-wrapper-alt .jcarousel-next, #project-wrapper-alt .jcarousel-prev {
    background: #e6e6e6 url(../images/s_icon_next.png) no-repeat 50% 50%;
    cursor: pointer;
    height: 100%;
    left: 940px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 30px;
}
#project-wrapper-alt .jcarousel-prev {
    background: #e6e6e6 url(../images/s_icon_prev.png) no-repeat 45% 50%;
    left: -30px;
}
#project-wrapper-alt .jcarousel-next:hover, #project-wrapper-alt .jcarousel-next:focus, #project-wrapper-alt .jcarousel-next:active {
    background: #d73300 url(../images/s_icon_next_w.png) no-repeat 50% 50%;
}
#project-wrapper-alt .jcarousel-prev:hover, #project-wrapper-alt .jcarousel-prev:focus, #project-wrapper-alt .jcarousel-prev:active {
    background: #d73300 url(../images/s_icon_prev_w.png) no-repeat 45% 50%;
}
#project-wrapper-alt .jcarousel-next-disabled, #project-wrapper-alt .jcarousel-next-disabled:hover, #project-wrapper-alt .jcarousel-next-disabled:focus, #project-wrapper-alt .jcarousel-next-disabled:active {
    background: #f0f0f0 url(../images/s_icon_next.png) no-repeat 50% 50%;
    cursor: auto;
}
#project-wrapper-alt .jcarousel-prev-disabled, #project-wrapper-alt .jcarousel-prev-disabled:hover, #project-wrapper-alt .jcarousel-prev-disabled:focus, #project-wrapper-alt .jcarousel-prev-disabled:active {
    background: #f0f0f0 url(../images/s_icon_prev.png) no-repeat 45% 50%;
    cursor: auto;
}


/*  Logo List  --------------------------------*/

.logo-list {
    border-top: 1px dotted #ccc;
    display: inline-block;
    margin: 70px -30px -105px;
    padding: 20px 30px;
    position: relative;
}
.logo-list li {
    border-left: 1px dotted #ccc;
    display: block;
    float: left;
    height: 89px;
    overflow: hidden;
    width: 187px;
    position: relative;
}
.logo-list li:last-child {
    margin-right: -5px; 
    border-right: 1px dotted #ccc;
    width: 186px;
}
.logo-list img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 186px;
}
.logo-list .bw-wrapper {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-backface-visibility: hidden;
}
.logo-list .bw-wrapper:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}





/*  View More  --------------------------------*/

.work-more a {
    color: #c2c2c2;
    border-bottom: 1px dotted #ccc;
    display: block;
    font-size: 30px;
    font-weight: 200;
    margin: 0 -30px;
    padding: 44px 30px;
    text-align: center;
    text-transform: uppercase;
}
.work-more a:hover {
    color: #d73300;
}
.work-more .arrow {
    background: url(../images/more_arrow_01.png) repeat-x -20px 0;
    display: inline-block;
    height: 22px;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ie-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    width: 20px;
    vertical-align: baseline;
}
.work-more:hover .arrow {
    background: url(../images/more_arrow_01.png) repeat-x 0 0;
}





/* ------------------------------------------------------------------------------- */
/*  6.  About
/* ------------------------------------------------------------------------------- */

.altcizgi {
    border-bottom: 4px solid #b30738;
}
.about-intro {
    color: #333;
    font-size: 14px;
    margin: 0 0 80px;

}
.referanslar {
    color: #555;
    font-size: 11px;
    margin: 25px 0 0 4px;
    border-left: 3px solid #b30738;
    padding-left: 30px;
    width: 260px;
    float: left;



}
.referanslar h6 {
    color: #b30738;
    font-size: 13px;
    font-family: helvetica;
}
.referanslar li {

    background: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 10px;
}

.galeri img{
    border-bottom: 3px solid #b30738;
}
.urun-galeri img{
    border-bottom: 3px solid #b30738;
}
.urun-galeri {
    width: 650px;
}

.about-intro h4 {
    margin: 0 0 20px;
}
.team-member {
    border-bottom: 3px solid #ccc;
    margin-bottom: 30px;
    -webkit-transition: border .2s ease-out;
    -moz-transition: border .2s ease-out;
    -ie-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    transition: border .2s ease-out;
}
.team-member:hover {
    border-bottom: 3px solid #d73300;
}
.member-photo img {
    display: block;
    width: 100%;
}
.member-info {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    display: block;
    padding: 16px 15px 9px;
}
.member-info h4 {
    color: #d73300;
    margin: 0;
}
.member-info .position {
    color: #959595;
    display: block;
    margin-bottom: 15px;
}
.member-info p {
    border-bottom: 1px dotted #d9d9d9;
    border-top: 1px dotted #d9d9d9;
    margin: 10px 0;
    padding: 20px 0;
}
.member-social-links {
    display: inline-block;
}
.member-social-links li {
    display: block;
    float: left;
}
.member-social-links a {
    color: #959595;
    font-size: 8px;
    letter-spacing: 1px;
    margin-right: 10px;
    text-transform: uppercase;
}
.member-social-links a:hover {
    color: #d73300;
}





/* ------------------------------------------------------------------------------- */
/*  7.  Services
/* ------------------------------------------------------------------------------- */

.services-intro {
    color: #333;
    font-size: 18px;
    margin: 0 0 80px;
}
.service-icon {
    background: #d73300;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    float: left;
    height: 36px;
    margin-top: -9px;
    text-align: center;
    width: 36px;
}
.service-description {
    margin-left: 45px;
}
.service-description h4 {
    margin: 0;
}
.service-description p {
    color: #959595;
    margin: 19px 0 13px;
    padding-right: 10px;
}
.service {
    margin-bottom: 80px;
}
.service li {
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 7px 0;
}
.service li:last-child {
    border: none;
}
.HomeComfort  {
    color: #5c56fc;
}
/* Kuma� Sayfas� */
.HomeComfort ol {
    background: url("../images/homecomfort_fabric_bg.jpg") no-repeat;
    color: #666;
}

.HomeComfort ol span {
    color: #5c56fc;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 180px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Motor&Automation Sayfas� */
.HomeComfort abbr {
    background: url("../images/homecomfort_motor_automation.jpg") no-repeat;
    color: #666;
    display: block;
}
.HomeComfort abbr span {
    color: #5c56fc;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 280px;
    text-transform: uppercase;
    font-weight: bold;
}
.HomeComfort ul li img {
    border-bottom: 4px solid #b30738;
}
.HomeComfort a:hover {
    color: #b30738;
}
.Catering  {
    color: #E89356;
}
/* Kuma� Sayfas� */
.Catering ol {
    background: url("../images/catering_fabric_bg.jpg") no-repeat;
    color: #666;
}
.Catering ol span {
    color: #E89356;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 180px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Motor&Automation Sayfas� */
.Catering abbr {
    background: url("../images/catering_motor_automation.jpg") no-repeat;
    color: #666;
    display: block;
}
.Catering abbr span {
    color: #E89356;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 280px;
    text-transform: uppercase;
    font-weight: bold;
}
.Catering ul li img {
    border-bottom: 4px solid #E89356;
}
.Catering a:hover {
    color: #E89356;
}
.Commercial  {
    color: #E6B555;
}
/* Kuma� Sayfas� */
.Commercial ol {
    background: url("../images/commercial_fabric_bg.jpg") no-repeat;
    color: #666;
}
.Commercial ol span {
    color: #E6B555;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 180px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Motor&Automation Sayfas� */
.Commercial abbr {
    background: url("../images/commercial_motor_automation.jpg") no-repeat;
    color: #666;
    display: block;
}
.Commercial abbr span {
    color: #E6B555;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 280px;
    text-transform: uppercase;
    font-weight: bold;
}
.Commercial ul li img {
    border-bottom: 4px solid #E6B555;
}
.Commercial a:hover {
    color: #E6B555;
}
.Architecture  {
    color: #79A9BE;
}
/* Kuma� Sayfas� */
.Architecture ol {
    background: url("../images/architectural_fabric_bg.jpg") no-repeat;
    color: #666;
}
.Architecture ol span {
    color: #79A9BE;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 180px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Motor&Automation Sayfas� */
.Architecture abbr {
    background: url("../images/architectural_motor_automation.jpg") no-repeat;
    color: #666;
    display: block;
}
.Architecture abbr span {
    color: #79A9BE;
    display: block;
    font-size: 13px;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
    margin-left: 280px;
    text-transform: uppercase;
    font-weight: bold;
}
.Architecture ul li img {
    border-bottom: 4px solid #79A9BE;
}
.Architecture a:hover {
    color: #79A9BE;
}
.kategoriler {
    width: 115px;
    margin-right: 45px;
}
.kategoriler li {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 15px;
}
.kategoriler-baslik {
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica;
}

.tenteler {
    width: 650px;
    padding-top: 10px;
}
.tenteler_link a:hover {
    color: #b30738;
}
.tenteler li {
    margin-top: 10px;
}
.tenteler img {
    border-bottom: 4px solid #b30738;
}
.tenteler a:hover {
    color: #b30738;
}
.tenteler span {
    margin-bottom: 20px;
}
.tenteler table tr td {
    margin-right: 50px;
}

/* �r�n Detay �st linkbar ve yan linkler */
/* HomeComfort */
.linkbar-homecomfort {
    margin: -30px 5px 40px 0px;
    text-align: right;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial;
    float:right;
    width:100%;
}
.linkbar-homecomfort span{
    width: 100%;
    color:#5c56fc;	
}
.linkbar-homecomfort a{
    color:#5c56fc;
}
.linkbar-homecomfort a:hover{
    color:#666;
}

.linkbar-homecomfort img{
    margin:6px 4px 0 4px;
    background: url(../images/dot.png) no-repeat;
}

/* Catering */
.linkbar-catering {
    margin: -30px 0px 40px 0px;
    text-align: right;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial;
    float:right;
    width:100%;
}
.linkbar-catering span{
    width: 100%;
    color:#E89356;	
}
.linkbar-catering a{
    color:#E89356;
}
.linkbar-catering a:hover{
    color:#666;
}
.linkbar-catering img{
    margin:6px 4px 0 4px;
    background: url(../images/dot2.png) no-repeat;
}

/* Commercial */
.linkbar-commercial {
    margin: -30px 0px 40px 0px;
    text-align: right;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial;
    float:right;
    width:100%;
}
.linkbar-commercial span{
    width: 100%;
    color:#E6B555;	
}
.linkbar-commercial a{
    color:#E6B555;
}
.linkbar-commercial a:hover{
    color:#666;
}
.linkbar-commercial img{
    margin:6px 4px 0 4px;
    background: url(../images/dot3.png) no-repeat;
}

/* Architecture */
.linkbar-architecture {
    margin: -30px 0px 40px 0px;
    text-align: right;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial;
    float:right;
    width:100%;
}
.linkbar-architecture span{
    width: 100%;
    color:#348BB2;	
}
.linkbar-architecture a{
    color:#348BB2;
}
.linkbar-architecture a:hover{
    color:#666;
}
.linkbar-architecture img{
    margin:6px 4px 0 4px;
}
.Aktif {
    color: #666 !important;
}


/* ------------------------------------------------------------------------------- */
/*  8.  Pricing Tables
/* ------------------------------------------------------------------------------- */


.pricing-table-extended .column, .pricing-table-simple .column {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.pricing-table-extended ul li, .pricing-table-simple ul li {
    display: block;
    margin: 0;
    position: relative
}
.pricing-table-extended .footer, .pricing-table-simple .footer {
    padding: 24px 20px;
}


/*  Extended Pricing Table  --------------------------------*/

.pricing-table-extended {
    margin-bottom: 120px;
}
.pricing-table-extended .column {
    border-left: 2px solid #fff;
    width: 179px;
}
.pricing-table-extended .column:last-child {
    border-left: none;
}
.pricing-table-extended .features-list {
    border: none;
    text-align: left;
    width: 218px;
}
.pricing-table-extended .level-max {
    background: #fff;
    border: none;
    -webkit-box-Guide Bio Medical Group: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-Guide Bio Medical Group: 0 5px 10px rgba(0, 0, 0, .2);
    box-Guide Bio Medical Group: 0 5px 10px rgba(0, 0, 0, .2);
    margin-top: -15px;
    width: 181px;
    z-index: 9999;
}
.pricing-table-extended .header {
    background: #636363;
    color: #fff;
    min-height: 132px;
}
.pricing-table-extended .features-list .header {
    background: none;
}
.pricing-table-extended .level-one .header {
    background: #959595;
}
.pricing-table-extended .level-max .header {
    background: #d73300;
    padding: 0 0 15px;
}

.pricing-table-extended h2 {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin: 10px 0 0;
    text-transform: capitalize;
}
.pricing-table-extended h2 span {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: 700;
}
.pricing-table-extended .level-max h2 span {
    font-size: 48px;
    font-weight: 700;
}
.pricing-table-extended ul li {
    background: #f8f8f8;
    padding: 9px 20px;
}
.pricing-table-extended ul li:nth-child(even) {
    background: #ebebeb;
}
.pricing-table-extended .level-max ul li:nth-child(even) {
    background: #f2f2f2;
}
.pricing-table-extended .check {
    background: url(../images/pricing_check.png) no-repeat center;
    display: inline-block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
}
.pricing-table-extended .footer {
    background: #f8f8f8;
}
.pricing-table-extended .features-list .footer {
    background: none;
}
.pricing-table-extended .level-max .footer {
    background: #fff; padding: 31px 20px;
}


/*  Simple Pricing Table  --------------------------------*/

.pricing-table-simple .column {
    background: #f6f6f6;
    border-left: 2px solid #fff;
    width: 220px;
}
.pricing-table-simple .column:first-child, .pricing-table-simple .column:last-child {
    border: none;
}
.pricing-table-simple .level-max {
    background: #fff;
    border: none;
    -webkit-box-Guide Bio Medical Group: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-Guide Bio Medical Group: 0 5px 10px rgba(0, 0, 0, .2);
    box-Guide Bio Medical Group: 0 5px 10px rgba(0, 0, 0, .2);
    margin: -15px 0;
    width: 278px;
    z-index: 9999;
}
.pricing-table-simple .header {
    padding: 26px 20px 23px;
}
.pricing-table-simple .level-max .header {
    padding: 31px 20px 33px;
}

.pricing-table-simple h2 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px;
}
.pricing-table-simple h2 span {
    color: #333;
    font-weight: 600;
}
.pricing-table-simple .level-max h2, .pricing-table-simple .level-max h2 span {
    color: #d73300;
}
.pricing-table-simple .level-max h6 {
    color: #e3816f;
}
.pricing-table-simple h6 {
    color: #636363;
    font-size: 11px;
    margin: 0;
    font-weight: 200;
    text-transform: capitalize;
}
.pricing-table-simple ul {
    margin: 0 20px;
}
.pricing-table-simple ul li {
    border-top: 1px dotted #ccc;
    padding: 8px 0;
}
.pricing-table-simple ul li:last-child {
    border-bottom: 1px dotted #ccc;
}
.pricing-table-simple .level-max .footer {
    margin: 5px 0 10px;
}





/* ------------------------------------------------------------------------------- */
/*  9.  Shortcodes
/* ------------------------------------------------------------------------------- */

.shortcodes h5 {
    margin-bottom: 25px;
}


/*  Buttons  --------------------------------*/

.red {
    background: #ec4c1a;
    background: -webkit-linear-gradient(#ec4c1a, #a32700);
    background:    -moz-linear-gradient(#ec4c1a, #a32700);
    background:     -ms-linear-gradient(#ec4c1a, #a32700);
    background:      -o-linear-gradient(#ec4c1a, #a32700);
    background:        -webkit-gradient(#ec4c1a, #a32700);
    background:         linear-gradient(#ec4c1a, #a32700);
}
.yellow {
    background: #ffd800;
    background: -webkit-linear-gradient(#ffd800, #f49000);
    background:    -moz-linear-gradient(#ffd800, #f49000);
    background:     -ms-linear-gradient(#ffd800, #f49000);
    background:      -o-linear-gradient(#ffd800, #f49000);
    background:        -webkit-gradient(#ffd800, #f49000);
    background:         linear-gradient(#ffd800, #f49000);
}
.black {
    background: #636363;
    background: -webkit-linear-gradient(#636363, #404040);
    background:    -moz-linear-gradient(#636363, #404040);
    background:     -ms-linear-gradient(#636363, #404040);
    background:      -o-linear-gradient(#636363, #404040);
    background:        -webkit-gradient(#636363, #404040);
    background:         linear-gradient(#636363, #404040);
}
.gray {
    background: #959595;
    background: -webkit-linear-gradient(#959595, #545454);
    background:    -moz-linear-gradient(#959595, #545454);
    background:     -ms-linear-gradient(#959595, #545454);
    background:      -o-linear-gradient(#959595, #545454);
    background:        -webkit-gradient(#959595, #545454);
    background:         linear-gradient(#959595, #545454);
}
.green {
    background: #b30738;
    background: -webkit-linear-gradient(#b30738, #5c56fc);
    background:    -moz-linear-gradient(#b30738, #5c56fc);
    background:     -ms-linear-gradient(#b30738, #5c56fc);
    background:      -o-linear-gradient(#b30738, #5c56fc);
    background:        -webkit-gradient(#b30738, #5c56fc);
    background:         linear-gradient(#b30738, #5c56fc);
}


/*  Accordion  --------------------------------*/

.accordion-button {
    border-top: 1px dotted #ccc;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0px 0px 0px 5px;
}
.accordion-button.first {
    border: none;
}
.shortcodes .accordion-button.first {
    margin-top: -8px;
}
.accordion-content {
    padding: 0 0 8px 25px;
}
.on {
    background: url(../images/accordion_buttons.png) no-repeat 0 -127px;
}
.on a {
    color: #d73300;
}


/*  Tabs  --------------------------------*/

#tabs {
    list-style: none;
    margin: 0;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0;
}
#tabs li {
    float: left;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#tabs li a {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: none;
    color: #959595;
    display: block;
    font-weight: 800;
    padding: 0 20px;
    text-transform: uppercase;
}
#tabs li a:hover {
    border-top: 1px solid #d73300;
}
#tabs li:first-child a {
    border-left: 1px solid #e6e6e6;
}
#tabs li.active a {
    border-top: 1px solid #d73300;
    border-bottom: 1px solid #fff;
    color: #333;
}
#tabs li.active a:hover {
    color: #d73300;
}
#tabs_content_container {
    border: 1px solid #e6e6e6;
    display: block;
    padding: 30px 20px;
}


/*  Alert Boxes  --------------------------------*/

.success, .notice, .warning, .error {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 15px;
}
.success {
    background: #93b336;
}
.notice {
    background: #507cc3;
}
.warning {
    background: #ffbb00;
}
.error {
    background: #d73300;
}


/*  Blockquote  --------------------------------*/

blockquote {
    background: url(../images/quote.png) no-repeat 30px 28px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: italic;
    padding: 28px 20px 24px 50px;
    position: relative;
}
blockquote .person {
    color: #333;
    display: block;
    font-style: normal;
    margin-top: 10px;
}
blockquote .person .accent {
    color: #d73300;
}
blockquote .corner {
    background: url(../images/quote_corner.png) no-repeat 0 0;
    bottom: -18px;
    display: block;
    height: 18px;
    left: 50px;
    position: absolute;
    width: 29px;
}
blockquote.wide {
    background-position: 80px 28px;
    margin: 6px 0 34px;
    padding: 28px 30px 28px 100px;
}
blockquote.wide .corner {
    bottom: -18px;
    left: 80px;
}


/*  Lists  --------------------------------*/

.shortcodes .check {
    margin-top: -10px;
}
ul.compressed li {
    padding-bottom: 4px;
    padding-top: 4px;
}
ul.compressed li:first-child {
    margin-top: -5px;
}
.check li, .check-bold li, .arrow li, .arrow-bold li, .square li, .circle li {
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 18px;
}
.check li {
    background: url(../images/list_check.png) no-repeat 2px 53%;
}
.check-bold li {
    background: url(../images/list_check_bold.png) no-repeat 1px 53%;
}
.arrow li {
    background: url(../images/list_arrow.png) no-repeat 4px 53%;
}
.arrow-bold li {
    background: url(../images/list_arrow_bold.png) no-repeat 3px 53%;
}
.square li {
    background: url(../images/list_square.png) no-repeat 4px 53%;
}
.circle li {
    background: url(../images/list_circle.png) no-repeat 4px 53%;
}





/* ------------------------------------------------------------------------------- */
/*  10.  Blog
/* ------------------------------------------------------------------------------- */

.post {
    /* background: url(../images/sep_d.png) repeat-x 0 100%; */
    margin: 0 0 40px;
    padding: 0 0 25px;
    border-bottom: 1px solid #b30738;
}
.post h2 {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
}
.post-meta .author {
    color: #959595;
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0;
}
.post-meta .author a {
    color: #d73300;
}
.post-meta .author a:hover {
    color: #e38473;
}
.post-meta .date, .post-meta .tags, .post-meta .comments {
    color: #959595;
    display: inline-block;
    margin-right: 15px;
    padding: 12px 0 27px 0;
}
.post-meta .date a, .post-meta .tags a, .post-meta .comments a {
    color: #959595;
}
.post-meta .date a:hover, .post-meta .tags a:hover, .post-meta .comments a:hover {
    color: #d73300;
}
.post-meta .date {
    padding-left: 15px;
    background: url(../images/blog_icon_date.png) no-repeat 0 16px;
}
.post-meta .tags {
    padding-left: 17px;
    background: url(../images/blog_icon_tags.png) no-repeat 0 16px;
}
.post-meta .comments {
    padding-left: 17px;
    background: url(../images/blog_icon_comments.png) no-repeat 0 15px;
}
.post-entry {
    display: block;
    position: relative;
}
.post-entry .image, .post-entry .slider, .post-entry .video {
    display: block;
    margin: 0 auto 23px;
    max-width: 100%;
}
.post-entry p {
    display: block;
    font-size: 14px;
    text-align: justify;
}
.post-entry a {
    color: #d73300;
}
.post-entry a:hover {
    color: #e38473;
}


/*  Pagination  --------------------------------*/

.pagination {
    margin: 0;
}
.pagination li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination .current {
    background: #d73300;
    color: #fff !important;
}
.pagination a, .pagination .current {
    color: #959595;
    display: inline-block;
    padding: 0 6px;
}
.pagination a:hover {
    color: #d73300;
}
.pagination .prev a {
    background: url(../images/c_icon_prev.png) no-repeat 0 6px;
    padding-left: 10px;
}
.pagination .prev a:hover {
    background: url(../images/c_icon_prev_r.png) no-repeat 0 6px;
}
.pagination .next a  {
    background: url(../images/c_icon_next.png) no-repeat 100% 6px;
    padding-right: 10px;
}
.pagination .next a:hover  {
    background: url(../images/c_icon_next_r.png) no-repeat 100% 6px;
}


/*  Blog Post Details  --------------------------------*/

.post h3 {
    font-weight: 700;
    margin: 30px 0 23px;
    text-transform: capitalize;
}
.post.single p {
    margin-bottom: 20px;
}
.post.single p:last-child {
    margin-bottom: 10px;
}


/*  Comments  --------------------------------*/

.comments-list {
    border-bottom: 1px dotted #e5e5e5;
    margin: 36px 0 70px;
    padding: 0 0 10px;
}
.comment {
    border-top: 1px dotted #e5e5e5;
    display: inline-block;
    margin-top: 10px;
    padding-top: 30px;
}
.comment .children .comment {
    margin-top: 10px;
    padding-top: 30px;
}
.comment:first-child {
    border-top: none;
    margin: 0;
    padding: 0;
}
.comment > div {
    display: inline-block;
}
.comment .avatar {
    display: block;
    float: left;
    position: relative;
    width: 45px;
    z-index: 1;
}
.comment .comment-entry, .comment .comment-meta {
    float: right;
    width: 620px;
}
.comment .comment-meta {
    margin-top: -4px;
}
.comment .author {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
}
.comment .author .reply {
    color: #959595;
    font-size: 11px;
    text-transform: capitalize;
}
.comment .author .reply:hover {
    color: #d73300;
    font-size: 11px;
}
.comment .date {
    color: #959595;
    margin: 1px 0 8px;
}
.comment .children {
    padding-left: 60px;
}
.comment .children .comment {
    border-top: 1px dotted #ced8df;
    position: relative;
}
.comment .children .comment-entry, .comment .children .comment-meta {
    width: 560px;
}
.comment .children .children .comment-entry, .comment .children .children .comment-meta {
    width: 500px;
}


/*  Comments Form  --------------------------------*/

#comments-form {
    margin-top: 30px;
}


/*  Blog (Alt. Version)  --------------------------------*/

.post-block {
    background: #d73300;
    display: block;
    margin-bottom: 80px;
}
.post-block .post-entry {
    margin: 13px 20px 15px;
}
.post-block .post-entry h2 {
    border-bottom: 1px dotted #e3714d;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 14px;
    text-transform: capitalize;
}
.post-block .post-entry h2:hover {
    color: #f0bfb8;
}
.post-block .post-entry p {
    color: #f0bfb8;
    font-size: 11px;
}
.post-block img {
    display: block;
    width: 100%;
}
.post-block .post-meta {
    padding: 11px 20px;
}
.post-block a {
    color: #fff !important;
}
.post-block a:hover {
    color: #f0bfb8 !important;
}
.post-block .link, .post-block .comments {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.post-block .comments {
    float: right;
}


/*  View More  --------------------------------*/

.post-more a {
    color: #c2c2c2;
    display: block;
    font-size: 30px;
    font-weight: 200;
    margin: -80px -30px -100px;
    padding: 74px 30px;
    text-align: center;
    text-transform: uppercase;
}
.post-more a:hover {
    color: #d73300;
}
.post-more .arrow {
    background: url(../images/more_arrow_02.png) repeat-x 0 -26px;
    display: inline-block;
    height: 20px;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ie-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    width: 22px;
    vertical-align: baseline;
}
.post-more:hover .arrow {
    background: url(../images/more_arrow_02.png) repeat-x 0 -6px;
}





/* ------------------------------------------------------------------------------- */
/*  11.  Portfolio
/* ------------------------------------------------------------------------------- */

/*  Project Feed Filter  --------------------------------*/

.project-feed-filter {
    display: inline-block;
    margin: 0 0 40px;
}
.project-feed-filter li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.project-feed-filter a {
    color: #959595;
    display: block;
    margin: 0 20px 0 0;
}
.project-feed-filter a:hover, .project-feed-filter .current  {
    color: #d73300;
}


/*  Project Feed  --------------------------------*/

.project-feed {
    margin: 0 -20px 80px 0
}
.project-feed > div {
    float: left;
    list-style: none;
    margin: 0 20px 20px 0;
    position: relative;
}
.project-feed div a {
    display: block;
    text-align: left;
}
.project-feed div img {
    display: block;

}


/*  Project Item Overlay  --------------------------------*/

.project-item .overlay {
    background: #b30738;
    background: rgba(196, 217, 68, .50);
    height: 100%;
    left: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;

}
.project-item:hover .overlay {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.project-item .overlay h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin: 30px 20px 0;
    text-transform: capitalize;
}
.project-item .overlay p {
    color: #f0bfb8;
    display: block;
    font-size: 11px;
    margin: 10px 20px 0;
}


/*  Project Item Overlay (Alt. Version)  --------------------------------*/

.project-item .project-title {
    background: #f0f0f0;
    padding: 17px 10px;
}
.project-item:hover .project-title {
    background: #d73300;
}
.project-item:hover .project-title h5 {
    color: #fff;
}
.project-item .project-title h5 {
    color: #636363;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
}


/*  Portfolio Details  --------------------------------*/

.single-project {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}
.single-project img {
    display: block;
    width: 100%;
}
.project-nav {
    display: inline-block;
    float: right;  
    margin: 13px 0 40px;
}
.project-nav li {
    float: left;
}
.project-nav .prev, .project-nav .next, .project-nav .back {
    background: #f0f0f0 url(../images/c_icon_prev.png) no-repeat 45% 50%;
    display: block;
    height: 17px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 17px;
}
.project-nav .next {
    background: #f0f0f0 url(../images/c_icon_next.png) no-repeat 50% 50%;
}
.project-nav .back {
    background: #f0f0f0 url(../images/c_icon_back.png) no-repeat 50% 50%;
}
.project-nav .prev:hover {
    background: #d73300 url(../images/c_icon_prev_w.png) no-repeat 45% 50%;
}
.project-nav .next:hover {
    background: #d73300 url(../images/c_icon_next_w.png) no-repeat 50% 50%;
}
.project-nav .back:hover {
    background: #d73300 url(../images/c_icon_back_w.png) no-repeat 50% 50%;
}


/*  Isotope Plugin  --------------------------------*/

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}





/* ------------------------------------------------------------------------------- */
/*  12.  Contact
/* ------------------------------------------------------------------------------- */

#google-map {
    width: 100%;
    height: 300px;
    display: inline-block;
}
.contact-intro {
    color: #333;
    font-size: 14px;
    margin: 60px 0 40px;
}
.contact-info .address {
    margin-top: 20px;
}
#contact-form {
    margin-top: 25px;
}
#contact-form .error, #contact-form .success {
    margin-bottom: 20px;
    min-width: 227px;
}
.iletisim_harita {
    width: 640px;
    margin-right: 30px;
    float: left;
}
.iletisim_formu {
    width: 260px;
    float: right;


}
.iletisim_formu h3 {
    font-size: 12px;
    font-weight: bold;

}
.iletisim_formu a {
    text-align:left;
    color: #666;

}
.iletisim_formu a:hover {
    color: #b30738;

}
.iletisim-textbox {
    width: 400px;
    float: right;

}



/* ------------------------------------------------------------------------------- */
/*  13.  Widgets
/* ------------------------------------------------------------------------------- */

.widget {
    margin: 0 0 50px;
}
.widget.short {
    margin-bottom: 20px;
}
.widget h5 {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 15px;
}


/*  Categories  --------------------------------*/

.widget .categories li {
    background: url(../images/c_icon_next.png) no-repeat 0 12px;
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 7px 0 7px 13px;
}
.widget .categories li:last-child {
    border: none;
}
.widget .categories li a {
    color: #636363;
}
.widget .categories li a:hover {
    color: #b30738;
}


/*  Tabs With Posts  --------------------------------*/

.widget #tabs li {
    text-align: center;
    width: 50%;
}
.widget #tabs_content_container {
    border: none;
    display: block;
    padding: 20px 0 0;
}
.widget .posts li {
    display: inline-block;
    margin: 0 0 9px;
}
.widget .posts li:last-child {
    margin: 0;
}
.widget .posts img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.widget .posts .entry {
    display: block;
    float: left;
    margin: -4px 0 0;
    width: 150px;
}
.widget .posts .entry .date {
    color: #959595;
    display: block;
    margin: 2px 0 0;
}


/*  Twitter Feed  --------------------------------*/

.twitter-feed .tweet-time {
    display: block;
}
.twitter-feed a:hover {
    color: #d73300;
}

#footer .twitter-feed p {
    color: #959595;
}
#footer .twitter-feed a {
    color: #c2c2c2;
}
#footer .twitter-feed .tweet-time {
    color: #636363;
}

#sidebar .twitter-feed p {
    background: url(../images/icon_twitter_feed.png) no-repeat 0 4px;
    color: #636363;
    padding-left: 16px;
}
#sidebar .twitter-feed .tweet-time {
    color: #959595;
}
#sidebar .twitter-feed a {
    color: #d73300;
}
#sidebar .twitter-feed a:hover {
    color: #e38473;
}


/*  Photo Stream  --------------------------------*/

.photo-stream {
    margin-right: -12px;
}
.photo-stream li {
    float: left;
    margin: 0 12px 12px 0;
}
.photo-stream a {
    display: block;
}
.photo-stream a:hover {
    outline: 2px solid #d73300;
}
.photo-stream img {
    display: block;
    height: 46px;
    width: 46px;
}

#footer .photo-stream {
    margin-top: 22px;
}





/* ------------------------------------------------------------------------------- */
/*  14.  Footer
/* ------------------------------------------------------------------------------- */


#footer {
    background: #FFF;
    padding: 15px 0 0;
    left: 50%;
    margin-left: -500px;
    position: relative;
    width: 1000px;
    height: 40px;
    font-size: 9px;

    color: #999;
    border-top: 5px solid #b30738;
}
#footer .logo {
    display: block;
    margin: 0 0 15px;
}
#footer h3 {
    color: #666;
    font-size: 8px;
    font-weight: 200;
    margin-bottom: 17px;
    margin-top: 9px;
}
#footer a {
    color: #999;
}
#footer a:hover {
    color: #b30738;
}



/*  Contact Details  --------------------------------*/

#footer .address, #footer .phone, #footer .email {
    color: #959595;
}


/*  Copyright & Social Links  --------------------------------*/

#footer .info {
    background: url(../images/sep_f.png) repeat-x 0 0;
    line-height: 21px;
    margin-top: 34px;
    padding-bottom: 14px;
    padding-top: 17px;
}
.copyright li {
    display: block;
    float: left;
    margin-right: 8px;
}

.languages {
    margin-left:770px;
    width: 300px;
}
.languages li {
    display: block;
    float: left;
    height: 21px;
    position: relative;
    text-indent: -9999px;
    width: 21px;
}
.languages li a {
    position: absolute;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    top: 0; left: 0; bottom: 0; right: 0;
}
.languages li a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.languages .lang_uk {
    background: url(../images/lang_uk.png) no-repeat;
    background-position: 0 -21px;
}
.languages .lang_uk a {
    background: url(../images/lang_uk.png) no-repeat;
}
.languages .lang_de {
    background: url(../images/lang_de.png) no-repeat;
    background-position: 0 -21px;
}
.languages .lang_de a {
    background: url(../images/lang_de.png) no-repeat;
}
.languages .lang_fr {
    background: url(../images/lang_fr.png) no-repeat;
    background-position: 0 -21px;
}
.languages .lang_fr a {
    background: url(../images/lang_fr.png) no-repeat;
}
.languages .lang_cr {
    background: url(../images/lang_cr.png) no-repeat;
    background-position: 0 -21px;
}
.languages .lang_cr a {
    background: url(../images/lang_cr.png) no-repeat;
}
.languages .lang_tr {
    background: url(../images/lang_tr.png) no-repeat;
    background-position: 0 -21px;
}

.languages .lang_tr a {
    background: url(../images/lang_tr.png) no-repeat;
}

.languages .lang_az {
    background: url(../images/lang_az.png) no-repeat;
    background-position: 0 -21px;
}

.languages .lang_az a {
    background: url(../images/lang_az.png) no-repeat;
}
.languages .lang_ru {
    background: url(../images/lang_ru.png) no-repeat;
    background-position: 0 -21px;
}
.languages .lang_ru a {
    background: url(../images/lang_ru.png) no-repeat;
}
.languages .lang_no {
    background: url(../images/lang_no.png) no-repeat;
    background-position: 0 -21px;
}
.languages .lang_no a {
    background: url(../images/lang_no.png) no-repeat;
}

.languages .lang_us {
    background: url(../images/lang_us.png) no-repeat;
    background-position: 0 -21px;
}
.languages .lang_us a {
    background: url(../images/lang_us.png) no-repeat;
}

}
.languages .lang_se a {
    background: url(../images/lang_sw.png) no-repeat;
}

.languages .lang_se {
    background: url(../images/lang_sw.png) no-repeat;
    background-position: 0 -21px;
}

.languages .lang_nl a {
    background: url(../images/lang_hl.png) no-repeat;
}

.languages .lang_nl {
    background: url(../images/lang_hl.png) no-repeat;
    background-position: 0 -21px;
}
.social-links {
    margin-left: 620px;
    width: 120px;
}
.social-links li {
    display: block;
    float: left;
    height: 21px;
    margin: 0 0 0 8px;
    position: relative;
    text-indent: -9999px;
    width: 21px;
}
.social-links li a {
    position: absolute;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    top: 0; left: 0; bottom: 0; right: 0;
}
.social-links li a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.social-links .twitter {
    background: url(../images/icon_twitter.png) no-repeat;
    background-position: 0 -21px;
}
.social-links .twitter a {
    background: url(../images/icon_twitter.png) no-repeat;
}
.social-links .facebook {
    background: url(../images/icon_facebook.png) no-repeat;
    background-position: 0 -21px;
}

.social-links .facebook a {
    background: url(../images/icon_facebook.png) no-repeat;
}
.social-links .instagram
{
    background: url(../images/icon_instagram.png) no-repeat;
    background-position: 0 -21px;
}
.social-links .instagram a 
{
    background: url(../images/icon_instagram.png) no-repeat;
}
.social-links .linkedin {
    background: url(../images/icon_linkedin.png) no-repeat;
    background-position: 0 -21px;
}
.social-links .linkedin a {
    background: url(../images/icon_linkedin.png) no-repeat;
}
.social-links .digg {
    background: url(../images/icon_digg.png) no-repeat;
    background-position: 0 -21px;
}
.social-links .digg a {
    background: url(../images/icon_digg.png) no-repeat;
}
.social-links .vimeo {
    background: url(../images/icon_vimeo.png) no-repeat;
    background-position: 0 -21px;
}
.social-links .vimeo a {
    background: url(../images/icon_vimeo.png) no-repeat;
}
.social-links .youtube {
    background: url(../images/icon_youtube.png) no-repeat;
    background-position: 0 -21px;
}
.social-links .youtube a {
    background: url(../images/icon_youtube.png) no-repeat;
}

ul#expo /* expo id'sine sahip ul */
{
    list-style: none;
    width: 60px;
    margin-left: 560px; /* tekrar dene */
}

ul#expo > li /* expo id'sine sahip ul'un li taglar� */
{
    display: block;
    width : 59px; 
    height : 34px;
} 

ul#expo > li > span.expo
{
    display: block;
    width:59px;
    height:34px;
    background:url(../img/AE-1.png) no-repeat;
}

ul#expo > li > span.expo:hover{
    background:url(../img/AE-2.png) no-repeat;
}









