/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	font-family: 'PT Sans';
	
	background-repeat:no-repeat;
	background-position:center top;
}
.bodymain {background-image:url(../images/bodybg.jpg);}
.bodyin {background-image:url(../images/bodybg2.jpg);}
.wrapper {
	min-width: 980px;
	max-width: 1100px;
	margin: 0 auto;
}

@font-face {font-family: 'PT Sans'; 
	src: url('../fonts/PTS55F_W.eot');
	src: local('PT Sans'), url('../fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS55F_W.woff') format('woff'),url('../fonts/PTS55F_W.ttf') format('truetype'), url('../fonts/PTS55F_W.svg#PTSans-Regular') format('svg');}

@font-face {font-family: 'PT Sans'; 
	font-style: italic;
	src: url('../fonts/PTS56F_W.eot');
	src: local('PT Sans Italic'), url('../fonts/PTS56F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS56F_W.woff') format('woff'),url('../fonts/PTS56F_W.ttf') format('truetype'), url('../fonts/PTS56F_W.svg#PTSans-Italic') format('svg');}

@font-face {font-family: 'PT Sans';
	src: url('../fonts/PTS75F_W.eot');
	font-style: normal;
	font-weight: bold; 
	src: local('PT Sans Bold'), url('../fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS75F_W.woff') format('woff'),url('../fonts/PTS75F_W.ttf') format('truetype'), url('../fonts/PTS75F_W.svg#PTSans-Bold') format('svg');}

@font-face {font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold; 
	src: url('../fonts/PTS76F_W.eot');
	src: local('PT Sans Bold Italic'), url('../fonts/PTS76F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS76F_W.woff') format('woff'),url('../fonts/PTS76F_W.ttf') format('truetype'), url('../fonts/PTS76F_W.svg#PTSans-BoldItalic') format('svg');}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 520px;
}
.headerin {
	height: 190px;
}
.logo {
	position:relative;
	z-index:2000;
	float:left;
	margin-top:-80px;
	
text-decoration:none;

background-color:#279ee2;
width:247px;
text-align:center;
height:260px;
display:block;
border-radius:200px;
border-right:13px solid #3a6bad;}
.logo span {font-family: 'PT Sans';
font-weight:bold;color:#fff;
line-height:30px;
font-size:30px;
padding:110px 20px 89px 24px;
display:block;
text-align:left;}


#menu {
	float:left;
	margin-left:15px;
	margin-top:30px;}

#menu li
{

	position: relative;
	line-height: 0;
	float:left;
	z-index:2500;

}

#menu a 
{	
	float:left;
	padding:0px 0px 10px 0px;
	color: #3266a8;
	font-size:18px;
	text-decoration:none;
	padding:10px 20px;
	line-height:20px;
	font-family: 'PT Sans';
	font-weight:bold;
	text-transform:uppercase;
transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
border-radius:20px;
	
}

 
#menu a:hover
{
background-color:#b5e4ff;
color:#fff;
text-decoration:none;

   

 }
 #menufooter {
	float:left;
	margin-left:15px;
	margin-top:30px;}
.year {
	color: #3266a8;
	font-size:14px;
	margin-left:20px;
	float:left;
	clear:both;}
.mklogo {
    padding-left: 5px;
    color: #3266a8;
    font-size:14px;
    margin-left:30px;
    float:left;
    margin-top:5px;
}
.mklogoimg {
    float:left;
    margin-top:-15px;
}
.smallstar {
    font-size:11px;
    margin-bottom:30px;
}
#menufooter li
{

	position: relative;
	line-height: 0;
	float:left;
	z-index:12000;

}

#menufooter a 
{	
	float:left;
	padding:0px 0px 10px 0px;
	color: #3266a8;
	font-size:16px;
	text-decoration:none;
	padding:10px 20px;
	line-height:18px;
	font-family: 'PT Sans';
	font-weight:bold;
	text-transform:uppercase;
transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
border-radius:20px;
	
}

 
#menufooter a:hover
{
background-color:#b5e4ff;
color:#fff;
text-decoration:none;

   

 }
#menu a.selected
{
background-color:#00ccff;

   

 }
 
#menu li:hover > ul
{
	display: block;
}
 
/* Sub-menu */
 
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index:500;
	background-color:#77c3ee;
	border-radius:20px;

   
}
 
#menu ul ul
{
  top: 0;
  left: 0px;
}
 
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  

}
 
#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
 
#menu ul a
{    

	border-right:none;
	border-left:none;
	width: 200px;
	position:relative;
	z-index:1500;
    line-height: 1;
	color:#fff;
    display: block;
	font-size:14px;
	text-decoration: none;
	font-weight:normal;
	font-family: 'PT Sans';
	line-height:20px;
	font-weight:normal;

}
 
*html #menu ul a /* IE6 */
{    
	height: 10px;
}
 
*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}
 
#menu ul a:hover
{
   background-color:#b5e4ff;
   color:#fff;
}
 
#menu ul li:first-child > a
{
 
}
 
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 45px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #77c3ee;
}
 
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #77c3ee;
}
 
#menu ul li:first-child a:hover:after
{
    border-bottom-color:#77c3ee; 
}
 
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #77c3ee; 
    border-bottom-color: transparent; 	
}
 
 
#menu ul li:last-child > a
{

}
 
/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	
	content: " ";
	clear: both;
	height: 0;
}
 
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */	

.videolayer {

}
.infob {
	float:left;}
.ibp {
	font-family: 'PT Sans';
	font-size:14px;
	margin-top:27px;
	margin-left:25px;
	float:left;
	color:#3a6bad;}
.telb {
	margin-top:15px;
	float:right;}
.telbp {
	font-family: 'PT Sans';
	font-weight:bold;
	font-size:20px;
	
	padding:4px 0 4px 20px;
	background-image:url(../images/telicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#3266a8;}
.slider {
	float:left;
	width:100%;
	position:relative;
	z-index:1000;
	margin-top:-45px;
	clear:both;}
.slidetext {
	float:left;
	width:450px;
	margin-left:40px;
	position:relative;
	z-index:1001;
	margin-top:-290px;}
.sname {
	float:left;
	margin-bottom:20px;
	font-family: 'PT Sans';
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	color:#3a6bad;}
.sntext {
    clear:both;
    float:left;
	font-family: 'PT Sans';
	font-size:18px;
	line-height:25px;}
.znp {float:left;
	clear:both;
	cursor:pointer;
	font-family: 'PT Sans';
	font-weight:bold;
	border:2px solid #3a6bad;
	text-decoration:none;
	color:#3a6bad;
	font-size:20px;
	padding:12px 30px 13px 50px;
	margin-top:20px;
	margin-bottom:30px;
	border-radius:30px;
	background-image:url(../images/plusicon.png);
	background-repeat:no-repeat;
	background-position:4px center;
	text-transform:uppercase;
-webkit-transition: color, background-color ease-out 0.3s;
	-moz-transition: color, background-color ease-out 0.3s;
	-o-transition: color, background-color ease-out 0.3s;
	transition: color, background-color ease-out 0.3s;}
.znp:hover{
	color:#fff;
	background-color:#3a6bad;}
.znpes {float:left;
	clear:both;
	cursor:pointer;
	font-family: 'PT Sans';
	font-weight:bold;
	border:2px solid #3a6bad;
	text-decoration:none;
	color:#3a6bad;
	font-size:20px;
	padding:7px 30px 7px 30px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:30px;
	background-color:#FFF;
	width:280px;
	text-transform:uppercase;
-webkit-transition: color, background-color ease-out 0.3s;
	-moz-transition: color, background-color ease-out 0.3s;
	-o-transition: color, background-color ease-out 0.3s;
	transition: color, background-color ease-out 0.3s;}
.znpes:hover{
	color:#fff;
	background-color:#3a6bad;}
.znpn {float:right;
	cursor:pointer;
	font-family: 'PT Sans';
	font-weight:bold;
	border:2px solid #3a6bad;
	text-decoration:none;
	color:#3a6bad;
	font-size:20px;
	padding:12px 30px 13px 50px;
	border-radius:30px;
	margin-bottom:15px;
	background-image:url(../images/plusicon.png);
	background-repeat:no-repeat;
	background-position:4px center;
	text-transform:uppercase;
-webkit-transition: color, background-color ease-out 0.3s;
	-moz-transition: color, background-color ease-out 0.3s;
	-o-transition: color, background-color ease-out 0.3s;
	transition: color, background-color ease-out 0.3s;}
.znpn:hover{
	color:#fff;
	background-color:#3a6bad;}
.inpt {
	padding:10px 10px 10px 10px;
	border:1px solid #a9a9a9;
	border-radius:5px;
	font-family: 'PT Sans';
	text-align:left;
	font-size:16px !important;
	margin-top:15px;
	outline:none;
	width:260px;}
#dialog h4 {
	margin:0 auto;
	width:280px;
	line-height:20px;
	font-size:18px;}
#datepicker {
	width:230px;}
.znpf {
	outline:none;
	cursor:pointer;
	margin:0 auto;
	clear:both;
	background-color:#FFF;
	font-family: 'PT Sans';
	font-weight:bold;
	border:2px solid #3a6bad;
	text-decoration:none;
	color:#3a6bad;
	font-size:20px;
	padding:5px 30px 7px 50px;
	width:280px;
	margin-top:15px;
	border-radius:30px;
	background-image:url(../images/plusicon.png);
	background-repeat:no-repeat;
	background-position:4px center;
	text-transform:uppercase;
-webkit-transition: color, background-color ease-out 0.3s;
	-moz-transition: color, background-color ease-out 0.3s;
	-o-transition: color, background-color ease-out 0.3s;
	transition: color, background-color ease-out 0.3s;}
.znpf:hover{
	color:#fff;
	background-color:#3a6bad;}
.ceh1 {

	font-family: 'PT Sans';
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	padding:0 0 0px 0;
	margin-bottom:20px;
	border-bottom:5px solid #d8f0ff;}
.ceh1 span {
	color:#3a6bad;
	display:block;
	position:relative;
	width:100%;
	margin-bottom:-5px;
	padding:0 0 10px 0;

	background-image:url(../images/borderce.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
.lrh1 {
	font-family: 'PT Sans';
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	padding:0 0 0px 0;
	margin-bottom:20px;
	border-bottom:5px solid #3a6bad;}	
.lrh1 span	{
	color:#3a6bad;
	display:block;
	position:relative;
	width:100%;
	margin-bottom:-5px;
	padding:0 0 10px 0;

	background-image:url(../images/borderlr.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
.lrh2 {
    font-family: 'PT Sans';
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    width:100%;
    padding:10px 0 0px 0;
    margin-bottom:10px;
    border-bottom:5px solid #3a6bad;}
.lrh2 span	{
    color:#3a6bad;
    display:block;
    position:relative;
    width:100%;
    margin-bottom:-5px;
    padding:0 0 10px 0;

    background-image:url(../images/borderlr.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 280px 20px 280px;
}
.contentin {
	padding: 0 10px 20px 280px;
    min-height: 480px;
}
.content p {
	clear:both;
	font-size:16px;
	line-height:20px;
	margin-top:20px;}
.contentin p {
	clear:both;
	font-size:16px;
	line-height:20px;
	margin-top:20px;}
.contentin img{
	padding:5px;}
.content img{
	padding:5px;}
.contentin a{
	color:#3a6bad;
    text-decoration: none;
}
.contentin a:hover{
    color:#3a6bad;
    text-decoration: underline;
}

.content a{
	color:#3a6bad;}
.contentin h2{
	margin-top:20px;
	color:#3a6bad;
	font-size:18px;
	font-weight:bold;
	line-height:18px;}
.content h2{color:#3a6bad;
	font-size:18px;
	margin-top:20px;
	font-weight:bold;
	line-height:18px;}
.contentin ul{
	margin-left:20px;
	margin-top:20px;
	font-size:16px;
	line-height:20px;}
.content ul{
	margin-left:20px;
	font-size:16px;
	margin-top:20px;
	line-height:20px;}
.contentin ol{
	margin-left:20px;
	margin-top:20px;
	font-size:16px;
	line-height:20px;}
.content ol{
	margin-left:20px;
	font-size:16px;
	margin-top:20px;
	line-height:20px;}
.content ul li {list-style-type:disc;}
.content ol li {list-style-type:decimal;}
.contentin ul li {list-style-type:disc;}
.contentin ol li {list-style-type:decimal;}
.contentin table tr td {	font-size:16px;
	line-height:20px;
	padding:7px;}
.contentin table tr th {	font-size:16px;
	line-height:20px;
	color:#fff;
	background-color:#4b9cde;
	padding:7px;}
.contentin table tr{
	border-bottom:1px solid #CCC;
}
.contentin table {
	margin:20px 0;}
.contentin table tr:nth-child(2n) {
    background: #eef8ff; /* Цвет фона */
   } 
.contentin table h3 {
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	color:#3a6bad;
	text-align:center;}
.pager {
	clear:both;
	width:100%;
	float:left;
	margin:15px 0;
	font-size:16px;}
.pager p {
	margin-top:0;
	margin-right:5px;
	padding:5px 11px 5px 11px;
	border-radius:30px;
	background-color:#83c6f0;
	color:#fff;
	float:left;}
.pager a {
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	margin-right:5px;
	border:2px solid #d8f0ff;
	color:#83c6f0;border-radius:30px;
	text-decoration:none;
	padding:4px 9px;
	float:left;}
.pager a:hover {
	margin-right:5px;
	padding:4px 9px;
	background-color:#4b9cde;
	border:2px solid #4b9cde;
	color:#fff;
	float:left;}
.pager i {
	margin-right:5px;
	float:left;}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	margin-bottom:30px;
}

.leftmenu {
	font-family: 'PT Sans';
	font-size:14px;}
.leftmenu li {
    background-image:url(../images/litype.jpg);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:1px 0 1px 20px;
	margin:12px 0;
}
.leftmenu li.active {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #eee;
}
.leftmenu li a {
	color:#000;
	line-height:14px;
	}
.leftmenu li a:hover {
	text-decoration:none;
	}
.dcontact {
	font-size:14px;
	color:#000;}
.dcontactc {
	float:left;
	width:300px;
	font-size:14px;
	color:#000;} 
.dcontact p {}
.dcontactc p {
	line-height:16px;
	margin-top:10px;
	margin-bottom:0px;}
.dcontact a {
	color:#3a6bad;}
.dcontact a:hover {
	text-decoration:none;}              
.pots {
	padding:0 0 0 30px;}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 250px;
	margin-left: -250px;
	position: relative;
	margin-bottom:30px;
}
.bnews li {
	margin-bottom:10px;}
.bnews li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#3a6bad;}
.bnews li a:hover {
	text-decoration:none;}
.bnews2 li {
    margin-bottom:3px;}
.bnews2 li a {
    display:block;
    font-size:14px;
    font-weight:normal;
    color:#3a6bad;}
.bnews2 li a:hover {
    text-decoration:none;}
.bnews li i {
	display:block;
	clear:both;}
.contentin .bnews {
	margin:20px 0;
	margin-left:0;}
.contentin .bnews li {
	padding:10px;
	margin-top:10px;
	list-style-type:none;
	margin-bottom:10px;}
.contentin .bnews li a {
	display:block;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	color:#3a6bad;}
.contentin .bnews li a:hover {
	text-decoration:none;}
.contentin .bnews li i {
	display:block;
	clear:both;}
.contentin .bnews li:nth-child(2n) {
    background: #eef8ff; /* Цвет фона */
   }
.dtrz {
	background-color:#83c6f0;
	color:#fff;
	padding:3px 20px;}
.sliderright {
    clear:both;
}
.reviewBox {
    background-color:#83c6f0;
    border-radius:15px;
    padding: 10px;
    width:230px;
    float:left;
    position:relative;
}
.reviewBoxPage {
    padding:10px;
    float:left;
    position:relative;
}
.reviewBox:hover .play{display:block}
.reviewBoxPage:hover .play{display:block}
.play{
    position : absolute;
    display:none;
    top:10px;
    width:197px;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100;
}
.playPage{
    position : absolute;
    display:none;
    top:10px;
    margin:0 auto;
    left:-20px;
    right:0px;
    z-index:100;
}
.reviewBox a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
}
.reviewBox a:hover {
    text-decoration: underline;
}
.allReviews {
    width:100%;
    text-align: center;
}
.allReviews a {
    text-decoration: none;
    color:#000;
    margin-top:4px;
}
.allReviews a:hover {
    text-decoration: underline;
}
.flexsliderright {
	margin-top:20px;}
.flexsliderright .slides li {
	max-height:204px;
	overflow:hidden;
	background-color:#d8f0ff;
	border-radius:15px;}
.flexsliderright .slides li .slidername {
	display:inline-block;
	text-decoration:underline;
	color:#3a6bad;
	font-weight:bold;
	font-size:16px;
	padding:15px 0 5px 15px;}
.flexsliderright .slides li .slidername:hover {
	text-decoration:none;}
.flexsliderreviews {
    margin-top:20px;}
.flexsliderreviews .slides li {
    max-height:204px;
    overflow:hidden;
    background-color:#d8f0ff;
    border-radius:15px;}
.flexsliderreviews .slides li .slidername {
    display:inline-block;
    text-decoration:underline;
    color:#3a6bad;
    font-weight:bold;
    font-size:16px;
    padding:15px 0 5px 15px;}
.flexsliderreviews .slides li .slidername:hover {
    text-decoration:none;}
.linkarrow {
	padding:0 15px 5px 5px;
	display:inline-block;
	color:#3a6bad;
	line-height:14px;
	position:relative;
	top:2px;
	font-size:22px;}
.slidertext {
	font-size:14px;
	line-height:16px;
	padding:0px 15px 15px 15px;}
.flexsliderright .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom:-25px;
  text-align: center;
}

.slidercen {
	margin:0 auto;
	width:100%;
	max-width:545px;
	position:relative;
	z-index:1000;
	margin-top:0px;
	clear:both;}
.flexslidercen {
	padding:0 5px 0 6px;
	background-color:#d8f0ff;
	margin-bottom:40px;}
.flexslidercen .slides {
	margin-top:5px;}
.flexslidercen .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom:-30px;
  text-align: center;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 100px;
	overflow:hidden;
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.logofooter {
	position:relative;
	z-index:2000;
	float:left;
	margin-top:10px;
	
text-decoration:none;

background-color:#279ee2;
width:147px;
text-align:center;
height:160px;
display:block;
border-radius:200px;
border-right:13px solid #3a6bad;}
.logofooter span {font-family: 'PT Sans';
font-weight:bold;color:#fff;
line-height:15px;
font-size:15px;
padding:40px 10px 89px 34px;
display:block;
text-align:left;}
.telbf {
	display:inline-block;
	margin-top:35px;
	float:right;}
.telbpf {
	display:inline-block;
	font-family: 'PT Sans';
	font-weight:bold;
	font-size:18px;
	margin-right:10px;
	
	padding:4px 0 4px 20px;
	background-image:url(../images/telicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#3266a8;}
.rbix {color: #3266a8;
	font-size:14px;
	margin-top:10px;
	text-align:right;
	}
.rbix a {
	color: #3266a8;}
.nblck {
	
	position:relative;
	margin-top:-30px;
	width:100%;
	clear:both;
	float:left;}
.pes {
	margin-top:10px;
	float:left;
	max-width:500px;
	margin-left:280px;
	margin-bottom:15px;
	}
.pes a {
	padding-right:5px;
	float:left;
	color:#3a6bad;
	text-decoration:underline;
	font-size:12px;}
.pes a:hover {
	text-decoration:none;}
.pes p {color:#3a6bad;
float:left;
padding-right:5px;
font-size:12px;}
.pes i {padding-right:5px;
	color:#3a6bad;
	font-size:18px;
	float:left;}
	

                
.frmc {
	float:right;
	width:300px;}
.yamap {
	margin-bottom:20px;}
              
	
@media screen and (max-width: 1024px) {
	.logo {
	position:relative;
	z-index:2000;
	float:left;
	margin-top:-100px;
	margin-left:20px;
	
text-decoration:none;

background-color:#279ee2;
width:247px;
text-align:center;
height:260px;
display:block;
border-radius:200px;
border-right:13px solid #3a6bad;}
.logo span {font-family: 'PT Sans';
font-weight:bold;color:#fff;
line-height:30px;
font-size:30px;
padding:115px 20px 89px 24px;
display:block;
text-align:left;}
#menu a 
{	
	float:left;
	padding:0px 0px 10px 0px;
	color: #3266a8;
	font-size:16px;
	text-decoration:none;
	padding:7px 15px;
	line-height:20px;
	font-family: 'PT Sans';
	font-weight:bold;
	text-transform:uppercase;
transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
border-radius:20px;
	
}
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 34px;
    left: 10px;
    z-index:500;
	background-color:#77c3ee;
	border-radius:20px;

   
}
.telb {
	margin-top:15px;
	float:right;
	margin-right:20px;}
.telbp {
	font-family: 'PT Sans';
	font-weight:bold;
	font-size:20px;
	
	padding:4px 0 4px 20px;
	background-image:url(../images/telicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#3266a8;}
.slider {
	float:left;
	width:100%;
	position:relative;
	z-index:1000;
	margin-top:-25px;
	clear:both;}
.left-sidebar {
	float: left;
	width: 250px;
	padding:0 0 0 20px;
	margin-left: -100%;
	position: relative;
	margin-bottom:30px;
}
.right-sidebar {
	float: left;
	width: 250px;
	padding:0 20px 0 0;
	margin-left: -270px;
	position: relative;
	margin-bottom:30px;
}

#menufooter a 
{	
	float:left;
	padding:0px 0px 10px 0px;
	color: #3266a8;
	font-size:16px;
	text-decoration:none;
	padding:5px 10px;
	line-height:18px;
	font-family: 'PT Sans';
	font-weight:bold;
	text-transform:uppercase;
transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
border-radius:20px;
	
}
.year {
	color: #3266a8;
	font-size:14px;
	margin-left:10px;
	float:left;
	clear:both;}
.telbf {
	display:inline-block;
	margin-top:30px;
	margin-right:20px;
	float:right;}
.rbix {color: #3266a8;
	font-size:14px;
	margin-top:10px;
	margin-right:20px;
	text-align:right;
	}
.znpn {float:right;
	cursor:pointer;
	font-family: 'PT Sans';
	font-weight:bold;
	border:2px solid #3a6bad;
	text-decoration:none;
	color:#3a6bad;
	font-size:20px;
	margin-top:15px;
	margin-right:10px;
	padding:12px 30px 13px 50px;
	border-radius:30px;
	margin-bottom:15px;
	background-image:url(../images/plusicon.png);
	background-repeat:no-repeat;
	background-position:4px center;
	text-transform:uppercase;
-webkit-transition: color, background-color ease-out 0.3s;
	-moz-transition: color, background-color ease-out 0.3s;
	-o-transition: color, background-color ease-out 0.3s;
	transition: color, background-color ease-out 0.3s;}
.znpn:hover{
	color:#fff;
	background-color:#3a6bad;}
	.pes {
	margin-top:20px;
	float:left;
	max-width:450px;
	margin-left:280px;
	margin-bottom:15px;
	}
}
