@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #fff;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Arimo", arial, verdana, sans-serif;
	font-weight:normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration: none;
}

a:hover {
	opacity: .9;
}

.small {
	font-size: 80%;
}

.slogan {
	clear: both;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 40px;
	background: #f5f5f5 url(../img/header_back2.jpg) center no-repeat;
	color: #fff;
	text-shadow: 0 0 5px #eee;
}
.slogan-alt {
	background: inherit;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 5px #999;
}

.page-title {
	margin: 20px 0 20px;
	padding: 5px 15px;
	border: 1px solid #00b7ea;

	background: url(../img/title-bar.jpg) center left no-repeat;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
	margin: 0;
	padding: 0;
}

.header {
	padding-top: 10px;
	background: url(../img/header_back.jpg) top center no-repeat;
}

.logo {
	margin-bottom: 20px;
	padding: 3px 0;
	/*background: rgba(255,255,255, .3);*/
	/*text-align: center;*/
	/*box-shadow: 0 0 5px #333;*/
}

.menu {
	border-color: #666;
	box-shadow: 0 0 5px #333;

	background: #222222;
	background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
	background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
	background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
	background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
	background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}
.menu li a {
	text-shadow: none;
	color: #fff;
	padding: 20px;
}
.menu li:hover a,
.menu li.current a,
.menu li.current:hover a  {
	color: #fff;
	background: #1275ae;

	background: -moz-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
	background: -webkit-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
	background: -o-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
	background: -ms-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
	background: linear-gradient(to top, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
}
.menu li.flag {
	float: right;
}
.menu li.flag a {
	padding: 19px;
}

.content {
	min-height: 600px;
}

.slide {}

.bx-wrapper .bx-viewport {
	border: 0;
	box-shadow: 0 0 15px #333;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 10px;
	height: 20px;
}

.widget {}

.widget-box {
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px;
	min-height: 240px;
	box-shadow: 0 0 5px #ccc;
	background: url(../img/kutu_back4.jpg) center no-repeat;
	border-radius: 10px;
	border: 5px solid #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.widget-box:hover {
	box-shadow: 0 0 10px #ccc;
	-webkit-transform: scale(1.1);/* Saf3.1+, Chrome */
	-moz-transform: scale(1.1); /* FF3.5+ */
	-ms-transform: scale(1.1); /* IE9 */
	-o-transform: scale(1.1); /* Opera 10.5+ */
	transform: scale(1.1);
}
.widget-box i {
	color: #333;
}
.widget-box .title {
	color: #333;
}
.widget-box .description {
	color: #333;
	font-size: 80%;
}

.news {
	margin-bottom: 40px;
	/*text-align: center;*/
}
.news .head-title {
	color: #666;
}

.footer {
	/*background: #4dbce9 url(../img/footer-back.jpg) center no-repeat;*/
	background: #007cd0;
	min-height: 200px;
	color: #eee;
}
.footer a {
	color: #eee;
}

.footer-logo {
	
}

.footer-links {
	list-style: none;
	margin-left: 0;
}
.footer-links li {
	padding-bottom: 0;
}
.footer-links li a {
	font-size: 80%;
	text-decoration: none;
}

.about-page {}

.about-item {
	border: 1px solid #eee;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.about-item:hover {
	background: #eee;
}

.copyright {
	color: #999;
}

.gallery a {
	margin: 0;
	border: none;
	padding: 0;
	display: inline-block;
	opacity: 1;
}
.gallery a img {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	/*transition: transform .25s ease;*/
	/*border-radius: 3px;*/
	position: relative;
	box-shadow: 0 0 5px #eee;
}
.gallery a:hover img {
	-webkit-transform: scale(1.1);/* Saf3.1+, Chrome */
	-moz-transform: scale(1.1); /* FF3.5+ */
	-ms-transform: scale(1.1); /* IE9 */
	-o-transform: scale(1.1); /* Opera 10.5+ */
	transform: scale(1.1);
	box-shadow: 0 0 10px #333;
	z-index: 1;
}

.news-page {}

.news-item img {
	border: 1px solid #eee;
	padding: 5px;
}

.news-single-page {}

.news-single-page img {
	border: 1px solid #eee;
	padding: 5px;
}

.pricing {
	border: 1px solid #ccc;
	/*box-shadow: 0 0 5px #999;*/
	text-align: center;
	/*border-radius: 5px;*/
	background: #fff;
	margin-bottom: 20px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 1;
}
.pricing.current {	
	box-shadow: 0 0 15px #999;
	-webkit-transform: scale(1.1);/* Saf3.1+, Chrome */
	-moz-transform: scale(1.1); /* FF3.5+ */
	-ms-transform: scale(1.1); /* IE9 */
	-o-transform: scale(1.1); /* Opera 10.5+ */
	transform: scale(1.1);
	z-index: 2;
}
.pricing:hover,
.pricing.current:hover {	
	box-shadow: 0 0 15px #999;
	-webkit-transform: scale(1.1);/* Saf3.1+, Chrome */
	-moz-transform: scale(1.1); /* FF3.5+ */
	-ms-transform: scale(1.1); /* IE9 */
	-o-transform: scale(1.1); /* Opera 10.5+ */
	transform: scale(1.1);
	z-index: 3;
}
.pricing:hover .pricing-head,
.pricing.current:hover .pricing-head {
	background: #deefff; /* Old browsers */
	background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #deefff 0%,#98bede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #deefff 0%,#98bede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #deefff 0%,#98bede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
}
.pricing-head {
	padding: 10px;
	border-bottom: 1px solid #ccc;

	/*background: #eee;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.pricing.current .pricing-head {
	padding: 15px;
	background: #deefff; /* Old browsers */
	background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #deefff 0%,#98bede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #deefff 0%,#98bede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #deefff 0%,#98bede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
}
.pricing-content {
	padding: 10px 10px 20px;	
}
.pricing-content ul  {
	margin: 0 0 20px;
}
.pricing-content ul li {
	/*border-bottom: 1px solid #eee;	*/	
}
.pricing-content ul li:nth-child(2n+1) {
	background: #f5f5f5;	
}

.error-label {
	color: #f00;
}

.intro {
	background: url(../img/intro.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro .enter {
	position: fixed;
	bottom: 10%;
	left: 0; right: 0;
	/*background: #ddd;*/
	text-align: center;
}
.intro .enter .wrap {
	text-align: center;
}
.intro .enter .enter-button {
	width: 74px;
	height: 74px;
	display: inline-block;
	text-indent: -99999px;
}
.intro .enter .enter-button.tr {
	background: url(../img/tr_flag_light.png) center no-repeat;
}
.intro .enter .enter-button.tr:hover {
	background: url(../img/tr_flag_dark.png) center no-repeat;
}
.intro .enter .enter-button.en {
	background: url(../img/en_flag_light.png) center no-repeat;
}
.intro .enter .enter-button.en:hover {
	background: url(../img/en_flag_dark.png) center no-repeat;
}

.header-links {
	list-style: none;
	float: right;
	margin: 0;
	background: #333;
}
.header-links li {
	float: left;
	padding: 5px 10px;
}
.header-links li a {
	font-size: 80%;
	color: #fff;
	text-decoration: none;
}
.header-links li a:hover {
	color: #00cfee;
}

#map-canvas { 
	height: 400px 
}
#map-canvas img {
	max-width: none;
}

ul.list, ol.list {
	padding-left: 15px;
}