html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  webkit-tap-highlight-color: #222222;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
iframe {
	border: none;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.navbar-default {
border-radius: 0;
  background-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  margin-bottom: 0px!important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: rgba(34, 34, 34, 0.1);
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
  margin-top: 28px;
}
.navbar-default .nav > li > a {
  font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 13px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fdcc52 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.standart-navbar #navbar-collapse-1 {
    margin-top: 19px;
}
@media (min-width: 768px) {
  .topmenu { 
    float: right!important; 
  }
  .navbar-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #48A9E7;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  color: white;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
section h2 {
  font-size: 23px;
}

footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
  color: #fdcc52;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}

.heading-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}

section.page {
	min-height: 900px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0px;
    
}

.first-level {
    left: 0!important;
    top: 90px!important;
}

.standart-navbar .first-level {
    left: 0!important;
    top: 50px!important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

section.urun_kat {
	background-color: #F0F0F0;
}

section.kategori .customizable{
	 padding: 5px;
}

section.kategori .customizable .container {
	padding-bottom: 4px;
	padding-top: 4px;
}


/* customizables */
section.custom_album_photos .row, section.custom_albums .row{
	margin-bottom:10px;
	margin-top: 10px;
}

section.custom_album_photos .image, section.custom_albums .image {
	margin-bottom:10px;
	margin-top: 10px;
}

section.custom_album_photos .image img, section.custom_products .product img, section.custom_albums .image img, .product_row .product img {
	max-width: 100%;	
}

section.custom_dynamic_box_1 .container h1 {
	text-align:center;
}

section.customizable {
	padding: 40px;
}

section.customizable .container {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: auto;
}

section.custom_recent_visitorbook_entries .carousel-content, section.custom_news .carousel-content  {
	padding: 20px;
    min-height: 280px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

section.custom_news .carousel-content h5 {
	margin-bottom: 0px;	
	font-size: 20px;
}

section.custom_recent_visitorbook_entries .carousel-control, section.custom_news .carousel-control{
	background-image: none;
	color: #ccc;
}
section.custom_recent_visitorbook_entries .carousel-content span {
	font-weight: bold;
}
section.custom_recent_visitorbook_entries .carousel-control .glyphicon-chevron-left {
	left: 10%
}

section.custom_recent_visitorbook_entries .carousel-control .glyphicon-chevron-right {
	right: 10%
}

section.custom_products .product, .product_row .product{
	padding-top: 10px;
	border-radius: 5px;
	min-height: 375px;
	padding: 10px 15px;
	background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 1px #eee;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
	
	section.customizable {
		background-size: cover!important;
	}
}

/* social icons */
 ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
 ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* social icons */
 .social-network a.icoRss:hover {
	background-color: #F56505;
}
 .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
 .social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
 .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}

 .social-network a.icoWhatsapp:hover {
	background-color:#01C501;
}

 .social-network a.icoStumble:hover {
	background-color:#EB4924;
}

 .social-network a.icoLinkedin:hover {
	background-color:#0177B5;
}

 .social-network a.icoRss:hover i, 
 .social-network a.icoFacebook:hover i, 
 .social-network a.icoTwitter:hover i,
 .social-network a.icoGoogle:hover i,
 .social-network a.icoWhatsapp:hover i,
 .social-network a.icoStumble:hover i,
  .social-network a.icoLinkedin:hover i
{
	color:#fff;
}
 a.socialIcon:hover,  .socialHoverClass {
	color:#44BCDD;
}

 .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
 .social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

 .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
 .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.custom_social_share a, .news a {
 background-color: #D3D3D3;   
}

@media ( max-width: 768px) {
	section.customizable {
  		padding: 0px;
  	}
	#mainpage_carousel .carousel-caption h3 {
		font-size: 18px!important;
	}
	
	#mainpage_carousel .carousel-caption p {
		font-size: 13px!important;
	}
	
	.site_header_1 ul.topmenu > li > a {
		display: block;
	 	padding: 10px 15px!important;
	}
	
	.first-level {
    	left: 0!important;
    	top: 40px!important;
	}
	
	#mainpage_carousel {
		margin-top: 91px;
	}
}
.anasayfa_zengin_metin_baslik_1 {
	color: red;
	font-size: 16px;
}

/* menu üzerine gelince */
.site_header_1 ul.topmenu > li > a:hover {
	background-color: #5d5d5d;
}

.site_header_1 ul.topmenu > li > a {
	display: block;
	padding: 35px 15px;
}

#mainpage_carousel .carousel-caption a {
	color: #fff;
	text-decoration: none;
}

#mainpage_carousel .carousel-caption h3 {
	font-size: 60px;
}

#mainpage_carousel .carousel-caption p {
	font-size: 30px;
}

#mainpage_carousel .carousel-inner > .item > img {
    margin: 0 auto;
}
/* customizables */

/* modules */

.menu a {
	display: block;
	padding: 10px 15px;
}

div.module_side_menu {
	margin-left: -10px;
	margin-right: -10px;
}

div.module_side_menu .side_menu a:hover {
	text-decoration: none;
	background-color: #dadada;
}

div.module_side_menu .side_menu .dropdown-submenu > .dropdown-menu{
	top: 0px!important;
	left: 100%!important;
}

div.module_side_menu .side_menu {
	list-style: outside none none;
	padding: 0px;
}

div.module_side_menu .side_menu li + li {
	border-top: 1px solid #F4F4F4;	
}
/* modules */