/* Imports */
@import "spinners.css";

/* Fonts */
@font-face {
  font-family: Gotham-Black;
  src: url(fonts/Gotham-Black.otf);
}
@font-face {
  font-family: Gotham-Bold;
  src: url(fonts/Gotham-Bold.otf);
}
@font-face {
  font-family: Gotham-Book;
  src: url(fonts/Gotham-Book.otf);
}
@font-face {
  font-family: Gotham-Light;
  src: url(fonts/Gotham-Light.otf);
}
@font-face {
  font-family: Gotham-Medium;
  src: url(fonts/Gotham-Medium.otf);
}
@font-face {
  font-family: Gotham-XLight;
  src: url(fonts/Gotham-XLight.otf);
}

/* General */
html, body, .view {
    height: 100%;
}
body {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding: 50px 20px 20px 20px;
}
.form-control {
    font-size: 14px;
	border-radius: 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
label {
	font-weight: 600;
}
.switch label {
	font-weight: normal;
	font-size: 12px !important;
}
.btn-info {
    background-color: #dc1f26 !important;
    color: #fff!important;
}
.vp {
	min-height: 100%;
}
.vh {
	min-height: 100vh;
}
.mt100 {
	margin-top: 80px;
}
.modal-dialog {
	min-height: 90%;
}
.modal-content {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.modal-header .close {
	margin: 0px !important;
}
::-webkit-scrollbar {
  	width: 10px;
}
::-webkit-scrollbar-track {
  	background: #152e4b; 
}
::-webkit-scrollbar-thumb {
  	background: #a88f6f; 
}
::-webkit-scrollbar-thumb:hover {
  	background: #a88f6f; 
}
main ::-webkit-scrollbar {
  	width: 5px;
}
main ::-webkit-scrollbar-track {
  	background: #152e4b; 
}
main ::-webkit-scrollbar-thumb {
  	background: #152e4b; 
}
main ::-webkit-scrollbar-thumb:hover {
  	background: #a88f6f; 
}
.mobile { display: none; }
.web { display: block; }
*:focus {
    outline: none !important;
	box-shadow:none !important;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-prev:before,
.slick-next:before {
    font-size: 25px;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button:before {
    font-size: 12px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #a88f6f;
}
.daterangepicker select.hourselect, 
.daterangepicker select.minuteselect, 
.daterangepicker select.secondselect, 
.daterangepicker select.ampmselect {
    display: inline-block !important;
}

/* Editor */
.ge-content img {
    width: 100%;
	height: auto;
}
.ge-content h1 {
	font-family: 'Gotham-Book', sans-serif;
    font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.ge-content h2 {
	font-family: 'Gotham-Book', sans-serif;
    font-size: 22px;
	margin-bottom: 20px;
}
.ge-content h2 small {
	font-family: 'Gotham-Bold', sans-serif;
    font-size: 18px;
	display: block;
}
.ge-content p {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 14px;
}
.ge-content b, .ge-content strong {
    font-weight: bold;
}
.ge-content .text-001 {
	color: #F00 !important;
}
#container {
	max-width: 1170px;
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}
@media (min-width: 576px){
	.container {
		max-width: 1170px !important;
	}
}
@media (min-width: 768px) {
  #container {
    max-width: 750px;
	padding: 0px;
  }
}
@media (min-width: 992px) {
  #container {
  	max-width: 970px;
	padding: 0px;
  }
}
@media (min-width: 1200px) {
  #container {
    max-width: 1170px;
	padding: 0px;
  }
}

/* Scroll Icon */
.icon-scroll,
.icon-scroll:before {
  	position: absolute;
  	left: 50%;
}
.icon-scroll {
  	width: 25px;
    height: 40px;
    bottom: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
  	content: '';
  	width: 8px;
  	height: 8px;
 	background: #fff;
	margin-left: -4px;
	top: 0px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}

/* Scroll Top */
.to-top {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 33px !important;
    color: #a88f6f;
    background: #152e4b;
    border-radius: 0px;
    position: fixed;
    right: 30px;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    z-index: 20;
    transition: .3s all ease;
	border: 1px solid #a88f6f;
}
.to-top:hover {
    color: #152e4b;
    background: #a88f6f;
	
}

/* Forms */
form .custom-file-input ~ .custom-file-label::after {
    content: "Dosya Seç";
}
form .preview {
	width: 100px;
	height: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
form .doc {
	margin: 20px 0px 20px;
}
form .btn.btn-lg {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 16px;
	color: #fff;
	background-color: #234187 !important;
	padding: 0.5rem 0.8rem !important;
}
form .custom-file-label {
    border-radius: 0px !important;
}
form .custom-file-label:after {
    border-radius: 0px !important;
}
form .input-group-text { 
	font-size: 12px;
	border-radius: 0px;  
}
#map {
	width: 100%;
	min-height: 200px;
	border: 1px solid #ccc;
}
.size {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 12px;
	margin: 10px 0px 10px;
	color: #900;
	display: block;
}

/* Select 2 */
.select2-container .select2-choice {
	background-image: none !important;
	border: none !important;
	height: auto !important;
	padding: 0px !important;
	line-height: 22px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none !important;
	background: transparent;
	border: none;
	width: 14px;
	top: -2px;
}
.select2-container .select2-container-multi.form-control {
	height: auto;
}
.select2-results .select2-highlighted {
	color: #ffffff;
	background-color: #458ab6;
}
.select2-drop-active {
	border: 1px solid #e3e3e3 !important;
	padding-top: 5px;
}
.select2-search input {
	border: 1px solid rgba(120, 130, 140, 0.13);
}
.select2-container-multi {
	width: 100%;
}
.select2-container-multi .select2-choices {
	border: 1px solid #ced4da;
    border-radius: .25rem !important;
	box-shadow: none !important;
	background-image: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 4px 7px 4px 18px;
	margin: 5px 0 3px 5px;
	color: #555555;
	background: #f5f5f5;
	border-color: rgba(120, 130, 140, 0.13);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 7px 7px 7px 10px;
}

/* Data Table */
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 12px;
    vertical-align: middle;
}
table th {
    font-family: 'Gotham-Medium', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
}
.dataTables_wrapper .dataTables_filter {
    text-align: left;
}
.no-sort {
	background-image: none !important;
}
.no-sort {
	pointer-events: none!important;
	cursor: default!important
}
.table-responsive select {
	margin: 0px 10px 0px 10px;
	padding: 5px;
	display: inline-block !important;
}
.table-responsive input {
	padding: 5px;
	display: inline-block !important;
}
table td {
}
.table-responsive .btn {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 12px;
	padding: 10px 15px !important;
}
.button-group i {
	margin-right: 10px;
}

/* Navbar */
.navbar {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	box-shadow: none;
	animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 0s;
}
.navbar-brand {
    padding: 10px;
	background-color: #fff;
	margin-right: auto;
}
.navbar-brand img {
    max-width: 150px;
    text-align: center;
}
.navbar-nav {
    margin-bottom: 0px;
}
.navbar-expand-sm .navbar-collapse {
    margin-bottom: 41px;
}
.navbar-collapse {
	position: relative;
}
.navbar-collapse .navbar-nav {
    margin-left: 20px;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: -50px;
}
.navbar .nav-item.avatar img {
    height: 25px !important;
}
.dropdown-item i {
	margin-right: 5px;
}
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: transparent;
}
.navbar-collapse .navbar-nav li a:hover:before {
  	width: 100%;
}
.navbar .main-menu > li > a {
	color: #000 !important;
}
.main-menu > li {
	color: #000 !important;
	padding: 0px;
}
.main-menu > li > a {
    font-size: 14px;
	padding: 0px 10px !important;
    text-transform: capitalize;
	display: inline-block;
}
.main-menu li.last > a:before {
  	display: none;
}
.main-menu .dropdown-menu {
    background-color: transparent;
	border: none;
	border-left: 1px solid #fff;
	padding-left: 0px;
}
.main-menu .dropdown-menu {
    border-radius: 0px;
}
.main-menu .dropdown-menu a {
    font-size: 12px !important;
	color: #fff !important;
    text-transform: ;
}
.main-menu .dropdown-menu a:hover {
    background-color: #152e4b !important;
	color: #fff !important;
	display: block;
}
.main-menu .dropdown > a > i {
	font-size: 18px;
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
}
.main-menu .dropdown-menu {
    border-radius: 0px;
}
.main-menu .dropdown-menu a i {
	margin-right: 5px;
}
.top-nav-collapse .navbar-brand img {
	max-width: 150px;
}
.top-nav-collapse .navbar-collapse {
    margin-top: 0px;
}
.top-nav-collapse .main-menu > li > a {
    color: #000 !important;
}
.top-nav-collapse .main-menu .dropdown-menu {
    background-color: #a88f6f !important;
}
.top-nav-collapse .main-menu .dropdown-menu a {
	color: #fff;
    font-size: 12px !important;
    text-transform: capitalize;
}
.top-nav-collapse .main-menu .dropdown-menu a:hover {
    background-color: #000 !important;
	color: #fff !important;
	display: block;
}
.navbar.top-nav-collapse {
	background-color: #fff;
}
.navbar.top-nav-collapse .dropdown > a > i {
    color: #fff;
}
.navbar.top-nav-collapse li a:before {
  background: #a88f6f;
}
.navbar .member .dropdown-menu .dropdown-item {
    min-width: 210px;
}
.navbar .member {
    background-color: #152e4b;
    padding: 5px 20px 5px 10px;
    border-radius: 0px;
}
.navbar .member a {
    font-size: 14px !important;
	color: #fff;
	border-radius: 0px !important;
}
.navbar .member .dropdown-menu a:hover {
    background-color: #234187 !important;
	color: #fff !important;
	display: block;
}
.navbar .member .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin: 10px 0px;
}
.navbar.top-nav-collapse .member a {
	color: #fff;
}
.navbar .member a:after {
	display: none;
}
.navbar .member i {
    margin-right: 5px;
}
.navbar .member-img {
	width: 25px;
}
ul.social-links {
    list-style-type: none;
    margin: -10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
ul.social-links li {
    padding: 4px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid #a88f6f;
    border-radius: 100px;
    background-color: #a88f6f;
}
ul.social-links li a {
    color: #fff;
    font-size: 14px;
}

/* Login */
.login {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	background-color: #fff;
	color: #000 !important;
	border-radius: 10px !important;
	overflow: hidden;
    perspective: 1px;
    padding: 5px;
}
.login .modal-header, 
.login .modal-footer {
	background-color: #fff;
	border: none;
}
.login .close{
	color: #000;
    padding: 0px;
    margin: 0px;

}
.login .logo {
	max-width: 180px;
    margin: 0px auto;
}
.login a {
	color: #000 !important;
}
.login .btn {
	font-size:16px; 
	width: 100%;
	background-color: #234187 !important;
}

/* Share */
.share {
	width: 100%;
	margin-bottom: 15px;
}
.share > div {
	display: inline-block;
}
.share a:first-child {
	display: none;
}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 0px !important;
}
.share .a2a_svg {
    height: 27px;
    line-height: 27px;
    width: 27px;
}

/* Tags */
.tags {
	width: 100%;
	margin-bottom: 15px;
}
.tags .title {
	font-size: 16px;
	color: #e51723;
	margin-bottom: 10px;
}
.tags .content {
	margin-bottom: 0px !important;
}
.tags .content div {
	font-size: 16px;
	border: 1px solid #e51723;
	padding: 5px;
	margin-right: 10px;
	display: inline-block;
	clear: both;
}

/* Comments */
.comments {;
	width: 100%;
	border-top: 1px solid #ececec;
	padding-top: 15px;
}
.comments .title {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 20px;
}
.comments .attention {
	font-size: 14px;
	color: #424243;
	margin-bottom: 10px;
}
.comments .attention a {
	color: #e51723;
	text-decoration: none;
}
.comments .comment-boxes {
	margin-top: 50px;
	margin-bottom: 15px;
	
}.comments .btn-primary {
	width: 100%;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 16px;
    margin: 0px auto;
}
.comments .comment {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}
.comments .comment .image {
	width: 50px;
}
.comments .comment .image img {
	max-width: 50px;
}
.comments .comment .infos {
	font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.comments .comment .content {
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 0px !important;
    color: #000;
}

/* Pagination */
.pager {
	margin-top: 15px;
}
.pager .pagination {
	float: right;
}
.pager li {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background-color: #fff22d;
    cursor: pointer;
	text-indent: initial;
	padding: 5px;
	text-align: center;
	margin-right: 10px;
}
.pager li:last-child {
	margin-right: 0px;
}
.pager li a {
	color: #424243;
	text-decoration: none;
}
.pager .active {
	color: #424243;
	font-weight: bold;
}
.pager .disabled {
	color: #666;
}

/* Intro */
#intro {
	margin-top: 0px;
}
#intro .carousel {
	background-color: #424243;
}
#intro .view {
	min-height: calc(100vh - 50px);
    background-position: center -65px;
    background-repeat: no-repeat;
    background-size: cover;
}
#intro .view img, .view video {
    position: relative;
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
#intro .carousel video {
    width: 100%;
	cursor: pointer;
}
#intro .carousel-caption {
	width: 100%;
    height: auto;
    top: auto;
	bottom: 35px;
    left: 0px;
    right: 0px;
    z-index: 10;
    padding: 20px;
}
#intro .carousel-caption > .container {
	max-width: 100% !important;
	background-color: rgb(0,0,0,0.5);
	padding: 20px;
}
#intro .carousel-caption h1 {
	font-family: Gotham-Bold;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 40px;
}
#intro .carousel-caption p {
	font-family: Gotham-Book;
	color: #a88f6f;
    font-weight: 500;
    font-size: 24px;
}
#intro .carousel-control-next-icon {
    background-image: url(../images/pages/arrow-right.png);
}
#intro .carousel-control-prev-icon {
    background-image: url(../images/pages/arrow-left.png);
}
#intro .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 30px;
    height: 100px;
}
#intro .carousel-indicators {
 	position: absolute;
    bottom: -8px;
    left: 0px;
    z-index: 15;
    padding-left: 0px;
    margin-right: 3%;
    margin-left: 3%;
	justify-content: left;
}
#intro .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    text-indent: initial;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
#intro .carousel-indicators .active {
    background-color: #152e4b;
}

/* Tabs */
.tabs-primary {
    background-color: #00add8!important;
}
.fade:not(.show) {
    display: none;
}
.classic-tabs .nav {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.classic-tabs .nav li a {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 14px !important;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 15px !important;
}
.classic-tabs .nav li a i {
	margin-right: 5px;
}
.tab-content {
    padding: 30px 0px;
}
.classic-tabs .nav li a.active {
    border-bottom: 3px solid #244288 !important;
}

/* Pages */
main {
	position: relative;
}
.icon-oguzata {
	width: 140px;
    height: 75px;
    background-image: url(../images/pages/oguzata.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: calc(50% - 70px);
    bottom: 0px;
    cursor: pointer;
}
.style-001 {
	background-color: #fff;
	padding: 100px 0px;
}
.style-001 h1 {
	font-family: 'Gotham-Book', sans-serif;
    font-size: 24px;
	font-weight: 600;
	color: #373737;
	text-align: center;
	margin-bottom: 20px;
}
.style-001 p {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 14px;
	color: #373737;
}
.style-001 img,
.style-002 img,
.style-009 img,
.style-010 img,
.style-011 img {
	width: 100%;
	height: auto;
}
.style-003 {
	background-color: #eeeeef;
	margin-top: 0px;
	padding: 100px 30px;
}
.style-003 .title {
	width: 100%;
    height: 117px;
    background-image: url(../images/pages/title.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.style-003 .title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 32px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}
.style-004 {
	border-top: 3px solid #fff;
	padding: 50px 30px;
} 
.style-005 {
	width: 100%;
    min-height: 500px;
    background-image: url(../images/pages/img-003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-attachment: fixed; 
}
.style-006 {
	background-color: #eeeeef;
	margin-top: 0px;
	padding: 100px 30px;
}
.style-006 .title {
	width: 100%;
    height: auto;
}
.style-006 .title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 32px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}
.style-006 .buttons {
    text-align: center;
}
.style-006 .filters-button-group {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin: 30px 0px 30px 0px;
}
.style-006 .filters-button-group li {
    background-color: #fff;
    float: left;
    display: inline;
    margin: 0px 0px 0px 10px;
    padding: 10px 25px;
}
.style-006 .filters-button-group li a {
	font-family: 'Gotham-Bold', sans-serif;
    font-size: 18px;
    color: #152e4b;
}
.style-006 .filters-button-group li.active,
.style-006 .filters-button-group li:hover {
    background-color: #152e4b;
}
.style-006 .filters-button-group li.active a,
.style-006 .filters-button-group li:hover a {
    color: #fff;
}
.style-006 .plans {
    max-width: 730px;
    margin: 20px auto;
}
.style-006 .plans .info {
   margin-bottom: 50px;
}
.style-006 .plans .info .col-md-6:first-child {
   font-family: 'Gotham-Book', sans-serif;
   font-size: 12px;
   color: #152e4b;
}
.style-006 .plans .info .col-md-6:first-child strong {
   font-family: 'Gotham-Bold', sans-serif;
   font-size: 14px;
}
.style-006 .plans .info .col-md-6:last-child img {
   max-width: 140px;
}
.style-007 {
	background-color: #000;
	margin-top: 0px;
	padding: 100px 30px;
}
.style-007 .title {
	width: 100%;
    height: auto;
}
.style-007 .title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
.style-007 .buttons {
    text-align: center;
}
.style-007 .filters-button-group2 {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin: 30px 0px 30px 0px;
}
.style-007 .filters-button-group2 li {
	background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    display: inline;
    margin: 0px 0px 0px 10px;
    padding: 10px 25px;
}
.style-007 .filters-button-group2 li a {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 18px;
    color: #fff;
}
.style-007 .filters-button-group2 li.active,
.style-007 .filters-button-group2 li:hover {
    background-color: #fff;
}
.style-007 .filters-button-group2 li.active a,
.style-007 .filters-button-group2 li:hover a {
    color: #000;
}
.style-007 .galeries img {
    margin-bottom: 30px;
}
.style-008 {
	background-color: #fff;
	padding: 0px;
}
.style-008 .title {
	width: 100%;
    height: auto;
}
.style-008 .title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 32px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}
.style-008 .map {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.style-008 #map {
	width: 100%;
	height: 500px;
	border: none;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.style-009 {
    max-height: 460px;
    margin: 50px 0px;
    padding: 0px 30px 0px 30px;
    background: url(../images/pages/img-008.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.style-009 .title {
    max-width: 200px;
    margin: 0px auto;
    top: -60px;
    display: block;
    position: relative;
    z-index: 1000;
}
.style-009 .ge-content h1 {
        color: #8a6d4b;
}
.style-009 .band {
    max-width: 1170px;
    margin: 0px auto;
    padding: 120px 15px 50px 15px;
    border: 10px solid #8a6d4b;
    position: relative;
    top: -166px;
}
.style-010 {
	background-color: #152f4a;
	padding: 0px;
}
.style-011 {
	background-color: #000;
	padding: 0px;
}
.style-012 {
    min-height: 500px;
    margin: 50px 0px;
    padding: 50px 0px;
    background: url(../images/pages/img-006.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.style-012 .title {
    max-width: 400px;
    margin: 0px auto;
    display: block;
}
.style-012 .band {
    padding: 50px 15px;
    background:rgb(0,0,0,0.5);
    color: #fff;
}
.callme {
	margin: -6px 0px 35px;
    text-align: center;
    z-index: 10;
    position: relative;
}
.callme img {
	max-width: 200px;
	margin: 0px auto;
}
.callmefix {
	top: 150px;
	right: 0px;
	margin: 0px auto;
	position: absolute;
}
.modal-content {
	height: 100%;
}
.modal-body {
	height: 100%;
}
.modal-content .md-form label {
    font-size: 14px;
	font-weight: 400;
}
.modal-footer button {
	background-color: #a88f6f !important;
}
.modal-footer button i {
	margin-left: 10px;
}
.right {
    float: right;
    margin-left: 10px;
}
.modal-dialog.modal-notify.modal-success .badge, .modal-dialog.modal-notify.modal-success .modal-header {
    background-color: #a88f6f;
}
.modal-dialog.modal-notify .heading {
    padding: 15px;
}
.modal-header {
    padding: 10px;
}

/* Article Boxes */
.article-boxes {
	margin-bottom: 50px;
	overflow: hidden;
}
.article-boxes .view {
	height: auto;
}
.article-boxes .main-title {
	padding: 50px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.article-boxes .main-title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.article-boxes .main-title .breadcrumbs {
	font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
	color: #7a7a7a;
	display: inline-block;
	margin-top: 7px;
	float: right;
}
.article-boxes .main-title .breadcrumbs a {
	font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
	color: #7a7a7a;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 5px;
}
.article-boxes .category-title {
    background-color: #152e4b;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
	border-radius: 0px;
}
.article-boxes .category-title h2 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    display: inline-block;
}
.article-boxes .category-title a {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 14px;
    font-weight: 600;
	color: #fff;
    margin: 0px;
	padding-top: 4px;
	display: inline-block;
	float: right;
}
.article-boxes div[class*='col-md-4'] {
	margin-bottom: 30px;
}
.article {
	height: 100%;
	background-color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	cursor: pointer;
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,.05);
}
.article .contents {
	padding-left: 5%;
    padding-right: 5%;
	margin-top: 0px;
    margin-bottom: 0px;
}
.article img {
	margin-bottom: 15px;
}
.article .title h2,
.article .title h3 {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 18px;
	font-weight: 600;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 100%!important;
    text-transform: capitalize;
}
.article .contents {
	min-height: 130px;
}
.article .content {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #7a7a7a;
	margin-bottom: 15px;
	text-align: justify;
}
.article .info {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 12px;
	font-weight: 200;
	border-top: 1px solid #f8f8f8;
	color: #7a7a7a;
    padding: 5px 0px 5px 0px;
    margin-top: auto;
}
.article .info div {
	display: inline-block;
	margin-right: 10px;
}
.article .info i {
	margin-right: 5px;
	color: #d9d9d9;
}
.article .view {
    overflow: visible;
}

/* Article Details */
.article-details {
	margin-bottom: 50px;
	overflow: hidden;
}
.article-details .main-title {
	padding: 50px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.article-details .main-title .breadcrumbs {
	font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
	color: #7a7a7a;
	display: inline-block;
	margin-top: 7px;
	float: right;
}
.article-details .main-title .breadcrumbs a {
	font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
	color: #7a7a7a;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 5px;
}
.article-details .main-title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}  
.article-details .date {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.article-details .title h2 {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 18px;
	font-weight: 700;
    color: #000;
    text-transform: uppercase;
	margin: 0px;
    margin-bottom: 20px;
}
.article-details .content {
	margin-bottom: 50px;
}
.related-articles {
	margin-top: 0px;
	padding-bottom: 30px;
}
.related-articles .title {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 16px;
    color: #000;
    font-weight: 600;
	margin-bottom: 15px;
}
.related-articles .slick-slider {
	margin-left: -15px;
}
.related-articles .slick-slide {
	min-height: 340px;
}
.article-details .categories {
    margin-bottom: 30px;
}
.article-details .categories .title {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 16px;
    color: #000;
    font-weight: 600;
	margin-bottom: 15px;
}
.article-details .categories ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.article-details .categories ul li {
    padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
}
.article-details .categories ul li a {
	font-family: 'Gotham-Book', sans-serif;
    color: #7a7a7a;
    font-weight: 400;
	font-size: 14px;
}
.article-details .recent-posts {
    margin-bottom: 30px;
}
.article-details .recent-posts .title {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 16px;
    color: #000;
    font-weight: 600;
	margin-bottom: 15px;
}
.article-details .recent-posts ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.article-details .recent-posts ul li {
    padding: 12px 0px;
}
.article-details .recent-posts ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-family: FontAwesome;
 	display: inline-block;
  	width: 20px;
	padding-right: 25px;
    display: inline-block;
    content: "\f044";
    font-size: 14px;
}
.article-details .recent-posts ul li a {
	font-family: 'Gotham-Book', sans-serif;
    color: #7a7a7a;
    font-weight: 400;
	font-size: 14px;
}

/* Member Panel*/
.member-panel {
	margin-bottom: 50px;
}
.member-panel .img-member {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.125)
}
.member-panel .main-title {
	padding: 50px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.member-panel .main-title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}  
.member-panel .sub-title {
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom: 15px;
}
.member-panel .sub-title h2 {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 16px !important;
    display: inline-block;
    text-transform: uppercase;
}
.member-panel .agreement {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 12px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.125);
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
}

/* Contents */
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contents .main-title {
    padding: 15px;
    background-color: #000;
	margin-bottom: 20px;
}
.contents .main-title h1 {
	font-family: 'FFGood-News', sans-serif;
    font-size: 18px;
	color: #fff22d;
	margin: 0px;
	display: inline-block;
	text-transform: uppercase;
}

/* Galery */
.galery {
	margin-top: 50px;
	margin-bottom: 50px;
}
.galery .main-title {
    padding: 15px;
    background-color: #000;
	margin-bottom: 20px;
}
.galery .main-title h1 {
	font-family: 'FFGood-News', sans-serif;
    font-size: 18px;
	color: #fff22d;
	margin: 0px;
	display: inline-block;
	text-transform: uppercase;
}
.galery .filters-button-group {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: relative;
    margin-bottom: 20px;
}
.galery .filters-button-group li {
    background-color: #dc1f26;
    float: left;
    display: inline;
    margin: 5px 5px 5px 0px;
    padding: 5px 20px;
}
.galery .filters-button-group li a {
    font-family: 'FFGood-News', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.galery .photo .title h2 {
	font-family: 'FFGood-News', sans-serif;
    font-size: 18px;
	color: #000;
	margin: 10px 5px;
	text-transform: uppercase;
}

/* Page Contents */
.page-contents {
	margin-bottom: 50px;
} 
.page-contents .main-title {
	padding: 50px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.page-contents .main-title h1 {
	font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
} 
 
/* Contact */
.contact {
    margin-bottom: 50px;
}
.contact .main-title {
	padding: 50px 10px;
	margin-bottom: 50px;
	background-color: #fbfbfb;
}
.contact .main-title h1 {
	font-family: 'Gotham-Light', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}  
.contact .card-header {
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
	background-color: #152e4b;
	color: #fff;
	margin-bottom: 10px;
}
.contact .card-header h5 {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.contact .card-header h5 i {
	margin-top: 4px;
	float: right;
}
.contact .card-body {
	padding: 0px 0px 15px 0px;
}
.contact .card-body img {
	margin-bottom: 10px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.contact .card-body i {
	margin-right: 5px;
	color: #7f705b;
}
.contact .card-body a {
	text-decoration: none;
	color: #7f705b;
}
#send-message {
	margin-bottom: 50px;
}
#send-message input, #send-message textarea {
	background-color: #ededed;
	color: #424243;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
}
#send-message button {
	background-color: #9d9d9c;
	color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
} 

/* Chat */
.chat {
	margin-top: 46px;
}
.chat-box::-webkit-scrollbar {
  	width: 5px;
}
.chat-box::-webkit-scrollbar-track {
  	width: 5px;
  	background: #f5f5f5;
}
.chat-box::-webkit-scrollbar-thumb {
  	width: 1em;
  	background-color: #ddd;
  	outline: 1px solid slategrey;
  	border-radius: 1rem;
}
.chat-box .text-small {
  	font-size: 12px;
}
.chat-box {
  	height: 412px;
  	overflow-y: scroll;
}
.chat-box .rounded-lg {
  	border-radius: 0.5rem;
}
.chat input::placeholder {
  	font-size: 14px;
  	color: #f8f8f8;
}
.chat .input-group .bg-light {
	background-color: #9d9d9c !important;
	color: #fff !important;
}
.chat .btn {
	background-color: #424243!important;
	color: #fff !important;
  	padding: 9px 15px !important;
  	margin: 0px !important;
	text-decoration: none !important;
}
.chat .attention {
	font-size: 14px;
	color: #424243;
	margin-top: 20px;
}
.chat .attention a {
    color: #e51723;
    text-decoration: none;
}

/* Footer */ 
footer .logo {
	max-width: 160px;
    margin: 20px auto;
    display: block;
}
.page-footer {
	width: 100%;
  	background-color: #fff; 
	color: #fff !important;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
.footer-top {
	font-family: 'Gotham-Light', sans-serif;
	font-size: 16px;
	color: #000 !important;
	background-color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}
.footer-top strong {
	font-size: 18px; 
	font-weight: bold;
	color: #152e4b !important;
}
.footer-menu {
	background-color: #a88f6f;
	text-align: center;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
.footer-menu ul li {
	padding: 10px 5px 10px 0px;
	text-align: center;
	display: inline-block;
}
.footer-menu ul li:after {
    content: " | ";
	padding: 0 5px;
}
.footer-menu ul li:last-child:after {
    content: "";
}
.footer-menu ul li a {
	font-size: 14px;
	color: #fff !important;
}  
.footer-copyright {
	font-size: 13px;
    background-color: #152e4b !important;
    color: #fff !important;
	padding: 20px;
}
.footer-copyright .col-md-6:first-child {
	display: flex;
  	align-items: center;
}
.footer-copyright a {
    color: #fff !important;
    margin-left: 5px;
}


/* Responsive */
@media (max-width:1370px) and (min-width:1023px) {
	/* Intro */
	#intro .view {
		min-height: 93vh;
	}
	
	/* Pages */
	.style-008 #map {
		height: 290px;
	}
	
	/* Article Boxes */
	.article-boxes {
		margin-top: 35px;
	}
	.article-boxes .md-pills li {
		width: 100%;
    	padding: 0px 0px 15px 0px;
	}
	.article-boxes .nav-justified .nav-item {
    	flex-basis: unset;
	}
	.article h2 {
		font-size: 18px;
	}
	.article .content {
		font-size: 14px;
	}
	
	/* Article Details */
	.breadcrumbs {
		display:none !important;
	}
	
	/* Comments */
	.comments .comment .image {
    	margin-bottom: 15px;
	}
}
@media (max-width:1023px) and (min-width:767px) {
	/* Navbar */
	.navbar-brand img {
		max-width: 125px;
	}
	
	/* Intro */
	#intro .view {
		min-height: 70vh;
	}
	#intro .view {
    	background-position: center 0px;
	}
	.icon-oguzata {
		width: 100px;
		height: 50px;
		left: calc(50% - 50px);
	}
	
	/* Pages */
	.page-contents .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	.icon-oguzata {
		width: 100px;
		height: 52px;
		left: calc(50% - 50px);
	}
	.style-001 {
		padding: 50px 0px;
	}
	.style-002 {
		overflow: hidden;
	}
	.style-002 .col-md-6:first-child {
		padding-right: 15px !important;
	}
	.style-002 .col-md-6:last-child {
		padding-left: 15px !important;
	}
	.style-003 {
		padding: 50px 0px;
	}
	.style-003 .title {
		width: 100%;
		height: 70px;
	}
	.style-003 .title h1 {
		font-size: 24px;
		padding-top: 7px;
	}
	.style-004 {
		padding: 50px 0px;
	}
	.style-004 img {
		margin-bottom: 20px;
	}
	.style-006 {
		padding: 50px 0px;
	}
	.style-006 .title h1 {
		font-size: 24px;
	}
	.style-006 .filters-button-group {
		margin: 10px 0px 10px 0px;
	}
	.style-006 .filters-button-group li {
		margin: 0px 0px 0px 5px;
    	padding: 5px 5px;
	}
	.style-006 .filters-button-group li a {
		font-size: 12px;
	}
	.style-006 .filters-button-group li:last-child {
		padding: 5px 5px;
	}
	.style-006 .filters-button-group li:last-child a {
		font-size: 12px;
	}
	.style-006 .info img {
		max-width: 150px;
	}
	.style-006 .text-right {
		text-align: left !important;
	}
	.style-007 {
		margin-top: 0px;
		padding: 50px 0px;
	}
	.style-007 .title h1 {
		font-size: 24px;
		padding-top: 0px;
	}
	.style-007 .filters-button-group2 {
   		 margin: 15px 0px 15px 0px;
	}
	.style-007 .filters-button-group2 li {
		margin: 0px 0px 0px 5px;
		padding: 5px 5px;
	}
	.style-007 .filters-button-group2 li a {
		font-size: 10px;
	}
	.style-008 .title h1 {
		font-size: 24px;
	}
	.style-008 .map {
		margin-top: 30px;
	}
	.style-008 #map {
    	height: 250px;
	}
	.callme img {
		max-width: 150px;
	}
	
	/* Article Boxes */
	.article-boxes {
		margin-top: 35px;
	}
	.article-boxes .md-pills li {
		width: 100%;
    	padding: 0px 0px 15px 0px;
	}
	.article-boxes .nav-justified .nav-item {
    	flex-basis: unset;
	}
	.article h2 {
		font-size: 18px;
	}
	.article .content {
		font-size: 14px;
	}
	
	/* Article Details */
	.breadcrumbs {
		display:none !important;
	}
	
	/* Comments */
	.comments .comment .image {
    	margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	/* General */
	body {
		padding: 57px 0px 20px 0px;
	}
	main {
		padding-bottom: 0px
	}
	.mt100 {
		margin-top: 25px;
	}
	.mobile { display: block; }
	.web { display: none; }
	
	/* Editor */
	#img img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 15px;
	}
	#dark-bg2 {
		border-top: none !important;
		background-color: transparent !important;
		padding:15px !important;
	}
	#dark-bg2 > .ge-content {
		border-top: none;
		background-color: #a88f6f;
		padding: 10px;
	}
	#mt {
		margin-top: 15px;
	}
	.ge-content h2 {
		text-align: center;
	}
	
	/* Scroll Top */
	.to-top {
		display:none !important;
	}
	
	/* Navbar */
	.navbar {
		background-color: #fff;
    	padding: 10px;
	}
	.navbar-brand img {
    	max-width: 80px;
	}
	.navbar-expand-sm .navbar-collapse {
    	margin-top: 15px;
	}
	.navbar-expand-sm .navbar-collapse {
		margin-bottom: 0px;
	}
	.navbar .member {
		border: none !important;
		border-radius: 0px;
		margin-top: 0px;
		padding: 10px 15px !important;
	}
	.navbar.navbar-light .main-menu > li > a {
		color: #000 !important;
	}
	.main-menu > li {
		margin-bottom: 5px;
	}
	.main-menu > li a:after {
		content: "";
	}
	.main-menu .dropdown {
		padding-bottom: 7px !important;
	}
	.main-menu .dropdown-toggle::after {
    	content: "";
	}
	.navbar .dropdown-menu {
		position: relative!important;
		margin-top: 7px;
	}
	.main-menu .dropdown-menu {
		margin-left: 10px;
	}
	.top-nav-collapse .navbar-brand img {
		max-width: 80px;
	}
	.navbar-collapse .navbar-nav {
    	margin-left: 0px;
	}
	.fixed-top {
		padding: 0px !important;
	}
	
	/* Carousel */
	#intro {
        margin-top: 0px;
    }
	#intro  .view {
		min-height: 70vh;
    	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;
	}
	#intro .view video {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	#intro .carousel-caption {
    	top: auto;
		bottom: 35px;
		text-align: center !important;
	}
	#intro .carousel-caption > .container {
		max-width: 100% !important;
		padding: 15px;
	}
	#intro .carousel-caption h1 {
		font-size: 18px;
	}
	#intro .carousel-caption p {
    	font-size: 15px;
	}
	#intro .carousel-caption p.constant {
    	font-size: 12px;
	}
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}

	/* Tabs */
	.tab-content {
    	padding: 1rem 1rem 1rem;
	}
	
	/* Article Boxes */
	.article-boxes {
		margin-top: 35px;
	}
	.article-boxes .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	.article-boxes .md-pills li {
		width: 100%;
    	padding: 0px 0px 15px 0px;
	}
	.article-boxes .nav-justified .nav-item {
    	flex-basis: unset;
	}
	.article-boxes .category-title {
    	padding: 8px;
		border-radius: 0px;
	}
	.article-boxes .category-title h2 {
    	font-size: 14px;
	}
	.article-boxes .category-title a {
    	font-size: 12px;
    	padding-top: 2px;
	}
	
	/* Article Details */
	.article-details .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	.breadcrumbs {
		display:none !important;
	}
	
	/* Pages */
	.page-contents .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	.icon-oguzata {
		width: 100px;
		height: 52px;
		left: calc(50% - 50px);
	}
	.style-001 {
		padding: 50px 0px;
	}
	.style-001 h1 {
        font-size: 20px;
    }
	.style-002 {
		overflow: hidden;
	}
	.style-002 .col-md-6:first-child {
		padding-right: 15px !important;
	}
	.style-002 .col-md-6:last-child {
		padding-left: 15px !important;
	}
	.style-003 {
		padding: 50px 0px;
	}
	.style-003 .title {
		width: 100%;
		height: 60px;
	}
	.style-003 .title h1 {
		font-size: 16px;
		padding-top: 24px;
	}
	.style-004 {
		padding: 50px 0px;
	}
	.style-004 img {
		margin-bottom: 20px;
	}
	.style-005 {
        min-height: 200px;
    	-webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
	.style-006 {
		padding: 50px 0px;
	}
	.style-006 .title h1 {
		font-size: 24px;
	}
	.style-006 .filters-button-group {
		margin: 10px 0px 10px 0px;
	}
	.style-006 .filters-button-group li {
		margin: 0px 0px 10px 10px;
        padding: 10px 10px;
	}
	.style-006 .filters-button-group li a {
		font-size: 12px;
	}
	.style-006 .filters-button-group li:last-child {
		padding: 10px 10px;
	}
	.style-006 .filters-button-group li:last-child a {
		font-size: 12px;
	}
	.style-006 .info img {
		max-width: 150px;
	}
	.style-006 .text-right {
		text-align: left !important;
	}
	.style-007 {
		margin-top: 0px;
		padding: 50px 0px;
	}
	.style-007 .title h1 {
		font-size: 24px;
		padding-top: 0px;
	}
	.style-007 .filters-button-group2 {
   		 margin: 15px 0px 15px 0px;
	}
	.style-007 .filters-button-group2 li {
		margin: 0px 0px 5px 5px;
        padding: 5px 5px;
	}
	.style-007 .filters-button-group2 li a {
		font-size: 12px;
	}
	.style-007 .galeries .col-md-4 {
        padding: 0px;
    }
	.style-008 .title h1 {
		font-size: 24px;
	}
	.style-008 .map {
		margin-top: 30px;
	}
	.style-008 #map {
    	height: 250px;
	}
	.style-009 {
        max-height: unset;
        margin: unset;
        padding: 0px 30px 0px 30px;
        background: url(../images/pages/img-008.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .style-009 .title {
        max-width: 150px;
        margin: 0px auto;
        top: 19px;
        display: block;
        position: relative;
        z-index: 1000;
    }
   .style-009 .ge-content h1 {
        font-size: 16px;
    }
    .style-009 .band {
        max-width: 1170px;
        margin: 0px auto;
        padding: 72px 0px 50px 0px;
        border: 10px solid #8a6d4b;
        position: relative;
        top: -60px;
    }
	.style-010 img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: -186px 0px;
    }
	.style-011 img {
	    width: 100%;
	    height: 90px;
        object-fit: cover;
	}
	.style-012 .title {
        max-width: 320px;
    }
    .callme img {
		max-width: 150px;
	}
	.callmefix {
    	display:none;
    }
	
	/* Contact */
	.contact .main-title {
    	padding: 15px 10px;
		margin-bottom: 30px;
	}
	.contact .title h2 {
    	font-size: 16px;
	}
	
	/* Member Panel */
	.member-panel .main-title {
		padding: 15px 10px;
		margin-bottom: 30px;
	}
	
	/* Comments */
	.comments .comment .image {
    	margin-bottom: 15px;
	}
	
	/* Footer */ 
	.footer-top {
    	font-size: 14px;
	}
	.footer-top strong {
		font-size: 16px;
	}
	.footer-menu ul li {
		padding: 5px 5px 5px 0px;
		text-align: center;
		display: inline-block;
	}
	.footer-menu ul li a {
		font-size: 14px;
	}
	.footer-copyright .text-left,
	.footer-copyright .text-right {
	   text-align: center !important;
	   justify-content: center;
	}
	
}