﻿/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
.rhino-btn {
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
				font-weight:normal;

}


.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#f21;
	padding:0px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
				font-weight:normal;

}

.rhino-bullets {
	background: url('../img/slider-tick-bg.jpg') repeat-x left top;
	position: absolute;
	z-index: 10;
	padding:0;
	width:300px;
	height:33px;
	margin-left:320px;
	margin-top:-69px;
	padding:10px;
}
								background-color:aqua;


.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow:hidden;
	text-indent:100px;
	background-image:url('../img/slider-tic.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;

}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	background-position:top left;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background-position:top left;
}
#slider{
	width:640px;
	height:230px;
	margin-top:-10px;

	}
#slider .left-part{
	width:320px;
	height:210px;
	float:left;

	}
.sub-slider .mask{
	width:320px;
	height:230px;
	background:url('../img/slider-shadow.png') no-repeat left top;
	position:absolute;
	z-index:300;
	}
.sub-slider .mask2{
	width:320px;
	height:230px;
	margin-left:320px;
	background:#463b2b;
	position:absolute;
	z-index:0;
	
	}
.sub-slider .mask2 .baslik{
	color:white;
	font-weight:600;
	width:320px;
	height:50px;
	line-height:50px;
	}


#slider .right-part{
	width:300px;
	height:100px;
	padding:10px;
	margin-top:50px;
	color:#f5d99b;
	text-align:center;
	float:left;
			font-family: 'Oswald', Arial, sans-serif;
				font-style:italic;

	}
#slider .right-part b{
	font-size:14px;
	margin-top:10px;  
	margin-bottom:0;
	display:block;

	}	
#slider .right-part i{
	font-size:12px;
	display:block;
	line-height:25px;

	}		
	
.baslik{
		color:white;
		font-weight:600;
		width:320px;
		height:50px;
		line-height:50px;
	font-family: 'Oswald', Arial, sans-serif;
	font-style:italic;


		}
		
		.aboutcon
		{
	font-size:14px;
	color:white;
	height:60px;
	color:#f5d99b;
	text-align:justify;
	float:left;
	line-height:24px;
	width:285px;
	margin-top:2px;
		font-family: 'Oswald', Arial, sans-serif;
		padding:6px;
		margin-left:2px;;


}
		
		.ico1{
	width:30px;
	height:30px;
	margin:10px;
	float:left;
	background:url('../img/tic-ok.png') center top no-repeat;
	}
	
.line
{
	width:230px;
	height:1px;
	background-color:#f5d99b
}
	