* {
	margin: 0px;
	padding: 0;
	list-style: none;
	outline: none;
}

a, a:active, a:visited { text-decoration: none; }

a img { 
	border:0 none; 
} 

header, nav, section, footer, article, aside { 
    display:block;
}
.clear {
	clear: both;
}

.none {
	display: none;
}

h1, h2, h3, h4{
	margin: 0px;
	font-weight:normal;
}
h3{ font-size:48px; line-height:48px;}
h2{ font-size:36px; line-height:36px;}
h4{ font-size:24px; line-height:26px;}
h6{ font-size:10px; line-height:10px;}

body {
	font-family: PT Sans, Calibri;
	font-size: 14px;
}

#menu-more {
	position: absolute;
	z-index: 1200;
	top: 0px;
	right: 0;
	height: 71px;
	background: url('../images/login-bg.jpg') repeat-x;
}

.f-1 {
	width: 100%;
	background: #FFF;
	height: 71px;
	z-index: 1000;
	position: absolute;
}

header {
	width: 1316px;
	height: 71px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2000;
}

	header .top {
		width: 1316px;
		float: left;
	}

	header .logo {
		width: 182px;
		float: left;
		margin-top: 11px;
		padding-left: 180px;
	}

	header .right {
		width: 942px;
		margin-right: -3px;
		float: right;
		color: #12467D;
	}

	header .right div {
		float: left;
		line-height: 71px;
		padding-left: 10px;
	}

	header .right div a {
		color: #12467D;
	}

	header .right div.new-user {
		background: url('../images/icons/new-user.png') no-repeat left center;
		margin-left: 10px;
		padding-left: 20px;
	}

	header .right div.transfer {
		background: url('../images/icons/transfer.png') no-repeat left center;
		margin-left: 10px;
		padding-left: 25px;
	}

	header .right div.login {
		float: right;
		width: 236px;
		background: url('../images/login-bg.jpg') top right;
		padding-left: 0px;
		position: relative;
		display: block;
	}

	header .right div.login a {
		background: url('../images/icons/star.png') no-repeat 20px center;
		padding: 0px 0px 0px 50px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		text-shadow: 1px 1px #333;
		display: block;
		height: 71px;
		cursor: pointer;
	}

	header .login-screen {
		position: absolute;
		right: 233px;
		background: #f1f2f2; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWE5YWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #f1f2f2 0%, #a5a9ab 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f2), color-stop(100%,#a5a9ab)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f1f2f2 0%,#a5a9ab 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f1f2f2 0%,#a5a9ab 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f1f2f2 0%,#a5a9ab 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f1f2f2 0%,#a5a9ab 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#a5a9ab',GradientType=0 ); /* IE6-8 */
	}

	header .login-screen .button {
		width: 50px;
		height: 71px;
		float: left;
		box-shadow: -13px 0px 28px 0px rgba(50, 50, 50, 0.58);
	}

	header .login-screen .button a {
		width: 50px;
		display: block;
		height: 71px;
		background: url('../images/button1.png');
	}

	header .login-screen .open-login {
		position: relative;
		float: left;
		box-shadow: inset 6px 1px 13px -3px rgba(50, 50, 50, 0.75);
	}

	header .login-screen .open-login .input {
		float: left;
		margin-left: 10px;
		line-height: 71px;
	}

	header .login-screen .open-login .input input {
		height: 33px;
		width: 130px;
		border: 1px solid #CBCDCD;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-family: PT Sans;
		padding: 0px 10px 0px 10px;
	}

	header .login-screen .open-login .detail {
		margin-left: 8px;
		width: 105px;
		float: left;
		margin-top: 20px;
	}

	header .login-screen .open-login .detail .remember {
		width: 100px;
		float: left;
		font-size: 12px;
		color: #1F2122;
	}

	header .login-screen .open-login .detail .remember input[type=checkbox] {
		float: left;
		margin-right: 5px;
		margin-top: 2px;
	}

	header .login-screen .open-login .detail .forget {
		width: 100px;
		float: left;
		font-size: 12px;
	}

	header .login-screen .open-login .detail .forget a {
		color: #1F2122;
	}

	header .login-screen .open-login .login-button {
		width: 70px;
		float: left;
		height: 71px;
	}

	header .login-screen .open-login .login-button input[type=submit] {
		width: 70px;
		height: 71px;
		line-height: 71px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		font-family: PT Sans;
		cursor: pointer;
		text-shadow: 1px 1px #333;
		border: 0px;
		background: #ef7f1a; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmN2YxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjU0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #ef7f1a 0%, #ff5400 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7f1a), color-stop(100%,#ff5400)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ef7f1a 0%,#ff5400 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f1a', endColorstr='#ff5400',GradientType=0 ); /* IE6-8 */
		box-shadow: inset -4px 0px 9px -2px rgba(50, 50, 50, 0.75), -4px 0px 9px -2px rgba(50, 50, 50, 0.75);
	}
	
	header .login-screen .open-login .login-button input[type=button] {
		width: 70px;
		height: 71px;
		line-height: 71px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		font-family: PT Sans;
		cursor: pointer;
		text-shadow: 1px 1px #333;
		border: 0px;
		background: #ef7f1a; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmN2YxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjU0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #ef7f1a 0%, #ff5400 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7f1a), color-stop(100%,#ff5400)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ef7f1a 0%,#ff5400 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f1a', endColorstr='#ff5400',GradientType=0 ); /* IE6-8 */
		box-shadow: inset -4px 0px 9px -2px rgba(50, 50, 50, 0.75), -4px 0px 9px -2px rgba(50, 50, 50, 0.75);
	}
	
.menu {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	margin-top: 28px;
	z-index: 2147483600;
}

	.menu ul.top {
		width: 1000px;
		float: left;
		background: #fdc302; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYzMwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDYyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #fdc302 0%, #fd6202 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc302), color-stop(100%,#fd6202)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fdc302 0%,#fd6202 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fdc302 0%,#fd6202 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fdc302 0%,#fd6202 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fdc302 0%,#fd6202 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc302', endColorstr='#fd6202',GradientType=0 ); /* IE6-8 */
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		height: 50px;
		position:relative;
	}

	.menu ul.top li {
		float: left;
		line-height: 50px;
		display: block;
	}

	.menu ul.top li:last-child a.top-menu {
		background: none !important;
		
	}

	.menu ul.top li a.top-menu {
		color: #FFF;
		padding: 0px 15px 0px 15px;
		background: url('../images/menu-line.png') no-repeat right center;
		font-size: 16px;
		font-weight: bold;
		text-shadow: 0px -1px 2px rgba(150, 150, 150, 1);
		display: block;
	}
	
	.menu ul.top li.services a.top-menu{
		-webkit-border-radius: 20px 0px 0px 0px;
		-moz-border-radius: 20px 0px 0px 0px;
		border-radius: 20px 0px 0px 0px;
	}
	.menu ul.top li.sub a.selected  {
		color: #2e3032 !important;
		background-color: #fff !important;
		height:58px;
	}	

	.menu ul.top li.sub a.top-menu {
		padding-right: 45px;
		background-image: url('../images/menu-line.png'), url('../images/icons/arrow-down.png') !important;
		background-repeat: no-repeat,  no-repeat !important;
		background-position: right center, 90% center; 
	}
	
	.menu ul.top2 {
		width: 1000px;
		float: left;
		background: #0e3c6e; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYzMwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDYyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #226EBD 0%, #0e3c6e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#226EBD), color-stop(100%,#0e3c6e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #226EBD 0%,#0e3c6e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #226EBD 0%,#0e3c6e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #226EBD 0%,#0e3c6e 100%); /* IE10+ */
		background: linear-gradient(to bottom, #226EBD 0%,#0e3c6e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226EBD', endColorstr='#0e3c6e',GradientType=0 ); /* IE6-8 */
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		height: 50px;
		position:relative;
	}

	.menu ul.top2 li {
		float: left;
		line-height: 50px;
		display: block;
	}

	.menu ul.top2 li:last-child a.top-menu {
		background: none !important;
		
	}

	.menu ul.top2 li a.top-menu {
		color: #FFF;
		padding: 0px 15px 0px 15px;
		background: url('../images/menu-line.png') no-repeat right center;
		font-size: 16px;
		font-weight: bold;
		text-shadow: 0px -1px 2px rgba(150, 150, 150, 1);
		display: block;
	}
	
	.menu ul.top2 li.services a.top-menu{
		-webkit-border-radius: 20px 0px 0px 0px;
		-moz-border-radius: 20px 0px 0px 0px;
		border-radius: 20px 0px 0px 0px;
	}
	.menu ul.top2 li.sub a.selected  {
		color: #2e3032 !important;
		background-color: #fff !important;
		height:58px;
	}	

	.menu ul.top2 li.sub a.top-menu {
		padding-right: 45px;
		background-image: url('../images/menu-line.png'), url('../images/icons/arrow-down.png') !important;
		background-repeat: no-repeat,  no-repeat !important;
		background-position: right center, 90% center; 
	}
	
	.sub-menu {
		background: url('../images/menu-hover-bg.png') no-repeat center -100px;
		float:left;
		z-index: 99999;
		display: none;
		position: absolute;
		left:-182px;
		top:57px;
		width: 1364px !important;
		height:320px !important;
		padding-top:36px;
	}
	
	.sub-menu .menu-bg {
		position: absolute;
		margin-left: 90px;
		margin-top: -36px;
		height: 356px;
		overflow: hidden;
		z-index: -1;
	}
	
	.sub-menu .menu-bg img {
		float: right;
		margin-top: -6px;
	}
	
	.head {
		width: auto;
		float: left;
		position: relative;
		z-index: 999999;
		color:#2e3032;
		font-size:18px;
		font-weight:bold;
		left:244px;
		top:-18px;
		min-width:95px;
	}
	.sub-menu ul {
		float:left;
		width: 156px;
		margin-left:140px;
		margin-top:40px;
		z-index: 999999;
	}
	
	.sub-menu ul li {
		float:left;
		font-size:12px;
		width: 166px;
		border:none;
		background-image:none;
		margin-bottom:5px;
	}	
	.sub-menu ul li a {
		float:left;
		font-size:12px;
		color:#5f5f60;
		height:20px;
		line-height:20px;
		padding-left:20px;
		background:url('../images/icons/arrow-next1.png') 10px center no-repeat;
		width:146px;
	}
	
	.sub-menu ul li a:hover, .sub-menu ul li.active {
		background-color:#dedede;
		-webkit-border-radius: 5px 0px 0px 5px;
		-moz-border-radius: 5px 0px 0px 5px;
		border-radius: 5px 0px 0px 5px;

	}	
	.sub-menu ul.about li a:hover, .sub-menu ul.about li.active {
		background-color:inherit;
	}

	.sub-menu ul li ul.second-ul {
		position:absolute;
		left:260px;
		width:160px;
		height:257px;
		top:-20px;
		background: url('../images/sub-menu-bg.png') no-repeat;
		padding-left:20px;
	}
	.sub-menu ul li ul.second-ul .head-min, .head-about {
		width: auto;
		float: left;
		position: relative;
		z-index: 999999;
		color:#2e3032;
		font-size:18px;
		font-weight:bold;
		line-height:18px;
		margin:10px;
	}
	.head-about{ margin-top:55px;}
	.sub-menu ul li ul.second-ul li{
		float:left;
		width:180px;
	}
	.sub-menu ul li ul.second-ul li a{
		float:left;
		width:180px;
		background:url('../images/icons/arrow-next1.png') 10px center no-repeat;
	}
	.sub-menu ul li ul.second-ul li a:hover {
		background:none;
	}
	
	.sub-menu ul li ul.second-ul li ul {
		margin-top: 0px !important;
		margin-left: 20px !important;
	}
	
	.sub-menu ul li ul.second-ul li ul li {
		margin-bottom: 0px !important;
		margin-top: 5px;
	}
	
.about-us{
		position:absolute;
		left:350px;
		width:180px;
		height:210px;
		top:-20px;
		padding-left:20px;
		font-size:12px;
		color:#2e3032;
		line-height:12px;
	}
.containers{
	float:left;
	width:180px;
	height:210px;
	font-size:12px;
	color:#2e3032;
	line-height:12px;
	padding-left:10px;
		
			}	
.containers a{
	float:left;
	background:url('../images/icons/arrow-next1.png')  no-repeat right center;
	position:absolute;
	left:45px;
	bottom:0;
	font-size:12px;
	color:#0c54a0;
	width:55px;
			}	
.containers a:hover{
	color:#000;
			}	
.right-menu	{
		float:left;
		width:280px;
		height:200px;
		z-index: 99999;
		position: absolute;
		margin-left:454px;
		margin-top:-55px;
}
.right-menu ul	{
		width:300px;
		height:200px;
}
.right-menu ul li	{
		width:300px;
		float:left;
}
.right-menu ul li a	{
		width:240px;
		float:left;
		height:35px;
		line-height:35px;
		font-size:18px;
		color:#2e3032;
		padding-left:60px;
		border-bottom:1px inset #dedede;
		background: none !important;
}
.right-menu ul li a:hover	{
		color:#0c54a0;
}
.right-menu ul li.last a	{border-bottom:none;}

.right-menu ul li.sss	{
		background:url('../images/icons/icon13.png') 15px center no-repeat;
}
.right-menu ul li.dst	{
		background:url('../images/icons/icon14.png') 15px center no-repeat;
}
.right-menu ul li.uds	{
		background:url('../images/icons/icon15.png') 15px center no-repeat;
}
.right-menu ul li.dw	{
		background:url('../images/icons/icon16.png') 15px center no-repeat;
}
.right-menu ul li.ilt	{
		background:url('../images/icons/icon17.png') 15px center no-repeat;
}
	
.warning	{
		float:left;
		color:#2e3032;
		font-size:12px;
		width:295px;
		height:64px;
		padding:10px;
		line-height:12px;
		margin-left:220px;
		margin-top:180px;
		
}
.warning a	{color:#3f8cc3;}
.warning a:hover{color:#0c54a0;}
.image1	{
		float:left;
		margin-left: 5px;
		
}

.image1	img {
	width: 220px;
}

.application{
		width:260px;
		height:50px;
		position:absolute;
		bottom:20px;
		margin-left:550px;
		
}
.application ul{
		float:left;
		width:260px;
		margin:0px;

}
.application ul li{
		float:left;
		width:140px;
}

.application ul li:last-child{
	width:120px;
}

.application ul li a{
		float:left;
		width:120px;
		font-size:12px;
		color:#5f5f60;
		height:50px;
		line-height:20px;
		padding-left:0px;
		background:none;
		
}
.application ul li a:hover{
		color:#5f5f60;
		background:none;
		
}
.container {

	position: relative;
	background: url('../images/slider-bg-2.png') no-repeat top center;
	height: 611px;

}

.container .main-slider {
	width: 1308px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 535px;
	overflow: hidden;
	top: -100px;
	-webkit-mask: url(../images/pictures/main-slider-canvas.png);
}

.container .main-slider ul {
	position: absolute;
	float: left;
	width: 1308px;
}

.container .main-slider ul li {
	width: 1308px;
	float: left;
	position: absolute;
}

.container .main-slider .image {
	width: 1308px;
	position: relative;
	float: left;
	margin-left: 0px;
	-webkit-mask: url(../images/pictures/main-slider-canvas.png);
}

.container .main-slider .info {
	width: 1000px;
	position: relative;
	float: left;
	z-index: 999;
	background: transparent !important;
	display:none;
}

.container .main-slider .info .title {
	width: 650px;
	float: left;
	font-size: 45px;
	font-weight: bold;
	color: #FFF;
}

.container .main-slider .info .summary {
	width: 650px;
	float: left;
	font-size: 26px;
	line-height: 29px;
	color: #FFF;
}

.container .main-slider .info .text {
	width: 1000px;
	float: left;
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

.container .main-slider .links {
	width: 140px;
	float: left;
	margin-top: 30px;
}

.container .main-slider .links a {
	background: #ED8113;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.container .main-slider .links2 {
	width: 140px;
	float: left;
	margin-top: 30px;
}

.container .main-slider .links2 a {
	background: #ED8113;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	cursor: pointer;
}

.container .main-slider .links3 {
	width: 140px;
	float: left;
	margin-top: 30px;
}

.container .main-slider .links3 a {
	background: #ED8113;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	cursor: pointer;
}

.container .main-slider .image-item {
	float: left;
	position: absolute;
}

.container .main-slider .info .image-logo {
	width: 650px;
	float: left;
	text-align: center;
}

.container .main-slider .info .titleb {
	width: 980px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	font-family: 'Playfair Display SC', serif;
}

.container .main-slider .info .titleb span {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.container .main-slider .info .titlec {
	width: 800px;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-family: 'Playfair Display SC', serif;
}

.container .main-slider .info .titlea {
	width: 650px;
	float: left;
}

.container .main-pagination {
	position: relative;
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -507px;
	z-index: 999999;
}

.container .main-pagination .back {
	float: left;
	position: relative;
	width: 94px;
	margin-left: 0px;
	height: 120px;
	background: url('../images/icons/arrow-back.png') no-repeat;
	display: block;
	cursor: pointer;
}

.container .main-pagination .next {
	float: right;
	position: relative;
	width: 94px;
	margin-right: 0px;
	height: 120px;
	background: url('../images/icons/arrow-next.png') no-repeat;
	display: block;
	cursor: pointer;
}

.container .main-pagination a {
	width: 94px;
	height: 120px;
	position: absolute;
	display: inline-block;
}

.main {
	width: 1012px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.main .top {
	width: 1000px;
	float: left;
	border: 6px solid #FFF;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background: #FFF;
	margin-top: -50px;
}

.main .top ul {
	width: 1000px;
	float: left;
}

.main .top ul li {
	width: 204px;
	float: left;
	padding: 21px;
	height: 306px;
}

.main .top ul li:nth-child(1) {
	margin-right: 5px;
	background-image: url('../images/phone-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background: #1abaea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhYmFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmEyZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1abaea 0%, #1ba2d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abaea), color-stop(100%,#1ba2d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1abaea 0%,#1ba2d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1abaea 0%,#1ba2d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1abaea 0%,#1ba2d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1abaea 0%,#1ba2d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abaea', endColorstr='#1ba2d9',GradientType=0 ); /* IE6-8 */
	-webkit-border-top-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	border-top-left-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-left-radius: 18px;
}

.main .top ul li:nth-child(2) {
	margin-right: 6px;
	background-image: url('../images/mail-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background: #f89a12; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4OWExMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTg5MmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f89a12 0%, #f9892c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f89a12), color-stop(100%,#f9892c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f89a12 0%,#f9892c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f89a12 0%,#f9892c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f89a12 0%,#f9892c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f89a12 0%,#f9892c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a12', endColorstr='#f9892c',GradientType=0 ); /* IE6-8 */
}

.main .top ul li:nth-child(3) {
	margin-right: 5px;
	background-image: url('../images/microphone-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
	background: #f43228; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0MzIyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTJlMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f43228 0%, #e52e2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f43228), color-stop(100%,#e52e2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f43228 0%,#e52e2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f43228 0%,#e52e2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f43228 0%,#e52e2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f43228 0%,#e52e2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f43228', endColorstr='#e52e2a',GradientType=0 ); /* IE6-8 */
}

.main .top ul li:nth-child(4) {
	background-image: url('../images/cloud-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
	background: #d0a379; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwYTM3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjhlNjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d0a379 0%, #bb8e64 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0a379), color-stop(100%,#bb8e64)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d0a379 0%,#bb8e64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d0a379 0%,#bb8e64 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d0a379 0%,#bb8e64 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d0a379 0%,#bb8e64 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a379', endColorstr='#bb8e64',GradientType=0 ); /* IE6-8 */
	-webkit-border-top-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	border-bottom-right-radius: 18px;
}

.main .top ul li .title {
	width: 204px;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #2D2F32;
	margin-bottom: 20px;
}

.main .top ul li .image {
	width: 204px;
	float: left;
	margin-bottom: 15px;
}

.main .top ul li .text {
	width: 154px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	color: #2D2F32;
	display: inline-block;
}

.main .top ul li .note {
	width: 144px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #2D2F32;
	display: inline-block;
}

.main .top ul li .link {
	position: relative;
	height: 300px;
	width: 226px;
	margin-left: -15px;
}

.main .top ul li .link a {
	width: 215px;
	height: 300px;
	position: relative;
	display: block;
}

.main .top ul li .note a {
	color: #D1262B;
	text-decoration: underline;
	font-weight: bold;
}

.main .bottom {
	width: 1000px;
	float: left;
	margin: 8px 0px 54px 0px;
	border: 6px solid #FFF;
	background: #FFF;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.main .bottom .title {
	width: 157px;
	float: left;
	line-height: 45px;
	height: 45px;
	text-align: center;
	color: #C6E0E7;
	font-size: 14px;
	font-weight: bold;
	background: #4580be; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1ODBiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTQyNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4580be 0%, #114277 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4580be), color-stop(100%,#114277)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4580be 0%,#114277 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4580be 0%,#114277 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4580be 0%,#114277 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4580be 0%,#114277 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4580be', endColorstr='#114277',GradientType=0 ); /* IE6-8 */
	-webkit-border-top-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	border-top-left-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-left-radius: 18px;
}

.main .bottom .items {
	width: 670px;
	margin-left: 11px;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 33px;
	overflow: hidden;
}

.main .bottom .items ul {
	width: 670px;
	float: left;
}

.main .bottom .items ul li {
	width: 670px;
	height: 33px;
	float: left;
	overflow: hidden;
}

.main .bottom .items ul li .i-title {
	width: 555px;
	float: left;
	line-height: 33px;
}

.main .bottom .items ul li .i-title a {
	color: #2D2F32;
	font-size: 14px;
}

.main .bottom .items ul li .i-date {
	width: 115px;
	float: right;
	height: 33px;
	line-height: 33px;
}

.main .bottom .items ul li .i-date span {
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	color: #FFF;
	background: #B5B9BE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.main .bottom .pagination  {
	width: 55px;
	float: left;
	margin-left: 25px;
}

.main .bottom .pagination .back {
	width: 55px;
	float: left;
	height: 22px;
	border-bottom: 1px solid #07121D;
	background: #4f8bca; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmOGJjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzUwODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4f8bca 0%, #1c5087 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f8bca), color-stop(100%,#1c5087)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4f8bca 0%,#1c5087 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4f8bca 0%,#1c5087 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4f8bca 0%,#1c5087 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4f8bca 0%,#1c5087 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f8bca', endColorstr='#1c5087',GradientType=0 ); /* IE6-8 */
}

.main .bottom .pagination .back a {
	display: inline-block;
	position: absolute;
	width: 55px;
	height: 23px;
	background: url('../images/icons/arrow-up-2.png') no-repeat center center;
}

.main .bottom .pagination .next {
	width: 55px;
	float: left;
	height: 22px;
	background: #1c5087; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNTA4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjhiY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1c5087 0%, #4f8bca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c5087), color-stop(100%,#4f8bca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c5087 0%,#4f8bca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c5087 0%,#4f8bca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c5087 0%,#4f8bca 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1c5087 0%,#4f8bca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5087', endColorstr='#4f8bca',GradientType=0 ); /* IE6-8 */
}

.main .bottom .pagination .next a {
	display: inline-block;
	position: absolute;
	width: 55px;
	height: 22px;
	background: url('../images/icons/arrow-down-2.png') no-repeat center center;
}

.main .bottom .all-news {
	width: 81px;
	float: right;
	height: 45px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #4984C3;
	box-shadow: inset 6px 4px 13px -3px rgba(50, 50, 50, 0.75);
	-webkit-border-top-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	border-bottom-right-radius: 18px;
	line-height: 45px;
	margin-left: 1px;
}

.main .bottom .all-news a {
	color: #FFF;
}

#info {
	width: 100%;
	float: left;
	background: #EAEBEC;
	padding-top: 30px;
	color: #1F2021;
	padding-bottom: 55px;
}

#info .line {
	width: 1012px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#info .line .title {
	font-size: 24px;
	color: #1F2021;
	margin-bottom: 10px;
	display: block;
}

#info .line .left {
	width: 340px;
	float: left;
}

#info .line .left .twitter {
	width: 320px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

#info .line .left .twitter a {
	color: #FF6C00;
	text-decoration: underline;
	display: block;
}

#info .line .left .twitter .tw-title {
	background: #D8D9DB;
	padding: 15px;
	width: 290px;
	margin-bottom: 10px;
	float: left;
}

#info .line.left .twitter .follow {
	width: 290px;
	float: left;
	padding-left: 15px;
}

#info .line .center {
	width: 195px;
	float: left;
	padding-left: 15px;
}

#info .line .center .items {
	width: 195px;
	float: left;
}

#info .line .center .items ul li {
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}

#info .line .center .items ul li a {
	color: #1F2021;
}

#info .line .right {
	width: 447px;
	float: left;
	padding-left: 15px;
	overflow: hidden;
}

#info .line .right .phone {
	float: left;
	width: 440px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

#info .line .right .address-left {
	width: 215px;
	float: left;
	margin-right: 10px;
}

#info .line .right .address-right {
	width: 215px;
	float: left;
}

#info .line .right .a-title {
	width: 215px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#info .line .right .a-text {
	width: 200px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#info .line .right .a-mail {
	width: 210px;
	float: left;
	font-size: 13px;
}

#info .line .right .a-mail a {
	padding-left: 3px;
	color: #0397C5;
	font-size: 12px;
	font-weight: bold;
}

.map-area {
	background: #FFF;
	border-top: 2px solid #7D7F7F;
	width: 100%;
	float: left;
	border-bottom: 0px;
	margin-bottom: -4px;
	z-index: 15;
}

.map-area #map_content {
	width: 100%;
	height: 275px;
}

.footer {
	width: 100%;
	float: left;
	background: #13477D;
	height: 43px;
	line-height: 43px;
	color: #FFF;
}

.footer .f-main {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.footer .f-main .left {
	float: left;
}

.footer .f-main .right {
	float: right;
}

.social {
	width: 100%;
	z-index: 9999999;
	position: absolute;
}

.social .items {
	width: 1012px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.social .items .left {
	float: left;
}

.social .items .left ul {
	margin-top: -24px;
}

.social .items .left ul li {
	float: left;
	margin-right: 2px;
	position: relative;
	width: 49px;
	height: 49px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	border-radius: 49px;
	background: #7D7F7F;
	z-index: 9999;
}

.social .items .left ul li a {
	width: 49px;
	float: left;
	height: 49px;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	border-radius: 49px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.social .items .left ul li a span {
	float:left;
	width:49px;
	height:49px;
	position:absolute;
	left:0px;
	top:49px;
	z-index:9;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	border-radius: 49px;
}

.social .items .left ul li img {
	margin-top: 16px;
	position: relative;
	z-index: 99;
}

.social .items .right {
	float: right;
	margin-top: -44px;
	height: 88px;
	width: 88px;
	border: 3px solid #7D7F7F;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	background: #F0F1F1;
}

.social .items .right img {
	margin-top: 12px;
}

/*/ 2. SLIDER STIL BILGILERI /*/

.container .main-slider .info .image-item-2 {
	position: absolute;
	left: -90px;
	top: -48px;
}

.container .main-slider .info .title-2{
	width: 800px;
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.container .main-slider .info .summary-2 {
	width: 800px;
	float: left;
	font-size: 18px;
	font-size: normal;
	color: #FFF;
	text-align: center;
}

.container .main-slider .info .input-2 {
	width: 700px;
	position: relative;
	float: left;
	margin-left: 50px;
	margin-top: 25px;
	z-index: 99;
}

.container .main-slider .info .left {
	width: 235px;
	float: left;
	margin-right: 4px;
	margin-left: -40px;
}

	.container .main-slider .info .input-2 .left .top {
		width: 205px;
		float: left;
		font-size: 14px;
		color: #FFF;
		padding-left: 30px;
		position: relative;
	}
	
	.container .main-slider .info .input-2 .left .input-box {
		width: 235px;
		float: left;
		margin-top: 10px;
	}
	
	.container .main-slider .info .input-2 .left .input-box input[type=text] {
		width: 185px;
		padding: 0px 10px;
		line-height: 50px;
		height: 50px;
		border: 2px solid #DCD7DD;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 24px;
		color: #410C57;
		font-weight: bold;
		margin-left: 20px;
	}

.container .main-slider .info .input-2 .center {
	width: 260px;
	float: left;
	margin-right: 4px;
	margin-left: -17px;
}

	.container .main-slider .info .input-2 .center .top {
		width: 250px;
		float: left;
		font-size: 14px;
		color: #FFF;
		padding-left: 10px;
	}
	
	.container .main-slider .info .input-2 .center .li-box {
		width: 252px;
		float: left;
		height: 50px;
		border: 2px solid #DCD7DD;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background: #FFF;
		margin-top: 10px;
	}
	
		.container .main-slider .info .input-2 .center .li-box .ctr {
			width: 56px;
			text-align: center;
			font-size: 24px;
			font-weight: bold;
			height: 50px;
			line-height: 50px;
			float: left;
			margin-right: 1px;
			background: #fafafa; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2Q3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, #fafafa 0%, #dcd7dd 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcd7dd)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* IE10+ */
			background: linear-gradient(to bottom, #fafafa 0%,#dcd7dd 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcd7dd',GradientType=0 ); /* IE6-8 */
			-webkit-border-top-left-radius: 9px;
			-moz-border-radius-topleft: 9px;
			border-top-left-radius: 9px;
			-webkit-border-bottom-left-radius: 9px;
			-moz-border-radius-bottomleft: 9px;
			border-bottom-left-radius: 9px;
		}
		
		.container .main-slider .info .input-2 .center .li-box .ctr span {
			color: #815D8F;
			opacity: 0.3;
		}
		
		.container .main-slider .info .input-2 .center .li-box .list {
			width: 78px;
			height: 50px;
			float: left;
			background: #fafafa; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2Q3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, #fafafa 0%, #dcd7dd 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcd7dd)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* IE10+ */
			background: linear-gradient(to bottom, #fafafa 0%,#dcd7dd 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcd7dd',GradientType=0 ); /* IE6-8 */
		}
		
		.container .main-slider .info .input-2 .center .li-box .list ul {
			width: 78px;
			float: left;
			height: 50px;
			position: relative !important;
			background: url('../images/icons/arrow-down-p.png') no-repeat 90% center;
			overflow-x: hidden !important;
		}
		
		.container .main-slider .info .input-2 .center .li-box .list ul li {
			width: 53px;
			float: left;
			padding-left: 10px;
			height: 50px;
			line-height: 50px;
			font-size: 24px;
			font-weight: bold;
			position: relative;
			color: #410C57;
			cursor: pointer;
			background: #fafafa; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2Q3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, #fafafa 0%, #dcd7dd 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcd7dd)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* IE10+ */
			background: linear-gradient(to bottom, #fafafa 0%,#dcd7dd 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcd7dd',GradientType=0 ); /* IE6-8 */
		}
		
		.container .main-slider .info .input-2 .center .li-box .list ul li:first-child {
			width: 50px !important;
			background: #fafafa; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2Q3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, #fafafa 0%, #dcd7dd 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcd7dd)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* IE10+ */
			background: linear-gradient(to bottom, #fafafa 0%,#dcd7dd 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcd7dd',GradientType=0 ); /* IE6-8 */
		}
		
		.container .main-slider .info .input-2 .center .li-box .list ul li.selected {
			background: #fafafa; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2Q3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, #fafafa 0%, #dcd7dd 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcd7dd)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* IE10+ */
			background: linear-gradient(to bottom, #fafafa 0%,#dcd7dd 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcd7dd',GradientType=0 ); /* IE6-8 */
		}
		
		.container .main-slider .info .input-2 .center .li-box .phone-2 {
			width: 186px;
			float: left;
		}
		
		.container .main-slider .info .input-2 .center .li-box .phone-2 input[type=text] {
			width: 176px;
			height: 50px;
			border: 0px;
			padding-left: 5px;
			font-size: 24px;
			font-weight: bold;
			color: #410C57;
		}

.container .main-slider .info .input-2 .right {
	width: 197px;
	float: left;
}

	.container .main-slider .info .input-2 .right .top {
		width: 187px;
		float: left;
		font-size: 14px;
		color: #FFF;
		padding-left: 10px;
	}
	
	.container .main-slider .info .input-2 .right .input-box {
		width: 157px;
		float: left;
		margin-top: 10px;
		height: 50px;
		border: 2px solid #DCD7DD;
		background: #fafafa; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2Q3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #fafafa 0%, #dcd7dd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcd7dd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fafafa 0%,#dcd7dd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcd7dd',GradientType=0 ); /* IE6-8 */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.container .main-slider .info .input-2 .right .input-box ul {
		width: 76px;
		position: relative !important;
		float: left;
		height: 50px;
		overflow-x: hidden !important;
		background: url('../images/icons/arrow-down-p.png') no-repeat 90% center;
	}
	
	.container .main-slider .info .input-2 .right .input-box ul:first-child {
		border-right: 1px solid #FFF;
	}
	
	.container .main-slider .info .input-2 .right .input-box ul li {
		width: 41px;
		float: left;
		padding-left: 20px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		font-weight: bold;
		color: #410C57;
		cursor: pointer;
		position: relative !important;
		background: #fafafa; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2Q3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #fafafa 0%, #dcd7dd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcd7dd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fafafa 0%,#dcd7dd 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fafafa 0%,#dcd7dd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcd7dd',GradientType=0 ); /* IE6-8 */
	}
	
	.container .main-slider .info .input-2 .right .input-box ul li:first-child {
		width: 38px !important;
	}
	
	.container .main-slider .info .input-2 .right .input-box ul li.selected {
		-webkit-border-top-left-radius: 9px;
		-moz-border-radius-topleft: 9px;
		border-top-left-radius: 9px;
		-webkit-border-bottom-left-radius: 9px;
		-moz-border-radius-bottomleft: 9px;
		border-bottom-left-radius: 9px;
	}
	
	.container .main-slider .info .input-2 .right .input-box ul:first-child li:first-child {
		-webkit-border-top-left-radius: 9px;
		-moz-border-radius-topleft: 9px;
		border-top-left-radius: 9px;
		-webkit-border-bottom-left-radius: 9px;
		-moz-border-radius-bottomleft: 9px;
		border-bottom-left-radius: 9px;
	}
	
	.container .main-slider .info .input-2 .right .input-box ul:last-child li:first-child {
		-webkit-border-top-right-radius: 9px;
		-moz-border-radius-topright: 9px;
		border-top-right-radius: 9px;
		-webkit-border-bottom-right-radius: 9px;
		-moz-border-radius-bottomright: 9px;
		border-bottom-right-radius: 9px;
	}
	
	

.container .main-slider .info .submit-2 {
	width: 700px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;
}

.container .main-slider .info .submit-2 input[type=submit] {
	width: 137px;
	padding: 0px 25px;
	height: 46px;
	line-height: 46px;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	background: #f6bb0f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YmIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzgyMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6bb0f 0%, #ec8221 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6bb0f), color-stop(100%,#ec8221)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6bb0f 0%,#ec8221 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6bb0f 0%,#ec8221 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6bb0f 0%,#ec8221 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6bb0f 0%,#ec8221 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6bb0f', endColorstr='#ec8221',GradientType=0 ); /* IE6-8 */
}

.container .main-slider .info .submit-2 input[type=button] {
	width: 137px;
	padding: 0px 25px;
	height: 46px;
	line-height: 46px;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	background: #f6bb0f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YmIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzgyMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6bb0f 0%, #ec8221 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6bb0f), color-stop(100%,#ec8221)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6bb0f 0%,#ec8221 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6bb0f 0%,#ec8221 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6bb0f 0%,#ec8221 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6bb0f 0%,#ec8221 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6bb0f', endColorstr='#ec8221',GradientType=0 ); /* IE6-8 */
}

.container .main-slider .info .note-2 {
	width: 700px;
	float: left;
	text-align: center;
	margin-top: 60px;
	margin-left: 50px;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
}



/*/ 3. SLIDER STIL BILGILERI /*/

.container .main-slider .info .image-item-3 {
	position: absolute;
	left: 100px;
	top: 108px;
	z-index: 9999;
}

.container .main-slider .info .title-3{
	width: 800px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top: -20px;
}

.container .main-slider .info .summary-3 {
	width: 800px;
	float: left;
	font-size: 18px;
	font-size: normal;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
}

.container .main-slider .info .summary-3 p {
	float: left;
	width: 420px;
}


/*/ 4. SLIDER STIL BILGILERI /*/

.container .main-slider .info .image-item-4 {
	position: absolute;
	left: 90px;
	top: 28px;
	z-index: 9999;
}

.container .main-slider .info .title-4{
	width: 800px;
	float: left;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: -20px;
}

.container .main-slider .info .summary-4 {
	width: 800px;
	float: left;
	font-size: 16px;
	font-size: normal;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}

.container .main-slider .info .summary-4 p {
	background-color:rgba(255,255,255,0.3);
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 370px;
}

.container .main-slider .info .note-4 {
	width: 700px;
	float: left;
	text-align: center;
	margin-top: 315px;
	margin-left: 50px;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
}

/*/ 5. SLIDER STIL BILGILERI /*/

.container .main-slider .info .item-list-5 {
	width: 800px;
	float: left;
	font-size: 18px;
	color: #FFF;
	margin-top: 50px;
	margin-left: 40px;
}

.container .main-slider .info .item-list-5 ul li {
	width: 240px;
	float: left;
}

.container .main-slider .info .image-list {
	display: block;
	height: 164px;
}

.container .main-slider .info .title-list {
	width: 220px;
	position: relative;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	margin-left: -30px;
}

.container .main-slider .info .item-list-5 ul li:first-child .title-list {
	margin-left: 25px;
}

.container .main-slider .info .summary-5 {
	width: 800px;
	float: left;
	font-size: 14px;
	font-size: normal;
	color: #FFF;
	text-align: center;
	margin-top: 52px;
}

.container .main-slider .info .note-5 {
	width: 700px;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-left: 50px;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
}


#project-slider li.sf {
	float:left;
	width:1308px;
	position:absolute;
	margin-top: -140px;
}
		
#project-slider .screen {
	float:left;
	z-index:999;
	position:relative;
}

#project-slider .screen div.image, div.info, div.flash {
	float:left;
	position:absolute;
	top:140px;
	display:none;
}

@-moz-document url-prefix() {
    #project-slider .screen div.image, div.info, div.flash {
		float:left;
		position:absolute;
		top:234px;
		display:none;
	}
	
	.container .main-slider {
		width: 1308px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		height: 635px;
		overflow: hidden;
		top: -100px;
		-webkit-mask: url(../images/pictures/main-slider-canvas.png);
	}
}

.main-slider-full {
	position: relative;
	width: 1308px;
	margin-left: auto;
	margin-right: auto;
	height: 685px;
	margin-top: -100px;
}

.page {
	width: 100%;
	float: left;
	height: 407px;
	overflow: hidden;

}

.page .top {
	width: 1012px;
	height: 407px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.page .top .page-main {
	width: 772px !important;
	float: left;
}

.page .top ul li {
	width: 772px !important;
	float: left !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	z-index: 9999 !important;
}

.page .top ul li .title {
	width: 550px;
	font-size: 27px;
	font-weight: bold;
	color: #FFF;
}

.page .top ul li .title span {
	color: #8c4813;
}

.page .top ul li .text {
	width: 550px;
	font-size: 18px;
	color: #FFF;
}

.page .top .right {
	width: 240px !important;
	float: right;
}

.page .top .right .u-title {
	width: 220px;
	padding-left: 15px;
	margin-bottom: 15px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin-top: 110px;
	color: #FFF;
}

.page .top .right .login {
	width: 240px;
	float: left;
}

.page .top .right .login .input {
	width: 240px;
	float: left;
	margin-bottom: 4px;
}

.page .top .right .login .line {
	width: 220px;
	float: left;
	padding: 0px 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
}

.page .top .right .login .line label {
	float: left;
	line-height: 30px;
}

.page .top .right .login .line input[type=checkbox] {
	border: 1px solid #26B9D9;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin-right: 5px;
	margin-top: 8px;
}

.page .top .right .login .line a {
	float: left;
	color: #FFF;
	margin-left: 10px;
}

.page .top .right .login .line a:hover {
	text-decoration: underline;
}

.page .top .right .login .input input {
	font-family: PT Sans;
	width: 200px;
	float: left;
	border: 0px solid #26B9D9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	line-height: 31px;
	height:31px;
	padding: 0px 10px;
}

.page .top .right .signin {
	width: 150px;
	float: left;
	margin-bottom: 4px;
	margin-top: 15px;
}

.page .top .right .signin input {
	width: 152px;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
	font-family: PT Sans;
	font-size: 14px;
	color: #FFF;
	background: #fcb204; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODc5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcb204 0%, #f87908 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb204), color-stop(100%,#f87908)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcb204 0%,#f87908 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcb204 0%,#f87908 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcb204 0%,#f87908 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcb204 0%,#f87908 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb204', endColorstr='#f87908',GradientType=0 ); /* IE6-8 */
	border: 0px solid #20B3DC;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: left;
}

.page .top .right .signin-col {
	width: 150px;
	float: left;
	margin-bottom: 4px;
	margin-top: 15px;
}

.page .top .right .signin-col input {
	width: 152px;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
	font-family: PT Sans;
	font-size: 14px;
	color: #FFF;
	background: #1dad1f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODc5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #71D973 0%, #1dad1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71D973), color-stop(100%,#1dad1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #71D973 0%,#1dad1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #71D973 0%,#1dad1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #71D973 0%,#1dad1f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #71D973 0%,#1dad1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71D973', endColorstr='#1dad1f',GradientType=0 ); /* IE6-8 */
	border: 0px solid #20B3DC;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: left;
}

.page .top .right .signup {
	width: 150px;
	float: left;
}

.page .top .right .signup a {
	width: 130px;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
	font-size: 14px;
	color: #FFF;
	background: #71bcd9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxYmNkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDg1YWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #71bcd9 0%, #1d85ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71bcd9), color-stop(100%,#1d85ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #71bcd9 0%,#1d85ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #71bcd9 0%,#1d85ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #71bcd9 0%,#1d85ad 100%); /* IE10+ */
	background: linear-gradient(to bottom, #71bcd9 0%,#1d85ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bcd9', endColorstr='#1d85ad',GradientType=0 ); /* IE6-8 */
	border: 1px solid #20B3DC;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.page .pagination {
	width: 1012px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999;
	margin-top: -65px;
}

.page .pagination ul {
	width: 600px;
	margin-left: 40px;
}

.page .pagination ul li {
	float: left;
	margin-right: 3px;
	width: 8px;
	height: 8px;
	background: #B4B4B4;
	border: 3px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	cursor: pointer;
	position: relative;
}

.page .pagination ul li a {
	display: block;
	position: relative;
}

.page .pagination ul li.selected {
	background: transparent !important;
}

.main-page .left {
	width: 721px;
	float: left;
	padding-left: 0px;
	padding-bottom:60px;

}

.main-page .left .content .img-list{
	width: 721px;
	float: left;
	margin-top: 10px;
	padding-right:20px;
	height:auto;	
	}
	
.main-page .left .content .img-list ul{
	width: 721px;
	height:auto;	
	}
	
.main-page .left .content .img-list ul li{
	width: 230px;
	height:143px;
	background-color:#a3a3a3;
	margin-right:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	}
	
.main-page .left .content .img-list ul li img {
	width: 230px;
	height: 143px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
.main-page .left .content{
	width: 691px;
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	padding-right:20px;
	height:auto;
	font-size:14px;
	color:#000;
}

.main-page .left .content .address {
	width: 100%;
	float: left;
	font-size: 13px;
	margin-bottom: 30px;
}

.main-page .left .content .contact-form {
	width: 100%;
	float: left;
}

.main-page .left .content .contact-form .contact-title {
	width: 98%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	background: #CCC;
	line-height: 30px;;
	padding: 0px 1%;
}

.main-page .left .content .contact-form .item {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.main-page .left .content .contact-form .item .name {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.main-page .left .content .contact-form .item .input {
	width: 100%;
	float: left;
}

.main-page .left .content .contact-form .item .input input[type=text] {
	width: 99%;
	max-width: 200px;
	border: 1px solid #EFEFEF;
	border-left: 3px solid #CCC;
	font-size: 13px;
	padding: 0px 0px 0px 1%;
	line-height: 30px;
	height: 30px;
}

.main-page .left .content .contact-form .item .input select {
	width:99%;
	max-width: 200px;
	border: 1px solid #EFEFEF;
	border-left: 3px solid #CCC;
	font-size: 13px;
	padding: 0px 0px 0px 1%;
	line-height: 30px;
	height: 30px;
}

.main-page .left .content .contact-form .item .input textarea {
	width: 98%;
	max-width: 450px;
	height: 150px;
	border: 1px solid #EFEFEF;
	border-left: 3px solid #CCC;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	padding: 1%;
}

.main-page .left .content .contact-form .error {
	background: #FF9494;
	border: 1px solid #A63030;
	border-left: 3px solid #A63030;
	color: #FFF !important;
}

.main-page .left .content .contact-form .error::-webkit-input-placeholder {
	color: #FFC4C4 !important;
}

.main-page .left .content .contact-form .error:-moz-placeholder {
	color: #FFC4C4 !important;
}

.main-page .left .content .contact-form .error::-moz-placeholder {
	color: #FFC4C4 !important;
}

.main-page .left .content .contact-form .error:-ms-input-placeholder {
	color: #FFC4C4 !important;
}

.main-page .left .content .contact-form .item .input input[type=submit] {
	width: 152px;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
	font-family: PT Sans;
	font-size: 14px;
	color: white;
	background: #FCB204;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODc5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #FCB204 0%, #F87908 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCB204), color-stop(100%,#F87908));
	background: -webkit-linear-gradient(top, #FCB204 0%,#F87908 100%);
	background: -o-linear-gradient(top, #FCB204 0%,#F87908 100%);
	background: -ms-linear-gradient(top, #FCB204 0%,#F87908 100%);
	background: linear-gradient(to bottom, #FCB204 0%,#F87908 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb204', endColorstr='#f87908',GradientType=0 );
	border: 0px solid #20B3DC;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: left;
}

.main-page .left .content .contact-form .item .input input[type=button] {
	width: 152px;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
	font-family: PT Sans;
	font-size: 14px;
	color: white;
	background: #FCB204;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODc5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #FCB204 0%, #F87908 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCB204), color-stop(100%,#F87908));
	background: -webkit-linear-gradient(top, #FCB204 0%,#F87908 100%);
	background: -o-linear-gradient(top, #FCB204 0%,#F87908 100%);
	background: -ms-linear-gradient(top, #FCB204 0%,#F87908 100%);
	background: linear-gradient(to bottom, #FCB204 0%,#F87908 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb204', endColorstr='#f87908',GradientType=0 );
	border: 0px solid #20B3DC;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: left;
}

.main-page .left .content span.img{
	width: 477px;
	float:left;
}

.content ul {
	list-style-type: none;
	overflow: hidden;
	width:721px;
}

.content ul.first-ul {
	margin-top: 5px;	
}
.content ul.first-ul li {
	float:left;
	width:350px;
	margin-bottom:15px;
	margin-right:10px;
}
.content ul.first-ul li .label {
	float:left;
	width:350px;
	font-size:14px;
	font-weight:bold;
	color:#2e3032;
	line-height:14px;
	padding-bottom:10px;
}
.optionbox {
	background-color: #dcdedf;
	border-radius: 6px;	
	height: 29px;
	margin-top:20px;
}
.optionbox ul {
	background: #dcdedf;
	margin: 2px 3px 3px 2px;
	height: 23px;
	border: 1px solid #eee9e5;
	border-radius: 4px;
}

.optionbox ul li {
	line-height: 23px;
	text-indent: 12px;
	color: #2e3032;
}

.optionbox ul li:hover {
	background-color: #FFF;
}

.optionbox.big ul {
	width: 346px;
	position: absolute !important;	
}

.optionbox2 {
	width: 350px;
	float: left;
	background: #dcdedf;
}

.optionbox.little {
	width: 98px;
	float: left;
	margin-top: 0px !important;
	background-color: #dcdedf;
	border-radius: 6px;	
	height: 29px;
	margin-top:20px;
}

.optionbox.little ul {
	width: 76px;
	position: absolute !important;	
}

.optioninput input {
	height: 25px;
	line-height: 25px;
	background: #DCDEDF;
	border: 2px solid #eee9e5;
}

.optioninput input.name {
	width: 346px;
}

.optioninput input.phone {
	width: 248px;
}

.optionbox .jump {
	background: url('../images/select-jump.png') no-repeat;
	width: 39px;
	height: 25px;
	float: right;
	z-index:100;
	position: absolute !important;
}
.optionbox .jump {
	margin: 2px 2px 0px 308px;	
}
.optionbox:hover {
	cursor: pointer;	
}

.code {
	width: 70px !important;
	margin: 2px 2px 0px 58px !important;	
}

.optionbox:hover .jump {
	background-position: bottom left	
}
.optionbox .warning {
	background: url('../images/warning.png') no-repeat;
	width: 11px;
	height: 10px;
	float: right;
	z-index:100;
	position: absolute !important;
}
.optionbox .warning {
	margin: 9px 0px 0px 320px;
}
.input-box {
	border-radius: 6px;
	width: 94px;
	height: 29px;	
	float: right;
	text-indent: -15px;
}

.button-send {
	width: 600px;
}

.button-send input{
	padding: 4px 40px 4px 10px;
	line-height: 20px;
	height: 30px;
	cursor: pointer;
	font-weight: bold;
	background: #fcb204; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODc5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcb204 0%, #f87908 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb204), color-stop(100%,#f87908)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcb204 0%,#f87908 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcb204 0%,#f87908 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcb204 0%,#f87908 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcb204 0%,#f87908 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb204', endColorstr='#f87908',GradientType=0 ); /* IE6-8 */
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}

.button-upload input {
	padding: 4px 40px 4px 10px;
	line-height: 20px;
	height: 30px;
	cursor: pointer;
	font-weight: bold;
	background: #71d973; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODc5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #71d973 0%, #1dad1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71d973), color-stop(100%,#1dad1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #71d973 0%,#1dad1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #71d973 0%,#1dad1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #71d973 0%,#1dad1f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #71d973 0%,#1dad1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d973', endColorstr='#1dad1f',GradientType=0 ); /* IE6-8 */
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}

.main-page .left .content .addthis{
	float:left;
	width:600px;
	height: 60px;
	margin-top:45px;	
}

.main-page .right {
	width: 250px;
	float: left;
	margin-top: 50px;
	padding-left: 20px;
	padding-bottom:20px;
	margin-left:0px;
}

.main-page .right .content-menu	{
	width:210px;
	border:1px solid #e6e7e7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:5px;
	height:auto;
	float:left;
	margin-bottom: 10px;
	}
.main-page .right .content-menu .head2	{
	width:186px;
	font-size:24px;
	line-height:24px;
	color:#c0c0c0;
	padding:12px;
	float:left;
	}
.main-page .right .content-menu ul	{
	width:210px;
	float:left;
	height:auto;
	}
	
.main-page .right .content-menu ul li	{
	width:210px;
	float:left;
}

.main-page .right .content-menu ul li:first-child a {
	-webkit-border-radius: 8px 8px 0px 0px !important;
	-moz-border-radius: 8px 8px 0px 0px !important;
	border-radius: 8px 8px 0px 0px !important;
}

.main-page .right .content-menu ul li:last-child a {
	border-bottom:none;
	-webkit-border-radius: 0px 0px 8px 8px !important;
	-moz-border-radius: 0px 0px 8px 8px !important;
	border-radius: 0px 0px 8px 8px !important;
}

.main-page .right .content-menu ul li a{
	width:182px;
	float:left;
	padding-left:28px;
	font-size:14px;
	color:#2e3032;
	line-height:27px;
	background-color:#dcdedf;
	height:27px;
	border-bottom:1px solid #c6c7c9;
		}
.main-page .right .content-menu ul li a:hover, .main-page .right .content-menu ul li.active a{
	background-color:#0f5cad;
	color:#a0acba;
	}	


.main-page {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

.main-page .top {
	width: 1012px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.main-page .top .title {
	width: 721px;
	float: left;
	margin-top: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #2D2F32;
	line-height: 34px;
	padding-left: 20px;
}

.main-page .top .title span.service {
	font-size: 18px;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: normal;
	color: #D1D1D1;
	background: url('../images/line.png') no-repeat left center;
}

.main-page .top .text {
	width: 712px;
	display: block;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 25px;
	padding-left: 20px;
}

.main-page .top .items {
	width: 992px;
	float: left;
	background: #D8D9DA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

.main-page .top .items ul li:first-child {
	margin-left: 0px;
}

.main-page .top .items ul li {
	float: left;
	width: 139px;
	height: 149px;
	padding: 10px 10px 10px 20px;
	margin-right: 0px;
	margin-left: 0px;
	background: url('../images/line-big.png') no-repeat right center;
	position: relative;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main-page .top .items ul li:hover {
	background: #0c54a0 !important;
}

.main-page .top .items ul li:hover .i-title {
	color: #FFF !important;
}

.main-page .top .items ul li a {
	width: 129px;
	height: 149px;
	position: absolute;
	display: inline-block;
	z-index: 999;
	margin-top: -149px;
}

.main-page .top .items ul li .i-title {
	font-size: 18px;
	color: #2D2F32;
	margin-bottom: 20px;
}

.main-page .top .items ul li:nth-child(3n) {
	width: 128px;
}

.main-page .top .items ul li:last-child {
	background: none;
	margin-right: 0px;
}

.main-page .center {
	width: 1012px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.main-page .center ul {
	width: 1000px;
	float: left;
	margin-top: 30px;
	background: #D8D9DA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 6px;
	margin-bottom: 27px;
}

.main-page .center ul li {
	width: 270px;
	position: relative;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 30px;
	height: 152px;
	display: block;
}

.main-page .center ul li a {
	width: 270px;
	height: 152px;
	position: absolute;
	display: inline-block;
	margin-left: -270px;
	z-index: 999;
}

.main-page .center ul li:first-child {
	margin-left: 0px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.main-page .center ul li:nth-child(3) {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.main-page .center ul li:nth-child(6) {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.main-page .center ul li:nth-child(4){
	margin-left: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.main-page .center ul li:nth-child(3n) {
	width: 268px;
	margin-right: 0px;
}

.main-page .center ul li:nth-child(n+4) {
	margin-bottom: 0px;
}

.main-page .center ul li .image {
	position: absolute;
	width: 152px;
	height: 134px;
	right: 10px;
	top: 50px;
	z-index: 2;
}

.main-page .center ul li .title {
	width: 270px;
	float: left;
	font-size: 27px;
	line-height:27px;
	font-weight: bold;
}

.main-page .center ul li .text {
	width: 270px;
	float: left;
	font-size: 18px;
	margin-bottom: 20px;
}

.main-page .center ul li .note {
	width: 270px;
	float: left;
	font-size: 14px;
}

.main-page .content .left-content {
	width: 350px;
	float: left;
}

.main-page .content .right-content {
	float: left;
	width: 318px;
	margin-left: 20px;
}

button.look {
	display: block;
	margin-top: 20px;
	background: #71bcd9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxYmNkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDg1YWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #71bcd9 0%, #1d85ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71bcd9), color-stop(100%,#1d85ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #71bcd9 0%,#1d85ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #71bcd9 0%,#1d85ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #71bcd9 0%,#1d85ad 100%); /* IE10+ */
	background: linear-gradient(to bottom, #71bcd9 0%,#1d85ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bcd9', endColorstr='#1d85ad',GradientType=0 ); /* IE6-8 */
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button.look a {
	padding: 4px 20px 4px 20px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
}

button.socials {
	border: none;
	background: none;
	margin-top: 30px;
	margin-right: 10px;
	float: left;
}

button.socials:first-child {
	border-right: 1px solid #EFEFEF !important;
	padding-right: 10px !important;
}

ul.campaigns {
	width: 750px;
	float: left;
}

ul.campaigns > li {
	width: 750px;
	float: left;
	margin-bottom: 10px;
}

ul.campaigns > li > .title {
	float: left;
	display: block;
	margin-left: 15px;
	background: #0C4684;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	z-index: 11;
	position: relative;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

ul.campaigns > li > .title-orange {
	float: left;
	display: block;
	margin-left: 15px;
	background: #fca51c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	z-index: 11;
	position: relative;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

ul.campaigns > li > .text {
	display: block;
	width: 440px;
	float: left;
	margin-top: -20px;
	background: #0E58A6;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 45px 250px 10px 10px;
	height: 120px;
}

ul.campaigns > li > .price {
	width: 200px;
	position: absolute;
	float: right;
	margin-top: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 120px;
	margin-left: 495px;
	background: url('../images/bg1.png') no-repeat center center;
}

ul.campaigns > li > .price > .title {
	width: 200px;
	float: left;
	margin-top: 20px;
	position: relative;
	font-size: 52px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 50px;
}

ul.campaigns > li > .price > .title span {
	font-size: 20px;
	line-height: 24px;
	vertical-align: bottom;
	margin-bottom: 10px;
}

ul.campaigns > li > .price > .text {
	width: 200px;
	float: left;
	margin-top: 5px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

.content table.tarife-table {
	width: 700px;
	float: left;
	border: 1px solid #FFF;
	border-top:	0px;
	border-spacing: none;
}

.content table.bayi-table {
	width: 700px;
	float: left;
	border: 1px solid #FFF;
	border-top:	0px;
	border-spacing: none;
}

.content table a {
	color: #F87908;
	font-size: 11px;
}

.content .bayi-text {
	width: 674px;
	padding: 10px;
	margin-left: 3px;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	background: #d4d5d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
}

.content .bayi-text select {
	height: 30px;
	line-height: 30px;
	width: 100%;
	max-width: 160px;
}

.content table.tarife-table tr {
	border: none;
}

.content table.bayi-table tr {
	border: none;
}

.content table.tarife-table tr td:first-child {
	width: 480px;
	float: left;
}


.content table.bayi-table tr td:first-child {
	width: 310px;
}

.content table.bayi-table tr td:nth-child(2) {
	width: 150px;
}

.content table.tarife-table tr td:last-child {
	width: 170px;
	float: left;
}


.content table.bayi-table tr td:last-child {
	width: 170px;
}

.content table.bayi-table tr td.city-title {
	background: #BBB;
	font-weight: bold;
	padding: 5px;
}

.content table.tarife-table tr td.item-title {
	background: #D8D9DA;
	color: #000;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}

.content table.bayi-table tr td.item-unvan {
	background: #D8D9DA;
	color: #000;
	padding: 5px 5px 5px 10px;
}

.content table.bayi-table tr td.item-unvan.main-bayi {
	background: #CBCBCB !important;
}

.content table.tarife-table tr td.item-detail {
	background: #D8D9DA;
	color: #000;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #FFF;
}

.content table.bayi-table tr td.item-web {
	background: #D8D9DA;
	color: #000;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #FFF;
	font-size: 11px;
}

.content table.bayi-table tr td.item-web.main-bayi {
	background: #CBCBCB !important;
}

.content table.bayi-table tr td.item-phone {
	background: #D8D9DA;
	font-size: 11px;
	color: #000;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #FFF;
}

.content table.bayi-table tr td.item-phone.main-bayi {
	background: #CBCBCB !important;
}

.content table.tarife-table tr td.title {
	background: #d4d5d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
	color: #000;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}

.content table.bayi-table tr td.unvan {
	background: #c8c8c8; /* Old browsers */
	color: #000;
	padding: 5px 5px 5px 10px;
	height: 30px;
	line-height: 30px;
}

.content table.bayi-table:nth-child(n+1) tr td.unvan {
	background: #d4d5d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
}

.content table.tarife-table tr td.detail {
	background: #d4d5d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
	color: #000;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #FFF;
}

.content table.bayi-table tr td.web {
	background: #c8c8c8; /* Old browsers */
	color: #000;
	padding: 5px 5px 5px 10px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #FFF;
}

.content table.bayi-table:nth-child(n+1) tr td.web {
	background: #d4d5d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
}

.content table.bayi-table tr td.phone {
	background: #c8c8c8; /* Old browsers */
	color: #000;
	padding: 5px 5px 5px 10px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #FFF;
}

.content table.bayi-table:nth-child(n+1) tr td.phone {
	background: #d4d5d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
}

.content table.tarife-table tr:first-child td.title {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.content table.bayi-table:nth-child(n+1) tr:first-child td.unvan {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.content table.tarife-table tr:first-child td.detail {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.content table.bayi-table:nth-child(n+1) tr:first-child td.phone {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.content table.tarife-table tr td.sub-title {
	background: #DDB685;
	color: #000;
	padding-left: 10px;
	height: 344px;
	line-height: 20px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.content table.tarife-table tr td.sub-detail {
	background: #DDB685;
	color: #000;
	padding-left: 10px;
	height: 344px;
	line-height: 20px;
	border-left: 1px solid #FFF;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.content table.tarife-table tr td.sub-title-santral {
	background: #DDB685;
	color: #000;
	padding-left: 10px;
	height: 140px;
	line-height: 20px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.content table.tarife-table tr td.sub-detail-santral {
	background: #DDB685;
	color: #000;
	padding-left: 10px;
	height: 140px;
	line-height: 20px;
	border-left: 1px solid #FFF;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.content table.tarife-table tr td.sub-detail a {
	color: #FFF;
	text-decoration: underline;
}

.content table.tarife-table tr td.sub-detail-santral a {
	color: #FFF;
	text-decoration: underline;
}

.top-content {
	float: left;
	margin-top: 20px;
	width: 473px;
	background: #D8D9DA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
}

.top-content ul {
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.top-content ul li {
	float: left;
	height: 36px;
	background: #0B437F; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #0B437F 0%, #093767 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B437F), color-stop(100%,#093767)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0B437F 0%,#093767 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0B437F 0%,#093767 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0B437F 0%,#093767 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0B437F 0%,#093767 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B437F', endColorstr='#093767',GradientType=0 ); /* IE6-8 */
	border-right: 1px solid #43688E;
}

.top-content ul li:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

.top-content ul li:last-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	float:none;
	overflow:hidden;
	border: 0px;
}

.top-content ul li.active {
	background: #FFF;
	border: 0px;
}

.top-content ul li.active a {
	color: #9FACB9;
}

.top-content ul li a {
	color: #FFF;
	font-size: 14px;
	padding: 0px 14px;
	line-height: 36px;
	height: 36px;
}

.tarifeler-right {
	width: 206px;
	float: left;
	background: url('../images/tarifeler-right.png');
	padding: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 1px;
}

.tarifeler-right .title {
	text-align: center;
	color: white;
	line-height: 46px;
	font-size: 25px;
	font-weight: bold;
}

.tarifeler-right .price {
	text-align: center;
	color: white;
	margin-top: 30px;
	font-size: 36px;
}

.tarifeler-right .price span {
	vertical-align: bottom;
	font-size: 16px;
	line-height: 30px;
}

.tarifeler-right .image {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.tarifeler-right .image span.message {
	background: url('../images/message-bg.png') no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: bold;
	color: white;
}

.tarifeler-right .image span.phone {
	background: url('../images/phone22.png') no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: bold;
	color: white;
}

.tarifeler-right .note {
	margin-top: 30px;
	float: left;
	width: 100%;
	padding-bottom: 8px;
	text-align: center;
	color: white;
	font-size: 11px;
}

.list-tarife {
	width: 100%;
	float: left;
	margin-bottom: -2px;
}

.list-tarife ul {
	width: 100%;
	float: left;
	margin-left: 2%;
}

.list-tarife ul li {
	float: left;
	background: #EFEFEF;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	margin-right: 3px;
}

.list-tarife ul li.selected {
	background: #D4D5D6;
}

.list-tarife ul li a {
	padding: 0px 14px;
	color: #000;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

#info .line .right > ul  {
	float: left;
	position: relative;
}

#info .line .right > ul > li {
	width: 447px;
	float: left;
}

#info .line .right > ul > li .a-title {
	width: 440px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#info .line .right > ul > li .a-text {
	width: 420px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#info .line .right > ul > li .a-mail {
	width: 430px;
	float: left;
	font-size: 13px;
}

#info .line .right > ul > li .a-mail a {
	padding-left: 3px;
	color: #0397C5;
	font-size: 12px;
	font-weight: bold;
}

#info .line .right .add-map {
	width: 440px;
	float: left;
	margin-top: 10px;
}

#info .line .right .add-map a {
	margin-right: 5px;
}



/* Mobile */
@media screen and (max-width: 720px) {
	body {
		background: none !important;
	}
	
	header {
		width: 100%;
		height: 71px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		z-index: 2000;
	}
	
	header  .top {
		width: 100%;
		margin-top: 30px;
	}
	
	header .logo {
		height: 60px;
		padding-left: 5px;
	}
	
	header .logo img {
		width: 100%;
	}
	
	header .right {
		width: 40%;
		height: 60px;
		margin-right: 0px;
		margin-left: 5px;
		float: left;
	}
	
	header .right div {
		float: left;
		line-height: 71px;
		padding-left: 10px;
	}

	header .right div a {
		color: #12467D;
	}

	header .right div.new-user {
		background: url('../images/icons/new-user.png') no-repeat left center;
		margin-left: 10px;
		padding-left: 20px;
	}
	
	header .transfer, .title, .login {
		display: none  !important;
	}
	
	.container {
		display: none;
	}
	
	.menu {
		width: 96%;
		background: #FFF;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: 40px;
		z-index: 2147483600;
	}
	
	.menu ul.top, .menu ul.top2 {
		width: 100%;
		float: left;
		position:relative;
		height: auto !important;
		background: #FFF !important;
	}

	.menu ul.top > li, .menu ul.top2 > li {
		width: 100%;
		float: left;
		background: #fd6202; /* Old browsers */
		line-height: 32px;
		display: block;
		border-bottom: 1px solid #E85802;
	}
	
	.menu ul.top > li:first-child, .menu ul.top2 > li:first-child {
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
	}
	
	.menu ul.top > li:last-child, .menu ul.top2 > li:last-child {
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		border-bottom-right-radius: 8px;
	}

	.menu ul.top li:last-child a.top-menu , .menu ul.top 2li:last-child a.top-menu {
		background: none !important;
		
	}

	.menu ul.top li a.top-menu, .menu ul.top2 li a.top-menu {
		color: #FFF;
		padding: 0px 15px 0px 15px;
		background: url('../images/menu-line.png') no-repeat right center;
		font-size: 16px;
		font-weight: bold;
		text-shadow: 0px -1px 2px rgba(150, 150, 150, 1);
		display: block;
	}
	
	.menu ul.top li.services a.top-menu, .menu ul.top2 li.services a.top-menu{
		-webkit-border-radius: 20px 0px 0px 0px;
		-moz-border-radius: 20px 0px 0px 0px;
		border-radius: 20px 0px 0px 0px;
	}
	.menu ul.top li.sub a.selected, .menu ul.top2 li.sub a.selected  {
		color: #2e3032 !important;
		background-color: #fff !important;
		height:58px;
	}	

	.menu ul.top li.sub a.top-menu, .menu ul.top2 li.sub a.top-menu {
		padding-right: 45px;
		background-image: url('../images/menu-line.png'), url('../images/icons/arrow-down.png') !important;
		background-repeat: no-repeat,  no-repeat !important;
		background-position: right center, 90% center; 
	}
	
	.main {
		width: 96%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	.main .top {
		width: 100%;
		float: left;
		border: none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #FFF;
		margin-top: 10px;
	}

	.main .top ul {
		width: 100%;
		float: left;
		overflow: hidden;
	}

	.main .top ul li {
		width: 18.6%;
		float: left;
		padding: 3% !important;
		height: 306px;
	}

	.main .top ul li:nth-child(1) {
		margin-right: 0.54%;
		background-image: url('../images/phone-bg.png');
		background-repeat: no-repeat;
		background-position: left bottom;
		background: #1abaea; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhYmFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmEyZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #1abaea 0%, #1ba2d9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abaea), color-stop(100%,#1ba2d9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1abaea 0%,#1ba2d9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1abaea 0%,#1ba2d9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1abaea 0%,#1ba2d9 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1abaea 0%,#1ba2d9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abaea', endColorstr='#1ba2d9',GradientType=0 ); /* IE6-8 */
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
	}

	.main .top ul li:nth-child(2) {
		margin-right: 0.54%;
		background-image: url('../images/mail-bg.png');
		background-repeat: no-repeat;
		background-position: left top;
		background: #f89a12; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4OWExMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTg5MmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #f89a12 0%, #f9892c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f89a12), color-stop(100%,#f9892c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f89a12 0%,#f9892c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f89a12 0%,#f9892c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f89a12 0%,#f9892c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f89a12 0%,#f9892c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a12', endColorstr='#f9892c',GradientType=0 ); /* IE6-8 */
	}

	.main .top ul li:nth-child(3) {
		margin-right: 0.54%;
		background-image: url('../images/microphone-bg.png');
		background-repeat: no-repeat;
		background-position: right center;
		background: #f43228; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0MzIyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTJlMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #f43228 0%, #e52e2a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f43228), color-stop(100%,#e52e2a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f43228 0%,#e52e2a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f43228 0%,#e52e2a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f43228 0%,#e52e2a 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f43228 0%,#e52e2a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f43228', endColorstr='#e52e2a',GradientType=0 ); /* IE6-8 */
	}

	.main .top ul li:nth-child(4) {
		background-image: url('../images/cloud-bg.png');
		background-repeat: no-repeat;
		background-position: right center;
		background: #d0a379; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwYTM3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjhlNjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #d0a379 0%, #bb8e64 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0a379), color-stop(100%,#bb8e64)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d0a379 0%,#bb8e64 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d0a379 0%,#bb8e64 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d0a379 0%,#bb8e64 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d0a379 0%,#bb8e64 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a379', endColorstr='#bb8e64',GradientType=0 ); /* IE6-8 */
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		border-bottom-right-radius: 8px;
	}
	
	.sub-menu {
		background: #FFF;
		float: left;
		z-index: 99999;
		display: inline;
		position: relative;
		left: 0;
		top: 0;
		width: 100% !important;
		height: auto !important;
		padding-top:0px;
	}
	
	.sub-menu .menu-bg {
		display: none;
	}
	
	.head {
		display: none;
		width: auto;
		float: left;
		position: relative;
		z-index: 999999;
		color:#2e3032;
		font-size:18px;
		font-weight:bold;
		left:0;
		top:-18px;
		min-width:95px;
	}
	.sub-menu > ul {
		display: none;
		float:left;
		width: 100%;
		margin-left:0;
		margin-top:0px;
	}
	
	.sub-menu > ul > li {
		background: #dedede;
	}
	
	.sub-menu > ul > li > ul > li {
		background: #EFEFEF;
	}
	
	.sub-menu ul li {
		float:left;
		font-size:12px;
		width: 100%;
		border:none;
		background-image:none;
		margin-bottom:0px;
	}	
	.sub-menu ul li a {
		float:left;
		font-size:12px;
		color:#5f5f60;
		height:20px;
		line-height:20px;
		padding-left:20px;
		background:url('../images/icons/arrow-next1.png') 10px center no-repeat;
		width:146px;
	}
	
	.sub-menu ul li a:hover, .sub-menu ul li.active {
		-webkit-border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;

	}	
	.sub-menu ul.about li a:hover, .sub-menu ul.about li.active {
		background-color:inherit;
	}
	
	.sub-menu ul li ul.none {
		display: inline;
	}

	.sub-menu ul li ul.second-ul {
		display: none;
		position:relative;
		left:0;
		width: 100% !important;
		height: auto;
		top:0px;
		background: none;
		padding-left:0px;
		margin-left: 0px;
		margin-top: 0px;
	}
	.sub-menu ul li ul.second-ul .head-min, .head-about {
		display: none;
		width: auto;
		float: left;
		position: relative;
		z-index: 999999;
		color:#2e3032;
		font-size:18px;
		font-weight:bold;
		line-height:18px;
		margin:10px;
	}
	.head-about{ margin-top:55px;}
	.sub-menu ul li ul.second-ul li{
		float:left;
		width: 100%;
	}
	.sub-menu ul li ul.second-ul li a{
		float:left;
		width: 100%;
		background:url('../images/icons/arrow-next1.png') 10px center no-repeat;
	}
	.sub-menu ul li ul.second-ul li a:hover {
		background:none;
	}
	
	.sub-menu ul li ul.second-ul li ul {
		margin-top: 0px !important;
		margin-left: 0px !important;
		width: 100%;
		display: none;
	}
	
	.sub-menu ul li ul.second-ul li ul li {
		margin-bottom: 0px !important;
		margin-top: 0px;
		background: #FFF;
	}
	
	.about-us{
		display: none;
		position:absolute;
		left:350px;
		width:180px;
		height:210px;
		top:-20px;
		padding-left:20px;
		font-size:12px;
		color:#2e3032;
		line-height:12px;
	}
	
	.containers{
		float:left;
		width:180px;
		height:210px;
		font-size:12px;
		color:#2e3032;
		line-height:12px;
		padding-left:10px;	
	}	
	
	.containers a {
		float:left;
		background:url('../images/icons/arrow-next1.png')  no-repeat right center;
		position:absolute;
		left:45px;
		bottom:0;
		font-size:12px;
		color:#0c54a0;
		width:55px;
	}	
	
	.containers a:hover{
		color:#000;
	}	
	
	.right-menu	{
			display: none;
			float:left;
			width:280px;
			height:200px;
			z-index: 99999;
			position: absolute;
			margin-left:454px;
			margin-top:-55px;
	}
	.right-menu ul	{
			width:300px;
			height:200px;
	}
	.right-menu ul li	{
			width:300px;
			float:left;
	}
	.right-menu ul li a	{
			width:240px;
			float:left;
			height:35px;
			line-height:35px;
			font-size:18px;
			color:#2e3032;
			padding-left:60px;
			border-bottom:1px inset #dedede;
			background: none !important;
	}
	.right-menu ul li a:hover	{
			color:#0c54a0;
	}
	.right-menu ul li.last a	{border-bottom:none;s}
	.right-menu ul li.sss	{
			background:url('../images/icons/icon13.png') 15px center no-repeat;
	}
	.right-menu ul li.dst	{
			background:url('../images/icons/icon14.png') 15px center no-repeat;
	}
	.right-menu ul li.uds	{
			background:url('../images/icons/icon15.png') 15px center no-repeat;
	}
	.right-menu ul li.dw	{
			background:url('../images/icons/icon16.png') 15px center no-repeat;
	}
	.right-menu ul li.ilt	{
			background:url('../images/icons/icon17.png') 15px center no-repeat;
	}
		
	.warning {
			display: none;
			float:left;
			color:#2e3032;
			font-size:12px;
			width:295px;
			height:64px;
			padding:10px;
			line-height:12px;
			margin-left:220px;
			margin-top:180px;
			
	}
	.warning a	{color:#3f8cc3;}
	.warning a:hover{color:#0c54a0;}
	.image1	{
			display: none;
			float:left;
			margin-left: 5px;
			
	}
	.application{
			display: none;
			width:260px;
			height:50px;
			position:absolute;
			bottom:20px;
			margin-left:550px;
			
	}
	.application ul{
			float:left;
			width:260px;
			margin:0px;

	}
	.application ul li{
			float:left;
			width:120px;
	}
	.application ul li a{
			float:left;
			width:120px;
			font-size:12px;
			color:#5f5f60;
			height:50px;
			line-height:20px;
			padding-left:20px;
			background:none;
			
	}
	.application ul li a:hover{
			color:#5f5f60;
			background:none;
			
	}

	.main .top ul li .title {
		width: 100%;
		float: left;
		font-size: 15px;
		font-weight: bold;
		color: #2D2F32;
		margin-bottom: 10px;
	}

	.main .top ul li .image {
		width: 90%;
		float: left;
		margin-bottom: 0px;
	}
	
	.main .top ul li .image img {
		max-height: 40px;
		float: left;
		margin-bottom: 5px;
	}

	.main .top ul li .text {
		width: 100%;
		float: left;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		margin-bottom: 5px;
		color: #2D2F32;
		display: inline-block;
	}

	.main .top ul li .note {
		width: 100%;
		float: left;
		font-size: 10px;
		font-weight: normal;
		line-height: normal;
		color: #2D2F32;
		display: inline-block;
	}

	.main .top ul li .note a {
		color: #D1262B;
		text-decoration: underline;
		font-weight: bold;
	}

	.main .bottom {
		width: 100%;
		float: left;
		margin: 8px 0px 14px 0px;
		border: 0px solid #FFF;
		background: #FFF;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
	}

	.main .bottom .title {
		display: none;
		width: 20%;
		float: left;
		line-height: 45px;
		height: 45px;
		text-align: center;
		color: #C6E0E7;
		font-size: 9px;
		font-weight: bold;
		background: #4580be; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1ODBiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTQyNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #4580be 0%, #114277 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4580be), color-stop(100%,#114277)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4580be 0%,#114277 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4580be 0%,#114277 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4580be 0%,#114277 100%); /* IE10+ */
		background: linear-gradient(to bottom, #4580be 0%,#114277 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4580be', endColorstr='#114277',GradientType=0 ); /* IE6-8 */
		-webkit-border-top-left-radius: 18px;
		-moz-border-radius-topleft: 18px;
		border-top-left-radius: 18px;
		-webkit-border-bottom-left-radius: 18px;
		-moz-border-radius-bottomleft: 18px;
		border-bottom-left-radius: 18px;
	}

	.main .bottom .items {
		width: 74%;
		margin-left: 11px;
		float: left;
		padding-top: 6px;
		padding-bottom: 6px;
		height: 33px;
		overflow: hidden;
	}

	.main .bottom .items ul {
		width: 100%;
		float: left;
	}

	.main .bottom .items ul li {
		width: 100%;
		height: 33px;
		float: left;
		overflow: hidden;
	}

	.main .bottom .items ul li .i-title {
		width: 65%;
		float: left;
		line-height: 33px;
	}

	.main .bottom .items ul li .i-title a {
		color: #2D2F32;
		font-size: 11px;
	}

	.main .bottom .items ul li .i-date {
		width: 35%;
		float: right;
		height: 33px;
		line-height: 33px;
	}

	.main .bottom .items ul li .i-date span {
		font-size: 8px;
		padding: 2px 4px 2px 4px;
		color: #FFF;
		background: #B5B9BE;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.main .bottom .pagination  {
		width: 8%;
		float: right;
		margin-left: 0px;
	}

	.main .bottom .pagination .back {
		width: 100%;
		float: left;
		height: 22px;
		border-bottom: 1px solid #07121D;
		background: #4f8bca; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmOGJjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzUwODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #4f8bca 0%, #1c5087 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f8bca), color-stop(100%,#1c5087)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4f8bca 0%,#1c5087 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4f8bca 0%,#1c5087 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4f8bca 0%,#1c5087 100%); /* IE10+ */
		background: linear-gradient(to bottom, #4f8bca 0%,#1c5087 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f8bca', endColorstr='#1c5087',GradientType=0 ); /* IE6-8 */
	}

	.main .bottom .pagination .back a {
		display: inline-block;
		position: absolute;
		width: 8%;
		height: 23px;
		background: url('../images/icons/arrow-up-2.png') no-repeat center center;
	}

	.main .bottom .pagination .next {
		width: 100%;
		float: left;
		height: 22px;
		background: #1c5087; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #1c5087 0%, #4f8bca 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c5087), color-stop(100%,#4f8bca)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1c5087 0%,#4f8bca 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1c5087 0%,#4f8bca 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1c5087 0%,#4f8bca 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1c5087 0%,#4f8bca 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5087', endColorstr='#4f8bca',GradientType=0 ); /* IE6-8 */
	}

	.main .bottom .pagination .next a {
		display: inline-block;
		position: absolute;
		width: 8%;
		height: 22px;
		background: url('../images/icons/arrow-down-2.png') no-repeat center center;
	}

	.main .bottom .all-news {
		width: 14%;
		float: right;
		height: 45px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		background: #4984C3;
		box-shadow: inset 6px 4px 13px -3px rgba(50, 50, 50, 0.75);
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		border-bottom-right-radius: 8px;
		line-height: 45px;
		margin-left: 1px;
	}

	.main .bottom .all-news a {
		color: #FFF;
	}
	
	#info {
		width: 100%;
		float: left;
		background: #EAEBEC;
		padding-top: 30px;
		color: #1F2021;
		padding-bottom: 55px;
	}

	#info .line {
		width: 100%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	#info .line .title {
		font-size: 16px;
		color: #1F2021;
		margin-bottom: 10px;
		display: block;
	}

	#info .line .left {
		width: 99%;
		float: right;
	}

	#info .line .left .twitter {
		width: 100%;
		float: left;
		font-size: 11px;
		font-weight: bold;
	}

	#info .line .left .twitter a {
		color: #FF6C00;
		text-decoration: underline;
		display: block;
	}

	#info .line .left .twitter .tw-title {
		background: #D8D9DB;
		padding: 5px 3% 5px 3%;
		width: 90%;
		margin: 0 2.5% 0 0;
		margin-bottom: 10px;
		float: left;
	}

	#info .line.left .twitter .follow {
		width: 90%;
		float: left;
		padding-left: 5px;
	}

	#info .line .center {
		width: 35%;
		float: left;
		padding-left: 2%;
	}

	#info .line .center .items {
		width: 90%;
		float: left;
	}

	#info .line .center .items ul li {
		display: block;
		position: relative;
		font-size: 11px;
		font-weight: bold;
		line-height: 19px;
	}

	#info .line .center .items ul li a {
		color: #1F2021;
	}

	#info .line .right {
		width: 61%;
		float: left;
		padding-left: 2%;
		overflow: hidden;
	}

	#info .line .right .phone {
		float: left;
		width: 100%;
		font-size: 13px;
		font-weight: bold;
		display: block;
		margin-bottom: 20px;
	}

	#info .line .right .address-left {
		width: 100%;
		float: left;
		margin-right: 10px;
	}

	#info .line .right .address-right {
		width: 100%;
		float: left;
	}

	#info .line .right .a-title {
		width: 100%;
		float: left;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	#info .line .right .a-text {
		width: 100%;
		float: left;
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	#info .line .right .a-mail {
		width: 100%;
		float: left;
		font-size: 13px;
	}

	#info .line .right .a-mail a {
		padding-left: 3px;
		color: #0397C5;
		font-size: 12px;
		font-weight: bold;
	}
	
	.social .items {
		width: 100%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	
	.social .items .left {
		float: left;
	}

	.social .items .left ul {
		margin-top: -18px;
	}

	.social .items .left ul li {
		float: left;
		margin-right: 2px;
		position: relative;
		width: 39px;
		height: 39px;
		text-align: center;
		position: relative;
		-webkit-border-radius: 39px;
		-moz-border-radius: 39px;
		border-radius: 39px;
		background: #7D7F7F;
		z-index: 9999;
	}

	.social .items .left ul li a {
		width: 39px;
		float: left;
		height: 39px;
		-webkit-border-radius: 39px;
		-moz-border-radius: 39px;
		border-radius: 39px;
		position: relative;
		overflow: hidden;
		text-align: center;
	}

	.social .items .left ul li a span {
		float:left;
		width:39px;
		height:39px;
		position:absolute;
		left:0px;
		top:39px;
		z-index:9;
		-webkit-border-radius: 39px;
		-moz-border-radius: 39px;
		border-radius: 39px;
	}

	.social .items .left ul li img {
		margin-top: 16px;
		position: relative;
		z-index: 99;
	}
	
	.social .items .right {
		float: right;
		margin-top: -18px;
		height: 39px;
		width: 39px;
		border: 3px solid #7D7F7F;
		-webkit-border-radius: 39px;
		-moz-border-radius: 39px;
		border-radius: 39px;
		text-align: center;
		background: #F0F1F1;
	}

	.social .items .right img {
		margin-top: 6px;
		height: 29px;
	}
	
	.f-1 {
		width: 100%;
		background: #FFF;
		height: 71px;
		z-index: 1000;
		position: absolute;
		top: 30px;
	}
	
	header .login-screen {
		position: absolute;
		width: 100%;
		height: 30px;
		top: 0;
		left: 0;
		background: #f1f2f2; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWE5YWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #f1f2f2 0%, #a5a9ab 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f2), color-stop(100%,#a5a9ab)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f1f2f2 0%,#a5a9ab 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f1f2f2 0%,#a5a9ab 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f1f2f2 0%,#a5a9ab 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f1f2f2 0%,#a5a9ab 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#a5a9ab',GradientType=0 ); /* IE6-8 */
	}
	
	header .login-screen .button {
		width: 100%;
		background: #1d60a6; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNjBhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iIzFkNjBhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzIwNjFhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzFkNWNhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzFiNWI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzFhNTk5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzFjNTk5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzE4NTI5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzE5NTM5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzE3NTQ4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzE4NTA4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzE2NGU4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzE4NGM4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzE0NGI4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzE2NGE4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzExNDY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzEwNDA3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzBkM2Q2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTNlNmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #1d60a6 0%, #1d60a6 11%, #2061a5 13%, #1d5ca1 24%, #1b5b9b 28%, #1a599c 30%, #1c5998 34%, #185291 42%, #195392 44%, #17548d 45%, #18508d 48%, #164e87 52%, #184c86 55%, #144b84 56%, #164a83 59%, #11467c 66%, #104071 79%, #0d3d6e 86%, #0e3e6e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d60a6), color-stop(11%,#1d60a6), color-stop(13%,#2061a5), color-stop(24%,#1d5ca1), color-stop(28%,#1b5b9b), color-stop(30%,#1a599c), color-stop(34%,#1c5998), color-stop(42%,#185291), color-stop(44%,#195392), color-stop(45%,#17548d), color-stop(48%,#18508d), color-stop(52%,#164e87), color-stop(55%,#184c86), color-stop(56%,#144b84), color-stop(59%,#164a83), color-stop(66%,#11467c), color-stop(79%,#104071), color-stop(86%,#0d3d6e), color-stop(100%,#0e3e6e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1d60a6 0%,#1d60a6 11%,#2061a5 13%,#1d5ca1 24%,#1b5b9b 28%,#1a599c 30%,#1c5998 34%,#185291 42%,#195392 44%,#17548d 45%,#18508d 48%,#164e87 52%,#184c86 55%,#144b84 56%,#164a83 59%,#11467c 66%,#104071 79%,#0d3d6e 86%,#0e3e6e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1d60a6 0%,#1d60a6 11%,#2061a5 13%,#1d5ca1 24%,#1b5b9b 28%,#1a599c 30%,#1c5998 34%,#185291 42%,#195392 44%,#17548d 45%,#18508d 48%,#164e87 52%,#184c86 55%,#144b84 56%,#164a83 59%,#11467c 66%,#104071 79%,#0d3d6e 86%,#0e3e6e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1d60a6 0%,#1d60a6 11%,#2061a5 13%,#1d5ca1 24%,#1b5b9b 28%,#1a599c 30%,#1c5998 34%,#185291 42%,#195392 44%,#17548d 45%,#18508d 48%,#164e87 52%,#184c86 55%,#144b84 56%,#164a83 59%,#11467c 66%,#104071 79%,#0d3d6e 86%,#0e3e6e 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1d60a6 0%,#1d60a6 11%,#2061a5 13%,#1d5ca1 24%,#1b5b9b 28%,#1a599c 30%,#1c5998 34%,#185291 42%,#195392 44%,#17548d 45%,#18508d 48%,#164e87 52%,#184c86 55%,#144b84 56%,#164a83 59%,#11467c 66%,#104071 79%,#0d3d6e 86%,#0e3e6e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d60a6', endColorstr='#0e3e6e',GradientType=0 ); /* IE6-8 */
		height: 30px;
		float: left;
		box-shadow: -13px 0px 28px 0px rgba(50, 50, 50, 0.58);
	}

	header .login-screen .button a {
		width: 100%;
		display: block;
		height: 30px;
		background: url('../images/button2.png') no-repeat center center;
	}
	
	header .login-screen .open-login {
		width: 100%;
		position: relative;
		background: #FFF;
		float: left;
		box-shadow: inset 6px 1px 13px -3px rgba(50, 50, 50, 0.75);
	}
	
	header .login-screen .open-login .input {
		float: left;
		margin-left: 2%;
		line-height: 71px;
		width: 24%;
	}

	header .login-screen .open-login .input input {
		height: 33px;
		width: 85%;
		border: 1px solid #CBCDCD;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-family: PT Sans;
		padding: 0px 10px 0px 10px;
	}

	header .login-screen .open-login .detail {
		margin-left: 4%;
		width: 20%;
		float: left;
		margin-top: 20px;
	}

	header .login-screen .open-login .detail .remember {
		width: 100%;
		float: left;
		font-size: 11px;
		color: #1F2122;
	}

	header .login-screen .open-login .detail .remember input[type=checkbox] {
		float: left;
		margin-right: 5px;
		margin-top: 2px;
	}

	header .login-screen .open-login .detail .forget {
		width: 100%;
		float: left;
		font-size: 11px;
	}

	header .login-screen .open-login .detail .forget a {
		color: #1F2122;
	}

	header .login-screen .open-login .login-button {
		width: 15%;
		float: right;
		height: 71px;
	}

	header .login-screen .open-login .login-button input[type=submit] {
		width: 100%;
		height: 71px;
		line-height: 71px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		font-family: PT Sans;
		cursor: pointer;
		text-shadow: 1px 1px #333;
		border: 0px;
		background: #ef7f1a; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmN2YxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjU0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #ef7f1a 0%, #ff5400 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7f1a), color-stop(100%,#ff5400)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ef7f1a 0%,#ff5400 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f1a', endColorstr='#ff5400',GradientType=0 ); /* IE6-8 */
		box-shadow: inset -4px 0px 9px -2px rgba(50, 50, 50, 0.75), -4px 0px 9px -2px rgba(50, 50, 50, 0.75);
	}

	header .login-screen .open-login .login-button input[type=button] {
		width: 100%;
		height: 71px;
		line-height: 71px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		font-family: PT Sans;
		cursor: pointer;
		text-shadow: 1px 1px #333;
		border: 0px;
		background: #ef7f1a; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmN2YxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjU0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #ef7f1a 0%, #ff5400 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7f1a), color-stop(100%,#ff5400)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ef7f1a 0%,#ff5400 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ef7f1a 0%,#ff5400 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f1a', endColorstr='#ff5400',GradientType=0 ); /* IE6-8 */
		box-shadow: inset -4px 0px 9px -2px rgba(50, 50, 50, 0.75), -4px 0px 9px -2px rgba(50, 50, 50, 0.75);
	}
	
	.footer .f-main {
		width: 96%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		font-size: 12px;
	}
	
	.footer .f-main .left {
		float: left;
		font-size: 10px;
	}

	.footer .f-main .right {
		float: left;
		padding-left: 5px;
		text-align: right;
		font-size: 10px;
	}
	
	.page {
		display: none;
	}
	
	
	.main-page {
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #FFF;
	}

	.main-page .top {
		width: 100%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	.main-page .top .title {
		width: 90%;
		float: left;
		margin-top: 10px;
		font-size: 24px;
		font-weight: bold;
		color: #2D2F32;
		line-height: 34px;
		padding-left: 0px;
	}

	.main-page .top .title span.service {
		font-size: 18px;
		padding-left: 15px;
		margin-left: 15px;
		font-weight: normal;
		color: #D1D1D1;
		background: url('../images/line.png') no-repeat left center;
	}

	.main-page .top .text {
		width: 94%;
		display: block;
		float: left;
		margin-top: 20px;
		font-size: 14px;
		margin-bottom: 25px;
		padding-left: 0%;
	}

	.main-page .top .items {
		width: 90%;
		float: left;
		position: relative;
		margin-left: 5%;
		margin-right: 5%;
		background: #D8D9DA;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 10px;
	}

	.main-page .top .items ul li:first-child {
		margin-left: 0px;
	}

	.main-page .top .items ul li {
		float: left;
		width: 30%;
		height: 149px;
		padding: 1%;
		margin-right: 0px;
		margin-left: 0px;
		background: url('../images/line-big.png') no-repeat right center;
		position: relative;
		display: block;
	}

	.main-page .top .items ul li a {
		width: 100%;
		height: 149px;
		position: absolute;
		display: inline-block;
		z-index: 999;
		margin-top: -149px;
	}

	.main-page .top .items ul li .i-title {
		font-size: 13px;
		color: #2D2F32;
		margin-bottom: 20px;
	}

	.main-page .top .items ul li:nth-child(3n) {
		width: 29%;
		background: none;
	}
	
	.main-page .top .items ul li:nth-child(4n) {
		width: 30%;
	}
	
	.main-page .top .items ul li:nth-child(n+4) {
		border-top: 1px solid #CCC;
	}

	.main-page .top .items ul li:last-child {
		background: none;
		margin-right: 0px;
	}

	.main-page .center {
		width: 97%;
		position: relative;
		margin-left: 0;
		margin-right: 0;
	}
	.main-page .center ul {
		width: 100%;
		float: left;
		margin-top: 30px;
		background: #D8D9DA;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 6px;
		margin-bottom: 27px;
	}

	.main-page .center ul li {
		width: 33%;
		position: relative;
		float: left;
		margin-right: 1%;
		margin-bottom: 6px;
		padding: 8%;
		height: 152px;
		display: block;
	}

	.main-page .center ul li a {
		width: 100%;
		height: 152px;
		position: absolute;
		display: inline-block;
		margin-left: -84%;
		z-index: 999;
	}

	.main-page .center ul li:first-child {
		margin-left: 0px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
	}

	.main-page .center ul li:nth-child(2) {
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
	
	.main-page .center ul li:nth-child(3) {
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
	}
	
	.main-page .center ul li:nth-child(4) {
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
	}

	.main-page .center ul li:nth-child(6) {
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
	}

	.main-page .center ul li:nth-child(5){
		margin-left: 0px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
	}

	.main-page .center ul li:nth-child(3n) {
		width: 33%;
		margin-right: 1%;
	}

	.main-page .center ul li:nth-child(n+4) {
		margin-bottom: 6px;
	}
	
	.main-page .center ul li:nth-child(2n) {
		width: 33.8%;
		margin-right: 0;
	}

	.main-page .center ul li .image {
		position: absolute;
		width: 152px;
		height: 134px;
		right: 10px;
		top: 50px;
		z-index: 2;
	}

	.main-page .center ul li .title {
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: normal;
		font-weight: bold;
	}

	.main-page .center ul li .text {
		width: 100%;
		float: left;
		font-size: 13px;
		margin-bottom: 20px;
	}

	.main-page .center ul li .note {
		width: 100%;
		float: left;
		font-size: 11px;
	}

	.main-page .content .left-content {
		width: 350px;
		float: left;
	}

	.main-page .content .right-content {
		float: left;
		width: 98%;
		margin-left: 1%;
		margin-top: 10px;
	}
	
	.main-page .left {
		width: 94%;
		float: left;
		padding-left: 2%;
		padding-bottom: 20px;
	}

	.main-page .left .content .img-list{
		width: 94%;
		float: left;
		margin-top: 10px;
		padding-right:2%;
		height:auto;	
	}
		
	.main-page .left .content .img-list ul{
		width: 100%;
		height: auto;	
	}
		
	.main-page .left .content .img-list ul li{
		width: 31%;
		height:143px;
		background-color:#a3a3a3;
		margin-right:2%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		float:left;
		margin-top: 10px;
		}
		
	.main-page .left .content {
		width: 100%;
		float: left;
		margin-top: 10px;
		padding-left: 0px;
		padding-right:0px;
		height:auto;
		font-size:14px;
		color:#000;
	}

	.main-page .left .content span.img{
		width: 50%;
		float:left;
	}
	
	.main-page .left .content .addthis{
		float:left;
		width: 100%;
		height: 60px;
		margin-top:45px;	
	}
	
	
	
	.main-page .right {
		width: 99%;
		float: left;
		margin-top: 0px;
		padding-left: 0%;
		padding-bottom:20px;
		margin-left:0px;
	}

	.main-page .right .content-menu	{
		width:98%;
		border:1px solid #e6e7e7;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding:5px;
		height:auto;
		float:left;
	}
	
	.main-page .right .content-menu .head2	{
		width:90%;
		font-size:24px;
		line-height:24px;
		color:#c0c0c0;
		padding:12px;
		float:left;
	}
	
	.main-page .right .content-menu ul	{
		width: 100%;
		float:left;
		height:auto;
	}
	
	.main-page .right .content-menu ul li	{
		width: 100%;
		float:left;
	}
	
	.main-page .right .content-menu ul li.second a{ 
		border-bottom:none;
		-webkit-border-radius: 0px 0px 8px 8px;
		-moz-border-radius: 0px 0px 8px 8px;
		border-radius: 0px 0px 8px 8px;
	}
	
	.main-page .right .content-menu ul li.first a{ 
		-webkit-border-radius: 8px 8px 0px 0px;
		-moz-border-radius: 8px 8px 0px 0px;
		border-radius: 8px 8px 0px 0px;
	}
	
	.main-page .right .content-menu ul li a{
		width:98%;
		float:left;
		padding-left:2%;
		font-size:14px;
		color:#2e3032;
		line-height:27px;
		background-color:#dcdedf;
		height:27px;
		border-bottom:1px solid #c6c7c9;
	}
	
	.main-page .right .content-menu ul li a:hover, .main-page .right .content-menu ul li.active a{
		background-color:#0f5cad;
		color:#a0acba;
	}
	
	
	.content ul {
		list-style-type: none;
		overflow: hidden;
		width:100%;
	}

	.content ul.first-ul {
		margin-top: 5px;	
	}
	.content ul.first-ul li {
		float:left;
		width:100%;
		margin-bottom:15px;
		margin-right:10px;
	}
	.content ul.first-ul li .label {
		float:left;
		width:100%;
		font-size:14px;
		font-weight:bold;
		color:#2e3032;
		line-height:14px;
		padding-bottom:10px;
	}
	
	.optionbox {
		background-color: #dcdedf;
		border-radius: 6px;	
		height: 29px;
		margin-top:20px;
		width: 100%;
	}
	.optionbox ul {
		background: #dcdedf;
		margin: 2px 3px 3px 2px;
		height: 23px;
		border: 1px solid #eee9e5;
		border-radius: 4px;
	}

	.optionbox ul li {
		line-height: 23px;
		text-indent: 12px;
		color: #2e3032;
	}

	.optionbox ul li:hover {
		background-color: #FFF;
	}

	.optionbox.big ul {
		width: 82%;
		position: absolute !important;	
	}

	.optionbox2 {
		width: 350px;
		float: left;
		background: #dcdedf;
	}

	.optionbox.little {
		width: 98px;
		float: left;
		margin-top: 0px !important;
		background-color: #dcdedf;
		border-radius: 6px;	
		height: 29px;
		margin-top:20px;
	}

	.optionbox.little ul {
		width: 76px;
		position: absolute !important;	
	}

	.optioninput input {
		height: 25px;
		line-height: 25px;
		background: #DCDEDF;
		border: 2px solid #eee9e5;
	}

	.optioninput input.name {
		width: 100%;
	}

	.optionbox .jump {
		background: url('../images/select-jump.png') no-repeat;
		width: 39px;
		height: 25px;
		float: right;
		z-index:100;
		position: absolute !important;
	}
	.optionbox .jump {
		margin: 2px 2px 0px 84%;	
	}
	.optionbox:hover {
		cursor: pointer;	
	}

	.code {
		width: 70px !important;
		margin: 2px 2px 0px 58px !important;	
	}

	.optionbox:hover .jump {
		background-position: bottom left	
	}
	.optionbox .warning {
		background: url('../images/warning.png') no-repeat;
		width: 11px;
		height: 10px;
		float: right;
		z-index:100;
		position: absolute !important;
	}
	.optionbox .warning {
		margin: 9px 0px 0px 320px;
	}
	.input-box {
		border-radius: 6px;
		width: 94px;
		height: 29px;	
		float: right;
		text-indent: -15px;
	}

	.button-send {
		width: 100%;
	}

	.button-send input {
		padding: 4px 40px 4px 10px;
		line-height: 20px;
		height: 30px;
		cursor: pointer;
		font-weight: bold;
		background: #fcb204; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYjIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODc5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #fcb204 0%, #f87908 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb204), color-stop(100%,#f87908)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fcb204 0%,#f87908 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fcb204 0%,#f87908 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fcb204 0%,#f87908 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fcb204 0%,#f87908 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb204', endColorstr='#f87908',GradientType=0 ); /* IE6-8 */
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #FFF;
	}
	
	ul.campaigns {
		width: 100%;
		float: left;
	}

	ul.campaigns > li {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		margin-top: 40px;
	}

	ul.campaigns > li > .title {
		float: left;
		display: block;
		margin-left: 15px;
		background: #0C4684;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 10px 20px;
		z-index: 11;
		position: relative;
		color: #FFF;
		font-weight: bold;
		font-size: 18px;
	}
	
	ul.campaigns > li > .title-orange {
		float: left;
		display: block;
		margin-left: 15px;
		background: #fca51c;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 10px 20px;
		z-index: 11;
		position: relative;
		color: #FFF;
		font-weight: bold;
		font-size: 18px;
	}

	ul.campaigns > li > .text {
		display: block;
		width: 90%;
		float: left;
		margin-top: -20px;
		background: #0E58A6;
		color: #FFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 45px 2% 10px 2%;
		height: 120px;
	}

	ul.campaigns > li > .price {
		width: 60%;
		position: absolute;
		float: right;
		margin-top: 120px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		height: 120px;
		margin-left: 30%;
		background: url('../images/bg1.png') no-repeat center center;
	}

	ul.campaigns > li > .price > .title {
		width: 200px;
		float: left;
		margin-top: 20px;
		position: relative;
		font-size: 52px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		line-height: 50px;
	}

	ul.campaigns > li > .price > .title span {
		font-size: 20px;
		line-height: 24px;
		vertical-align: bottom;
		margin-bottom: 10px;
	}

	ul.campaigns > li > .price > .text {
		width: 200px;
		float: left;
		margin-top: 5px;
		font-size: 14px;
		color: #FFF;
		text-align: center;
	}
	
	.content table.tarife-table {
		width: 100%;
		float: left;
		border: 1px solid #FFF;
		border-spacing: none;
		font-size: 11px;
	}

	.content table.tarife-table tr {
		border: none;
	}

	.content table.tarife-table tr td:first-child {
		width: 65%;
		float: left;
	}

	.content table.tarife-table tr td:last-child {
		width: 27%;
		float: left;
	}

	.content table.tarife-table tr td.item-title {
		background: #D8D9DA;
		color: #000;
		padding-left: 10px;
		height: 30px;
		line-height: 30px;
	}

	.content table.tarife-table tr td.item-detail {
		background: #D8D9DA;
		color: #000;
		padding-left: 10px;
		height: 30px;
		line-height: 30px;
		border-left: 1px solid #FFF;
	}

	.content table.tarife-table tr td.title {
		background: #d4d5d6; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
		color: #000;
		padding-left: 10px;
		height: 30px;
		line-height: 30px;
	}

	.content table.tarife-table tr td.detail {
		background: #d4d5d6; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #d4d5d6 0%, #c8c8c8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d6), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d4d5d6 0%,#c8c8c8 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d4d5d6 0%,#c8c8c8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d6', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
		color: #000;
		padding-left: 10px;
		height: 30px;
		line-height: 30px;
		border-left: 1px solid #FFF;
	}

	.content table.tarife-table tr:first-child td.title {
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
	}

	.content table.tarife-table tr:first-child td.detail {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}

	.content table.tarife-table tr td.sub-title {
		background: #DDB685;
		color: #000;
		padding-left: 10px;
		height: 344px;
		line-height: 15px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
	}

	.content table.tarife-table tr td.sub-detail {
		background: #DDB685;
		color: #000;
		padding-left: 10px;
		height: 339px;
		padding-top: 5px;
		line-height: normal;
		border-left: 1px solid #FFF;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
	}
	
		.content table.tarife-table tr td.sub-title-santral{
		background: #DDB685;
		color: #000;
		padding-left: 10px;
		height: 90px;
		line-height: 15px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
	}

	.content table.tarife-table tr td.sub-detail-santral {
		background: #DDB685;
		color: #000;
		padding-left: 10px;
		height: 85px;
		padding-top: 5px;
		line-height: normal;
		border-left: 1px solid #FFF;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
	}

	.content table.tarife-table tr td.sub-detail a {
		color: #FFF;
		text-decoration: underline;
	}
	
	.content table.tarife-table tr td.sub-detail-santral a {
		color: #FFF;
		text-decoration: underline;
	}
	
	.top-content {
		float: left;
		margin-top: 20px;
		width: 98%;
		background: #D8D9DA;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding: 1%;
	}

	.top-content ul {
		width: 100%;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	.top-content ul li {
		float: left;
		width:	100%;
		height: 36px;
		background: #0B437F; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #0B437F 0%, #093767 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B437F), color-stop(100%,#093767)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #0B437F 0%,#093767 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #0B437F 0%,#093767 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #0B437F 0%,#093767 100%); /* IE10+ */
		background: linear-gradient(to bottom, #0B437F 0%,#093767 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B437F', endColorstr='#093767',GradientType=0 ); /* IE6-8 */
		border-right: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	.top-content ul li:first-child {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
	}

	.top-content ul li:last-child {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
		float: left;
		border: 0px;
	}

	.top-content ul li.active {
		background: #FFF;
		border: 0px;
	}

	.top-content ul li.active a {
		color: #9FACB9;
	}

	.top-content ul li a {
		color: #FFF;
		font-size: 14px;
		padding: 0px 14px;
		line-height: 36px;
		height: 36px;
	}
	
	#info .line .right > ul  {
		float: left;
		position: relative;
	}

	#info .line .right > ul > li {
		width: 100%;
		float: left;
	}

	#info .line .right > ul > li .a-title {
		width: 100%;
		float: left;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	#info .line .right > ul > li .a-text {
		width: 90%;
		float: left;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	#info .line .right > ul > li .a-mail {
		width: 95%;
		float: left;
		font-size: 13px;
	}

	#info .line .right > ul > li .a-mail a {
		padding-left: 3px;
		color: #0397C5;
		font-size: 12px;
		font-weight: bold;
	}

	#info .line .right .add-map {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	#info .line .right .add-map a {
		margin-right: 5px;
	}
}


.Reknova{padding:20px; overflow:scroll; width:200px; height:80px;}