/*css*/
@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";

/* Table of contents:
   1. General
   2. Header
   3. Content
   4. Footer
   5. Responsive layouts
 */
@font-face {
  font-family: 'MarckScript-Regular';
  src: url('fonts/MarckScript-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/MarckScript-Regular.woff') format('woff'), url('fonts/MarckScript-Regular.ttf')  format('truetype'), url('fonts/MarckScript-Regular.svg#MarckScript-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuCondensed-Regular';
  src: url('fonts/UbuntuCondensed-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/UbuntuCondensed-Regular.woff') format('woff'), url('fonts/UbuntuCondensed-Regular.ttf')  format('truetype'), url('fonts/UbuntuCondensed-Regular.svg#UbuntuCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ========================================================
 * 1. GENERAL
 * ======================================================== */
 
html,
body {
	height:100%;
}

body{
	background: url( ../img/bg.jpg) repeat 0 0;
	font-family: 'UbuntuCondensed-Regular', sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	/*color: #c6baac;*/
	color: #000000;
	min-width: 320px;
	position: relative;
	-webkit-text-size-adjust: none;
	text-align:justify;
	}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	visibility: hidden;
	display: none;
}

/* img
 * ------------------------------------------------------- */

img{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

.frame{} /* img border, paddings, shadows */

.img_fleft{
	float: left;
	margin-right: 20px;
}

.img_right{
	float: right;
	margin-left: 20px;
}

.social-media {
	float: left;
	left:-10px;
	top:90px;
	width: 30px;
	padding-left: 20px;
	text-align: left;
	position:fixed;
	z-index:1;
}
.social-media li {
	/*background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;*/
	margin: 0px 5px 0px 5px;
	height:34px;
}
.social-media li a {
	color: #231f20;
	/*background: rgba(255, 255, 255, 0.7);*/
}
.social-media li a:hover {
	color: #b11f24
}
.social-media li a span {
	margin-top:15px;
	font-size: 20px;
	line-height: 0px;
	display: inline-block;
}
/* Links
 * ------------------------------------------------------- */
 
a{
	color: #b11f24;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
.btn{
	background: #000;
	color: #fff;
	display: inline-block;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 10px 12px;
	text-decoration: none;
}
	.btn:hover{
		background-color: #f00;
		text-decoration: none;
	}

.link{
	font-family: 'UbuntuCondensed-Regular', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #a61225;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	.link:hover{
		text-decoration: none;
		color: #2f2f2f;
		}

/* Titles
 * ------------------------------------------------------- */

h1{
	color: #333f00;
	font: bold 36px/36px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h2{
	color: #333f00;
	font: bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h3{
	color: #f00;
	font: bold 26px/30px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h4{
	font-family: 'UbuntuCondensed-Regular', sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: normal;
	color: #323232;
	margin-bottom: 20px;
	}
	.border_title{
		font-family: 'MarckScript-Regular', cursive;
		position: relative;
		text-align: center;
		margin-bottom: 55px;
		}
		.border_title:after{
			display: block;
			position: absolute;
			bottom: -29px;
			left: 50%;
			margin-left: -76px;
			content: '';
			height: 6px;
			width: 153px;
			/*background: url(../img/pointer.png) repeat-x 0 0;*/
			}
	.second{
		font-family: 'UbuntuCondensed-Regular', sans-serif;
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		text-transform: uppercase;
		color: #a61225;
		margin-bottom: 20px;
		}
		.second span{
			color: #363636;
			}
h5{
	font-family: 'UbuntuCondensed-Regular', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #323232;
	margin-bottom: 10px;
	}
h6{
	font-family: 'UbuntuCondensed-Regular', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #323232;
	margin-bottom: 30px;
	}
	.central{
		text-align: center;
		}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: inherit;
}
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover{
		color: #a61225;
		text-decoration: none;
		}

/* Indents
 * ------------------------------------------------------- */

p{
	margin-bottom: 15px; /*as line-height in body*/
	}
	p span{
		font-weight: 700;
		color: #363636;
		}
.m_0{margin-bottom: 0px !important;}
.m_10{margin-bottom: 10px;}
.m_20{margin-bottom: 20px;}
.m_30{margin-bottom: 30px;}
.m_40{margin-bottom: 40px;}
.m_60{margin-bottom: 60px;}
.m_70{margin-bottom: 70px;}

/* Lists
 * ------------------------------------------------------- */
.list{
	padding-top: 0px;
	margin-bottom: 30px;
	}
	.list li{
		font-family: 'UbuntuCondensed-Regular', sans-serif;
		font-size: 15px;
		line-height: 16px;
		font-weight: 400;
		color: #a61225;
		text-transform: uppercase;
		margin-top: 12px;
		letter-spacing: 1px;
		}
		.list li:first-child{
			margin-top: 0;
			}
		.list li a{
			display: inline-block;
			background: url(../img/list_marker.png) 0 -24px no-repeat;
			padding-left: 17px;
			color: #a61225;
			text-decoration: none;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.list li a:hover{
				color: #2f2f2f;
				background-position: 0 4px;
				text-decoration: none;
				}


/* Other
 * ------------------------------------------------------- */

.general_box{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 25px;
	}
	.general_box:after{
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		content: '';
		height: 3px;
		width: 100%;
		/*background: url( ../img/general_box_bg.png) repeat-x center bottom;*/
		z-index: 2;
		}
	.general_box:before{
		display: block;
		position: absolute;
		bottom: -17px;
		left: 50%;
		margin-left: -76px;
		content: '';
		height: 17px;
		width: 153px;
		/*background: url( ../img/pointer.png) repeat-x 0 0;*/
		z-index: 0;
		}
/* ========================================================
 * 2. HEADER
 * ======================================================== */

#header{width: 100%;}

/* Logo
 * ------------------------------------------------------- */
.logo_box{
	/*background: url( ../img/logo_box.jpg) no-repeat 0 0;*/
	height: 450px;
	padding-top: 171px;
	}
	h1{
		text-align: center;		
		position:relative;
		z-index:1;
		top:-190px;
		}
		h1 a{
			display: block;
			}
			h1 a:hover{
				text-decoration: none;
			}

	#index2 .logo_box,
	#index3 .logo_box{
		padding-top: 40px;
		height: 228px;
		}

	#index3 .general_box{
		padding-bottom: 0;
		}
		#index3 .general_box:after{
			display: none;
			}
	#index3 .box1{
		position: relative;
		margin-bottom: 3px;
		padding-bottom: 55px;
		}
	#index3 .box1:before {
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		content: '';
		height: 3px;
		width: 100%;
		background: url(../img/box1_after.png) repeat-x 0 0;
		z-index: 0;
		}
/* Menu
 * ------------------------------------------------------- */
	.sf-menu {
		list-style:none;	
	}
		.sf-menu > li {
			float: left;
			font-family: 'UbuntuCondensed-Regular', sans-serif;
			font-size: 16px;
			line-height: 16px;
			color: #323232;
			position: relative;
			margin-left: 11px;
			letter-spacing: 1px;
			-webkit-transition: 0.5s;
			-moz-transition: 0.5s;
			-ms-transition: 0.5s;
			-o-transition: 0.5s;
			transition: 0.5s;
			z-index:9999 !important;	
			}
		.sf-menu > li:first-child{
			margin-left: 0;
			}
			.sf-menu > li:hover,
			.sf-menu > li.current,
			.sf-menu > li.sfHover{
				margin-top: -17px;
				background: #363636;
				}
			.sf-menu > li > a {
				display: block;
				position: relative;
				z-index: 1;
				color: #323232;
				padding: 29px 48px 34px 53px;
				text-decoration: none;
				-webkit-transition: 0.6s;
				-moz-transition: 0.6s;
				-ms-transition: 0.6s;
				-o-transition: 0.6s;
				transition: 0.6s;
			}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color: #fff;
					text-decoration: none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
		/* Submenu */
		.sf-menu ul {
			background: #363636;
			display: none;
			left: 0;
			padding: 25px 0px 15px;
			position: absolute;
			top: 74px;
			width: 230px;
			z-index: 99;
		}
			.sf-menu ul li{
				font-family: 'UbuntuCondensed-Regular', sans-serif;
				font-size: 16px;
				line-height: 16px;
				color: #323232;
				position: relative;
				margin-top: 2px;
				letter-spacing: 2px;
				}
			.sf-menu ul li:first-child{
				margin-top: 0;
				}
				.sf-menu ul li:first-child a{
					padding-top: 0;
					}
				.sf-menu ul li a{
					padding-left: 52px;
					display: block;
					color: #fff;
					text-decoration: none;
					padding-top: 5px;
					padding-bottom: 5px;
				}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					background: #fff;
					color: #363636;
					text-decoration: none;
				}

		/* subsubmenu */
		.sf-menu ul ul {
			position: absolute;
			padding: 0px 0px 15px;
			background: #363636;
			left: 0px;
			top: 28px;
			z-index: 10;
		}
			.sf-menu ul ul li a{
				padding-left: 72px;
				color: #fff;
				padding-top: 6px !important;
				padding-bottom: 5px;
				text-decoration: none;
			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				background: #f8f4ee;
				color: #363636;
				text-decoration: none;
			}
	/* Mobile menu*/
	#mm0{
		border: 1px solid #a61225;
		outline: none;
		display: none;
		padding: 3px;
		width: 100%;
	}

/* ========================================================
 * 3. CONTENT
 * ======================================================== */

#content{width: 100%;}
	.box1{
		background: #f8f4ee;
		padding-top: 13px;
		padding-bottom: 13px;
		margin-bottom: 13px;
		}
		.box1.img{
			position: relative;
			min-height: 353px;
			}
			.box1.img:before{
				position: absolute;
				right: 20px;
				top: 2px;
				content: '';
				width: 418px;
				height: 387px;
				background: url(../img/box1_img.png) no-repeat 0 0;
				}
			.box1.img h4{
				margin-bottom: 16px;
				}
			.box1.img p{
				margin-bottom: 10px;
				}
#owl{
	padding-bottom: 50px;
	}
	.owl_box{
		background: #fff;
		position: relative;
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 3px;
		}
		.owl_box:after{
			display: block;
			position: absolute;
			height: 2px;
			width: 100%;
			content: '';
			left: 0;
			bottom: -2px;
			background: url( ../img/owl_box.png) repeat-x 0 0;
			}
	.owl_box:hover{
		background: #363636;
		}
		.owl_box:hover:after{
			display: block;
			position: absolute;
			height: 2px;
			width: 100%;
			content: '';
			left: 0;
			bottom: -2px;
			background: url( ../img/owl_box_hover.png) repeat-x 0 0;
			}
		#thumbs .touch_img,
		.touch_box .touch_img
		 	{
			position: relative;
			display: block;
			}
			#thumbs figure, 
			.touch_box{
				overflow: hidden;
				margin-bottom: 27px;
				}

			#thumbs .touch_img img, 
			.touch_box .touch_img img{
				width: 100%;
				}
			#thumbs .touch_img span.expand,
			.touch_box .touch_img span.expand{
				position: absolute;
				left: 50%;
				top: -30px;
				margin-top: -16px;
				margin-left: -16px;
				width: 32px;
				height: 32px;
				background: url(../img/hover_lens.png) repeat 0 0;
				-webkit-transition: 0.4s;
				-moz-transition: 0.4s;
				-ms-transition: 0.4s;
				-o-transition: 0.4s;
				transition: 0.4s;
				z-index: 2;
				}
				#thumbs .touch_img:hover span.expand,
				.touch_box .touch_img:hover span.expand{
					left: 50%;
					top: 50%;
					margin-top: -16px;
					margin-left: -16px;
					background: url(../img/hover_lens.png) repeat 0 0;
					}
			#thumbs .touch_img span.bg,
			.touch_box .touch_img span.bg{
				background: url(../img/span_bg.png) repeat 0 0;
				position: absolute;
				display: block;
				height: 100%;
				bottom: -100%;
				-webkit-transition: 0.5s;
				-moz-transition: 0.5s;
				-ms-transition: 0.5s;
				-o-transition: 0.5s;
				transition: 0.5s;
				}
				#thumbs .touch_img:hover span.bg,
				.touch_box .touch_img:hover span.bg {
					background: url(../img/span_bg.png) repeat 0 0;
					left: 0px;
					right: 0px;
					bottom: 0px;
					}
			.owl_box .owl_title{
				font-family: 'UbuntuCondensed-Regular', sans-serif;
				font-size: 16px;
				line-height: 18px;
				color: #000;
				text-align: center;
				text-transform: uppercase;
				margin-bottom: 10px;
				letter-spacing: 1px;
				height:40px;
				}
				.owl_box:hover .owl_title{
					color: #fff;
					}

			.owl_box p{
				font-family: 'UbuntuCondensed-Regular', sans-serif;
				font-size: 12px;
				line-height: 14px;
				color: #000;
				text-align: center;
				margin-bottom: 10px;
				}
				.owl_box:hover p{
					color: #fff;
					}
		.owl-controls{
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -58px;
			width: 116px;
			}
			.owl-buttons{
				overflow: hidden;
				}
				.owl-prev{
					float: left;
					width: 50%;
					height: 28px;
					background: url(../img/pagination.png) no-repeat 25px 8px #fff;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					font-size: 0;
					line-height: 0;
					}
					.owl-prev:hover{
						background: url(../img/pagination.png) no-repeat 25px -26px #a61225;
						}
				.owl-next{
					float: left;
					width: 50%;
					height: 28px;
					background: url(../img/pagination.png) no-repeat -34px 8px #fff;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					font-size: 0;
					line-height: 0;
					}
					.owl-next:hover{
						background: url(../img/pagination.png) no-repeat -34px -26px #a61225;
						}
.testimonial_box{
	position: relative;
	padding: 0px 0px 0px 0px;
	}
	.testimonial_box p{
		margin-bottom: 12px;
		}
		.testimonial_box p:before{
			display: inline-block;
			content: '';
			font-family: 'UbuntuCondensed-Regular', sans-serif;
			font-size: 36px;
			line-height: 36px;
			height: 14px;
			overflow: hidden;
			color: #a61225;
			margin-right: 10px;
			}
		.testimonial_box p:after{
			display: inline-block;
			content: '';
			font-family: 'UbuntuCondensed-Regular', sans-serif;
			font-size: 36px;
			line-height: 36px;
			height: 14px;
			overflow: hidden;
			color: #a61225;
			margin-left: 10px;
			}
	.testimonial_box h4,
	.name_title{
		font-size: 24px;
		line-height: 24px;
		font-weight: 700;
		margin-bottom: 18px;
		}
		.name_title span{
			color: #a61225;
			}
	.banner_box1{
		position: relative;
		background: #449006;
		padding: 26px 15px 17px 25px;
		min-height: 145px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		margin-top: 30px;
		}
		.banner_box1:before{
			position: absolute;
			content: '';
			left: -2px;
			top: 0px;
			height: 100%;
			width: 2px;
			background: url(../img/banner_box1.png) repeat-y 0 0;
			}
			.banner_box1:hover{
				background: #2c2c2c;
				}
				.banner_box1:hover:before{
					content: '';
					left: -2px;
					top: 0px;
					background: url(../img/banner_box1_hover.png) repeat-y 0 0;
					}
	.banner_box3{
		margin-top: 30px;
		position: relative;
		background: #a61225;
		padding: 26px 15px 17px 25px;
		min-height: 145px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.banner_box3:before{
			position: absolute;
			content: '';
			right: -2px;
			top: 0px;
			height: 100%;
			width: 2px;
			background: url(../img/banner_box3.png) repeat-y 0 0;
			}

			.banner_box3:hover{
				background: #2c2c2c;
				}
				.banner_box3:hover:before{
					content: '';
					right: -2px;
					top: 0px;
					background: url(../img/banner_box3_hover.png) repeat-y 0 0;
					}
		.banner_box1 h3,
		.banner_box3 h3{
			font-family: 'UbuntuCondensed-Regular', sans-serif;
			font-size: 36px;
			line-height: 36px;
			font-weight: 400;
			color: #fff;
			margin-bottom: 11px;
			letter-spacing: 1px;
			}
		.banner_box1 h4,
		.banner_box3 h4{
			font-family: 'UbuntuCondensed-Regular', sans-serif;
			font-size: 18px;
			line-height: 22px;
			font-weight: 400;
			color: #fff;
			margin-bottom: 0px;
			letter-spacing: 1px;
			}
			.banner_box3 h4{
				text-transform: uppercase;
				}
		.banner_box1 a,
		.banner_box3 a{
			position: absolute;
			font-family: 'UbuntuCondensed-Regular', sans-serif;
			font-size: 36px;
			line-height: 28px;
			font-weight: 700;
			color: #fff;
			right: 15px;
			bottom: 11px;
			}
			.banner_box1 a:hover,
			.banner_box3 a:hover{
				text-decoration: none;
				}
				
	#filters{
	overflow: hidden;
	margin-bottom: 25px;
	}
	#filters li{
		display:inline-block;
		font-family: 'UbuntuCondensed-Regular', sans-serif;
		font-size: 15px;
		line-height: 15px;
		font-weight: 400;
		margin-left: 23px;
		}
		#filters li:first-child{
			margin-left: 0;
			}
		#filters li a{
			color: #958c81;	
			}
			#filters li a:hover, #filters li a.selected{
				text-decoration: none;
				color: #a61225;
				}
		.element img{
			width: 100%;
			}
	.element_title{
		font-family: 'UbuntuCondensed-Regular', sans-serif;
		font-size: 24px;
		line-height: 18px;
		font-weight: 400;
		color: #363636;
		margin-bottom: 10px;
		}
	.element_p{
		font-family: 'Roboto', serif;
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
		color: #363636;
		margin-bottom: 0;
		}
	#container .indents{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 45px;
		}
.simple_img{
	margin-bottom: 10px;
	}
.icon_box{
	position: relative;
	padding-left: 150px;
	margin-bottom: 40px;
	}
	.icon_box .icon{
		position: absolute;
		left: 25px;
		top: 19px;
		}
	.icon_box_content{
		margin-bottom: 10px;
		}
		.icon_box_content p{
			margin-bottom: 9px;
			}
		.icon_box_content h6{
			margin-bottom: 0;
			}
.img_content{
	width: 540px;
	}
.feature1,
.feature2,
.feature3{
	text-align: center;
	padding-top: 24px;
	margin-bottom: 22px;
	}
	.feature_item1,
	.feature_item2,
	.feature_item3{
		display: inline-block;
		font-family: 'UbuntuCondensed-Regular', sans-serif;
		font-size: 48px;
		line-height: 48px;
		font-weight: 700;
		color: #363636;
		padding-top: 47px;
		padding-bottom: 49px;
		text-align: center;
		border-radius: 49%;
		width: 144px;
		margin-bottom: 6px;
		}
		.feature_item1{
			border: 5px solid #a61225;
			}
		.feature_item2{
			border: 5px solid #449006;
			}
		.feature_item3{
			border: 5px solid #dfd7cb;
			}
		.feature1 .name_title,
		.feature2 .name_title,
		.feature3 .name_title{
			margin-bottom: 8px;
			}
		.feature1 p,
		.feature2 p,
		.feature3 p{
			margin-bottom: 20px;
			}
		.feature2 .link{
			color: #449006;
			}
			.feature2 .link:hover{
				color: #2f2f2f;
				}
		.feature3 .link{
			color: #bbb4aa;
			}
			.feature3 .link:hover{
				color: #2f2f2f;
				}

.mail_link{
	font-family: 'Roboto', serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	color: #a61225;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	.mail_link:hover{
		color: #323232;
		}
			
/* Map
 * ------------------------------------------------------- */
 #mapcanvasx {
	width: 97%;
	height:370px;
}
#map {
        height: 400px;
        /* The height is 400 pixels */
        width: 100%;
        /* The width is the width of the web page */
      }
.map{
	margin-bottom: 23px;
	}
	.map iframe{
		height: 400px;
		width: 100%;
		}
address dl{
	overflow: hidden;
	position: relative;
	width: 100%;
}
address dt{
	font-family: 'UbuntuCondensed-Regular', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	color: #323232;
	margin-bottom: 8px;
	}
address dd{
	overflow: hidden;
	font-family: 'Roboto', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	color: #323232;
	}
address dl span {
	float: left;
	width: 76px;
	}
	address dl a{
		color: #a61225;
		text-decoration: underline;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		address dl a:hover{
			color: #323232;
			}
/* ========================================================
 * 4. FOOTER
 * ======================================================== */
#footer{
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 80px;
	}
/* Copyright
 * ------------------------------------------------------- */
.footer_logo{
	display: inline-block;
	margin-bottom: 4px;
	}
.copyright{
	font-family: 'UbuntuCondensed-Regular', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #363636;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	.copyright a{
		color: inherit;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.copyright a:hover{
			text-decoration: none;
			color: #a61225;
			}
.footer_link{display: block;}
/* To top
 * ------------------------------------------------------- */

#toTop {
	background: url(../img/to_top.png) center top no-repeat;
	border: none;
	bottom: 130px;
	color: transparent;
	display: none;
	font-size: 0;
	height: 36px;
	line-height: 0;
	overflow: hidden;
	position: fixed;
	right: 50%;
	margin-right: -700px !important;
	text-decoration: none;
	width: 71px;
	z-index: 20;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
	#toTop:hover{
		background-position: center -36px;
	}
	#toTop:active,
	#toTop:focus {
		outline: none;
	}


/* ========================================================
 * 5. RESPONSIVE LAYOUTS
 * ======================================================== */

/* Tablet landscape
 * ------------------------------------------------------- */

@media (max-width: 1158px) {
	.general_box{
		width: 960px;
		}
		.logo_box {
			height: 315px;
			}
}
/* Tablet portrate
 * ------------------------------------------------------- */
@media (max-width: 995px) {
	.img_fleft,
	.img_right{
		max-width: 45%;
	}
	.sf-menu > li{
		margin-left: 15px;
	}

	.general_box{
		width: 768px;
		}
		.logo_box {
			height: 220px;
			/*padding-top: 165px;*/
			}
	.sf-menu > li > a {
		padding: 29px 29px 34px 29px;
		}
	.box1.img {
		min-height: 310px;
		}
		.box1.img:before{
			display: none;
			}
	.img_content {
		width: 100%;
		margin-bottom: 50px;
		}

	#form .success-message {
		width: 100% !important;
		}
	#form label.name,
	#form label.email,
	#form label.phone {
		width: 100% !important;
		}

	.banner_box1 h4, .banner_box3 h4 {
		font-size: 13px;
		line-height: 20px;
		}
	.banner_box1 h3, .banner_box3 h3 {
		font-size: 24px;
		line-height: 26px;
		}

}

/* Mobile landscape
 * ------------------------------------------------------- */
@media (max-width: 767px) {
	.sf-menu{
		display: none;
	}
		.logo_box {
			background: url( ../img/logo_box3.png) no-repeat 0 0;
			height: 170px;
			}

	#slider1_container{
		display:none;
		}
	.general_box {
		width: 100%;
		}
	#mm0{
		display: block;
		}
		#logo img,
		.footer_logo img{
			max-width: 100%;
			width: 200px;
			}
		nav{
			padding:  20px 30px;
			}
	nav {
		padding: 20px 0px;
		}
	#container .indents{
		padding: 0;
		}
	.simple_img {
		margin-bottom: 20px;
		float: left;
		margin-right: 20px;
		}
	.icon_box {
		position: relative;
		padding-left: 0px;
		padding-top: 120px;
		}
	.icon_box .icon {
		left: 50%;
		margin-left: -35px;
		top: 19px;
		}
	.img_fleft, .img_right {
		max-width: 100%;
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		}
	.link{
		display: inline-block;
		margin-bottom: 40px;
		}

	#filters li {
		display: block;
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
		}

	.banner_box1 h4, .banner_box3 h4 {
		font-size: 18px;
		line-height: 22px;
		}
	.banner_box1 h3, .banner_box3 h3 {
		font-size: 36px;
		line-height: 36px;
		}
		
}

/* Mobile portrait
 * ------------------------------------------------------- */

@media only screen and (max-width: 480px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float: none;
		max-width: 100%;
		margin: 0 0 20px;
	}
	#logo img,
	.footer_logo img{
		width: 200px;
		}
}
/***********social medya*********************/
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?ra234k');
	src: url('fonts/icomoon.eot?#iefixra234k') format('embedded-opentype'),  url('fonts/icomoon.woff?ra234k') format('woff'),  url('fonts/icomoon.ttf?ra234k') format('truetype'),  url('fonts/icomoon.svg?ra234k#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
	content: "\e604";
}
.icon-home2:before {
	content: "\e605";
}
.icon-office:before {
	content: "\e606";
}
.icon-newspaper:before {
	content: "\e607";
}
.icon-pencil:before {
	content: "\e608";
}
.icon-pencil2:before {
	content: "\e609";
}
.icon-quill:before {
	content: "\e60a";
}
.icon-pen:before {
	content: "\e60b";
}
.icon-blog:before {
	content: "\e60c";
}
.icon-camera:before {
	content: "\e60d";
}
.icon-music:before {
	content: "\e60e";
}
.icon-headphones:before {
	content: "\e60f";
}
.icon-play:before {
	content: "\e610";
}
.icon-film:before {
	content: "\e611";
}
.icon-camera2:before {
	content: "\e612";
}
.icon-dice:before {
	content: "\e613";
}
.icon-pacman:before {
	content: "\e614";
}
.icon-spades:before {
	content: "\e615";
}
.icon-clubs:before {
	content: "\e616";
}
.icon-diamonds:before {
	content: "\e617";
}
.icon-pawn:before {
	content: "\e618";
}
.icon-bullhorn:before {
	content: "\e619";
}
.icon-connection:before {
	content: "\e61a";
}
.icon-podcast:before {
	content: "\e61b";
}
.icon-feed:before {
	content: "\e61c";
}
.icon-book:before {
	content: "\e61d";
}
.icon-books:before {
	content: "\e61e";
}
.icon-library:before {
	content: "\e61f";
}
.icon-file:before {
	content: "\e620";
}
.icon-profile:before {
	content: "\e621";
}
.icon-file2:before {
	content: "\e622";
}
.icon-file3:before {
	content: "\e623";
}
.icon-file4:before {
	content: "\e624";
}
.icon-copy:before {
	content: "\e625";
}
.icon-copy2:before {
	content: "\e626";
}
.icon-copy3:before {
	content: "\e627";
}
.icon-paste:before {
	content: "\e628";
}
.icon-paste2:before {
	content: "\e629";
}
.icon-paste3:before {
	content: "\e62a";
}
.icon-stack:before {
	content: "\e62b";
}
.icon-folder:before {
	content: "\e62c";
}
.icon-folder-open:before {
	content: "\e62d";
}
.icon-tag:before {
	content: "\e62e";
}
.icon-tags:before {
	content: "\e62f";
}
.icon-barcode:before {
	content: "\e630";
}
.icon-qrcode:before {
	content: "\e631";
}
.icon-ticket:before {
	content: "\e632";
}
.icon-cart:before {
	content: "\e633";
}
.icon-cart2:before {
	content: "\e634";
}
.icon-cart3:before {
	content: "\e635";
}
.icon-coin:before {
	content: "\e636";
}
.icon-credit:before {
	content: "\e637";
}
.icon-calculate:before {
	content: "\e638";
}
.icon-support:before {
	content: "\e639";
}
.icon-phone:before {
	content: "\e63a";
}
.icon-phone-hang-up:before {
	content: "\e63b";
}
.icon-address-book:before {
	content: "\e63c";
}
.icon-notebook:before {
	content: "\e63d";
}
.icon-envelope:before {
	content: "\e63e";
}
.icon-pushpin:before {
	content: "\e63f";
}
.icon-location:before {
	content: "\e640";
}
.icon-location2:before {
	content: "\e641";
}
.icon-compass:before {
	content: "\e642";
}
.icon-map:before {
	content: "\e643";
}
.icon-map2:before {
	content: "\e644";
}
.icon-history:before {
	content: "\e645";
}
.icon-clock:before {
	content: "\e646";
}
.icon-clock2:before {
	content: "\e647";
}
.icon-alarm:before {
	content: "\e648";
}
.icon-alarm2:before {
	content: "\e649";
}
.icon-bell:before {
	content: "\e64a";
}
.icon-stopwatch:before {
	content: "\e64b";
}
.icon-calendar:before {
	content: "\e64c";
}
.icon-calendar2:before {
	content: "\e64d";
}
.icon-print:before {
	content: "\e64e";
}
.icon-keyboard:before {
	content: "\e64f";
}
.icon-screen:before {
	content: "\e650";
}
.icon-laptop:before {
	content: "\e651";
}
.icon-mobile:before {
	content: "\e652";
}
.icon-mobile2:before {
	content: "\e653";
}
.icon-tablet:before {
	content: "\e654";
}
.icon-tv:before {
	content: "\e655";
}
.icon-cabinet:before {
	content: "\e656";
}
.icon-drawer:before {
	content: "\e657";
}
.icon-drawer2:before {
	content: "\e658";
}
.icon-drawer3:before {
	content: "\e659";
}
.icon-box-add:before {
	content: "\e65a";
}
.icon-box-remove:before {
	content: "\e65b";
}
.icon-download:before {
	content: "\e65c";
}
.icon-upload:before {
	content: "\e65d";
}
.icon-disk:before {
	content: "\e65e";
}
.icon-storage:before {
	content: "\e65f";
}
.icon-undo:before {
	content: "\e660";
}
.icon-redo:before {
	content: "\e661";
}
.icon-flip:before {
	content: "\e662";
}
.icon-flip2:before {
	content: "\e663";
}
.icon-undo2:before {
	content: "\e664";
}
.icon-redo2:before {
	content: "\e665";
}
.icon-forward:before {
	content: "\e666";
}
.icon-reply:before {
	content: "\e667";
}
.icon-bubble:before {
	content: "\e668";
}
.icon-bubbles:before {
	content: "\e669";
}
.icon-bubbles2:before {
	content: "\e66a";
}
.icon-bubble2:before {
	content: "\e66b";
}
.icon-bubbles3:before {
	content: "\e66c";
}
.icon-bubbles4:before {
	content: "\e66d";
}
.icon-user:before {
	content: "\e66e";
}
.icon-users:before {
	content: "\e66f";
}
.icon-user2:before {
	content: "\e670";
}
.icon-users2:before {
	content: "\e671";
}
.icon-user3:before {
	content: "\e672";
}
.icon-user4:before {
	content: "\e673";
}
.icon-quotes-left:before {
	content: "\e674";
}
.icon-busy:before {
	content: "\e675";
}
.icon-spinner:before {
	content: "\e676";
}
.icon-spinner2:before {
	content: "\e677";
}
.icon-spinner3:before {
	content: "\e678";
}
.icon-spinner4:before {
	content: "\e679";
}
.icon-spinner5:before {
	content: "\e67a";
}
.icon-spinner6:before {
	content: "\e67b";
}
.icon-binoculars:before {
	content: "\e67c";
}
.icon-search:before {
	content: "\e67d";
}
.icon-zoomin:before {
	content: "\e67e";
}
.icon-zoomout:before {
	content: "\e67f";
}
.icon-expand:before {
	content: "\e680";
}
.icon-contract:before {
	content: "\e681";
}
.icon-expand2:before {
	content: "\e682";
}
.icon-contract2:before {
	content: "\e683";
}
.icon-key:before {
	content: "\e684";
}
.icon-key2:before {
	content: "\e685";
}
.icon-lock:before {
	content: "\e686";
}
.icon-lock2:before {
	content: "\e687";
}
.icon-unlocked:before {
	content: "\e688";
}
.icon-wrench:before {
	content: "\e689";
}
.icon-settings:before {
	content: "\e68a";
}
.icon-equalizer:before {
	content: "\e68b";
}
.icon-cog:before {
	content: "\e68c";
}
.icon-cogs:before {
	content: "\e68d";
}
.icon-cog2:before {
	content: "\e68e";
}
.icon-hammer:before {
	content: "\e68f";
}
.icon-wand:before {
	content: "\e690";
}
.icon-aid:before {
	content: "\e691";
}
.icon-bug:before {
	content: "\e692";
}
.icon-pie:before {
	content: "\e693";
}
.icon-stats:before {
	content: "\e694";
}
.icon-bars:before {
	content: "\e695";
}
.icon-bars2:before {
	content: "\e696";
}
.icon-gift:before {
	content: "\e697";
}
.icon-trophy:before {
	content: "\e698";
}
.icon-glass:before {
	content: "\e699";
}
.icon-mug:before {
	content: "\e69a";
}
.icon-food:before {
	content: "\e69b";
}
.icon-leaf:before {
	content: "\e69c";
}
.icon-rocket:before {
	content: "\e69d";
}
.icon-meter:before {
	content: "\e69e";
}
.icon-meter2:before {
	content: "\e69f";
}
.icon-dashboard:before {
	content: "\e6a0";
}
.icon-hammer2:before {
	content: "\e6a1";
}
.icon-fire:before {
	content: "\e6a2";
}
.icon-lab:before {
	content: "\e6a3";
}
.icon-magnet:before {
	content: "\e6a4";
}
.icon-remove:before {
	content: "\e6a5";
}
.icon-remove2:before {
	content: "\e6a6";
}
.icon-briefcase:before {
	content: "\e6a7";
}
.icon-airplane:before {
	content: "\e6a8";
}
.icon-truck:before {
	content: "\e6a9";
}
.icon-road:before {
	content: "\e6aa";
}
.icon-accessibility:before {
	content: "\e6ab";
}
.icon-target:before {
	content: "\e6ac";
}
.icon-shield:before {
	content: "\e6ad";
}
.icon-lightning:before {
	content: "\e6ae";
}
.icon-switch:before {
	content: "\e6af";
}
.icon-powercord:before {
	content: "\e6b0";
}
.icon-signup:before {
	content: "\e6b1";
}
.icon-list:before {
	content: "\e6b2";
}
.icon-list2:before {
	content: "\e6b3";
}
.icon-numbered-list:before {
	content: "\e6b4";
}
.icon-menu:before {
	content: "\e6b5";
}
.icon-menu2:before {
	content: "\e6b6";
}
.icon-tree:before {
	content: "\e6b7";
}
.icon-cloud:before {
	content: "\e6b8";
}
.icon-cloud-download:before {
	content: "\e6b9";
}
.icon-cloud-upload:before {
	content: "\e6ba";
}
.icon-download2:before {
	content: "\e6bb";
}
.icon-upload2:before {
	content: "\e6bc";
}
.icon-download3:before {
	content: "\e6bd";
}
.icon-upload3:before {
	content: "\e6be";
}
.icon-globe:before {
	content: "\e6bf";
}
.icon-earth:before {
	content: "\e6c0";
}
.icon-link:before {
	content: "\e6c1";
}
.icon-flag:before {
	content: "\e6c2";
}
.icon-attachment:before {
	content: "\e6c3";
}
.icon-eye:before {
	content: "\e6c4";
}
.icon-eye-blocked:before {
	content: "\e6c5";
}
.icon-eye2:before {
	content: "\e6c6";
}
.icon-bookmark:before {
	content: "\e6c7";
}
.icon-bookmarks:before {
	content: "\e6c8";
}
.icon-brightness-medium:before {
	content: "\e6c9";
}
.icon-brightness-contrast:before {
	content: "\e6ca";
}
.icon-contrast:before {
	content: "\e6cb";
}
.icon-star:before {
	content: "\e6cc";
}
.icon-star2:before {
	content: "\e6cd";
}
.icon-star3:before {
	content: "\e6ce";
}
.icon-heart:before {
	content: "\e6cf";
}
.icon-heart2:before {
	content: "\e6d0";
}
.icon-heart-broken:before {
	content: "\e6d1";
}
.icon-thumbs-up:before {
	content: "\e6d2";
}
.icon-thumbs-up2:before {
	content: "\e6d3";
}
.icon-happy:before {
	content: "\e6d4";
}
.icon-happy2:before {
	content: "\e6d5";
}
.icon-smiley:before {
	content: "\e6d6";
}
.icon-smiley2:before {
	content: "\e6d7";
}
.icon-tongue:before {
	content: "\e6d8";
}
.icon-tongue2:before {
	content: "\e6d9";
}
.icon-sad:before {
	content: "\e6da";
}
.icon-sad2:before {
	content: "\e6db";
}
.icon-wink:before {
	content: "\e6dc";
}
.icon-wink2:before {
	content: "\e6dd";
}
.icon-grin:before {
	content: "\e6de";
}
.icon-grin2:before {
	content: "\e6df";
}
.icon-cool:before {
	content: "\e6e0";
}
.icon-cool2:before {
	content: "\e6e1";
}
.icon-angry:before {
	content: "\e6e2";
}
.icon-angry2:before {
	content: "\e6e3";
}
.icon-evil:before {
	content: "\e6e4";
}
.icon-evil2:before {
	content: "\e6e5";
}
.icon-shocked:before {
	content: "\e6e6";
}
.icon-shocked2:before {
	content: "\e6e7";
}
.icon-confused:before {
	content: "\e6e8";
}
.icon-confused2:before {
	content: "\e6e9";
}
.icon-neutral:before {
	content: "\e6ea";
}
.icon-neutral2:before {
	content: "\e6eb";
}
.icon-wondering:before {
	content: "\e6ec";
}
.icon-wondering2:before {
	content: "\e6ed";
}
.icon-point-up:before {
	content: "\e6ee";
}
.icon-point-right:before {
	content: "\e6ef";
}
.icon-point-down:before {
	content: "\e6f0";
}
.icon-point-left:before {
	content: "\e6f1";
}
.icon-warning:before {
	content: "\e6f2";
}
.icon-notification:before {
	content: "\e6f3";
}
.icon-question:before {
	content: "\e6f4";
}
.icon-info:before {
	content: "\e6f5";
}
.icon-info2:before {
	content: "\e6f6";
}
.icon-blocked:before {
	content: "\e6f7";
}
.icon-cancel-circle:before {
	content: "\e6f8";
}
.icon-checkmark-circle:before {
	content: "\e6f9";
}
.icon-spam:before {
	content: "\e6fa";
}
.icon-close:before {
	content: "\e6fb";
}
.icon-checkmark:before {
	content: "\e6fc";
}
.icon-checkmark2:before {
	content: "\e6fd";
}
.icon-spell-check:before {
	content: "\e6fe";
}
.icon-minus:before {
	content: "\e6ff";
}
.icon-plus:before {
	content: "\e700";
}
.icon-enter:before {
	content: "\e701";
}
.icon-exit:before {
	content: "\e702";
}
.icon-play2:before {
	content: "\e703";
}
.icon-pause:before {
	content: "\e704";
}
.icon-stop:before {
	content: "\e705";
}
.icon-backward:before {
	content: "\e706";
}
.icon-forward2:before {
	content: "\e707";
}
.icon-play3:before {
	content: "\e708";
}
.icon-pause2:before {
	content: "\e709";
}
.icon-stop2:before {
	content: "\e70a";
}
.icon-backward2:before {
	content: "\e70b";
}
.icon-forward3:before {
	content: "\e70c";
}
.icon-first:before {
	content: "\e70d";
}
.icon-last:before {
	content: "\e70e";
}
.icon-previous:before {
	content: "\e70f";
}
.icon-next:before {
	content: "\e710";
}
.icon-eject:before {
	content: "\e711";
}
.icon-volume-high:before {
	content: "\e712";
}
.icon-volume-medium:before {
	content: "\e713";
}
.icon-volume-low:before {
	content: "\e714";
}
.icon-volume-mute:before {
	content: "\e715";
}
.icon-volume-mute2:before {
	content: "\e716";
}
.icon-volume-increase:before {
	content: "\e717";
}
.icon-volume-decrease:before {
	content: "\e718";
}
.icon-loop:before {
	content: "\e719";
}
.icon-loop2:before {
	content: "\e71a";
}
.icon-loop3:before {
	content: "\e71b";
}
.icon-shuffle:before {
	content: "\e71c";
}
.icon-arrow-up-left:before {
	content: "\e71d";
}
.icon-arrow-up:before {
	content: "\e71e";
}
.icon-arrow-up-right:before {
	content: "\e71f";
}
.icon-arrow-right:before {
	content: "\e720";
}
.icon-arrow-down-right:before {
	content: "\e721";
}
.icon-arrow-down:before {
	content: "\e722";
}
.icon-arrow-down-left:before {
	content: "\e723";
}
.icon-arrow-left:before {
	content: "\e724";
}
.icon-arrow-up-left2:before {
	content: "\e725";
}
.icon-arrow-up2:before {
	content: "\e726";
}
.icon-arrow-up-right2:before {
	content: "\e727";
}
.icon-arrow-right2:before {
	content: "\e728";
}
.icon-arrow-down-right2:before {
	content: "\e729";
}
.icon-arrow-down2:before {
	content: "\e72a";
}
.icon-arrow-down-left2:before {
	content: "\e72b";
}
.icon-arrow-left2:before {
	content: "\e72c";
}
.icon-arrow-up-left3:before {
	content: "\e72d";
}
.icon-arrow-up3:before {
	content: "\e72e";
}
.icon-arrow-up-right3:before {
	content: "\e72f";
}
.icon-arrow-right3:before {
	content: "\e730";
}
.icon-arrow-down-right3:before {
	content: "\e731";
}
.icon-arrow-down3:before {
	content: "\e732";
}
.icon-arrow-down-left3:before {
	content: "\e733";
}
.icon-arrow-left3:before {
	content: "\e734";
}
.icon-tab:before {
	content: "\e735";
}
.icon-checkbox-checked:before {
	content: "\e736";
}
.icon-checkbox-unchecked:before {
	content: "\e737";
}
.icon-checkbox-partial:before {
	content: "\e738";
}
.icon-radio-checked:before {
	content: "\e739";
}
.icon-radio-unchecked:before {
	content: "\e73a";
}
.icon-crop:before {
	content: "\e73b";
}
.icon-scissors:before {
	content: "\e73c";
}
.icon-filter:before {
	content: "\e73d";
}
.icon-filter2:before {
	content: "\e73e";
}
.icon-font:before {
	content: "\e73f";
}
.icon-text-height:before {
	content: "\e740";
}
.icon-text-width:before {
	content: "\e741";
}
.icon-bold:before {
	content: "\e742";
}
.icon-underline:before {
	content: "\e743";
}
.icon-italic:before {
	content: "\e744";
}
.icon-strikethrough:before {
	content: "\e745";
}
.icon-omega:before {
	content: "\e746";
}
.icon-sigma:before {
	content: "\e747";
}
.icon-table:before {
	content: "\e748";
}
.icon-table2:before {
	content: "\e749";
}
.icon-insert-template:before {
	content: "\e74a";
}
.icon-pilcrow:before {
	content: "\e74b";
}
.icon-lefttoright:before {
	content: "\e74c";
}
.icon-righttoleft:before {
	content: "\e74d";
}
.icon-paragraph-left:before {
	content: "\e74e";
}
.icon-paragraph-center:before {
	content: "\e74f";
}
.icon-paragraph-right:before {
	content: "\e750";
}
.icon-paragraph-justify:before {
	content: "\e751";
}
.icon-paragraph-left2:before {
	content: "\e752";
}
.icon-paragraph-center2:before {
	content: "\e753";
}
.icon-paragraph-right2:before {
	content: "\e754";
}
.icon-paragraph-justify2:before {
	content: "\e755";
}
.icon-indent-increase:before {
	content: "\e756";
}
.icon-indent-decrease:before {
	content: "\e757";
}
.icon-newtab:before {
	content: "\e758";
}
.icon-embed:before {
	content: "\e759";
}
.icon-code:before {
	content: "\e75a";
}
.icon-console:before {
	content: "\e75b";
}
.icon-share:before {
	content: "\e75c";
}
.icon-mail:before {
	content: "\e75d";
}
.icon-mail2:before {
	content: "\e75e";
}
.icon-mail3:before {
	content: "\e75f";
}
.icon-mail4:before {
	content: "\e760";
}
.icon-google:before {
	content: "\e761";
}
.icon-googleplus:before {
	content: "\e762";
}
.icon-googleplus2:before {
	content: "\e763";
}
.icon-googleplus3:before {
	content: "\e764";
}
.icon-googleplus4:before {
	content: "\e765";
}
.icon-google-drive:before {
	content: "\e766";
}
.icon-facebook:before {
	content: "\e767";
}
.icon-facebook2:before {
	content: "\e768";
}
.icon-facebook3:before {
	content: "\e769";
}
.icon-instagram:before {
	content: "\e76a";
}
.icon-twitter:before {
	content: "\e76b";
}
.icon-twitter2:before {
	content: "\e76c";
}
.icon-twitter3:before {
	content: "\e76d";
}
.icon-feed2:before {
	content: "\e76e";
}
.icon-feed3:before {
	content: "\e76f";
}
.icon-feed4:before {
	content: "\e770";
}
.icon-youtube:before {
	content: "\e771";
}
.icon-youtube2:before {
	content: "\e772";
}
.icon-vimeo:before {
	content: "\e773";
}
.icon-vimeo2:before {
	content: "\e774";
}
.icon-vimeo3:before {
	content: "\e775";
}
.icon-lanyrd:before {
	content: "\e776";
}
.icon-flickr:before {
	content: "\e777";
}
.icon-flickr2:before {
	content: "\e778";
}
.icon-flickr3:before {
	content: "\e779";
}
.icon-flickr4:before {
	content: "\e77a";
}
.icon-picassa:before {
	content: "\e77b";
}
.icon-picassa2:before {
	content: "\e77c";
}
.icon-dribbble:before {
	content: "\e77d";
}
.icon-dribbble2:before {
	content: "\e77e";
}
.icon-dribbble3:before {
	content: "\e77f";
}
.icon-forrst:before {
	content: "\e780";
}
.icon-forrst2:before {
	content: "\e781";
}
.icon-deviantart:before {
	content: "\e782";
}
.icon-deviantart2:before {
	content: "\e783";
}
.icon-steam:before {
	content: "\e784";
}
.icon-steam2:before {
	content: "\e785";
}
.icon-github:before {
	content: "\e786";
}
.icon-github2:before {
	content: "\e787";
}
.icon-github3:before {
	content: "\e788";
}
.icon-github4:before {
	content: "\e789";
}
.icon-github5:before {
	content: "\e78a";
}
.icon-wordpress:before {
	content: "\e78b";
}
.icon-wordpress2:before {
	content: "\e78c";
}
.icon-joomla:before {
	content: "\e78d";
}
.icon-blogger:before {
	content: "\e78e";
}
.icon-blogger2:before {
	content: "\e78f";
}
.icon-tumblr:before {
	content: "\e790";
}
.icon-tumblr2:before {
	content: "\e791";
}
.icon-yahoo:before {
	content: "\e792";
}
.icon-tux:before {
	content: "\e793";
}
.icon-apple:before {
	content: "\e794";
}
.icon-finder:before {
	content: "\e795";
}
.icon-android:before {
	content: "\e796";
}
.icon-windows:before {
	content: "\e797";
}
.icon-windows8:before {
	content: "\e798";
}
.icon-soundcloud:before {
	content: "\e799";
}
.icon-soundcloud2:before {
	content: "\e79a";
}
.icon-skype:before {
	content: "\e79b";
}
.icon-reddit:before {
	content: "\e79c";
}
.icon-linkedin:before {
	content: "\e79d";
}
.icon-lastfm:before {
	content: "\e79e";
}
.icon-lastfm2:before {
	content: "\e79f";
}
.icon-delicious:before {
	content: "\e7a0";
}
.icon-stumbleupon:before {
	content: "\e7a1";
}
.icon-stumbleupon2:before {
	content: "\e7a2";
}
.icon-stackoverflow:before {
	content: "\e7a3";
}
.icon-pinterest:before {
	content: "\e7a4";
}
.icon-pinterest2:before {
	content: "\e7a5";
}
.icon-xing:before {
	content: "\e7a6";
}
.icon-xing2:before {
	content: "\e7a7";
}
.icon-flattr:before {
	content: "\e7a8";
}
.icon-foursquare:before {
	content: "\e7a9";
}
.icon-foursquare2:before {
	content: "\e603";
}
.icon-paypal:before {
	content: "\e7aa";
}
.icon-paypal2:before {
	content: "\e7ab";
}
.icon-paypal3:before {
	content: "\e7ac";
}
.icon-yelp:before {
	content: "\e7ad";
}
.icon-libreoffice:before {
	content: "\e7ae";
}
.icon-file-pdf:before {
	content: "\e7af";
}
.icon-file-openoffice:before {
	content: "\e7b0";
}
.icon-file-word:before {
	content: "\e7b1";
}
.icon-file-excel:before {
	content: "\e7b2";
}
.icon-file-zip:before {
	content: "\e7b3";
}
.icon-file-powerpoint:before {
	content: "\e7b4";
}
.icon-file-xml:before {
	content: "\e7b5";
}
.icon-file-css:before {
	content: "\e7b6";
}
.icon-html5:before {
	content: "\e7b7";
}
.icon-html52:before {
	content: "\e7b8";
}
.icon-css3:before {
	content: "\e7b9";
}
.icon-chrome:before {
	content: "\e7ba";
}
.icon-firefox:before {
	content: "\e7bb";
}
.icon-IE:before {
	content: "\e7bc";
}
.icon-opera:before {
	content: "\e7bd";
}
.icon-safari:before {
	content: "\e7be";
}
.icon-feed5:before {
	content: "\e600";
}
.icon-youtube3:before {
	content: "\e601";
}
.icon-linkedin2:before {
	content: "\e602";
}
#formteklif {
	position: relative;
	width: 90%;
	float:right;
	height: 100%;
	z-index: 100;
	padding: 20px;
	border: 0px solid #383838;
	/* My stipped background */
	background: #D1D1D1; /* Old browsers */
	background: -moz-repeating-linear-gradient(-45deg, #e37373, #e37373 30px, #F2F2F2 30px, #F2F2F2 40px, #b11f24 40px, #b11f24 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	background: -webkit-repeating-linear-gradient(-45deg, #e37373, #e37373 30px, #F2F2F2 30px, #F2F2F2 40px, #b11f24 40px, #b11f24 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	background: -o-repeating-linear-gradient(-45deg, #e37373, #e37373 30px, #F2F2F2 30px, #F2F2F2 40px, #b11f24 40px, #b11f24 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	background: repeating-linear-gradient(-45deg, #e37373, #e37373 30px, #F2F2F2 30px, #F2F2F2 40px, #b11f24 40px, #b11f24 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	/*border-radius*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*box-shadow*/
	-webkit-box-shadow: 0px 1px 6px #3F3F3F;
	-moz-box-shadow: 0px 1px 6px #3F3F3F;
	box-shadow: 0px 1px 6px #3F3F3F;
}
#formteklif:after {
	background: #F9F9F9;
	margin: 10px;
	position: absolute;
	content : " ";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border: 1px #E5E5E5 solid;
	/*border-radius*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.required {
	color: #BC1022;
}
#success, #error {
	display: none;
}
#success span, #error span {
	display: block;
	position: absolute;
	top: 0px;
	width: 50%;
	text-align: center;
	font-weight: bold;
}
#success span p, #error span p {
	margin-top: 6em
}
#success span p {
	color: #000;
	font-size: 16px;
}
/*#error span p {*/
#error {
	color: #BC1022;
	font-size: 16px;
}
input:not([type="submit"]), textarea {
	font-family: 'ptsansnarrow', sans-serif;
	font-size: 14px;
	outline: none;
	display: block;
	width: 96%;
	padding: 2px 4px;
	/*border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*transition*/
	-webkit-transition: background 0.2s linear, box-shadow 0.6s linear;
	-moz-transition: background 0.2s linear, box-shadow 0.6s linear;
	-o-transition: background 0.2s linear, box-shadow 0.6s linear;
	transition: background 0.2s linear, box-shadow 0.6s linear;
}
input:not([type="submit"]):active, textarea:active, input:not([type="submit"]):focus, textarea:focus {
	/*box-shadow*/
	-webkit-box-shadow: 2px 2px 7px #E8E8E8 inset;
	-moz-box-shadow: 2px 2px 7px #E8E8E8 inset;
	box-shadow: 2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]) {
	height: 30px;
}
/* placeholder */
::-webkit-input-placeholder {
color:#BABABA;
font-style:italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#BABABA;
font-style:italic;
}
/*
label {
	color: #7F7E7E;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
label:hover {
	color: #191919;
}
label:before {
	color: #C1BFBD;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
label:hover:before {
	color: #969696;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}*/
input[type=submit], input[type=reset] {
	/*margin: 10px auto;*/
	left: 80px;
	margin-top: -60px;
	position: relative;
	cursor: pointer;
	background: none;
	border: none;
	font-family: 'MarckScriptRegular', cursive;
	color: #767676;
	font-size: 12px;
	padding: 4px 4px;
	border: 0px solid #E0E0E0;
	text-shadow: 0px 1px 1px #E8E8E8;
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(247,247,247,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
	background: linear-gradient(top, rgba(247,247,247,1) 1%, rgba(242,242,242,1) 100%);
	/*border-radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow*/
	-webkit-box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
	-moz-box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
	box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
	/*transition*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
input[type=submit], input[type=reset]:hover {
	color: #686868;
	border-color: #CECECE;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(top, rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
	/*box-shadow*/
	-webkit-box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	-moz-box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	box-shadow: 0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}
input[type=submit], input[type=reset]:active, input[type=submit], input[type=reset]:focus {
	position: relative;
	top: 1px;
	color: #515151;
	background: rgb(234,234,234);
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234,234,234,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(top, rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
	/*box-shadow*/
	-webkit-box-shadow: 0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	-moz-box-shadow: 0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
	box-shadow: 0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}

/* HTML ve CSS ile Duyuru Panosu kod başlangıcı ------------------------------------------------------------*/
#arka-karanlik{background-color:black;opacity:0.3;-moz-opacity:0.70;filter:alpha(opacity=70);z-index:20;height:100%;width:100%;background-repeat:repeat;position:fixed;top:0px;left:0px;}
#pano {z-index:50;position:absolute;background-color:#0E3702;width:530px;height:500px;left: 50%;top: 43%;margin-top:-185px;margin-left:-275px;padding:20px;-moz-box-shadow:inset 0 0 200px #0E3702;
-webkit-box-shadow:inset 0 0 200px #000;box-shadow:inset 0 0 200px #000;}
#pano p a{color:#000;text-decoration:none;}
#pano p{text-align:left;font:14px trebuchet ms;color:#fff;text-align:center;}
#pano h1{font:22px trebuchet ms;margin-bottom:50px;text-align:center;}
#pano .kapat{right:0;top:0;font:17px "trebuchet ms";text-align:center;z-index:60;position:absolute;background-color:darkred;margin:-12px -12px 0 0;color:#fff;width:20px;height:20px;cursor:pointer;}
#pano .kapat:hover{background-color:#fff;color:darkred;}
/* HTML ve CSS ile Duyuru Panosu kod sonu ------------------------------------------------------------*/

/* +18 kod başlangıcı ------------------------------------------------------------*/
div.uyari1{width:100%;height:100%;background:#000;position:fixed;text-align:center;z-index:3000;}div.uyari2{top:0px;left:0px;}
div.uyari1{_position:absolute;}div.uyari2{_bottom:auto;_top:expression(ie6=document.documentElement.scrollTop+document.documentElement.clientHeight - 52+"px") );}
.onsekiz{font-size:100px;color:darkred;}
.uyari-panosu{overflow:hidden;width:360px;height:293px;padding:20px 10px;margin:0px;background:#29a2d6;margin-top:10%;position:relative;color:#fff;
-moz-box-shadow:inset 0 0 200px #000;-webkit-box-shadow:inset 0 0 200px #000;box-shadow:inset 0 0 200px #000;}
.uyari-panosu-bt-cikis{display:block;width:95px;height:auto;padding:10px;background:#000;color:#fff;text-decoration:none;position:absolute;bottom:15px;left:15px;}
.uyari-panosu-bt-giris{display:block;width:200px;height:auto;padding:10px;background:#000;color:#fff;text-decoration:none;position:absolute;bottom:15px;right:15px;}
/* +18 kod sonu ------------------------------------------------------------*/
/***********************************/