﻿.ptb25
{
    padding: 25px 0 !important;
}
.bg-main
{
}
.main-nav
{
    padding: 0 20px;
}
.wra
{
    background: url(../images/bodybg.png) repeat;
}
.wrapper
{
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: top;
}
.wrappers
{
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: top;
}
body
{
}
.team-item-name
{
    font-size: 17px;
    color: black;
    margin-top: 0px;
}
.team-item:hover a
{
    color: #6D492A;
}
.team-item-role
{
    color: black;
}
.team-item:hover a
{
    color: #6D492A;
}
.team-item:hover img
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.team-item-image img
{
    /*opacity: 0.6;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(70%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.inner-nav ul
{
    font-size: 15px;
    font-weight: 700;
}
.page-section
{
    padding: 20px 0;
}

.inner-nav ul li a
{
    color: #000;
}
.inner-nav ul li a:hover
{
    color: #6D492A;
}
.mb-200
{
    margin-bottom: 200px;
}
.mt_100
{
    margin-top: 100px;
}
.gold
{
    color: #6D492A;
}
.sepetbtn
{
    padding-top: 10px !important; 
    padding-bottom: 10px !important;
    font-weight: 700 !important; 
    font-size: 14px !important;
}
.sepetbtn:hover{background-color
                :#6D492A !important;
                color:#fff !important;}
