@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese';
* {
	   
	margin: 0;
	padding: 0;
	list-style-type: none;

	    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
}
a {
	text-decoration: none !important;
}
.clear {
	clear: both;
}
.site-head {
	border-bottom:2px solid #3d0120;
}
.site-head img {
	margin:0 auto;
}
.header-top {
	height:40px;
	line-height:40px;
	background:#3d0120;
}
.header-top .contact i{
	float:left;
	border-radius:50%;
	background:#fff;
	width:30px;
	height:30px;
	margin:5px 10px 0 0;
	text-align:center;
	line-height:30px;
}
.header-top .contact i a {
	color:#92be1e;
}
.header-top .contact a {
	color:#fff;
	font-weight:600;
	    font-family: sans-serif;
    font-size: 16px;
}
.header-top .social a {
	color:#92be1e;
}
.header-top .social i{
	float:left;
	border-radius:50%;
	background:#fff;
	width:30px;
	height:30px;
	margin:5px 5px;
	text-align:center;
	line-height:30px;
}
.modul h1{
	font-size:20px;
	    color: rgba(92, 48, 25, 0.76);
	border-bottom:1px solid rgba(92, 48, 25, 0.76);
	margin-bottom:30px;
	margin-top:0px;
	padding-bottom:12px;
	font-weight:600;
	font-family:sans-serif;
}
.modul h2{
	font-size:28px;
	color:#5c3019;
	border-bottom:1px solid #5c3019;
	margin-bottom:30px;
	margin-top:0px;
	padding-bottom:12px;
	font-weight:600;
}
.modul p {
	font-size:15px;
	line-height:25px;
	
	margin-bottom:20px;
	    font-family: serif;
}
.modulimg {
	margin-bottom:20px;
}
.paketler {
	font-size:18px;
	color:#424242;
	font-weight:lighter;
	margin-bottom:25px;
}
.paketler img {
	margin-bottom:15px;
}
.manset {
	padding-top:10px;
	padding-bottom:10px;
	background:#5c3019;
	font-size:15px;
	color:#fff;
	text-align:center;
	    border-radius: 10px;
}
.site-foot {
	color:#fff;
	background:#3d0120;
	padding:30px 0;
	margin-top:50px;
	font-size:15px;
}
.site-foot a {
	color:#fff;
	    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
}
.menubg {
	background:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.menubg li{
	height:30px;
	line-height:30px;
	padding-left:30px;
}
.menubg li:hover {
  color: #fff;
  background-color: #5c3019;
}
.menubg li:hover a {
	color:#fff;
}
.menutitle {
	padding-left:30px;
	font-size:15px;
	margin-bottom:10px;
    font-family: sans-serif;
	color:#3d0120;
	}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	.header-top .social {
		display:none;
	}
	.header-top .contact {
		text-align:center;
	}
}
@media screen and (min-width: 481px) {
}
@media screen and (min-width: 767px) {
.navbar-brand {
	display:none;
}
}
@media screen and (min-width: 1367px) {
}
