html,body,div,span,applet,object,iframe,h1,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:baseline }
    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}
/* Clearfix */
.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:1}

/*_________________________________________________________________________

    03-BODY ELEMENTS (HEADER, FOOTER, BODY ELEMENTS, NAVIGATION, GRID ...)
_____________________________________________________________________________*/

body {
    background: #f3f3f3 url("../images/background-patterns/body-bg-16.jpg") repeat;
    color: #898989;
    font-family: 'Open Sans', Arial, Verdana;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size:13px;
    line-height:21px;
}
code,
pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 10px;
    text-align: left;
    white-space: pre;
    line-height: 18px;
    margin: 20px 0;
    background-color: #ebebeb;
}
img {
    max-width: 100%;
    height: auto;
}
a, a > * {

    text-decoration: none;
    /* -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;*/

}
a:hover{
   text-decoration: underline;

}
strong { font-family: "Open Sans", Arial, Verdana;font-weight: 800;line-height: 30px;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-variant: normal;
    white-space: normal;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Open Sans',Arial,Verdana, serif;
}
h1 {
    font-size: 26px;
    line-height: 32px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
h4 {
    font-size: 16px;
    line-height: 22px;

}
h5 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    font-size: 14px;
    line-height: 22px;
}
header {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}
 #wrapp{
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.40);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.40);



 }
#container{

        background: #fff;
        width: 1040px;/* width: 100%!important;  -- Repalace  with this value if you want to have fullwidth layout :)*/
        margin: 0px auto;

}
header#header{
    padding: 15px 0  0px 0;
     width: 100%;
    background: #FFF;
    float:left;


}
#header-top{
    float:left;
    width: 100%;
     margin-bottom: 5px;
}
#header-links{

    float:right;
}

.container {
    margin: 20px;
    position: relative;
    width: 940px;
}
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:relative;margin-right:20px; }
.one { width: 940px; margin-right: 0; }
.one-half { width: 460px; }
.two-third { width: 620px; }
.one-third  { width: 300px; }
.one-fourth { width: 220px; }
.three-fourth { width: 700px; }
.one-fifth { width: 172px; }
.one-sixth { width: 140px; }
.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last,.one-fifth.last,.one-sixth.last{margin-right: 0!important;}
.horizontal-line {
    width: 100%;
    margin: 40px 0;
    float: left;
    border-top: 1px solid #e3e3e3;
}

#header-links h4{

    font-size:14px;
    text-transform: uppercase;
    text-align: right;


}
.sol {float:left;}
.mr10 {margin-right: 10px;}
#header-links h4 span{ font-family: "Open Sans", Arial, Verdana;font-weight: 800;}
#main-navigation.sticky{
    position: fixed;
   width: 1040px;
    height:auto;
    top:0px;
    z-index: 9999;

}
#main-navigation.sticky-fullwidth{

    width: 100%!important;
}
#main-navigation{
    float:left;
    width: 100%;
    height:auto;
}
#main-navigation select { display: none }
#main-navigation select {
    background: #FFF;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 10px 5px;
    margin: 30px auto;
    color: #676767;

}
#main-navigation ul {
    margin: -0px 0 0 0;
    padding: 0px 0;
    list-style-type: none;
    float: left;
}
#main-navigation ul li:hover { visibility: inherit }
#main-navigation ul li {
    position: relative;
    display: inline;
    float: left;
    text-align: center;

}
#main-navigation ul li a {
    color: #FFF;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    padding: 12px 15px 10px 15px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    font-family: "Open Sans", Arial, Verdana;

    text-decoration: none;

    font-weight: 800;
}


#main-navigation ul li a i{
    color:#FFF;
    margin-right: 10px;
}
#main-navigation li:hover a{
    color: #FFF;



}
 #main-navigation li.active{background: #a0a0a0;}
#main-navigation li.active:hover a{background: #a0a0a0;}
#main-navigation ul ul {
    position: absolute;
    top: -9999em;
    width: 230px;
    z-index: 99999;
    background: #ffffff;
    border:1px solid #e8e8e8;
}
#main-navigation ul ul li a { text-transform: capitalize }
#main-navigation ul ul li { width: 100% }
#main-navigation ul li:hover ul {
    left: 0;
    top:42px;

}


#main-navigation ul li:hover li ul { top: -9999em }
#main-navigation ul li li:hover ul {
    left: 230px;
    top: 0;
}
#main-navigation ul ul {
    padding: 0;
    margin: 0;
}
#main-navigation ul ul li {
    float: left;
    line-height: 20px;
    font-size: 12px;
    border:none!important;
}
#main-navigation ul ul li a {
    font-size: 13px;
    padding:8px 10px;
    text-transform: capitalize;
    margin: 0px 10px;
    line-height: 20px;
    color: #9e9e9e!important;
    font-family: "Open Sans", Arial, Verdana;
    border-bottom:1px solid #e8e8e8;
    background: #FFF!important;
    border-left:none;
    border-right:none;
    text-align: left;
    text-shadow:none;
     font-weight: 400;
     -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}
#main-navigation ul ul li a i{ color: #9e9e9e!important;}

#main-navigation ul ul li:last-child a {border-bottom: none;border-right: none;}
#main-navigation ul ul li:last-child ul li a{border-bottom:1px solid #e8e8e8!important;}
#main-navigation ul ul li:last-child ul li:last-child a{border-bottom: none!important;}



   /*______________________________________________________________*/

/*                   LAYER SLIDER CSS                           */
/*______________________________________________________________*/

.ls-fullwidth .ls-nav-prev,.ls-fullwidth .ls-nav-next{width:40px;height:70px; z-index: 10000; top: 42%;    position: absolute;}
.ls-fullwidth .ls-nav-prev{background:#a0a0a0 url("../images/slider-prev.png") 50% 50% no-repeat;left:0px;border-radius:0px 4px 4px 0px;}

.ls-fullwidth .ls-nav-next{background:#a0a0a0 url("../images/slider-next.png") 50% 50% no-repeat;right:0px;border-radius:4px 0 0px 4px;}
 .large_heading_01{

    font-size: 32px;
 }

  .large_heading_02{
    color:#a0a0a0;
    font-size: 24px;
 }
.ls_large_text_01 {

    padding:10px 15px;
    border-radius: 2px;
    font-size: 16px;
    font-family:"Open Sans", Arial, Verdana;
    font-weight: 800;
    color: #FFF;
    text-transform: capitalize;

}
 .ls_large_text_02 {
    background:#a0a0a0;
    padding:10px 15px;
    border-radius: 2px;
    font-size: 16px;
    font-family:"Open Sans", Arial, Verdana;
    font-weight: 800;
    color: #FFF;
    text-transform: capitalize;
}
 .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {

    width: 9px;
    height: 9px;
   background: #e1e1e1;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 100px;
    margin-right: 7px;
    display: inline-block;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover{ background: #cacaca;}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fd4326;
    border: 1px solid #fd4326;
}


#content{
    background: #fff;
    float:left;
    width: 100%;
    margin: 0;
    position: relative;
}
.latest-projects-wrapp{
    padding: 40px 0 50px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #f4f4f4;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    margin: 40px 0;

}

.latest-projects-wrapp.no-margin{

    margin: 40px 0 -41px 0;

}
.home-intro{
    padding: 40px 0 30px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #a0a0a0;
    margin-bottom: 40px;



}
.home-intro h4{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    color:#FFF;
}
.home-intro p{  font-size: 14px;color:#FFF;}

.home-intro .button{float:right;}
.img-holder {
    width: 30px;
    float:left;
    margin-right: 20px;
}

.img-holder i{
    color:#acacac;
    font-size: 30px;
}
.feature-text{
    width: 250px;
    float: left;
}

.sol {float:left;}


 p{margin-bottom: 10px;}



.button {
    font-size: 13px;
    color:#FFF;
    font-family:"Open Sans", Arial, Verdana;
    text-align: center;
    outline: none;
    text-transform: capitalize;;
    cursor: pointer;
    position: relative;
      -moz-transition:all 0.24s ease 0s;
    -webkit-transition:all 0.24s ease 0s;
    -o-transition:all 0.24s ease 0s;

}

.button.color.indirim:hover,.button.color:hover,.button.grey{   background: #acacac;color:#FFF;border-bottom: 1px solid #909090;text-decoration: none;
 }

.button.color.indirim { background:#f06817; border-bottom:1px solid #b14300; }


.button:active,.grey-button:active,.colored-button:active { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) inset;}
.button i.right,.grey-button i.right,.colored-button i.right {color:#FFF;margin-left:5px;}
.button i.left,.grey-button i.left,.colored-button i.left {color:#FFF;margin-right:5px;}
.button.small,.grey-button.small,.colored-button.small{   padding: 5px 12px;  }
.button.big,.grey-button.big,.colored-button.big {   padding: 10px 15px; }
.button.huge,.grey-button.huge,.colored-button.huge {
   padding: 13px 20px;
   font-size: 14px;
   text-transform: uppercase;
   color: #FFF!important;
    font-family: "OpenSans", Arial, Verdana;
    font-weight: 800;

}

.button.round,.grey-button.round,.colored-button.round {  border-radius: 4px;}
.button.circle,.grey-button.circle,.colored-button.circle {  border-radius: 100px;}

.portfolio-item img{
    width: 100%;
    height: 220px !important;
}





.jcarousel-container {
    margin: 0px 0px 0px 0;
    max-width: 100%;
    padding: 0px 0 10px 0;
    float: left;
    position: relative;
}
ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul#projects-carousel li {
    float: left;
    width: 220px;
    height: 240px;
    margin-right: 20px;
    padding: 0;
}


.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}
 .jcarousel-next,
.jcarousel-prev {
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: absolute;
    right:0px;
    bottom: -30px;
    border-radius: 2px;
    color:#FFF;

}
.jcarousel-prev {
    right: 23px;
}
.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}

.portfolio-item{
        background: #FFF;

    border-radius: 4px 4px 0px 0px;
        width: 100%;
        float:left;


}

.portfolio-item img{
     border-radius: 4px 4px 0px 0px;
}
.portfolio-item-link {
    display: block;
    position: relative;
}
.portfolio-item.round img{border-radius: 4px}
a.portfolio-item-link{
    line-height: 0;
    padding: 0;
    margin: 0;
}
.portfolio-item-link span.portfolio-item-hover {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
      border-radius: 4px 4px 0px 0px;
      -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.portfolio-item-link span.portfolio-item-hover:hover{
    background-position: center center;

}

.portfolio-item-title{
    text-align: center;
    padding: 15px 5px 15px 5px;
    background: #FFF;
    border: 1px solid #dbdbdb;

    border-top:none;
    border-radius: 0px 0px 4px 4px;

}
.portfolio-item-title a {
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans", Arial, Verdana;

     -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;


}
 .portfolio-item-title a:hover{text-decoration:underline; }
.portfolio-item-title p{
    font-style: italic;
    font-size: 12px;
}

/*CLIENTS*/
 ul.clients {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0;
    margin-top: 0px;
}
ul.clients li { display: inline;}
.clients img {
    -moz-transition:all 0.24s ease 0s;
    -webkit-transition:all 0.24s ease 0s;
    -o-transition:all 0.24s ease 0s;
    opacity:0.65;
}
.clients img:hover {

    position: relative;
    opacity:100;
}
.clients-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
   border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
}
.clients-grid li {
    float: left;
  border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 0px;
    line-height: 10px;


}
.clients-grid li:first-child{border-left: none;}
.clients-grid.one-fourth li {
    width: 234px;
}
.clients-grid.one-fifth li {
    width: 187px;
}
.clients-grid.one-sixth li {
    width: 155px;
}

#footer{

    float:left;
    position: relative;
    width: 100%;
    padding: 30px 0;
     background: #3b3b3b;
     color:#999999;
    margin-top: 40px;


}
#copyrights{
    width: 100%;
    float: left;
    padding: 25px 0 10px 0;
    color:#999999;
    background:#333333 ;


}

#footer a,#copyrights a {


    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color:#ffffff;}
#footer a:hover, #copyrights a:hover{    color: #FFF;text-decoration: none; }
#footer h4{
    color: #FFF;
    font-size: 14px;
    font-family: "Open Sans", Arial, Verdana;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

#footer ul li {
    width: 100%;
    float: left;
    display: block;
    padding: 7px 0px 7px 0px;
    border-bottom: 1px solid #464646;
}
#footer ul li a {
    padding-left: 5px;

}




.instagram-widget div {
    list-style: none;
    float: left;
    margin: 0px 0px 0px 0;
}
.instagram-widget div img {
    margin-bottom: 5px;
    border: none;
}
.instagram-widget div a {
    float: left;
    border: 3px solid #242424;
    display: block;
    width: 60px;
    height: 60px;
    margin: 7px 7px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}

.instagram-widget.inner div a { border: 3px solid #a0a0a0;}



.flickr-widget, .reklam-widget { margin: -5px -10px 0 0px }
.flickr-widget ul, .reklam-widget ul {
    float: left;
    list-style: none;
}
.flickr-widget li {
    float: left;
    border: 3px solid #242424;
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px 10px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}

.flickr-widget li a img { border: none; width:80px;height:80px; }
.flickr-widget.inner li, .reklam-widget.inner li { border: 3px solid #a0a0a0;}


.reklam-widget li {
    float: left;
    border: 3px solid #242424;
    display: block;
    width: 80px;
    height: 60px;
    margin: 10px 8px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}

.reklam-widget li a img { border: none; width:80px;height:60px; }


ul.social-icons{
    float: right;
    list-style: none;
    display: block;


}
ul.social-icons.header{
    float:right;
    width: auto;

}
ul.social-icons li {
    float: left;
    margin-left: 2px;
       display: inline;

}
ul.social-icons li a{
    background: #2c2c2c;
    padding: 7px 7px 5px 5px;
}
ul.social-icons li a:hover{
    background: #1f1f1f
}

ul.social-icons.header li a{
    background: #FFF;
    padding: 7px 7px 5px 2px;
}
ul.social-icons.header li a:hover{
    background: #FFF
}
ul.social-icons li a i{
     font-size: 16px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

    color:#ababab;
}
ul.social-icons li a:hover i {
    color:#FFF;
    text-align: center;
    text-decoration: none;
}
ul.social-icons.header li a:hover i {

     text-decoration: none;
}


.top-search{float:right;margin-top:7px;}
.top-search input{width:200px;font-size:11px;color:#888;}
.search-btn{float:right;position:relative;padding:0;top:0;right:0;margin:-3px 0 0 -35px;background:url(../images/search-bg.png) center center no-repeat;width:35px;height:32px;cursor:pointer;border:none;z-index:100;box-shadow:none}
.search-field{float:right;position:relative}



.top-search-alt{float:left; margin-top: -10px;}
.top-search-alt input{width:200px;font-size:11px;color:#888;}
input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select {
        border: 1px solid #e0e0e0;
        padding: 5px 10px;
        outline: none;
        font-size: 13px;
        color: #888;
        margin: 2px;
        max-width: 100%;
        display: block;
        background: #fff;
       /* -webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
        box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);*/
        border-radius: 2px;
        }

    select {
        padding: 0;}
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        border: 1px solid #cacaca;
        color: #888;
        }
    textarea {
        min-height: 60px;
        resize:none;}
    label,
    legend {
        display: block;
        font-weight: bold;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 5px;}
    select {
         }
    input[type="checkbox"] {
        display: inline; }
    label span,
    legend span {
        font-weight: normal;
        font-size: 12px;
        color: #444; }

    form.simple-form   input {
        border: 1px solid #e0e0e0;
        padding: 8px 10px;
        outline: none;
        font-size: 13px;
        color: #888;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #fff;
        box-shadow: inset 0px 2px 4px #f3f3f3;

        border-radius: 2px;
        width: 198px;

        }
        form.simple-form   input[type="submit"] {
           width: auto;
           border-top:none;
           border-left:none;
           border-right:none;
           color:#FFF;
           box-shadow: none;
        }
        form.simple-form   textarea {
             box-shadow: inset 0px 2px 4px #f3f3f3;
             width: 678px;

        }
         form.simple-form   fieldset{
            margin-bottom: 15px;
         }
          form.simple-form   label{
           font-size: 12px;
            color: #888;
            margin-bottom: 10px;
         }
         form.simple-form   label span{
            color:#e64135;
         }

         .error {
    background:#e64135;
    text-align:left;
    font-size:11px;
    font-style:italic;
    font-family:"Open Sans", Verdana;
    margin-top: 11px;
    font-weight: 300;
    color:#FFF;
    padding: 5px 0;

}
.success {
    color:#FFF;
    background: #acd373;
    border:1px solid #85b244;
    text-align:left;
    font-size:13px;
    font-style:italic;
    font-family:"Georgia", Verdana;
     margin-top: 10px;
     padding:10px;

}
   .error p{
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
   }
        #breadcrumb{

            float:left;
            background: #f4f4f4;
            width: 100%;
            padding: 15px 0px 0px 0px;
            margin-left: 0px;
            border-top:1px solid #e0e0e0;
            border-bottom:1px solid #e0e0e0;
            margin-bottom: 40px;
        }

        #breadcrumb h4{color:#888888;font-weight: 400;}

         #breadcrumbs ul{float:right;padding:0px 0;font-size:12px;margin-top:0px;}
         #breadcrumbs ul li{font-size:11px;display:inline-block;color:#888;padding:0 11px 0 0;margin:0 0 0 5px;background:url(../images/breadcrumbs.png) no-repeat 100% 50%}
         #breadcrumbs ul li:last-child a,#breadcrumbs ul li a{color:#888888}
         #breadcrumbs ul li:last-child a:hover,#breadcrumbs ul li a:hover{text-decoration: underline;}
         #breadcrumbs ul li:first-child{padding-right:0;margin-left:0}
         #breadcrumbs ul li:first-child,#breadcrumbs ul li:last-child{color:#888;background:none}
         #breadcrumbs ul li:last-child{padding:0;background:none}
        #portfolio-container{

            float:left;
            width: 960px;
            margin-right: -20px;
            margin-bottom: -20px;
        }

        #portfolio-container .portfolio-item{
            margin-bottom: 30px;
        }


        #filterable {
    display: inline;
    float: left;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
}
#filterable li {
    float: left;
    list-style: none;
    margin-left: 5px;
}
#filterable li:first-child{
    margin-left: 0;
}
#filterable li a {
    cursor: pointer;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    height: auto;
    padding: 2px 10px;
    font-size: 11px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: #acacac;
    border-bottom: 1px solid #909090;
    text-decoration: none;
    border-radius: 2px;
}
#filterable li a:hover {
    color: #FFF;
}
#filterable li a.active {
    color: #FFF;


}

.error-layout {
    margin: 80px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.error-layout h1 {

    font-size: 120px;
    line-height: 130px;
    margin-bottom: 20px;
}

.nivo-slider-wrapper{

    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;

}

/*______________________________________________________________*/

/*                  FLEX SLIDER CSS                             */
/*______________________________________________________________*/
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; width:40px;height:70px;text-indent:-9999px;display:block;position:absolute;top:38%; }
.flex-direction-nav li .flex-next  {background:#a0a0a0 url("../images/slider-next.png") 50% 50% no-repeat;border-radius:4px 0 0px 4px;}
.flex-direction-nav li .flex-prev  { background:#a0a0a0 url("../images/slider-prev.png") 50% 50% no-repeat;border-radius:0px 4px 4px 0px;}

.flex-direction-nav{display: none;}

.flex-direction-nav li .flex-next{right:-40px;}
.flex-direction-nav li .flex-prev{left:-40px;}
.flexslider:hover .flex-direction-nav li .flex-next{right:0px;}
.flexslider:hover .flex-direction-nav li .flex-prev{left:0px;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
.flex-control-nav {width: auto;position: absolute;text-align:center;display:block;z-index:250;right:25px;bottom:15px;}
.flex-control-nav li {margin: 0px 0 0 5px; display: inline-block; zoom: 1; *display: inline;text-indent:-9999px;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;width: 10px; height: 10px;display: block; background:#FFF;cursor:pointer; text-indent: -999em;border-radius:2px;}


.flex-caption {zoom: 1;width:auto;height:auto;position:absolute;left:30%;top:40%;z-index:111;padding:10px 20px;border-radius: 4px; }
.flex-caption h3{color:#FFF;text-transform:capitalize;display:inline-block;margin-bottom:0;font-weight: 600;font-size: 14px;}


.flex-container.with-margin{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
ul.single-project-list { margin: 20px 0 40px 0px}
ul.single-project-list li {
    list-style: none;
    padding: 2px 0;
}
ul.single-project-list li span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
    height: 15px;
    width: 15px;
    border-radius: 100px;



}

ul.anket {

}

ul.anket li { font-size:11px;padding:0px; height:18px; color:#222;margin:2px 0px }

ul.anket li.bar {
	background:#eee;
	    -webkit-box-shadow: inset 1px 1px 5px 1px #ccc;
box-shadow: inset 1px 1px 5px 1px #ccc;
}


ul.anket li.bar p {
	background:#a00;height:18px; line-height:18px;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

ul.anket li.bar span {padding-left:5px;color:#fff;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}

.bar_graph {
    text-align: left!important;
    margin: 0px!important;
}
.bar_graph li {
    list-style: none!important;

}
.bar_graph li:last-child span {
    margin-bottom: 0px;
}
.bar_graph li .bar-wrap {
    margin-bottom:10px;
    background-color: #e4e4e4;
    background-color: #ebebeb;
    -webkit-box-shadow: inset 2px 2px 5px 2px #ddd;
box-shadow: inset 2px 2px 5px 2px #ddd;

}
.bar_graph li span {
    height:26px;
    width: 0px;
    display: block;

}

.bar_graph .tose {
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;/*
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;*/
}

.bar_graph li p {
    position: absolute;
    left: 10px;
    margin-top: 3px;
    z-index: 100;
    color:#FFF;
    width: 100%;

}


.bar_graph li span {
    overflow: visible!important;
    position: relative;
}

#google-map {
    height: 350px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-top:0px;
    float: left;
}
#google-map:before,
#google-map:after {
    background: none;
    box-shadow: 0 0 5px 2px rgba(54, 55, 54, 0.25);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#google-map:after {
    bottom: 0;
    top: auto;
}

.pdf {
   background: url(../images/pdf-icon.png) no-repeat 5px 12px;
   padding: 15px 10px 10px 65px;
   width: 125px;
   min-height: 48px;
   float: left;
   margin-top: 30px;
}
.pdf a:hover{text-decoration:underline;}


ul.pricing-boxes{
    float:left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.pricing-boxes li {
    float:left;
   list-style: none;
   text-align: center;


}
ul.pricing-boxes li:nth-child(even) {
    background: #FFF
}
ul.pricing-boxes li:nth-child(even) {
    background: #f9f9f9
}
.plan-name{
    background: #acacac;
     box-shadow:inset 0px 1px 0px rgba(0,0,0,0.1);
    padding: 20px 0 5px 0;
    border-radius:4px 4px 0  0;
}
.best-buy{
    box-shadow:inset 0px 1px 0px rgba(0,0,0,0.1);
}
.plan-name h4{
    color:#FFF;
    font-size: 20px;
    font-family: "Open Sans", Arial;
    font-weight: 300;
}

.plan-price{
    background: #909090;
      box-shadow:inset 0px 1px 0px rgba(0,0,0,0.1);
    padding: 20px 0 5px 0;
}

.plan-price h4{
    color:#FFF;
    font-size: 20px;
    font-family: "Open Sans", Arial;
     font-weight: 300;
}

.plan-price h4 span{
    color:#FFF;
    font-size: 16px;
}

.plan-features{background:#fff;border:1px solid #dbdbdb;border-top:0;padding:0px 0px 25px 0px;border-radius:0 0 4px 4px;float: left;}
.plan-features ul {
    float: left;
    list-style: none;
    margin-bottom: 25px;

}
.plan-features ul li{padding:10px 0;text-align:center;border-bottom:1px solid #f0f0f0;float: left;width: 100%;  -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}





 .plan-name.dark{
    background: #666666;

}


.plan-price.dark{
    background: #5c5c5c;

}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    z-index: 2;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-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: top, left, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
ul.accordion {
    display: inline;
    float: left;
    width: 100%;
}
ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border:1px solid #e1e1e1;
    border-bottom: none;
}
ul.accordion li:last-child{border-bottom:1px solid #e1e1e1;}

ul.accordion .accordion-switch {
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    font-size: 12px;
    color: #777;
    line-height: 22px;
    padding: 12px 0 0px 0;
}

ul.accordion li.accordion-item.selected .accordion-switch {

    background: #FFF;
}
ul.accordion .accordion-switch:hover{
    background: #f8f8f8;
}

ul.accordion li.accordion-item .accordion-switch {

    font-size: 13px;;
    text-transform: capitalize;
    float: left;
}

ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 22px;
    width: 22px;
    background:#acacac url('../images/accordion-toggle.png') no-repeat left top;
    border-bottom: 1px solid #909090;
    padding-right: 0px;
    margin-bottom: 11px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 1px;
}

ul.accordion li.accordion-item .accordion-content {
    padding: 0px 20px 10px 15px;

    margin-top: 5px;
    float: left;
}
 .team-member h4 {
    margin-bottom: 0px;
     color:#303030;
    font-size: 16px;

 }
  .team-member h5   {
    margin-bottom: 5px;

    font-size: 12px;
 }

  .team-member img{
    border-radius: 4px;
  }

    .service-item img{
    border-radius: 4px;
  }

  .service-item h4   {
    margin-bottom: 10px;
     color:#303030;
    font-size: 16px;

 }
 .blog-post{
    float:left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom:1px solid #e1e1e1;
     padding-top: 20px;
 }

 .permalink h4{
    margin-bottom: 0px;
     padding-top: 20px;
 }
 .permalink a{
    color:#707070;
    font-family: "Open Sans";
     font-weight: 600;
    font-size: 18px;
      -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

 }
  .permalink a:hover{

    text-decoration: none;
  }
.media-holder{
    float:left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;

}
 .blog-post.layout-2 .media-holder{
     float:left;
    width: 200px;
    margin-bottom: 0px;
    margin-right: 20px;
    position: relative;

}
 .blog-post.layout-2 .post-intro{
     width: 450px;
    float: left;
}

 .blog-post.layout-3{
    width: 340px;
    margin-right: 20px;
 }
  .blog-post.layout-3.last{
     margin-right: 0px;
  }
.media-holder img{
    border-radius: 4px;
     -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.media-holder img:hover{

    opacity: 0.80;
}
 .blog-post.layout-2 ul.post-meta{

    width: auto;
    display: block;

 }
ul.post-meta {
    overflow:hidden;
    float:left;
    margin-bottom: 10px;
    width: 100%;
}

ul.post-meta li {
    padding: 5px 0;
    margin: 0 0px 5px 5px;
    display: inline-block;
     color:#a5a5a5;

}
ul.post-meta li:first-child{
    margin-left: 0px;
}
ul.post-meta li i {
    margin-right:2px;
    color:#a5a5a5;
}

ul.post-meta li a{
    color:#a5a5a5;
    font-weight: 400;
}

ul.post-meta li a:hover{
    text-decoration: none;

    }


 .pagination ul{
    margin:10px 0 0 0;
    float:left;
    width: 100%;
}
.pagination ul li a {
    padding:5px 10px;
    display:inline-block;
    float:left;
    margin-right:4px;
    background: #acacac;
    color:#FFF;
    border-bottom: 1px solid #909090;
    text-decoration: none;
    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    -ms-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out;
    border-radius:4px
}


 .sidebar .widget {
    float: left;
    margin-bottom: 20px;
    width: 100%;

}
.sidebar h4.widget-title {

    color: #707070;
    font-family: 'Open Sans', Arial;
    font-size: 15px;
    margin-bottom: 20px;
}

.sidebar  ul.popular-tags {
    list-style: none;
    float: left;
    width: 100%;
}
.sidebar  ul.popular-tags li {
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;

}

.sidebar  ul.popular-tags li a {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-size: 11px;
    padding: 4px 8px;
      background: #acacac;color:#FFF;border-bottom: 1px solid #909090;text-decoration: none;
    color: #FFF;
    border-radius: 2px;
}

ul.sidebar-nav {
    float:left;
    list-style: none;
}

ul.sidebar-nav li{
    width: 100%;
    float:left;
    list-style: none;
    padding: 5px 0;
    border-bottom:1px solid #efefef;
     background: url("../images/sidebar-nav.png") 0px 50% no-repeat;
}

ul.sidebar-nav li a{
    color:#a5a5a5;

    padding-left: 15px;
}
ul.sidebar-nav li a:hover{

    text-decoration: none;
}

.dropcap{float:left;color:#169fe6;font-size:58px;line-height:54px;padding-top:4px;padding-right:10px;margin-top:-2px}
.dropcap.gray{color:#555}
blockquote{border-left:3px solid #e8e8e8;padding-left:20px;color:#afafaf;line-height:20px;margin:20px 0 20px 15px}

.block-notice{background:#fcfcfc;border:1px solid #e0e0e0;padding:20px; }


 .post-author{margin-top:30px;padding:20px;background:#f6f6f6;color:#888;border-radius:4px; border:1px solid #e3e3e3;}
 .post-author h4{margin:0 0 5px 0}
 .post-author img{float:left;margin:15px 5px 5px 5px;width:65px;height:65px;border-radius:4px}
 .about-description{margin:0px 0 0 90px}


/* Twitter Widget
====================================*/
#twitter {


    float: left;
    margin-bottom: 15px;
}
#twitter li {
    margin: 0 0 0px 0;
    border-bottom: none!important;

    float: left;

}



#twitter a {color: #fff;}
#twitter b a,
#twitter b a:hover {
    margin-top: 5px;
    display: block;
    color: #999;
    font-weight: normal;

}
#twitter b a:hover,#twitter a:hover{
    text-decoration: underline;
}


.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tabs-nav li{
    float: left;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabs-nav li.active { line-height: 31px }
.tabs-nav li a {
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    color: #959393;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.tabs-nav li:first-child a{ border-left: 1px solid #dddddd }
.tabs-nav li a:hover { background: #f0f0f0 }
.tabs-nav li.active a {
    background: #fff;
    border-bottom: 2px solid #fff;


}

.tabs-container{
    border: 1px solid #dddddd;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
}
.tab-content {
    padding: 20px;
    background: #FFF;
}


.notification {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Verdana;
    font-style: normal;
}

.notification p {margin: 0;}
.notification span {font-weight: 600;}

.notification.success,
.notification.success strong {
    background-color: #EBF6E0;
    color: #5f9025;
    border: 1px solid #b3dc82;
}

.notification.error,
.notification.error strong {
    background-color: #ffe9e9;
    color: #de5959;
    border: 1px solid #fbc4c4;
}

.notification.warning,
.notification.warning strong {
    background-color: #FBFADD;
    color: #8f872e;
    border: 1px solid #ded58a;
}

.notification.notice,
.notification.notice strong {
    background-color: #E9F7FE;
    color: #5091b2;
    border: 1px solid #b6d7e8;
}

.notification strong { border: none !important; }



 table.simple-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border:none;
    margin-bottom: 15px;


}

table.simple-table th {
    border: 1px solid #e0e0e0;
    border-right: none;

    text-align: left;
    padding: 10px 15px;
    color: #FFF;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

table.simple-table td:last-child {
    border-right: 1px solid #e0e0e0;
}

table.simple-table th:last-child {
    border-right: 1px solid #e0e0e0;
}

table.simple-table td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

table.simple-table tr:hover td {background-color: #f5f5f5;}



 ul.contact-info-widget {
    list-style: none;
    float: left;
    width: 100%;
}
ul.contact-info-widget li {
    width: 100%;
    float: left;
    display: block;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #e1e1e1;
    background: none;
}
ul.contact-info-widget li:first-child { border-top: 1px dotted #e1e1e1 }
ul.contact-info-widget li a {
    padding-left: 5px;
    color:#898989;

}
ul.contact-info-widget li i { font-size: 14px }
ul.contact-info-widget li a:hover { text-decoration: none }




ul.commentlist{float:left;width:100%;margin:0}
ul.commentlist li{float:left;padding:10px 0 20px 0; }

ul.commentlist li{list-style:none}
ul.commentlist li.child{margin-left: 90px;}

.comments-amount{font-weight:300;color:#aaa}

.avatar{float:left;border: 4px solid #a0a0a0;border-radius:4px}
.avatar img{float:left;max-width:64px;}
.comment-entry p, .yorum-yazi{margin:0;line-height:23px; }
.comment-entry { margin:-70px 0 0 90px;width:81%;background:#f8f8f8;color:#888;border-radius:4px;border:1px solid #e3e3e3;padding:20px}
.comment-entry { float:left; }

.yorum-yazi { margin:10px 0 0 10px;width:93%;background:#f8f8f8;color:#888;border-radius:4px;border:1px solid #e3e3e3;padding:10px 20px}


ul.commentlist li.child .comment-entry{
    width:78%;
}

/*

.comment-arrow{width:10px;height:20px;position:relative;float:left;background:url("../images/comment-arrow.png") no-repeat;margin-left:-30px}
.comment-entry strong{float:left;padding-right:5px;font-size:14px;color:#666}
.comment-entry span{float:left;color:#999}
.comment-author{float:left;width:100%;}
.comment-author span.reply{float:right;display:inline}
.comment-author span.reply a{float:right;height:17px;margin-left:5px;font-weight:normal;color:#999}
.comment-author span.reply a i{color:#bbb;}
.comment-author span.reply a:hover,.comment-author span.reply a:hover i{color:#6f6f6f;text-decoration: none;}
.comment-author span.date{color:#999;float:left;font-weight:300;padding:0 0 0 0px;margin:5px 0 0 5px;}

*/

.comment-arrow{width:10px;height:20px;position:relative;float:left;background:url("../images/comment-arrow.png") no-repeat;margin-left:-30px}
.comment-entry strong{padding-right:5px;font-size:14px;color:#666}
.comment-entry span{color:#999}
.comment-author{float:left;width:100%;}
.comment-author span.reply{float:right;display:inline}
.comment-author span.reply a{float:right;height:17px;margin-left:5px;font-weight:normal;color:#999}
.comment-author span.reply a i{color:#bbb;}
.comment-author span.reply a:hover,.comment-author span.reply a:hover i{color:#6f6f6f;text-decoration: none;}
.comment-author span.date{color:#999;font-weight:300;padding:0 0 0 0px;margin:5px 0 0 5px;}


.feature-block{
    float: left;
    width: 100%;
    text-align: center;
}

.img-holder-alt i{
    font-size: 24px;
    color:#acacac;
     padding: 25px 25px;

    line-height: 78px;
    background: #f4f4f4;
    border-radius: 300px;
    border:4px solid #e0e0e0;
      -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.feature-block i:hover{color:#FFF;}
/*CSS FOR RESPONSIVE LAYOUTS*/

/*___________________________________________________________________*/

/*---------------iPad & Samsung Galaxy Tablets portrait---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#container{ width: 794px;}
.container {width: 714px; }
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:relative;margin-right:20px; }
.one { width: 714px; margin-right: 0; }
.one-half { width: 347px; }
.two-third { width: 469.4px; }
.one-third  { width: 224.6px; }
.one-fourth { width: 163.5px; }
.three-fourth { width: 530.5px; }
.one-fifth { width: 126.8px; }
.one-sixth { width: 102.3px; }
.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last,.one-fifth.last,.one-sixth.last{margin-right: 0!important;}
.top-search input{width:145px;font-size:11px;color:#888;}
.feature-text{ width: 174.6px;}
ul#projects-carousel li {  width: 163.5px; height: 220px;}
.clients-grid.one-fourth li {width: 177.5px;}
.clients-grid.one-fifth li { width: 141.8px;}
.clients-grid.one-sixth li { width: 118px;}
 #portfolio-container{width: 738px;}
.blog-post.layout-2 .post-intro{ width: 310.5px;}
.blog-post.layout-2 ul.post-meta{max-width: 300px;   }
.blog-post.layout-3{ width: 255px;}
form.simple-form   input { width: 141.5px;}
form.simple-form   textarea { width: 508.5px;}
.comment-entry{width:75%;}
ul.commentlist li.child .comment-entry{ width:70%;}
}
/*___________________________________________________________________*/

/*---------------iPhone & Samsung Mobiles landscape---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
#container{ width: 440px;}
.container {width: 400px; }
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{width: 400px; float:left;position:relative;margin-right:0px; margin-bottom: 20px;}
#main-navigation select { display: block}
#main-navigation select { width: 390px;  }
#main-navigation ul{display: none;}
.top-search{display: none;}
#logo{text-align:center;width: 100%;float: left;}
#header-links{  width: 100%;float: left;margin-top: 15px;}
#header-links h4{width: 100%;display: block;float: left;text-align: center;}
ul.social-icons.header{display: none;}
.feature-text{ width: 350px;}
ul#projects-carousel li {  width: 400px; height: 370px;}
.clients-grid.one-fourth li,.clients-grid.one-fifth li,.clients-grid.one-sixth li {width: 199px;}
#portfolio-container{width: 400px;margin-right: 0px;}
 #breadcrumb{ text-align: center;padding-bottom: 15px;}
#breadcrumb .one-half{margin-bottom: 0px;}
#breadcrumbs ul{float:left;width: 100%;text-align: center}
#filterable li {margin-bottom: 5px;}
.blog-post.layout-2 .media-holder{ width: 100%;margin-right:20px;margin-bottom: 20px;}
 .blog-post.layout-2 .post-intro{ width: 100%; float: left;}
 .blog-post.layout-3{ width: 400px;margin-right: 0px;}
 form.simple-form   input { width: 378px;}
form.simple-form   textarea { width: 378px;}
.comment-entry{width:66%;}
ul.commentlist li.child .comment-entry{ width:56%;}
}
/*___________________________________________________________________*/

/*---------------iPhone & Samsung Mobiles landscape---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
#container{ width: 300px;}
.container {width:260px; }
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{width: 260px; float:left;position:relative;margin-right:0px; margin-bottom: 20px;}
#main-navigation select { display: block}
#main-navigation select { width:260px;  }
#main-navigation ul{display: none;}
.top-search{display: none;}
#logo{text-align:center;width: 100%;float: left;}
#header-links{  width: 100%;float: left;margin-top: 15px;}
#header-links h4{width: 100%;display: block;float: left;text-align: center;}
ul.social-icons.header{display: none;}
.feature-text{ width: 210px;}
ul#projects-carousel li {  width: 260px; height: 270px;}
.clients-grid.one-fourth li,.clients-grid.one-fifth li,.clients-grid.one-sixth li {width: 259px;}
#portfolio-container{width: 260px;margin-right: 0px;}
 #breadcrumb{ text-align: center;padding-bottom: 15px;}
#breadcrumb .one-half{margin-bottom: 0px;}
#breadcrumbs ul{float:left;width: 100%;text-align: center}
#filterable li {margin-bottom: 5px;}
.blog-post.layout-2 .media-holder{ width: 100%;margin-right:20px;margin-bottom: 20px;}
 .blog-post.layout-2 .post-intro{ width: 100%; float: left;}
 .blog-post.layout-3{ width: 260px;margin-right: 0px;}
 form.simple-form   input { width: 238px;}
form.simple-form   textarea { width: 238px;}
.comment-entry{width:46%;}
ul.commentlist li.child .comment-entry{ width:46%;}
ul.commentlist li.child{margin-left: 0px;}

  }

  .burc {
width: 75px;
height: 75px;
background: url('/images/burclar.jpg') 0 0 no-repeat;
text-indent: -99999px;
}
.oglak {
background-position: -226px -76px;
}
.koc {
background-position: 0 0;
}
.boga {
background-position: -76px 0;
}
.ikizler {
background-position: -151px 0;
}
.yengec {
background-position: -226px 0;
}
.aslan {
background-position: -301px 0;
}
.basak {
background-position: -376px 0;
}
.terazi {
background-position: 0 -76px;
}
.akrep {
background-position: -76px -76px;
}
.yay {
background-position: -151px -76px;
}
.kova {
background-position: -301px -76px;
}
.balik {
background-position: -376px -76px;
}

.meanFlower td { vertical-align: middle; }
.spD {
color: #ff702b;
font-weight: bold;
margin-left: 15px;
}

.ypI {margin:3px 0; display:block; width:200px}



div.check input[type=checkbox].css-checkbox {
							  position: absolute;
							overflow: hidden;
							clip: rect(0 0 0 0);
							height:1px;
							width:1px;
							margin:-1px;
							padding:0;
							border:0;
						}

					div.check input[type=checkbox].css-checkbox + label.css-label {
							padding-left:25px;
							height:20px;
							display:inline-block;
							line-height:20px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:12px;
							vertical-align:middle;
							cursor:pointer;
						}

						div.check input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -24px;
						}

						div.check .css-label{ background-image:url(/images/radioCheckbox.png); }

span.telephone { padding-left:20px; background: url('/images/telephone.png') no-repeat left center; display:block; float:left;width:100%; font-weight: bold; font-size:18px; }
span.telephone  u { color:#068; text-decoration: none;}

.groverik { width:70px;height:70px;float:left;border-radius:50%;margin-right:15px;border:3px solid #888}
.groverik:hover { border-color:#444 }
.online {  display:block; }
.online span { display:block; width:218px; height:50px; text-indent:-99999px; }

.online span.lab { background: url('/images/online/lab.png') no-repeat 0 0; }
.online span.lab:hover { background: url('/images/online/lab.png') no-repeat 0 -50px; }

.online span.randevu { background: url('/images/online/randevu.png') no-repeat 0 0; }
.online span.randevu:hover { background: url('/images/online/randevu.png') no-repeat 0 -50px; }

.online span.aile { background: url('/images/online/aile.png') no-repeat 0 0; }
.online span.aile:hover { background: url('/images/online/aile.png') no-repeat 0 -50px; }

.online span.hastahaklari { background: url('/images/online/hastahaklari.png') no-repeat 0 0; }
.online span.hastahaklari:hover { background: url('/images/online/hastahaklari.png') no-repeat 0 -50px; }

.online span.radyoloji { background: url('/images/online/radyoloji.png') no-repeat 0 0; }
.online span.radyoloji:hover { background: url('/images/online/radyoloji.png') no-repeat 0 -50px; }

.online span.eczane { background: url('/images/online/eczane.png') no-repeat 0 0; }
.online span.eczane:hover { background: url('/images/online/eczane.png') no-repeat 0 -50px; }

.online span.doktorlarimiz { background: url('/images/online/doktorlarimiz.png') no-repeat 0 0; }
.online span.doktorlarimiz:hover { background: url('/images/online/doktorlarimiz.png') no-repeat 0 -50px; }

.online span.aylikyemek { background: url('/images/online/aylikyemek.png') no-repeat 0 0; }
.online span.aylikyemek:hover { background: url('/images/online/aylikyemek.png') no-repeat 0 -50px; }

/*====CYCLE - IMAGE SLIDER
=======================================================*/

#images-slider {
    width: 1040px;
    height: 500px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 40px;
}

#images-slider li {
    width: 1040px;
    overflow: hidden;
    display: block;
    height: 500px;
}

.caption {
    color: #747474;
    left: 20px;
    bottom: 20px;
    padding: 20px 20px 5px 20px;
    position: absolute;
    background: #125814;
    width: 35%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.caption h3 {
    color: #a1a37f;
    font-size: 24px;
    padding-bottom: 5px;
    color: #f7f7f7;
    margin-bottom: 0;
}

.caption p {
    padding-bottom: 0px;
    padding-top: 5px;
    color: #bcbcbc;
}


/*====IMAGE SLIDER NAVIGATION
=======================================================*/

#slider-cycle-nav {
    z-index: 99;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#slider-cycle-nav li {
    display: block;
    float: left;
    margin-left: 4px;
}

#slider-cycle-nav li a {
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -99999px;
}

#cycle-prev  {
    background: url(../images/slider-arrows.png) no-repeat left bottom;
}

#cycle-prev:hover {
    background: url(../images/slider-arrows.png) no-repeat left top;
}

#cycle-next  {
    background: url(../images/slider-arrows.png) no-repeat right bottom;
}

#cycle-next:hover {
    background: url(../images/slider-arrows.png) no-repeat right top;
}


/*====CYCLE - CONTENT SLIDER
=======================================================*/

#content-slider {
    position: relative;
    margin-bottom: 30px;
    height: 300px;
    overflow: hidden;
}

#content-slider ul {
    list-style: none;
}

#content-slider ul li {
    height: 258px;
    overflow: hidden;
    margin-bottom: 35px;
}

#content-slider h2 {
    font-size: 30px;
    line-height: 32px;
    color: #808080;
}

#content-slider h2 span {
    color: #4a8f43;
}

#content-slider img {
    padding: 4px;
    border: 1px solid #e7e7e7;
    margin-bottom: 0;
}

.description {
    padding-top: 10px;
}

.description .button {
    margin-top: 15px;
}

/*====CONTENT SLIDER NAVIGATION
=======================================================*/

#nodes {
    float: right;
    margin-top: 28px;
}

#nodes a {
    float: left;
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/nav-node.png) no-repeat;
    margin: 0 2px;
    text-indent: 9999px;
}

#nodes a:hover, #nodes a.activeSlide {
    background: url(../images/nav-node-active.png) no-repeat;
}



#featured {
    position: relative;
}

.scroll-box {
    clear: both;
}




/*
bura geçişler için
*/

@charset "UTF-8";@font-face {
    font-family: tiefontello;
    src: url(/fonts/tiefontello.eot);
    src: url(/fonts/tiefontello.eot?48072461#iefix) format('embedded-opentype'),url(/fonts/tiefontello.woff) format('woff'),url(/fonts/tiefontello.ttf) format('truetype'),url(/fonts/tiefontello.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:tiefontello;
        src: url(/fonts/tiefontello.svg) format('svg')
    }
}

[class^=tieicon-]:before,[class*=" tieicon-"]:before,.search-block .search-button:before,#main-nav li.menu-item-home a:before,blockquote:before,.rss-cat-icon:before,#twitter-widget li:before,.flex-direction-nav a:before,span.tie-date:before,span.post-comments:before,span.post-views:before,span.post-meta-author:before,span.post-cats:before {
    font-family: tiefontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 32px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -o-transform: scale(1);
    text-rendering: optimizeLegibility;
    text-shadow: none
}

.cat-box{
    margin-top: 10px;
    margin-bottom: 0px;
    border-top: 5px solid #5a930f;
    position: relative;
    margin-right: 30px;
}


h2.cat-box-title {
    background: #5a930f;
    color: #fff;
    float: left;
    padding: 0 10px 2px;
    font-size: 16px;
    font-family: Oswald, arial, Georgia, serif;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
}

h2.cat-box-title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}


.scroll-box .cat-box-content {
    position: relative;
}

.group_items-box, .group_items {
    height: 190px !important;
    width: 620px !important;
    overflow: hidden;
}

.group_items {
    background-color: transparent !important;
}

.scroll-box .scroll-item {
    float: left;
    width: 200px;
    margin-right: 10px;
    height: 190px;
}

.scroll-box .post-thumbnail {
    margin: 0 0 10px;
}

.post-thumbnail {
    margin: 0 15px 10px 0;
    position: relative;
    line-height: 0;
}

p.post-meta {
    color: #aaa;
    margin: 7px 0;
    font-size: 10px;
}

p.post-meta span {
    display: inline-block;
    margin-right: 8px;
}

span.tie-date:before{
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: left;
}

.post-box-title{
    font-size: 15px;
    line-height: 15px;
}

.scroll-nav {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
}

.scroll-nav a {
    background-color: #cd2122;
    width: 25px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    margin-left: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    float: right;
}

.scroll-nav a .tieicon-right-open:before {
    content: '\e75e';
}

.scroll-nav a i:before {
    width: 25px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

.scroll-nav a .tieicon-left-open:before {
    content: '\e75d';
}

.cat-box.pic-box li .post-thumbnail {
    margin: 0
}

.scroll-box {
    clear: both
}

.scroll-box .cat-box-content {
    position: relative
}

.scroll-box .scroll-item {
    float: left;
    width: 200px;
    margin-right: 10px;
    height: 190px
}

.scroll-box .scroll-item .post-meta .stars-small {
    float: none;
    margin-top: 3px
}

.group_items-box,.group_items {
    height: 190px!important;
    width: 620px!important;
    overflow: hidden
}

.group_items .scroll-item:last-child {
    margin-right: 0!important
}

.scroll-nav {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0
}

.scroll-nav a {
    background-color: #cd2122;
    width: 25px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    margin-left: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    float: right
}

.scroll-nav a:hover {
    background-color: #939393!important
}

.scroll-nav a .tieicon-left-open:before {
    content: '\e75d'
}

.scroll-nav a .tieicon-right-open:before {
    content: '\e75e'
}

.scroll-nav a i:before {
    width: 25px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px
}

.scroll-box-wide {
    margin-top: 20px
}

.scroll-box-wide .group_items-box,.scroll-box-wide .group_items {
    height: 220px!important;
    width: 1160px!important
}

.layout-2c .scroll-box-wide .group_items-box,.layout-2c .scroll-box-wide .group_items {
    height: 220px!important;
    width: 955px!important
}

.scroll-box-wide.scroll-box .scroll-item {
    width: 282px;
    height: 220px;
    margin-right: 10.5px
}

.scroll-nav {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0
}

.scroll-nav a {
    background-color: #5a930f;
    width: 25px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    margin-left: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    float: right
}

.scroll-nav a:hover {
    background-color: #939393!important
}

.scroll-nav a .tieicon-left-open:before {
    content: '\e75d'
}

.scroll-nav a .tieicon-right-open:before {
    content: '\e75e'
}

.tagline-text {
    width: 560px;
    float: left;
}

.tagline-text h3 {
    font-size: 18px;
    color: #6b6b6b;
    margin-bottom: 0;
}

.tagline-text p {
    padding-top: 10px;
    margin-bottom: 0;
}



.tagline-text h3 span {
    color: #5a930f;
}

.tagline-btn {
    float: right;
    margin-top: 8px;
}

.tagline-btn .main {
    font-family: Yanone, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #252525;
    color: #008325;
    margin-right: 2px;
    display: block;
    height: 23px;
    background: url(../images/button.png) repeat-x;
    float: left;
    padding: 15px 20px;
}

.tagline-btn .arrow-btn {
    display: block;
    height: 53px;
    width: 54px;
    background: url(../images/arrow-btn.png) no-repeat;
    float: left;
}

.i4ewOd-pzNkMb-haAclf{
    display: none !important;
}

.intro-copy {
    padding: 1em;
    margin: 3em auto;
    max-width: 437px;
    font-size: 2em;
    line-height: 1.2;
    font-weight: lighter;
}
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 1em;
    margin: 1em;
    background: #3b3b3b;
    border: 2px solid #333333;
    color: #73b819;
    z-index: 10000;
}
.back-to-top:hover {
    cursor: pointer;
}





.cookie-band {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
}

.cookie-band__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-band__desc {
    margin-right: 20px;
    color: #fff;
}

.cookie-band__desc p {
    font-size: 14px;
    margin: 0;
}

.cookie-band__buttons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    min-width: 550px;
}

.cookie-band__buttons .btn {
    min-width: 105px;
}

.cookie-band__buttons .btn-secondary {
    min-width: 145px;
}

@media (max-width: 991px) {
    .cookie-band__buttons {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        min-width: 215px;
    }

    .cookie-band__buttons .btn {
        min-width: 105px;
    }

    .cookie-band__buttons .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cookie-band__container {
        flex-wrap: wrap;
    }

    .cookie-band__desc {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cookie-band__buttons {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        min-width: 370px;
        padding: 5px;
    }

    .cookie-band__buttons .btn {
        min-width: 105px;
    }

    .cookie-band__buttons .btn-secondary {
        min-width: 145px;
        width: auto;
    }
}

.cookie-modal .modal-body {
    padding: 30px;
}

.cookie-modal h3 {
    font-size: 24px;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.cookie-modal .checkbox {
    display: flex;
    align-items: start;
}

.cookie-modal .checkbox input {
    margin-top: 5px;
    margin-right: 6px;
}

.cookie-modal .checkbox label {
    font-size: 14px;
}

.cookie-modal .modal-btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}




.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.cookie-band__buttons .btn {
    min-width: 105px;
}
.btn-primary:hover {
    color: #fff;
}
.btn-primary:hover {
    color: #212529;
    background-color: #7baa9d;
    border-color: #73a597;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #649b8b;
    text-decoration: underline;
}
.btn-primary {
    font-size: 14px;
    color: #fff;
}
.btn {
    border-radius: 2px;
    padding: 9px 24px 8px;
}
.btn-primary {
    color: #212529;
    background-color: #92b9ae;
    border-color: #92b9ae;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}



.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal-dialog-centered {
    display: flex
;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: flex
;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.cookie-modal .modal-body {
    padding: 30px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.cookie-modal h3 {
    font-size: 24px;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.cookie-modal .checkbox {
    display: flex;
    align-items: start;
}

.cookie-modal .checkbox input {
    margin-top: 5px;
    margin-right: 6px;
}

.cookie-modal .checkbox label {
    font-size: 14px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.cookie-modal .modal-btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}


.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #73a597;
    border-color: #6ba091;
}

.btn-primary{
    color: #fff;
    background-color: #73a597;
    border-color: #6ba091;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
    margin: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}




.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(146, 185, 174, .25);
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #212529;
    background-color: #92b9ae;
    border-color: #92b9ae;
}

.btn-primary:hover {
    color: #212529;
    background-color: #7baa9d;
    border-color: #73a597;
}

.btn-primary:focus, .btn-primary.focus {
    color: #212529;
    background-color: #7baa9d;
    border-color: #73a597;
    box-shadow: 0 0 0 .2rem rgba(129, 163, 154, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #92b9ae;
    border-color: #92b9ae;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #73a597;
    border-color: #6ba091;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(129, 163, 154, .5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-outline-primary {
    color: #92b9ae;
    border-color: #92b9ae;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #92b9ae;
    border-color: #92b9ae;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(146, 185, 174, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #92b9ae;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #92b9ae;
    border-color: #92b9ae;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(146, 185, 174, .5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link {
    font-weight: 400;
    color: #92b9ae;
    text-decoration: none;
}

.btn-link:hover {
    color: #649b8b;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: .5rem;
}

.cookie-band__buttons > a {
    font-size: 14px;
    color: #1e5e22;
}

