

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	background: transparent; 
}

body { line-height: 1.2; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* Add permanent vertical scrollbar to Firefox */
html { overflow: -moz-scrollbars-vertical; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section {
  display: block;
}

 @import url(http://allfont.ru/allfont.css?fonts=franklin-gothic-medium-cond);
 
/* Общие стили */

*	{
	 font-family: 'Franklin Gothic Medium Cond', arial;
	font-size:12px;	
	}
	
	img 	{
	border:none;
	}
	
	body{
	width:100%;
	margin:0 auto;
	background:#e6e6e6;
		background: url(images/fon.jpg) repeat fixed center center transparent;

	}
	.banner {
	width:100%;
	height:80px;
	background:rgba(0, 0, 0, 0.1);
	}
	
	.wrapper{
	width:1200px;
	margin:0 auto;
	background:rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px #06463A;
	}
	
	a{
	    color: #109251;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	}
		
	a:hover{
	color: #AB09D4;
	}
	
	p{
	line-height:1.2;
	}
	
	input{
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	}
	
	.fl_left{
	float:left;
	}
	
	.fl_right{
	float:right;
	}
	
	.clear{
	clear:both;
	}
	
	.left{
	text-align:left;
	}
	
	.right{
	text-align:right;
	}
	
	.center{
	text-align:center;
	}
	
	.hidden{
	opacity:0;
	}
	
	.visible{
	opacity:1;
	}
	
	.mb20{
	margin-bottom:20px;
	}
	
	.mb30{
	margin-bottom:30px;
	}
	
	.c3{
	width:33%;
	}
	
	.c4{
	width:23%;
	}
	.pd20{
	padding:20px 0;
	}
	
	.effect-apollo img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1,1,1);
	}

	.effect-apollo:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1.05,1.05,1);
	}
	h1{
	font-size:36px;
	font-weight:bold;
	}
	h2{
	font-size:30px;
	font-weight:bold;
	}
	h3{
	font-size:18px;
	font-weight:bold;
	padding: 0 0 5px 0;
	}
	
	
/* Шапка */	
	
	header{
	width:1200px;
	height:140px;
	background:  #eee url(images/Atlantic_Road_13.jpg) center center no-repeat;
	margin:0 auto;
	position:relative;
	}

	.logo{
	position: absolute;
    top: 30px;
    left: 30px;
	}
	
	ul.contacts{
	position: absolute;
    top: 30px;
	right:30px;
	}
	
	ul.contacts li {
    color: #000;
    font-size: 16px;
    padding: 2px 0 0 0px;
	font-weight: bold;
    font-style: italic;
    }
	
	.contacts_icon {
    display: inline-block;
    margin: -2px 5px 0 0;
    height: 16px;
    width: 16px;
    background: url(images/contacts_icons.png) no-repeat;
    vertical-align: middle;
    content: '';
	}
	
	.vel .contacts_icon {
    background-position: 0 -16px;
	}
	
	.gorod .contacts_icon {
    background-position: 0 -96px;
	}
	
		.mail .contacts_icon {
    background-position: 0 -64px;
	}
	
	#searchform form  input {
      width: 450px;
    padding: 10px;
    position: absolute;
    top: 60px;
    left: 410px;
    border: 1px solid #18A835;
    padding-left: 15px;
   
}
	#searchform form  input:focus, #searchform form  input:hover {
	 box-shadow: 0px 0px 5px 0px rgba(171,9,212,0.75);
	 border: 1px solid rgba(171,9,212,1);
  }
	
	nav {
    height: 40px;
    background: #9c3;
    background: -moz-linear-gradient(left, #10E818 0%, #66FFE0 100%);
    background: -webkit-linear-gradient(left, #10E818 0%,#66FFE0 100%);
    background: linear-gradient(to right, #10E818 0%,#66FFE0 100%);
   margin-bottom: 20px;
   /* box-shadow: 0px 0px 5px #06463A;*/
      /* border-bottom: 2px solid#fff;*/
    border-top: 2px solid#fff;
	
     
	   
	}
	
	nav > a {
       color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 30px;
    display: inline-block;	
	}
	
 nav > a:nth-child(1){
    margin-left:90px;
   
	}
	
	nav > a:hover {
   background: #AB09D4;
	color: #fff;
	}
	
	
	.slide{
	 text-align: center;
	 margin-bottom: 20px;
	}
	
	.slide img{
	width: 1200px;
    height: 408px;
	/* width: 100%;*/
	}
	
	
	.event h3{
	/*text-align: center;*/
	font-size: 22px;
	}
	
	.one_event{
       width: 190px;
    float: left;
    height: 200px;
   margin:1px;
    position: relative;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
	cursor:pointer;
	}

	.one_event:hover span {
	 background:rgba(171,9,212,0.75);
	}
	
	.event{
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
	
	.podpis>span {
    color: #fff;
    padding: 10px 0px 10px 10px;
    position: absolute;
    bottom: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75), 1px 1px 10px rgba(0,0,0,0.75), 1px 1px 15px rgba(0,0,0,0.95);
    z-index: 1;
    background: rgba(0,0,0,0.75);
	}
	span.date{
    font-weight: bold;
    font-size: 14px;
	display: inline-block;
    padding-bottom: 5px
	}
	
	a.event-name{
	display:block;
    color: #fff;
    font-size: 14px;
	text-decoration:none;
	}
	a.event-name:hover{
	 color: #fff;
	}
	
	
	   .info{ 
	   margin-bottom: 40px;
	   }
	
	.info_block1{
	width: 59%;
    height: 285px;
    margin-left: 20px;
    float: left;
    margin-top: 20px;
    background: rgba(100, 254, 220, 0.41);
    padding: 20px;
	/* IE10+ */ 
background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #64FEDC 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #64FEDC 100%);

/* Opera */ 
background-image: -o-linear-gradient(top right, #FFFFFF 0%, #64FEDC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #64FEDC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #64FEDC 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom left, #FFFFFF 0%, #64FEDC 100%);
	}
	
	.info_block1 img{
    float: left;
    padding: 5px 10px 10px 0;
	}
	
	.info_block2{
	width: 30%;
    height: 285px;
    margin-right: 20px;
    float: right;
    margin-top: 20px;
    background: rgba(180, 246, 124, 0.41);
    padding: 20px;
    padding: 20px;
	/* IE10+ */ 
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #6BFF70 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #6BFF70 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #6BFF70 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(100, #6BFF70));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #6BFF70 100%);
	/* W3C Markup */ 
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #6BFF70 100%);
	}
	.two_column, .tr_colomn{
	margin: 20px;
	   margin-bottom: 40px;
	
	}
	
	
	.left_column{
	float: left;
    width: 270px;
    min-height: 500px;
  	}
	
	.right_column{
    margin-left: 290px;
   
	}
	
	.novost{
    background: rgb(255, 255, 255);
   /* border-radius: 5px;*/
    padding: 10px;
    position: relative;
    height: 320px;
    margin-bottom: 20px;
   box-shadow: 0 0 3px rgba(171, 9, 212, 0.4);
}


	.novost img{
	 float: left;
	padding: 0 10px 10px 0;
	}
	
	.novost h3{
	 font-size: 24px;
	color: rgb(171, 9, 212);
	}
	.novost h3:hover{
	 font-size: 24px;
	color: rgba(171,9,212,0.75);
	cursor:pointer;
	}
	.novost a.read_more{
	color: #fff;
    text-decoration: none;
    background: #0C9A5E;
    display: block;
    width: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    /*border-radius: 5px;*/
	}
	.novost a.read_more:hover{
	background: #0E9FA4;
	color: #fff;
	 background: #AB09D4;
	}    
	
	
	/*.novost:after, */.right_column:after{
	content: '';
	display: table;
	clear:both;
	}
	.left_inside{
	 background: #eee;
	 margin-bottom: 20px;
    /*border-radius: 0 0 10px 10px;*/
	}
	
	.call_me{
	text-align: center;
	}
	
	 .left_inside h3   {
    background: #9c3;
    background: -moz-linear-gradient(left, #10E818 0%, #66FFE0 100%);
    background: -webkit-linear-gradient(left, #10E818 0%,#66FFE0 100%);
    background: linear-gradient(to right, #10E818 0%,#66FFE0 100%);
    margin-bottom: 20px;
	text-align: center;
    padding: 12px;
	}
	
	.call_me input[type=text] {
	width: 220px;
    border: 1px solid #18A835;
    padding-left: 15px;
    padding: 10px;
	margin-bottom:15px; 
	/*border-radius: 5px;*/
	
   
	   }
	.call_me input[type=text]:hover, .call_me input[type=text]:focus  {
		 box-shadow: 0px 0px 5px 0px rgba(171,9,212,0.75);
	 border: 1px solid rgba(171,9,212,1);
    }
	
	.call_me input[type=submit]{border: none;
    padding: 10px 15px;
    width: 240px;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 20px;
	cursor: pointer;
	 background: #0C9A5E;
	 color:#fff;
	    /* border-radius: 5px;*/
	}
	
	.call_me input[type=submit]:hover{
	background: #0E9FA4;
	 background: #AB09D4;
	}
	

	div.chek{
	text-align:left;
	margin-left:20px;
	margin-bottom:10px;
	}
	
		.call_me input[type=radio]{
		
	}
	
	.tree{
	width: 30%;
    height: 200px;
    border: 1px solid;
    float: left;
    padding: 10px;
    margin: 0 20px 0 0;
	}
		
	.tree:last-child{
    margin: 0 0px 0 0;
	}
	
	footer{
	height: 250px;
	}
	
	.tree2{
    width: 22%;
    min-height: 100px;
    border: none;
    float: left;
    padding: 10px;
    margin: 0 20px 0 0;
	}
		
		
	.tree2 a{
	    display: block;
    padding: 4px;
	}
	footer h4{
	font-size: 14px;
    margin-bottom: 5px;
	}	
		
	
	@media all and (max-width: 1000px){


	}		
	
