@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. Boxes
7. About
8. Departments
9. Services
10. CTA
11. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	background: #FFFFFF;
	color: #696969;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	color: #797979;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	
}
a:hover
{
	color: #7a1336;
}
::selection
{
	color: #7a1336;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2 {
	font-size: 36px;
	color: #7a1336;
	position:relative;
	display:inline-block;
}
h2:after {
	content:"";
	display:block;
	position:absolute;
	right:-50px;
	width:30px;
	height:5px;
	background:#7a1336;
	top:40%;
	
}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	overflow:hidden;
	border-radius:8px;
	display: inline-block;
	height: 51px;
	background: #7a1336;
}
.button::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background: #7a1336;
	content: '';
	z-index: 0;
	-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.button a
{
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}
.button:hover::after
{
	height: 100%;
}
.button:hover a
{
	color: #FFFFFF !important;
}
.section_title
{
	padding-top: 60px;
}
.section_title h2
{
	font-size: 30px;
	font-weight: 300;
	color: #232323;
	margin: 0 15px 30px;
}
.section_title h2 span {
	color:#7a1336;
    display: table;
    font-weight: 600;
    font-size: 42px;
    border-bottom: solid 2px;
    letter-spacing: 9px;
}
.section_title::before/*
{
	display: block;
	position: absolute;
	left: 1px;
	top: 0;
	width: 54px;
	height: 3px;
	background: #7a1336;
	content: '';
}*/
.section_title_light h2
{
	color: #09203f;
}

/*********************************
3. Header
*********************************/

.header
{
	
}
.scrolled
{
	top: 0;
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
	background: white;
	z-index: 100;
	height:47px
}
.scrolled .navbar-inverse {
	padding: 15px 0;
}
.scrolled .telmail {
	    background: white;
    box-shadow: 0px 5px 5px #845263;
}
/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
	width: 100%;
	background: #fff;
}
.top_bar_content
{
	width: 100%;
	height: 48px;
	padding-left: 214px;
}
.top_bar_item
{
	 
}
.top_bar_item a
{
	font-size: 14px;
	color: #912e50;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_item a i {
	margin-right:7px;
}
.social {
	    text-align: right;
	background:white;
}
a.tel {
	background:#7a1336;
	padding:13px 10px;
	margin:0 10px 0 0 ;
	color:white;
	display: inline-block;
}
.tel i {
	margin-right:6px;
}
a.tel:hover {
	color:#3d3d3d;
}
.yor {
	background:#7a1336;
	padding:13px 10px;
	margin:0 0 0 10px ;
	color:white;
	display: inline-block;
}
.yor i {
	margin-right:6px;
}
.yor:hover {
	color:#3d3d3d;
}
.language {
	float:right;
	padding: 10px 0 0;
	display:none;
}
.language li {
	display:inline-block;
}
.language li a {
	padding:5px 10px;
	color: #7a1336;
}
.language li:last-child {
	display:none;
}
.menu-trigger {
	display:none;
}
.emergencies
{
	height: 100%;
	background: #ff0030;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	padding:13px  10px;
	display: inline-block;
}
.emergencies i {
	margin-right:7px;
}
.emergencies:hover  {
	background:#7a1336;
}
.emergencies:hover {
	color:white;
}
.emergencies:hover {
	color:white !important;
}
.video-img {
	border-radius:8px;
	box-shadow: 0 0 20px #a6a6a6;
}
.embed-responsive {
	border-radius:15px;
	box-shadow: 0 0 20px #a6a6a6;
	overflow:hidden;
}
.owl-theme .owl-nav {
	background: transparent;
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-theme .owl-nav [class*='owl-'] {
	font-size: 44px;
    margin: 5px;
    padding: 4px 7px;
	background: transparent;
}
.owl-next {
	position:absolute;
	right:15px;
}
.owl-prev {
	position:absolute;
	left:15px;
}
/*********************************
3.2 Header Content
*********************************/

.header_container
{
	width: 100%;
	background: transparent;
}
.header_content
{
	width: 100%;
	height: 103px;
}
.scrolled .header_content
{
	height: 80px;
}

.navbar-inverse .navbar-nav>li
{
	position:relative;
	display: inline-block;
}
.navbar-inverse .navbar-nav>li:not(:first-child)
{
	margin-left: 0;
}/*
.navbar-inverse  .navbar-nav>li:last-child {
	border-left: solid 1px white;
    padding: 0 0 0 25px;
}*/
.nav>li>a>img {
	max-width:30px;
}
.diller a {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	padding:0;
}
.navbar-inverse .navbar-nav>li>a
{
	font-size: 16px;
	font-weight: 500;
	color: #fff ;
	padding:8px 15px;
	text-shadow:0 0 20px #444;
}
.scrolled .navbar-nav>li>a {
	color:#7a1336;
	text-shadow:none;
}
.navbar-inverse .navbar-nav>li:hover>a {
	 
}
.navbar-inverse  .navbar-nav>li:hover {
	background: #7a1336;
}
.navbar-inverse  .navbar-nav>li:hover a {
	color: #fff;
}
.navbar-inverse  .navbar-nav>li>a:hover {
	background: #7a1336;
}
.dropdown-menu>li>.dropdown-menu li:hover a {
	color:#7a1336;
}
.dropdown-menu li .dropdown-menu li a:hover {
	color:#7a1336;
}
.navbar-inverse .navbar-nav>li ul.menus {
	display:none;
	position:absolute;
	top:30px;
	background:white;
	box-shadow:0 5px 8px #c1c1c1;
}
.navbar-inverse .navbar-nav>li:hover ul {
	display:block;
	right: initial;
	background: #7a1336;
	padding:0;
	box-shadow: none;
    border: none;
}
.navbar-inverse .navbar-nav>li ul.menus li a {
	display:block;
	padding:8px 15px;
	color:#7a1336;
	text-shadow:none;
}
.navbar-inverse .navbar-nav>li ul.menus li {
	display:block;
	margin:0;
}
.dropdown-menu>li>a {
	border-bottom: solid 1px #912e50;
	padding:8px 15px;
	color:white;
	font-size:13.5px;
}
.dropdown-menu>li:hover {
	background:white;
}
.dropdown-menu>li:hover a {
	color:#7a1336 !important;
}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #272727;
}
.scrolled .header_container {
	background:white;
}
.sidenav {
	display:none;
}
.mp-menu {
	display:none;
}
.social-share {
	text-align:left;
	margin-left:40px;
}
.social-share li {
	display:inline-block;
}
.social-share li a {
	display:inline-block;
	color:#912e50;
	padding:10px 10px 10px 0;
	font-size: 18px;
}
.social-share li img {
	max-width:18px;
}
/*********************************
3.3 Logo
*********************************/

.logo_container_outer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.logo_container
{
	position: absolute;
	top: -47px;
	left: 15px;
	width: 216px;
	height: 177px;
	background: #7a1336;
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.scrolled .logo_container
{
	height: 115px;
	box-shadow: 0px 5px 5px #845263;
}
.scrolled .logo_container .logo img {
	width:45%;
}

.logo_container a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.logo_content
{
	width: 100%;
	height: 100%;
	    text-align: center;
    display: flex;
    align-items: center;
}
.logo_line
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #7a1336;
}
.logo
{
	margin-top: 0;
}
.logo img {
	transition: all 0.5s ease;
	width:70%;
}
.logo span
{
	color: #7a1336;
}
.logo_container a .logo:hover
{
	color: #912e50;
}
.logo_text
{
	font-size: 30px;
	font-weight: 500;
	color: #912e50;
	line-height: 0.75;
}
.logo_box
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #7a1336;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-left: 1px;
}
.logo_sub
{
	font-size: 14px;
	font-weight: 400;
	color: #8f8e8e;
	padding-left: 3px;
	margin-top: 2px;
}

/*********************************
4. Menu
*********************************/
.navbar-inverse {
	background:transparent;
	border:none;
	    margin: 0;
    padding: 45px 0 0;
}

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_inner
{
	width: 100%;
	height: 100%;
}
.menu_list
{
	-webkit-transform: translateY(1.5rem);
	-moz-transform: translateY(1.5rem);
	-ms-transform: translateY(1.5rem);
	-o-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
	-webkit-transition: all 1000ms 400ms ease;
	-moz-transition: all 1000ms 400ms ease;
	-ms-transition: all 1000ms 400ms ease;
	-o-transition: all 1000ms 400ms ease;
	transition: all 1000ms 400ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 5px;
}
.menu_item a
{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #272727;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #ffb606;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #7a1336;
}
.menu_extra
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 15%;
	padding-bottom: 25px;
}
.menu_appointment a
{
	font-size: 13px;
	color: #912e50;
}
.menu_emergencies
{
	font-size: 13px;
	color: #272727;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
	    position: absolute;
    bottom: 0;
}
.animated-item-4 {
	display:none;
}
.animated-item-1 {
	
}
.carousel-content .animated-item-1 a {
	color: #084888;
}
#main-slider .carousel-content {
    margin-top: 187px;
}

#main-slider .item {
	height: 460px;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
}
#main-slider .item:first-child {
	position: relative;
}

.carousel-content .animated-item-1 span {
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    line-height: 1.0398;
	    text-shadow: 0 0 15px #7a1336;
}
.carousel-content .animated-item-2 {
	color:white;
	padding-right: 20px;
    margin-top: 10px;
    padding-left: 3px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.carousel-content .animated-item-1 p {
    display: block;
    font-size: 32px;
    color: white;
	font-weight: 900;
	line-height:normal;
	    text-shadow: 0 0 15px #7a1336;
}
.animated-item-3 {
	overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    height: 51px;
    background: #7a1336;
    position: relative;
    line-height: 51px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 39px;
    padding-right: 45px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
	margin-top:20px;
}
.sliderlink {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
    z-index: 1;
}
.sliderlink img {
	width:100%;
	height:600px;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	font-size:26px;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #78c042;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    background-color: #111;
    border-color: #111;
    z-index: 20;
	border-radius: 50px;
    padding: 8px 12px;
}

.icerik-top {
	height:175px;
	position:relative;
	top:0;
	z-index:0;
	background-position:center;
	background-size: cover;
	background: #7a1336 !important;
}
.icerik-top2 {
	height:175px;
	position:relative;
	top:0;
	z-index:0;
	width: 100%;
    background-image: url(/assets/images/sayfa-bg.jpg);
    background-color: #7a1336;
    background-repeat: no-repeat;
    background-position: 80%;
    padding-top: 0;
    padding-bottom: 60px;
    background-size: cover;
	background: #7a1336 !important;
}
.icerik-top2 h1 {
	text-align: left;
    position: relative;
    padding: 210px 0 0;
    text-shadow: 0 0 20px #444;
	color:white;
}
.icerik-top h1 {
	text-align: left;
    position: relative;
    padding: 210px 0 0;
    text-shadow: 0 0 20px #444;
	color:white;
}
.icerik-body {
	position: relative;
    top: 0;
	padding:50px 0;
	font-weight: 400;
    line-height: 26px;
	min-height:450px;
}
.icerik-body strong {
    font-weight: 500;
    color: #7a1336;
    font-size: 20px;
    font-style: italic;
}
.icerik-body .fa-thumbs-up {
	    font-size: 52px;
    color: #7a1336;
}
.icerik-body h2 {
	margin-top:0;
}
.btn-primary {
    color: #fff;
    background-color: #7a1336;
    border-color: #7a1336;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    outline: none;
}
.uye-liste li {
	width:25%;
	float:left;
	padding:15px;
}
.uye-liste li .uye-box {
	box-shadow:0 0 10px #ddd;
	display:block;
	height:250px;
	text-align:center;
}
.uye-liste li .uye-box:hover {
	box-shadow:0 0 20px #ddd;
}
.uye-img {
	height:190px;
	overflow:hidden;
	padding:15px;
}
.uye-liste li .uye-box img {
	width:100%;
}
.uye-link {
	display:inline-block;
	padding:8px 0;
	font-size:16px;
	color:black;
}
.yayinevi-grup:after {
	content:"";
	display:block;
	clear:both;
}
.yayinevi-grup {
	padding:20px 0;
	border-bottom:solid 1px #ddd;
}
.yayinevi-grup strong {
	font-size:16px;
}
.yayınevi-logo {
	    position: absolute;
    right: 0;
    top: -50px;
}
.yayınevi-logo img {
	max-height:150px;
}
/*********************************
5. Home
*********************************/
.slider-body {
	top: 0;
    z-index: 0;
}
header {
	position:fixed;
	z-index:2;
	width:100%;
}
.home
{
	width: 100%;
	height: 650px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_progress
{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	max-width: 100%;
	height: 2px;
	background: #7a1336;
	z-index: 1;
}
.home_content
{
	position: absolute;
	top: 39.8%;
	left: 0;
	width: 100%;
}
.home_content_inner
{
	width: 550px;
}
.home_title h1
{
	font-size: 44px;
	font-weight: 900;
	color: #8cc548;
	line-height: 1.0398;
}
.home_title h1 span {
	display:block;
	font-size:32px;
	color:white;
}
.home_text
{
	padding-right: 20px;
	margin-top: 10px;
	padding-left: 3px;
	color:white;
}
.home_text p
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.75;
}
.home_button
{
	margin-top: 34px;
	margin-left: 3px;
}
.owl-carousel .owl-item {
	height:650px;
}
/*********************************
6. Boxes
*********************************/

.boxes
{
	width: 100%;
	background: #e9f3e2;
	z-index: 10;
	padding-bottom: 35px;
}
.box_col
{
	margin-top: -59px;
}
.box .box_title {
	margin:0;
	color: #7a1336;
}
.box
{
	position:relative;
	top:-30px;
	box-shadow:0 0 20px #666;
	width: 100%;
	height: 370px;
	background: #fff;
	padding-left: 130px;
	padding-right: 80px;
	padding-top: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.box input {
	background:transparent;
	border:none;
	box-shadow:none;
	border-bottom:solid 1px #525252;
	color:#525252;
	font-weight:500;
	margin:8px 0;
	outline:none;
	max-width: 100%;
	    font-size: 13px;
    padding: 7px 10px;
	width:100%;
}
input:focus-visible	{
	outline:none;
}
::placeholder { /* Internet Explorer 10-11 */
  color: #525252;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #525252;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #525252;
}
.form-send {
	    display: block;
    position: relative;
    line-height: 51px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 39px;
    padding-right: 45px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
    background: #77b72b;
    box-shadow: none;
    border: none;
    width: 100%;
    border-radius: 8px;
}/*
.form-send::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #7a1336;
    content: '';
    z-index: -1;
    -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.form-send:hover::after {
    height: 100%;
}
.box::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #7a1336;
	content: '';
}*/
.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 40px;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 35px;
}
.working_hours
{
	padding-top: 29px;
	padding-right: 60px;
}
.working_hours_list
{
	margin-top: 40px;
}
.working_hours_list ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.working_hours_list ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.box_col {
	position:relative;
}
.boxs {
text-align: center;
    position: absolute;
    width: 600px;
    /* height: 500px; */
    z-index: 99;
    padding: 10px 50px;
    background-repeat: no-repeat;
    background-color: #7a1336;
}
.box-link {
	margin:30px 0;
	padding:20px 0;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	font-size:16px;
}
.box_icon
{
	width: 37px;
	height: 37px;
}
.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 24px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 0;
}
.box_phone
{
	font-size: 30px;
	font-weight: 400;
	color: #7a1336;
	margin-top: 20px;
}
.box_appointments
{
	 
}

.box_emergency_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}
.links {
	display: inline-block;
    position: relative;
    line-height: 51px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
	background: transparent;
    box-shadow: none;
    border: none;
}
.links::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #7a1336;
    content: '';
    z-index: -1;
    -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.links:hover {
	color:white !important;
}
.links:hover::before {
    height: 100%;
}
/*********************************
7. About
*********************************/

.about
{
	width: 100%;
	background: #E9F3E2;
	padding-top: 0;
	padding-bottom: 92px;
}
.about_text
{
	margin-top: 34px;
}
.about_text p {
	font-size:14px;
	font-weight:400;
	line-height: 24px;
}
.about_button
{
	margin-top: 45px;
}
.about_image
{
	position: absolute;
	right: 0;
	bottom: 0;
}
.about_image img
{
	max-width: 100%;
}

.what {
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 16000160;
    text-align: center;
    overflow: hidden;
    bottom: 20px;
    right: 20px;
    left: unset;
	display:none;
}
.what a {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}
.whatl {
	position: relative;
    float: right;
    margin-left:15px;
    margin-top: 6px;
}
.whatl a {
    width: 135px;
    height: 20px;
    display: block;
    float: left;
}
.whatsa {
    padding: 5px 10px 5px 10px;
    line-height: 18px;
    max-height: 34px;
    max-width: 135px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 16px;
    background: #2d9028;
    border-radius: 5px;
    float: left;
    color: #ffffff;
}
#home-urun {
	padding:35px 0;
}
/*********************************
8. Departments
*********************************/

.departments
{
	width: 100%;
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;	
}
.departments_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.departments_row
{
	margin-top: 0;
}
.dept_col
{
	width:50%;
	position:relative;
	float:left;
	padding:30px 15px 30px 15px;
	min-height: 515px;
}
.dept
{
	width: 100%;
	position: relative;
}
.dept2
{
	width: 100%;
	height: 240px;
	position: relative;
}
.dept_image
{
	width: 100%;
}
.dept_image img
{
	width: 100%;
	border:10px solid #fff;
	overflow:hidden;
	box-shadow:0 0 20px #e6e6e6;
	-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.dept_col:hover .dept_image img {
	box-shadow: 0 0 30px #aaaaaa;
}
.dept_content
{
	
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
}
.dept:hover {
	cursor:pointer;
}
.dept_content p {
	line-height:22px;
	margin:15px 0;
	font-weight: 400;
}
.dept_title
{
	height:26px;
	font-size: 22px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	color: #09203f;
	/*font-family: Oswald;*/
	overflow:hidden;
	-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.dept_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	margin-top: 5px;
	display: none;
}
.dept_text p
{
	color: #FFFFFF;
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}
.dept_button
{
    width: 100%;
 
	-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.dept_button a
{
	display: inline-block;
    position: relative;
    line-height: 41px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
	z-index:2;
	background: #7a1336;
    border-radius: 8px;
	overflow:hidden;
}
.dept_button a::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: #912e50;
    content: '';
    z-index: -1;
    -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.dept_button a i {
	margin-right:7px;
}
.dept_button a:hover {
	color: #fff !important;
}
.dept_button a:hover::before {
    height: 100%;
}
.video-box {
	margin-bottom:20px;
}
.video-box .about_button {
    margin-top: 22px;
}
/*********************************
8. Departments
*********************************/

.departments3
{
	width: 100%;
	background: transparent;
	padding-top: 75px;
	padding-bottom: 65px;	
}
.departments_background3
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.departments_row3
{
	margin-top: 79px;
}
.dept_col3
{
	margin-bottom: 30px;
}
.dept_col:nth-child(3) {
	border-top:solid 2px #f3f3f3;
}
.dept_col:nth-child(4) {
	border-top:solid 2px #f3f3f3;
}
/*
.dept_col:nth-child(4):before {
	content:"";
	display:block;
	background:#f3f3f3;
	width:100%;
	height:100%;
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.dept_col:nth-child(3):before {
	content:"";
	display:block;
	background:#f3f3f3;
	width:100%;
	height:100%;
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.dept_col:nth-child(8):before {
	content:"";
	display:block;
	background:#f3f3f3;
	width:100%;
	height:100%;
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.dept_col:nth-child(7):before {
	content:"";
	display:block;
	background:#f3f3f3;
	width:100%;
	height:100%;
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}*/
.dept3
{
	width: 100%;
	height: 100%;
}
.dept_image3
{
	width: 100%;
	    height: 200px;
    display: block;
    overflow: hidden;
	    border: 10px solid #fff;
    box-shadow: 0 0 20px #e6e6e6;
}
.dept_image3 img
{
	max-height: 100%;
}
.dept_content3
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.dept_title3
{
	font-size: 16px;
	font-weight: 700;
	color: #7a1336;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}
.dept_subtitle3
{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	margin: 5px 0 10px;
	height:80px;
	overflow:hidden;
	line-height: 20px;
}
.dept_text3 p
{
	color: #FFFFFF;
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}
.dept_button3
{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
}
.dept_button3 a
{
	color: #272727;
}
.section_title .tumu-link {
	float:right;
}
.tumu-link {
	display: inline-block;
    position: relative;
    line-height: 41px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    z-index: 2;
    background: #7a1336;
    border-radius: 8px;
    overflow: hidden;
}
.tumu-link::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: #912e50;
    content: '';
    z-index: -1;
    -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.tumu-link:hover {
    color: #fff !important;
}
.tumu-link:hover::before {
    height: 100%;
}
.form li {
	margin:0 0 15px;
}

/*********************************
9. Services
*********************************/

.danisman
{
	width: 100%;
	background-image: url(/assets/images/icpage-bg.jpg);
	background-color:#f3f3f3;
	background-repeat:no-repeat;
    background-position: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    border-top: solid 2px #7a1336;
}
.danisman h3 {
font-weight: 400;
    color: #7a1336;
}

.danisman h3 i {
	margin-right:15px;
	margin-bottom:30px;
}
.danisman p {
font-weight: 700;
    color: #696969;
	margin:0;
	padding:0;
}
.danisman a {
	color:#696969;
	font-size:22px;
}
.danisman a.btn {
	color:white !important;
	font-size:16px;
}
.danisman hr {
	    background: #c4d2b5;
    size: 2px;
    display: block;
    height: 2px;
    margin: 50px 0;
}
.danisman .form-control {
	background:transparent;
	border:none;
	border-bottom:solid 2px #7a1336;
	border-radius:none;
}
.danisman .form li {
	margin:0 0 15px;
}
.danisman .form li a {
	background:#7a1336;
	color:white;
	border-color:#7a1336;
	font-size:14px;
}
.form-control {
	background:transparent;
	border:none;
	border-bottom:solid 2px #7a1336;
	border-radius:none;
}
.video-body .embed-responsive iframe {
	width:100% !important;
}
.form li {
	margin:0 0 15px;
}
.form li a {
	background:#7a1336;
	color:white;
	border-color:#7a1336;
	font-size:14px;
}

.whatsa:before, .whatsa:after {
    content: '';
    position: absolute;
    background: #2d9028;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    left: -5px;
    top: 40%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.services
{
	width: 100%;
	background-image: url(/assets/images/amac-bg.jpg);
	background-color:#f3f3f3;
	background-repeat:no-repeat;
    background-position: center;
    padding-top: 0;
    padding-bottom: 60px;
    background-size: cover;
}
.services_row
{
	margin-top: 95px;
}
.service_col
{
	margin-bottom: 30px;
}
.services li {
	position:relative;
	margin:0 0 30px;
}
.services li:after {
	content:"";
	display:block;
	clear:both;
}
.services li:hover {
	cursor:pointer;
}/*
.services li:hover .rakam {
	box-shadow:0 0 15px #999;
	border-color:white;
}
.services li:hover .rakam img {
	transform: scale(1.1);
}*/
.services li:hover strong {
	color:#7a1336;
}
.rakam {
    font-size: 30px;
    text-align: center;
    float: left;
    margin: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.services li:hover .rakam img {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.services_text p {
	font-size:14px;
	line-height:20px;
	font-weight:400;
	text-align:justify;
}
.services .section_title h2 span {
    color: #7a1336;
    display: table;
    font-weight: 400;
    font-size: inherit;
    border-bottom: none;
    letter-spacing: 0;
}
.service
{
	width: 100%;
	background: #f5f7fa;
	padding-top: 46px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 57px;
}
.service:hover
{
	background: #912e50;
}
.service::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #7a1336;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover::after
{
	visibility: visible;
	opacity: 1;
}
.service_icon
{
	width: 61px;
	height: 61px;
	margin-left: auto;
	margin-right: auto;
}
.service_icon svg
{
	width: 61px;
	height: 61px;
}
.service_icon img
{
	max-width: 100%;
}
.svg path,
.svg rect,
.svg polygon
{
	fill: #7a1336;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover .svg path,
.service:hover .svg rect,
.service:hover .svg polygon
{
	fill: #FFFFFF;
}
.service_text
{
	margin-top: 16px;
}
.service_text p
{
	color: #696969;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service_title
{
	font-size: 20px;
	font-weight: 700;
	color: #232323;
	padding-top: 41px;
	margin-top: 26px;
}
.service_title::before
{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 54px;
	height: 3px;
	background: #7a1336;
	content: '';
}
.service:hover .service_title
{
	color: #FFFFFF;
}
.service:hover .service_text p
{
	color: rgba(255,255,255,0.65);
}
.ban-body-bg {
	padding:80px 0;
	background-image:url(/assets/images/ban-body-bg.jpg);
	background-size:cover;
	background-position:center;
}
.ban-body li {
	width:25%;
	float:left;
	padding:15px;
	text-align:center;
}
.ban-body li img {
	max-height:75px;
}
.ban-body li p {
	text-align:center;
	border-top: solid 1px #bd877d;
	border-bottom: solid 1px #bd877d;
	padding: 7px 0;
    margin: 10px 10px;
}
.ban-body li a.kesfet {
	font-size:14px;
	background: white;
    color: #7a1336;
    padding: 7px 15px;
    border-radius: 8px;
	    display: inline-block;
    margin: 10px 0;
}
.ban-body li p a {
	color:white;
	font-size:16px;
	font-weight:500;
}
.ban-body li span {
	color:white;
	font-size:13px;
}
.ban-body:after {
	content:"";
	display:block;
	clear;
}
.urun-boy-img {
}
#temsilci {
	    padding: 40px 0 60px;
}
/*********************************
10. CTA
*********************************/

.cta
{
	width: 100%;
	padding-top: 0;
	padding-bottom:36px;
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cta_content
{
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.cta_content h2
{
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
}
.cta_content p
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: -3px;
}
.cta_button
{
	margin-top: 38px;
}
.galeri ul {
	margin:0 -15px;
}
.galeri ul:after {
	content:"";
	display:block;
	clear:both;
} 
.galeri li {
	width:25%;
	float:left;
	padding:15px;
}
.galeri li img {
	width:100%;
	border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 20px #e6e6e6;
    -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
}
/*
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/
/*********************************
11. Footer
*********************************/

.footer
{
	width: 100%;
}
footer a {
	color: #7a1336;
}
.footer_container
{
	width: 100%;
background: #fffffe;
    padding-bottom: 17px;
    border-top: solid 5px #7a1336;
}
.footer_logo_container
{
	width: 100%;
	height: 157px;
}
.footer_logo_container a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer_logo_container .logo_content
{
	display: inline-block;
	padding-left: 0;
	width: auto;
	height: auto;
}
.footer_logo_container .logo
{
	margin-top: 10px;
}
.footer_about_text
{
	margin-top: 0;
}
.footer_about_text p
{
	color: #6c6c6c;
}
.footer_about_list
{
	margin-top: 32px;
}
.footer_about_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.footer_about_icon
{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: #7a1336;
	text-align: center;
	vertical-align: middle;
}
.footer_about_icon img
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.footer_about_list li span
{
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	padding-left: 10px;
}
.footer_column
{
	padding-top: 0;
}
.footer_title
{
	font-size: 18px;
	font-weight: 500;
	color: #7a1336;
	margin: 30px 0;
}
.footer_links .col-sm-2 {
	width:100%;
}
.footer_links .col-sm-2 h6 {
	display:none;
}
.footer_links ul
{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-top: 25px;
}
.footer_links ul li:not(:last-child)
{
	margin-bottom: 10px;
}
.footer_links ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
}
.footer_news ul
{
	margin-top: 35px;
}
.footer_news_title a
{
	font-size: 15px;
	font-weight: 500;
	color: #6c6c6c;
}
.footer_news_date
{
	font-size: 14px;
	font-weight: 500;
	color: #7a1336;
	margin-top: 7px;
}
.footer_news ul li:not(:last-child)
{
	margin-bottom: 10px;
}
footer .logo {
	padding:25px 0 0;
}
.copyright
{
	width: 100%;
	background: #f3f3f3;
}
.copyright_content
{
	width: 100%;
	padding:15px
}
.cr
{
	font-size: 14px;
	font-weight: 500;
	color: #97979c;
}
.footer_social ul
{
	margin-right: -5px;
}
.footer_social ul li
{
	display: inline-block;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 19px;
}
.footer_social ul li a i
{
	color: #7a1336;
	padding: 5px;
	font-size: 14px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #FFFFFF;
}