* { padding:0; margin:0; }
body { font-family: 'Quicksand', sans-serif; font-weight: 400;}

a { color:#111111; text-decoration:none; }
a:hover { text-decoration:none; }
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
.text-white {
    color: #ffffff;
}
.paddingbottom { padding-bottom:15px; padding-top:15px; }


.form-button,
.form-button-secondry {
	padding: 7.5px 20px;
	display: inline-block;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	margin-left: -1px;
	text-decoration: none !important;
}

.form-button {
	background-color: #F5BF23;
	color: #fff;
}


.resim-zoom
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.resim-zoom:hover
{
    z-index:2;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);  
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}


.form-button:active,
.form-button:hover,
.form-button:focus,
.active>.form-button {
	background-color: #F5BF23;
	color: #fff;
}

.form-button:hover {
	background-color: #222;
	color: #fff;
}

.form-button-secondry {
	background-color: #222;
	color: #fff;
}

.form-button-secondry:active,
.form-button-secondry:hover,
.form-button-secondry:focus,
.active>.form-button-secondry {
	background-color: #222;
	color: #fff;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ortasite { max-width:1170px; padding:0px 15px; margin:0 auto; }

.page-header.small {
    padding: 50px 0 33px;
    border-bottom: 1px solid #ececec;
}
.bg-grey3 {
    background-color: #fbfbfb;
}
.page-header {
    border: 0;
    margin: 0;
    color: #fff;
    padding: 185px 0 77px;
}
small, .small {
    font-size: 87%;
}
.text-center {
    text-align: center;
}
.heading {
    color: #323031;
}
.page-header .heading {
    color: #323031;
    margin: 0 0 9px;
    font: 700 35px/45px 'Exo 2', sans-serif;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.page-header .breadcrumbs li:before {
    content: "/";
    color: #333333;
    padding: 0 4px;
	padding-right:10px;
    display: inline-block;
    vertical-align: middle;
}

.page-header .breadcrumbs li:first-child:before {
  display: none;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
	color:#32CD32;
}
.list-inline > li a { color:#000000; }
.list-inline > li:hover a { color:#32CD32; }

.aboutus-sec { padding:80px 0px; }
.resimhakkimizda img { width:100%; }


.icon {
    float: left;
    margin: 5px 0 0;
    position: relative;
    border: 1px solid #efefef;
    width: 28.2%;
    height: 119px;
}
.icon img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.contact-abt {
    padding-left: 36%;
    padding-top: 3%;
	padding-right:1%;
}
.baslikofis { padding-bottom:20px; }
address { padding-top:20px; }

address a { width:100%; display:inline-block; padding-bottom:5px; }
.paddingtop { padding-top:30px; }




@media screen and (max-width:1027px){
}

@media screen and (max-width:991px){

}


@media screen and (max-width:768px){

}

@media screen and (max-width:565px){

}


@media screen and (max-width:450px){
	
}

@media screen and (max-width:345px){
	
}

