/*
 Table Of Contents
 1) @fontface
 2) General Text Formatting and Typography
 3) Site Wide Content
 	3.1) Button Style
 	3.2) Table Style
 	3.3) Tab Style
 	3.4) Accordion Style
 	3.5) Notification
 	3.6) List style
	3.7) Blockquote Style
 	3.8) Breadcrumb Banner Section
 	3.9) pagiantion Style
 4) Header Styles
 5) Register News
 6) Footer Styles

 ===============================================*/

/*
1.) @fontface
 ----------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600,400italic,600italic,300italic,300);
/*
2)General Text Formatting
 ----------------------------------------*/
 body{
	 color:#656565;
 }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #2d2d2d;
	font-weight: 500;
	font-family:Roboto Slab;
}
h1, .h1 {
	font-size: 35px;

}
h2, .h2 {
	font-size: 28px;
}
h3, .h3 {
	font-size: 22px;
	margin-bottom: 19px;
}
h4, .h4 {
	font-size: 18px;
	margin-bottom: 19px;
}
h5, .h5 {
	font-size: 16px;
	margin-bottom: 19px;
}
h6, .h6 {
	font-size: 14px;
	margin-bottom: 18px;
}
p {
	font-size: 14px;
	color: #656565;
	line-height: 1.5;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus, a:active {
	outline: none;
}
img {
	height: auto;
}
ul, ol {
	padding-left: 15px;
	margin:0px;
}
.blue{
	background:#40aafa;
	color:#fff;
}
.orange{
	background:#fd8339;
	color:#fff;
}
.white{
	background:#fff;
	color:#626262;
	border:1px solid #b5b5b5;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
/*
 2) General Sytle
 -----------------------------*/
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h2 strong, .h2 strong, h4 strong, .h4 strong {
	font-family: 'Roboto Slab', sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 100%;
	color: inherit;
	border-radius: 0;
	padding: 5px 0;
	text-transform: capitalize;
}
h1 small.border-none, .h1 small.border-none, h2 small.border-none, .h2 small.border-none, h3 small.border-none, .h3 small.border-none, h2 small.border-none, .h2 small.border-none, h4 small.border-none, .h4 small.border-none {
	border-bottom: 0px;
}
section{
	    padding: 0px 0px 40px;
}
.heading-group {
	padding: 20px 0 0;
}
.border-none {
	border: none !important;
}
.btn {
	padding: 11px 27px;
	border-radius:0px;
	font-size:14px;
	text-transform:uppercase;
}
.btn:hover{
	color:#fff;
}
input:focus, textarea:focus {
	outline: none;
}
input:focus, textarea:focus, .btn:focus, .zoom img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.media-content:hover .svg-shape, .media-content .svg-shape, .volunteer-reward:hover .svg-shape, .volunteer-reward .svg-shape {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#page-info {
	padding-bottom: 100px;
}
.sec-title:after{
	content:"";
	display:block;
	height:2px;
	width:60px;
	background:#276586;
	position:relative;
	margin:auto;
	margin-bottom:51px;
}
.bg-gray{
	background:#f8f8f8;
}
.page-title {
	color: #0081b7;
	font-family: Open Sans;
	font-weight: 300;
}
.fa-logo {
	content: url("../../img/logo-icon.png");
}
a.has-submenu i.fa {
	padding-top: 5px;
}
/*
 3) Site Wide Content
 ----------------------------------------*/
/*
 3.1) button Style
 ----------------------------------------*/

.btn-theme {
	color: #fff;
	border-radius: 0!important;
	background: #276586;

}
.btn-theme:hover, .btn.btn-theme:focus {
	color: #fff;
}
/*
 3.2) Table Style
 ----------------------------------------*/
.table-wrap {
	border: 1px solid #e0e0e0;
	padding: 15px 10px 10px;
	border-radius: 8px;
	background: #f8f7f5;
}
.table {
	background: #f8f7f5;
}
.tables-outline {
	border: none;
	background: none;
}
.table-content h3 {
	margin-bottom: 0;
}
.table-content .bs-example {
	margin-bottom: 70px;
	padding-top: 20px;
}
.tables-outline > tbody > tr > td:first-child, .tables-outline > thead > tr > th:first-child {
	border-left: 1px solid transparent;
}
.tables-outline > tbody > tr > td:last-child, .tables-outline > thead > tr > th:last-child {
	border-right: 1px solid transparent;
}
.tables-outline > tbody > tr:last-child > td {
	border-bottom: 1px solid transparent;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	height: 37px;
}
.table > thead > tr > th {
	font-size: 18px;
	color: #26211d;
}
.table > tbody > tr > td {
	color: #7c7c7c;
}
.table.b-border > tbody > tr:last-child > td {
	border-bottom: 1px solid #e0e0e0;
}
.table-striped > tbody > tr:nth-child(odd)> td, .table-striped > tbody > tr:nth-child(odd)> th {
	background: #ededed;
}
/*
 3.3) Tab Style
 ----------------------------------------*/
.bs-example-tabs {
	padding-top: 40px;
	margin-bottom: 40px;
}
.content-wrapper .shortcode-page .bs-example-tabs:last-child {
	margin-bottom: 0;
}
.tab-content {
	border: 1px solid #e5e3dc;
	border-top: none;
	padding: 38px 0px 0px;
}
.nav-tabs > li {
	float: none;
	margin-bottom: 1px;
}
.nav-tabs > li:last-child {
	margin-bottom: 0px;
}
.nav-tabs > li > a {
	border-radius: 0;
	width: 100%;
	font-size: 18px;
	color: #302f2c;
	margin-right: 15px;
	cursor: pointer;
}
.nav-tabs_less-space > li > a {
	margin-right: 0;
}
/*
 3.4) Accordion Style
 ----------------------------------------*/
.panel-group .panel {
	border-radius: 0;
}
.panel {
	box-shadow: none;
	border: none;
}
.panel-title > a {
	padding: 10px 15px 10px 36px;
	display: block;
	position: relative;
}
.toggel-icon {
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -8px;
}
.panel-heading {
	padding: 0;
	border-radius: 0;
}
.panel-default > .panel-heading {
	background-image: none;
}
.panel-group .panel-heading+ .panel-collapse > .panel-body {
	border: none;
}
.panel-collapse {
	border: 1px solid #e5e3dc;
	border-top: none;
}
.toggle-panel .panel-collapse {
	border: none;
}
/*
 3.5) Notification Style
 ----------------------------------------*/
.bs-example-notification {
	padding: 35px 0;
}
.content-wrapper .bs-example-notification {
	padding-bottom: 0;
}
.alert {
	padding: 13px 15px;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.alert p {
	margin-bottom: 0;
}
.alert-danger {
	background: #ffdfe0;
}
.alert-success {
	background: #edffe9;
}
.alert-info {
	background: #eaf7ff;
}
.alert-warning {
	background: #fffbf0;
}
.alert-default {
	background: #f8f8f8;
}
.alert.alert-danger {
	color: #dc7276;
	border: 1px solid #f5cfcf;
}
.alert.alert-success {
	color: #68905e;
	border: 1px solid #b9e6b1;
}
.alert.alert-info {
	color: #71abd1;
	border: 1px solid #b1defb;
}
.alert.alert-warning {
	color: #d2af49;
	border: 1px solid #fbdeb1;
}
.alert.alert-default {
	color: #b9b5b4;
	border: 1px solid #dedede;
}
.alert.alert-danger p {
	color: #dc7276;
}
.alert.alert-success p {
	color: #68905e;
}
.alert.alert-info p {
	color: #71abd1;
}
.alert.alert-warning p {
	color: #d2af49;
}
.alert.alert-default p {
	color: #b9b5b4;
}
/* Nav */
.product-body {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
}
.product-body .tab-content {
    border: none;
}
.product-tab.nav-tabs {
    border: none;
}
.product-body nav {
    text-align: center;
}
.product-body nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.product-body nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}
.product-body nav ul li a {
    border-bottom: 0!important;
}
.product-body nav ul li a.active {
    border: 1px solid #47a3da;
    box-shadow: inset 0 2px #28627f;
    border-bottom: none;
    z-index: 100;
}
.product-body nav li a.active:before,
.product-body nav li a.active:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: -1px;
    width: 100vw;
    background: #47a3da;
}
.product-body nav li a.active:after {
    right: auto;
    left: 100%;
    width: 100vw;
}
.product-body nav a {
    color: #becbd2;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}
.product-body nav a:hover {
    color: #768e9d;
}
.product-body nav li a.active {
    color: #47a3da;
}
.product-tab.nav .nav-item .nav-link,
.product-tab.nav .nav-item .nav-link.active {
    border-radius: 0;
}
.my-5 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
/*
 3.6) List Style
 ----------------------------------------*/
.product-category a p {
	background-color: #0384b9;
	color: #fff;
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
}
.product-category a {
	text-align: center;
}
.product-category a img {
	width: 134px;
	height: 134px;
    object-fit: scale-down;
    margin: 0 auto;
    display: block;
}
.categoryList.card .card-block {
	height: 100px;
}
.categoryList.card .card-title {
    color: #252525;
    text-align: center;
    font-weight: 300;
    font-size: 12pt;
    margin-bottom: 0;
}
li {
	color: #7c7c7c;
}
.list-style li {
	font-size: 16px;
	list-style: none;
}
.list-unstyled, .list-arrowstyled {
	list-style: none;
}
.list-unstyled li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 19px;
	padding-right: 8px;
	position: relative;
	top: 2px;
}
.noLeftArrow a {
	color: #7c7c7c!important;
	font-size: 14px;
	font-weight: 600;
	margin-left: 14px;
}
.upper a {
	color: #7c7c7c!important;
	font-size: 14px;
	font-weight: 700;
	margin-left: 0!important;
}
.noLeftArrow:before {
	content: ""!important;
}
.list-unstyled.cd-accordion-menu a {
	color: #000;
}
.list-arrowstyled li:before {
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 8px;
}
.list-circlestyled, .list-arrowstyled {
	padding-left: 0;
	list-style: none;
}
.cursor-pointer {
	cursor: pointer;
}
.list-circlestyled li:before {
	content: "\f10c";
	font-family: FontAwesome;
	padding-right: 8px;
	font-size: 11px;
}
.list-style h3 {
	margin: 45px 0 50px;
}
/*
 3.7) Blockquote Style
 ----------------------------------------*/
.bs-blockquete {
	margin-top: 50px;
}
blockquote {
	min-height: 90px;
}
.blockquote-reverse {
	min-height: 90px;
}
blockquote p {
	font-size: 20px;
	line-height: 1;
}
blockquote footer, blockquote small, blockquote .small {
	color: #26211d;
}
blockquote footer:before, .blockquote-reverse footer:after {
	display: none;
}
/*
 3.8)Breadcrumb
 ----------------------------------------*/
.bread-crumb {
	background: #276586;
	margin-bottom: 20px;
}

.breadcrumb {
	background: none;
	border-radius: 0;
	padding: 10px 0;
	margin-bottom: 0px!important;
}
.breadcrumb > li, .breadcrumb > .active, .breadcrumb a, .breadcrumb > li + li:before {
	color: #fff;
	font-size: 13pt;
	font-weight: 300;
}
.breadcrumb > .active {
	font-weight: 300;
}
.breadcrumb > li + li::before{
	content:"\f105";
	font-family:FontAwesome;
}

/*
 3.9) pagiantion Style
 ----------------------------------------*/
.pagination {
	margin: 0;
}
.pagination > li > a, .pagination > li > span {
	background-color: #FFFFFF;
	border: 1px solid #e9ebee;
	color: #747474;
	margin: 0 3px;
	padding: 6px 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size:16px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #fff;
	color: #26211d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #de5842;
	color: #fff;
	border:none;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-left: 0;
}
/*pagiantion*/
/*
 4) Header Style
 ----------------------------------------*/
#header {
	background: #fff;
	position: relative;
	z-index: 99;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow:  0px 1px 5px 0px rgba(0,0,0,0.75);
}
.primary-header{
	padding:0px 0px;
}
#header.navbar-fixed-top {
	position: fixed;
}
.navbar-default {
	background: #fff;
	padding: 20px 0px 0px 0px; /*burasÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± menÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼n altÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±nÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± etkiliyor en son burada kaldÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±m */
	margin: 0px;
}

@media (max-width: 992px) {
	.navbar-default {
		/*padding-bottom:35px;*/
	}
	.navbar-header {
	    margin-bottom: 30px;
	}
}

.primary-header{
	/*background:#f0f0f0;*/
}

.contact-detail li{
	list-style: none;
	float: left;
	margin-bottom: 0;
	margin-right:35px;
}
.contact-detail li a{
	color:#fff;
	font-size:14px;
	font-weight:500;
}
.short-map-url {
	color:#818181!important;
	font-size: 15px!important;
}
.contact-detail li a .fa{
	font-size:21px;
	vertical-align:middle;
	margin-right:10px;
}
.contact-detail li a .fa-envelope-o{
	font-size:18px;
}
.contact-detail2 {
	background: #e5e5e5;
}
.doviz {
	margin-left: 0px!important;
}
.doviz span {
	font-weight: 600;
}

.doviz .title-doviz {
	margin-right: 2px;
	font-size: 9pt;
}
@media (min-width: 992px){
	.contact-detail2  {
		width: 51.5%;
		padding-right: 0px;
	}
	.social-links {
		width: 38%;
	}
}
.contact-detail2:before {
    content: '';
    position: absolute;
    border-left: 8px solid #276586;
    top: 0;
    bottom: -80px;
    left: -10px;
    width: 10%;
    right: 0;
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
.contact-detail2 li {
  list-style: outside none none;
  float: left;
  padding: 10px 0px;
  margin-bottom: 0px;
  margin-left: 13px;
}
.contact-detail2 li a {
    color: #58595b;
    font-size: 14px;
    font-weight: 500;
}
.contact-detail2 li .fa {
    color: #276586;
    font-size: 14px;
    font-weight: 500;
}
.contact-detail2 li a .fa {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 10px;
}
.contact-detail2 li a .fa-envelope-o {
    font-size: 18px;
}
.social-icons {
	list-style: none;
	padding: 10px 0 10px;
	margin-bottom: 0;
}
.social-icons > li {
	margin-right:3px;
	display:inline;
}
#header .social-icons > li{
	margin-right:5px;
}
.social-icons a {
	font-size:20px;
	color: #276586;
	line-height: normal;
	vertical-align: middle;
	line-height: 20px;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.social-icons .google-plus {
	font-size: 33px;
	font-family: 'socialico_plusregular';
}
.social-icons a:hover, .social-icons a:focus {
	color: #276586;
}
li.human-resources {
	background: #276586;
	padding-right: 10px;
	padding-left: 10px;
}
.human-resources a,
.human-resources a i.fa.fa-users {
	color: #fff!important;
	font-weight: 400!important;
	text-transform: uppercase;
}
.fa-ikk:before {
    content: url("../../img/i-ico.png");
}
.search-li .fa {
	font-size: 30px!important;
}
.navbar-collapse nav{
	position:relative;
}
.main-menu {
	margin: 0;
	float: right;
}

.navbar-default .main-menu > li {
	/*
	padding: 30px 30px 0px 0px;
	margin-bottom: 15px;
	*/
	border-right: 1px solid #ccc;
}
.navbar-default .main-menu > li:nth-last-child(2){
	/*padding: 30px 30px 0px 0px;*/
}

.navbar-default .main-menu > li:last-child{
	padding-right:0px;
	border-right: 0px solid #ccc;
}
.navbar-brand {
	padding: 0px;
	width: auto;
	padding-top: 0px;
}
@media (min-width: 992px) {
	.navbar-brand img {
	    margin-top: 7px!important;
	}
}
@media (min-width: 0px) and (max-width: 992px) {
	.navbar-brand img {
	    width: 174px;
	    padding-top: 10px;
	    padding-left: 10px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	    padding: 5px 15px 5px 15px;
	}
}
.navbar-brand img {
    margin-top: -6px;
    width: 174px;
}
.navbar-default .main-menu>.active>a, .navbar-default .main-menu>.active>a:hover, .navbar-default .main-menu>.active>a:focus {
	color: #fff!important;
	background: #4E99AD!important;
}

.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 20px!important;
}
.navbar-nav.sm-collapsible a.has-submenu:after {
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-nav.sm-collapsible a.has-submenu ul.dropdown-menu li {
	text-align: center;
}

/*
.navbar-default .main-menu > li:last-child a {
	border-left: 1px solid #c6c6c6;
	padding-left: 24px;
}
*/
.navbar-default {
	border-radius: 0px!important;
	border: 0px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.navbar-default .main-menu > li > a {
	padding: 30px 10px 30px 10px;
	font-weight: 600;
	font-size:15px;
	color:#454545;
	letter-spacing:0.015em;
	text-transform: uppercase;
}
.navbar-default .main-menu > li > a:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 70%;
	left: 44%;
}
.navbar-default .main-menu > li > a:hover, .navbar-default .main-menu > li > a.active {
	color: #4198d2;
}
.main-menu > li > .dropdown-menu {
	text-transform: uppercase;
	border: 1px;
	border-style: solid;
	border-radius: 0;
	z-index: 1000;
	top: 100%;
	position: relative;
	width: 100%;
}
.navbar-default .main-menu > .open > a, .navbar-default .main-menu > .open > a:hover, .navbar-default .main-menu > .open > a:focus {
	background-color: transparent;
	color: #4198d2;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
	background: none;
	color: #4198d2;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #26211d;
}
a.brand img {
	padding-left: 0px;
}
.navbar-collapse {
	/*margin-top: 33px;*/
}
.dropdown-menu {
	border-radius: 0;
}
.navbar-toggle.collapsed .fa-close:before {
    content: "\f0c9";
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	color: #4198d2;
}
.navbar-toggle {
    border: 0px !important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-right: 0px;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
	background: none!important;
}
.main-menu > li > .dropdown-menu {
	border: none;
	box-shadow: none;
	width: 230px;
	margin-bottom: 22px;
	position: absolute;
	top: 86px;
	background: #FFF;
	padding: 15px 5px;
	border-top: 2px solid #4198d2;
}
.main-menu > li > .dropdown-menu > li > a {
	font-weight: 600;
	display: block;
	transition: All 250ms ease-in;
	-webkit-transition: All 250ms ease-in;
	-moz-transition: All 250ms ease-in;
	font-size: 14px;
	color: #292828;
	text-transform: capitalize;
	letter-spacing: 0.03em;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 15px;
}
.main-menu > li > .dropdown-menu > li:last-child a {
	border: none;
}
.main-menu > li > .dropdown-menu > li > a:hover{
	color:#4198d2;
}
.main-menu > li > .dropdown-menu > ul > li > a {
	color: #26211d;
	font-weight: 500;
	display: block;
	padding: 9px 0;
	transition: All 250ms ease-in;
	-webkit-transition: All 250ms ease-in;
	-moz-transition: All 250ms ease-in;
	-o-transition: All 250ms ease-in;
}
.main-menu > li > .dropdown-menu > ul > li:last-child > a {
	border: none;
}
.main-menu > li > .dropdown-menu > ul {
	padding: 0 21px;
}
.main-menu > li > .dropdown-menu > ul > li {
	list-style: none;
}
.main-menu > li > .dropdown-menu > ul > li:hover > a, .main-menu > li > .dropdown-menu > ul > li.active > a {
	font-weight: 700;

}
.main-menu > li > .dropdown-menu > ul > li:hover > a {
	padding: 9px 0 9px 3px;
}
.nav > li .glyphicon {
	display: block;
	float: right;
	padding-right: 10px;
}
.open .glyphicon.glyphicon-chevron-down, .submenu-icon .glyphicon.glyphicon-chevron-up {
	display: none;
}
.open .glyphicon.glyphicon-chevron-up {
	display: block;
}
/*search-form*/
.hide-show-content {
	 width: 100%;
    height: 100%;
    top: -16px;
    position: absolute;
	display:none;
}
.navbar-form{
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin-left: -30px;
	padding: 20px 14px;
}
.hide-show-content .form-group{
	width:100%;
}
.hide-show-content .form-group input{
	width:80%;
}
.bg-white {
    background-color: #fff;
}
.hide-show-content .close {
    opacity: 1;
    position: absolute;
    right: 3%;
    top: 45px;

    transform: translateY(-50%) translateX(-3%);
}

#search-bar-div {
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.search-bar input[type=text] {
	height: 46.67px;
	border-radius: 0px;
	position: absolute;
	top: 0;
	right: 50px;
	outline: none;
	max-width: 188px;
	border: none;
	border-left: 1px solid #ccc;
	background-color: #e5e5e5;
	box-shadow: none;
}
.search-bar button {
	background: none;
	border: none;
	padding-left: 0;
}
.search-bar:active #search-bar-div,
.search-bar:focus #search-bar-div,
.search-bar:hover #search-bar-div,
.search-bar:visited #search-bar-div,
#search-bar-div input:focus,
#search-bar-div input:visited {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	visibility: visible;
}

.bayiliklerimiz .thumbnail {
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.075);
	box-shadow: 0 0px 0px rgba(0,0,0,0.075);
	border: none;
	padding: 0;
	border-radius: 0;
	min-height: 190px;
	display: flex;
    align-items: center;
}
.bayiliklerimiz span.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.row.videolar .thumbnail {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
}
.row.videolar .thumbnail .caption {
    color: #fff;
    background-color: #4E99AD;
    margin-top: 4px;
}
.row.videolar .thumbnail .caption a {
    text-decoration: none;
    color: #fff;
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content {
	border: 0;
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.modal-body {
	padding: 0;
}
.modal-footer {
	border-top: 0px;
	text-align: center;
}
.btn-modal {
	    padding: 6px 12px!important;
    font-size: 14px!important;
}
.navbar-scroll {
	border-bottom: 2px rgba(39, 101, 133, 0.55) solid!important;
	padding-top: 0px;
}
.navbar-scroll .navbar-brand img {
	margin-top: 5px!important;
	width: 118px;
}
.navbar-scroll .main-menu li a:after {
	display: none;
}
.navbar-scroll .main-menu li a {
	padding: 15px 10px;
}
.navbar-scroll .main-menu .dropdown-menu li a {
	padding: 0px 10px;
}

/*
 5) Register News
 ----------------------------------------*/
.register-news {
	background: #276586;
	padding: 20px 0px;
	font-size:25px;
	color:#fff;
	font-weight:500;
	font-family:Roboto Slab;

}
.register-news .items {
	padding: 0px 15px 0px 0px;
}
.register-news p{
	color:#fff;
	font-size:16px;
	font-family:Open Sans;
}
.register-news form {
	padding-top: 10px;
}
.register-news input[type="email"] {
    border: 2px solid #fff;
    border-radius: 0;
    padding: 21px 27px;
    font-size: 15px;
}
.register-news button,
.register-news button:focus {
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	border:2px solid #fff;
	border-radius: 0!important;
	background: none !important;
	font-family:Open Sans;
	color:#fff;
}




/*
 6) Footer Styles
 ----------------------------------------*/

#footer {
	background: #171f26;
	color: #9b9b9b;
}
#footer .title{
	color:#fff;
	font-family:Open Sans;
	text-transform:uppercase;
	font-weight:500;
}
#footer .title:after{
	display:block;
	content:"";
	height:1px;
	background:#2c2f33;
	top:12px;
	position:relative;
}
.footer{
	padding:35px 0px 0px;
}
.footer .touch .fa, .footer .touch .icon{
	font-size:20px;
	margin-right:15px;
	float:left;
}
#footer .abt{
	padding:0px 15px 0px 0px;
}
#footer .popular-post{
	padding:0px 15px 0px 0px;
}
#footer .popular-post a,
#footer .service a{

	color:#7c7c7c;
}
#footer .popular-post .active{
	color:#fd8339;
}
#footer .popular-post ul{
	padding:0px;
}
#footer .popular-post ul li{
	padding:2px 0px;
}
#footer .popular-post ul li:before{
font-family: FontAwesome;
content: "\f105";
margin-right: 14px;
color: #878889;
}
#footer .touch{
	padding:0px 15px 0px 0px;
}
#footer .message{
	padding:0;
}
#footer .message .form-control{
background:#181818;
border:1px solid #2d2d2d;
border-radius:0px;
margin-bottom:7px;
font-weight:500;
}
#footer .message .form-control::-webkit-input-placeholder {
   color: #3d3d3d;
   font-size:14px;
   font-weight:500;

}

#footer .message .form-control:-moz-placeholder { /* Firefox 18- */
   color: #3a424c;
   font-size:14px;
   font-weight:500;
}

#footer .message .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #3a424c;
   font-size:14px;
   font-weight:500;
}

#footer .message .form-control:-ms-input-placeholder {
   color: #3a424c;
   font-size:14px;
   font-weight:500;
}
#footer .message .btn{
	padding: 6px 20px;
	text-transform:uppercase;
	margin-top:15px;
}
#footer .abt p, #footer .popular-post p:last-child, #footer .popular-post p:last-child, #footer .touch p:last-child, #footer .message p:last-child{
	border-bottom:none;
}
#footer .read-more{
	background:none;
	padding:0px;
	color:#246184;
	font-size:14px;
	text-transform:capitalize;
	font-weight:500;

}
#footer .service {
	padding: 0px 15px 0px 0px;
}
#footer .service ul{
	padding:0px;
}
#footer .service ul li{
	padding:2px 0px;
}
#footer .service ul li:before{
font-family: FontAwesome;
content: "\f105";
margin-right: 14px;
color: #878889;
}
#footer ul {
	list-style: none;
}
#footer a[href^="mailto"] {
	color: #8f8b89;
}
.footer-logo {
	margin-bottom: 20px;
	margin-top: 10px;
}
.footer-logo a {
	display: inline-block;
}
#footer p {
line-height: 26px;
margin-bottom: 10px;
font-size: 13px;
color: #7c7c7c;
font-weight:500;
letter-spacing:0.03em;
overflow:hidden;
}
#footer .touch span{
	overflow:hidden;
	display:block;
}


#footer .social {
	text-align: left;
	margin-top: 20px;
	padding-left: 0px;

}
#footer .social li {
	display: inline;
}
.social .fa{
	margin:0px;
	float: none !important;
	font-size: 13px !important;
	margin: 0px !important;
}
#footer .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #171f26;
	text-align: center;
	line-height: 27px;
	color: #8b8f93;
	font-size: 13px;
	margin-right: 5px;
	border:1px solid #373f45;
	transform: rotate(0deg);
}
#footer .social li a:hover {
	color: #5092c3;
}
#footer .social li a:before {
	background: #fff;
}
#footer .social li .facebook{
	background: #3b5999;
}
#footer .social li .twitter{
	background: #00acee;
}
#footer .social li .googleplus{
	background: #de4b3b;
}
#footer .social li .linkedin{
	background: #0379b7;
}


.copyright {
	font-size: 15px;
	color: #575352;
	margin-top: 30px;
	background: #11171d;
	padding: 21px 0;
	border-top: 1px solid #242d37;
}
#footer .copyright p {
	margin-bottom: 0;
	font-weight:500;
	border-bottom:none;
	color: #4d5053;

}
#footer .copyright .container div:last-child p{
	margin-bottom: 0;
	font-weight:500;
	border-bottom:none;
}
#footer .copyright p span{
	color:#7a7b7d;
}
#footer .copyright .container div:first-child, #footer .copyright .container div:last-child{
	padding:0px;
}

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900');

@import url('global.css');


/*
 ) Index About Us
 -----------------------------------------*/
 .about-us {
 	margin-bottom: 20px;
 	margin-top: 20px;
 }
.about-us .col-md-9 {
	padding-top: 20px;
}
.about-us a,
.about-us a:hover,
.about-us p {
	color: #ffffff;
	font-family: "Open Sans";
}
.blue-bg {
	width: 75%;
	position: absolute;
	background: rgba(39, 101, 133, 0.58);
}

/*
 ) News
 -----------------------------------------*/
.news {
	margin-bottom: 20px;
}
.news h3 {
	text-transform: uppercase;
	color:#276586;
	font-family: 'Open Sans';
	font-weight: 300;
}
.news h4 {
	margin-bottom: 10px;
}
.news h4,
.news h6.pull-right {
	font-family: 'Open Sans';
	font-weight: 400;
}
.news .owl-item {
	padding: 5px;
}
.news h6.pull-right {
	color: #276586;
}
.news-bg {
	min-height: 141px;
	position: absolute;
	background: #276880;
	top: 69px;
	width: 100vw;
	left: calc(-50vw + 49%);
	z-index: -1;
	/* margin-left: calc(-50vw + 47%); */
}
.news-bg-2 {
    min-height: 130px;
    position: absolute;
    background: #276880;
    top: 70px;
    width: 132%;
    z-index: -1;
    margin-right: calc(47.6vw + -48%);
}
.news-left {
	background-color: #276880;
	height: 130px;
	position: absolute;
	color: #fff;
	top: 70px;
	left: -55px;
	cursor: pointer;
}
.news-right {
	background-color: #276880;
	height: 130px;
	position: absolute;
	color: #fff;
	top: 70px;
	right: -55px;
	cursor: pointer;
}
.news-right-icon {
	background: url('../../img/news-sag.png') no-repeat;
    height: 141px;
    width: 55px;
    display: block;
}
.news-left-icon {
	background: url('../../img/news-sol.png') no-repeat;
    height: 141px;
    width: 55px;
    display: block;
}

@media (min-width: 0) and (max-width: 992px) {
	.owl-controls {
		display: none!important;
	}
	.news-bg {
		margin-left: calc(-50vw + 44%);
	}
}

/*
  ) Markalar and ÃƒÆ’Ã†â€™Ãƒâ€¦Ã¢â‚¬Å“rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼nler Carousel
  ----------------------------------------*/
.marka-carousel,
.urun-carousel {
	margin-bottom: 20px;
}
.marka-header,
.marka-carousel,
.urun-header,
.urun-carousel {
	padding: 0px 15px 0px 0px;
}
.marka-header h3,
.urun-header h3 {
	text-transform: uppercase;
	color: #26627e;
	font-weight: 300;
	font-size: 20px!important;
	position: relative;
	padding-bottom: 0px;
}
.marka-header h3.three,
.urun-header h3.three {
	background: -moz-linear-gradient(#ffffff 0%, #ffffff 49%, #e5e5e5 50%, #e5e5e5 51%, #ffffff 52%, #ffffff 100%);
	background: -ms-linear-gradient(#ffffff 0%, #ffffff 49%, #e5e5e5 50%, #e5e5e5 51%, #ffffff 52%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #ffffff), color-stop(50%, #e5e5e5), color-stop(51%, #e5e5e5), color-stop(52%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(#ffffff 0%, #ffffff 49%, #e5e5e5 50%, #e5e5e5 51%, #ffffff 52%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff 0%, #ffffff 49%, #e5e5e5 50%, #e5e5e5 51%, #ffffff 52%, #ffffff 100%);
	background: linear-gradient(#ffffff 0%, #ffffff 49%, #e5e5e5 50%, #e5e5e5 51%, #ffffff 52%, #ffffff 100%);
}
.marka-header h3.three span,
.urun-header h3.three span {
	background: #fff;
	position: relative;
	padding-right: 30px;
	z-index: 5;
}
.marka-navs,
.urun-navs {
	padding: 10px 0px 0 30px!important;
}
.marka-navs a:hover,
.urun-navs a:hover {
	cursor: pointer;
}
.fa-nav-next {
	content: url('../../img/nav-next.png');
}
.fa-nav-prev {
	content: url('../../img/nav-prev.png');
}
.urun-carousel .item {
	margin-right: 10px;
}
.urun-carousel .item h5 {
	padding: 5px;
	background: #4c99ab;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

/*
 ) Page News
 ----------------------------------------*/
 .news-thum-bottom {
 	margin-bottom: 0;
 }
 /* IndexCardGroup */
.card {
    border-radius: 0;
    border: none;
}
.card-img {
    border: 1px solid rgba(213, 37, 44, 0.13);
    border-radius: 0;
}
.card-block {
    border-width: 0px 1px 1px 1px;
    border-color: #F7F7F7;
    border-style: solid;
}
.card-title {
    color: #2563a2;
    font-size: 12pt;
}
.card-text {
    font-size: 12.5px;
    color: #929292;
}
.card-footer {
    background-color: #fff;
    border-width: 0px 1px 1px 1px;
    border-color: #F7F7F7;
    border-style: solid;
}
.card-footer .text-muted {
    text-transform: uppercase;
    font-size: 9.2pt;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8
}

.card-primary .card-footer,.card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer,.card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer,.card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer,.card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer,.card-danger .card-header {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse {
    color: rgba(255,255,255,.65)
}

.card-inverse .card-footer,.card-inverse .card-header {
    background-color: transparent;
    border-color: rgba(255,255,255,.2)
}

.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text {
    color: rgba(255,255,255,.65)
}

.card-inverse .card-link:focus,.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width: 576px) {
    .card-deck {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }

    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}


/*
  ) Page Details
 ----------------------------------------*/
.page-content {
	padding-bottom: 30px;
}
.page-body .page-title {
	margin-top: 0px;
	margin-bottom: 20px;
}
.page-side-menu {
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(232,232,232,1), rgba(232,232,232,1)) 1;
    padding-bottom: 30px;
    margin-bottom: 100px;
}
.page-side-menu ul li a {
	color: #5d5e60;
	font-size: 14pt;
	font-family: Open Sans;
	font-weight: 300;
	border-bottom: 0.2px solid rgba(93, 94, 96, 0.17);
	padding: 10px 2px;
}
.page-side-menu ul li:last-child a {
	border-bottom: none;
}
.easy-menu-ul>li>a:hover, .easy-menu-ul>li>a:focus {
	background-color: transparent!important;
}
@media (min-width: 0px) and (max-width: 991px ) {
	.page-side-menu {
		margin-bottom: 10px;
	}
}

/*
 ) Urunler Page
 ----------------------------------------*/
.urunler .thumbnail {
	border-radius: 0px;
	padding-top: 20px;
}
.urunler .thumbnail .caption h4 {
	padding: 15px 0px;
	margin: 0!important;
	color: #fff;
	background: #0384b9;
	font-weight: 300;
}

/*
 ) Contact Page
 ----------------------------------------*/
section.contact-us, {
	padding: 5px 0px 20px!important;
}
.contact-us .sm-title:before{
	width:27%;
}
.contact-us .sm-title:after{
	width:27%;
}
.contact-us .sec-title p{
	font-size:18px;
	padding:28px 0px;
}
.contact-us .sec-title p:2nd-child{
	font-size:20px;
}
 .contact-title{
	 background:#fff;
 }
 .contact-title p{
	 font-size: 16px;
	 font-weight: 500;
	 color:#808080;
	 line-height:30px;
 }
 .form-section{
	 padding:0px 0px 10px;
 }
 .contact-form .col-sm-6{
	 padding-right:0px;
 }
 .contact-form .col-sm-6 input{
	 border-right:0px;
	 }
  .contact-form .col-sm-5{
	 padding-left:0px;
}
 .contact-form input, .contact-form  textarea{
	 background:#f8f8f8;
	 border:1px solid #e9e9e9;
	 border-radius:0px;
	 box-shadow:none;
	 padding:10px 15px ;
	 font-size:16px;
	 color:#656565;
	 font-weight:500;
	 border-left: 5px solid #276586;

 }
 .contact-form .form-group{
	 margin-bottom:20px;
 }
 .contact-form .submit{
	 padding:10px 50px;
	 border:none;
	 border-radius:5px;
	 font-size:16px;
 }
 #error, #success{
	 display:none;
 }
  .contact-form input{
	  height:58px;
	  border-left: 5px solid #276586;
  }
.contact-detail ul li{
	list-style:none;
	overflow:hidden;
	margin-bottom:0px;
}
.contact-detail ul{
	margin-top:30px;
}
.contact-detail .fa{
	font-size:35px;
	float:left;
	line-height:51px;
	color:#3e3e3e;
	width:36px;
}
.contact-detail .fa-envelope-o{
	font-size:30px;
}
.contact-detail h5{
	font-size:16px;
	text-transform:uppercase;
	color:#3e3e3e;
	font-family:Open Sans;
	font-weight:600;
}
.contact-detail h6{
	font-size:15px;
	text-transform:uppercase;
	color:#3e3e3e;
	font-family:Open Sans;
	font-weight:600;
	margin-bottom:5px;
}
.contact-detail .address, .contact-detail .phone, .contact-detail .email{
	float:left;
	padding:0px 0px 15px 25px;
}
.contact-detail{
	border-left:1px solid #d6d5d8;
	padding-left:50px;
}
.contact-detail .phone, .contact-detail .email{

}
.contact-detail p:first-child{
	font-size:16px;
}
.contact-detail p{
	margin:0;
	padding:0;
	line-height:22px;
	font-size:15px;
	font-weight: 500;
	color: #818181;
}
.address {
	color: #757272;
}
.socials .fa,
.address .fa {
	color: #276586;
}
.iletisim .nav-tabs {
	margin-top: 0;
}
.iletisim .nav-tabs > li {
	margin-right: 0;
}
.iletisim .nav-tabs > li > a {
	color: #2d2d2d!important;
	border: none;
	text-align: center;
}
.iletisim .nav-tabs>li.active>a,
.iletisim .nav-tabs>li.active>a:hover,
.iletisim .nav-tabs>li.active>a:focus {
	border: none;
	background: #276586;
	color: #fff!important;
	text-align: center;
}
.iletisim .nav-tabs>li>a:hover,
.iletisim .nav-tabs>li>a:focus {
	background: #5592b3;
	color: #fff!important;
}
.iletisim .tab-content {
	border: none;
	padding-top: 10px;
}

.row.row-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.row.row-flex > [class*="col-"] {
    display: flex;
}

.scrollToTop {
    position: fixed;
    bottom: 100px;
    right: 40px;
    display: none;
    background: #4e99ad;
    width: 30px;
    height: 30px;
    padding: 0px 6px;
    font-size: 22pt;
    vertical-align: middle;
    color: #fff;
}
.scrollToTop i {
    margin-top: 0px;
    position: absolute;
}
.dropdown-menu .divider:last-child {
	display:none;
}
.index-news-all {
	    top: -50px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13.5pt;
}
.hiz-title {
	color: #245774;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	text-align: center;
	overflow: hidden;
}

.jumbotron.jumbotron-fluid.prod {
    padding-top: 10px;
    padding-bottom: 10px;
}
.jumbotron.jumbotron-fluid.prod .display-3 {
    font-size: 3.5rem;
}
.jumbotron.jumbotron-fluid.prod .lead {
    font-size: 2rem;
    font-weight: 300;
}

.jumbotron.jumbotron-fluid.prod-p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.jumbotron.jumbotron-fluid.prod-p .display-3 {
    font-size: 2.5rem;
}
.jumbotron.jumbotron-fluid.prod-p .lead {
    font-size: 1.7rem;
    font-weight: 300;
}