* {
	margin: 0;
	padding: 0;
}




@font-face {
    font-family: "BlogFont";
    src: url("font/NotoSerifRegular/NotoSerifRegular.eot");
    src: url("font/NotoSerifRegular/NotoSerifRegular.eot?#iefix")format("embedded-opentype"),
    url("font/NotoSerifRegular/NotoSerifRegular.woff") format("woff"),
    url("font/NotoSerifRegular/NotoSerifRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "BlogFont";
    src: url("font/NotoSerifBold/NotoSerifBold.eot");
    src: url("font/NotoSerifBold/NotoSerifBold.eot?#iefix")format("embedded-opentype"),
    url("font/NotoSerifBold/NotoSerifBold.woff") format("woff"),
    url("font/NotoSerifBold/NotoSerifBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
font-family: "Zagolovok_font";
src: url("font/PN.otf") format("opentype");
font-weight: normal;
}

@font-face {
font-family:  "Zagolovok_font";
src: url("font/PN_B.otf") format("opentype");
font-weight: 600;
}


@font-face {
  font-family: 'virtus';
  src:
    url('font/virtus.ttf?ohpwl0') format('truetype'),
    url('font/virtus.woff?ohpwl0') format('woff'),
    url('font/virtus.svg?ohpwl0#virtus') format('svg');
  font-weight: normal;
  font-style: normal;
}

.i:after, i:after {
	font-family: 'virtus';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font: 16px/1.6 Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #FFF;
	color: #000000;
	margin:0;	
}
input, textarea, select  {
    outline: none;
	font: 16px/1.6 Arial, Tahoma, Verdana, sans-serif;
	
}
a {
	color: #800d03;
	text-decoration: underline;
	font: 16px/1.6 Arial, Tahoma, Verdana, sans-serif;
	outline: none;
	transition: color .5s linear;
}

a:hover
{
color: #000;
}

p {
	margin: 20px 0 20px;
} 

img { border: 0; }


input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font: 16px/1.6 Arial, Tahoma, Verdana, sans-serif;
}


.cb { clear: both; }

.none, #system_time { display: none; }

.center, .c { text-align: center; }


.content
{
margin: 0px auto;
width:1140px;
}


header
{
border-top:8px solid #125291;
width:100%;
display: block;
background: rgba(253,253,248,0.8);
box-shadow: 0 0 2px 3px rgba(0,0,0,.15);
padding:25px 0 30px;
}

.headerok
{
	height:60px;
}

a.logo
{
background: url(img/logo.png) no-repeat;
width: 260px;
height:74px;
background-size: cover;
text-decoration: none;
display: block;
float: left;
}


.find
{
margin:8px 0 40px;
position: relative;
}

.search
{
background: #FFF;
border:1px solid #c9c9c9;
border-radius: 24px;
padding:8px 24px;
width:100%;
box-sizing: border-box;
transition: box-shadow .2s linear;
}

.search:focus
{
box-shadow:0 0 2px #000;
outline: none;
}

.find button
{
border:0;
background: transparent;
cursor: pointer;
outline:none;
position: absolute;
right: 10px;
top: 8px;
}

.find button:after
{
font: 25px 'virtus';
content: "\e911";
color: #000;
}

.find button:hover:after
{
color: #000;
}



nav
{
height: 55px;
display: block;
width:810px;
position: relative;
z-index:3;
float: right;
}


nav ul.top_menu_ul
{
list-style: none;
margin: -1px 0 0;
padding: 0;
width: 100%;
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-justify-content: center;
-webkit-align-items: center;
-webkit-flex-direction: row;
empty-cells: hide;
table-layout: auto;
}

nav UL LI.main_menu
{
	flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    width: auto;
	text-align: center;
}

nav UL LI A.menu_n,
nav UL LI A.top_menu_a
{
		display: inline-block;
		font: bold 16px/45px 'Zagolovok_font';
		text-transform: uppercase;
		color: #8B2348;
		text-decoration: none;
		padding: 24px 10px 25px;
		width:100%;
		transition: color .2s;
}

nav UL LI A.top_menu_a
{
color: #000;
}


nav ul li.main_menu a.top_menu_a:hover, 
nav ul li.main_menu a.menu_n:hover,
nav ul li.main_menu:hover a.top_menu_a,
nav ul li.main_menu:hover a.menu_n
{
color: #000;
transition: all .3s ease-out;
}

nav ul li.main_menu:hover .after_menu
{
display: block;
}


/* nav ul.top_menu_ul li.top_menu_a:hover .after_menu
{
display: none;
} */



nav ul li .after_menu
{
width:290px;
position: absolute;
display: none;
background: #125291;
margin:0 0 0 -10px;
}



nav ul li ul 
{
	list-style: none;
	text-align: left;
}


nav ul li ul li a:hover
{

	background: #13579b;
	color: #FFF;
}

nav ul li ul li a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding:14px 10px 13px 30px;
	font: 16px/20px "Zagolovok_font";
	border-bottom:1px solid #13579b;
}

a.menu_row_a_active
{
	background: #13579b;

}

a.top_sub:after
{
	content: "\e90a";
	font: 12px 'virtus';
	display: inline-block;
	padding:0 0 0 8px;
}

.header
{
/* 	background: rgba(253,253,248,0.8);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	margin:30px 0 0; */
/* 	padding:35px 0 25px;
	position: relative;
	z-index:2; */
}







.body_right, .contact_right
{
float: right;
width:300px;
}

.body_left, .contact_left
{
width:780px;
float: left;
}

#top
{
background: #125291;
padding:20px 0;
}

#top .center
{
height:40px;
position: relative;
}

#top .name_2
{
		color: #FFF;
}


ul.top_li, ul.all_cat, ul.post_cats, ul.post_tags
{
padding:0;
padding:0;
list-style:none;
}

ul.top_li li
{
border-bottom:1px solid #1562AF;
padding:10px 20px 15px;
}

ul.top_li li:last-child
{
border:0;
}

ul.top_li li a
{
font: 16px/20px 'Zagolovok_font';
color: #c9c9c9;
transition: color .3s linear;
}

ul.top_li li a:hover
{
color: #FFF;
text-decoration: underline;
}



.all_cat a
{
font: 24px 'Zagolovok_font';
text-decoration: none;
display: inline-block;
margin:0 0 8px;
}

.all_cat li
{
margin: 0 0 50px;
}

.all_cat a span
{
display: inline-block;
padding:0 0 0 30px;
color: #D9D1C9;
font-size: 18px;
}


.artkiev_slider
 {
  height:0px;
  transition: height .2s linear;
  overflow: hidden;
  background: #125291;
  width:100%;
/*   position: relative;
  z-index:1;
  top: -112px; */
  margin:0 0 50px;
 }

 
 .slider_ok
 {
	 height:450px;
	 margin:0 0 50px;
 }
 

/* .artkiev_slider{float:left;position:relative;z-index:0;height:100%;width:100%} */
.artkiev_slider img{width:auto;visibility:visible;position:absolute}
.camera_fakehover,.cameraCont{height:100%;position:relative;width:100%;z-index:1}
.camera_src{display:none}
.cameraSlide{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;overflow:hidden}
.cameraContent{bottom:0;display:none;left:0;position:absolute;right:0;top:0;width:100%}
.camera_target{bottom:0;height:100%;left:0;overflow:hidden;right:0;text-align:left;top:0;width:100%;z-index:0}
.camera_target_content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}
.camerarelative{overflow:hidden;position:relative}

.camera_pag
{
position: absolute;
z-index: 99;
bottom: 10px;
width:100%;
}

.camera_pag_ul {
list-style: none;
text-align: right;
}


.camera_pag_ul li {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 10px;
  /* position: relative; */
  width: 10px;
  height: 10px;
  border:2px solid #F57301;
  border-radius: 8px;
}

.camera_pag_ul li:hover {
  background: #FFF;
}

.camera_pag_ul li.cameracurrent  {
	background: #F57301;
	
} 



.camera_next:after,
.camera_prev:after 
{
 	font: 40px/100px 'virtus';
   content: "\e909";
   position: absolute;
    z-index: 10;
    width: 46px;
    height: 100px;
    text-align: center;
    color: #FFF;
    /* background: #F57301; */
    cursor: pointer;
    top: 160px;
	transition: color .4s linear; 
	opacity:0;
}

.camera_next:after
{
right: 0px;
border-radius: 24px 0 0 24px;
}

.camera_prev:after 
{
   	content: "\e907";
	left: 0px;
	border-radius: 0 24px 24px 0;
}

 .camera_next:hover:after,
.camera_prev:hover:after 
{
color: #125291;
}

 .artkiev_slider:hover .camera_next:after,
.artkiev_slider:hover .camera_prev:after
{
opacity:1;
}


.slide_name span
{
	color: #e2761c;
	font: 24px/24px "Zagolovok_font";
	display: block;
	margin:0 0 20px 0;
	min-height: 30px;
}

.slide_name
{
font: 38px/40px "Zagolovok_font";
color: #FFF;
margin:10px 0 30px;
}

.content_slide:hover
{
	background: #125291;
}

.content_slide
{
width:520px;
margin:70px 0 0 0;
background: rgba(18,84,145,.7);
padding:25px 30px;
transition: background  .5s linear;
}

.content_slide p
{
color: #c9c9c9;
font: 18px/18px "Zagolovok_font";
line-height: 24px;
text-transform: uppercase;
}


.content_slide .send, .content_slide a.send
{
margin:10px 0 0;
}

.send, a.send, .spoiler_b_name
{
	border:0;
	text-align: center;
	border-radius: 22px 25px 25px 22px;
	background-color: #082747;
	transition: background-color .5s linear;
	padding:0px 35px;
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;	
	font: 16px/40px "Zagolovok_font";
	height:40px;
}


.send:hover, a.send:hover
{
background: #646068;
}

.send:active, a.send:active
{
box-shadow: inset 0 2px 5px rgba(0,0,0,.17);
}


.send_3, a.send_3
{
	border:2px solid #125291;
	text-align: center;
	border-radius: 24px 25px 25px 24px/24px 24px 25px 25px;
	background-color: #FFF;
	transition: background-color .5s linear;
	padding:0px 30px;
	cursor: pointer;
	color: #125291;
	display: inline-block;
	text-decoration: none;	
	font: 16px/50px "Zagolovok_font";
	height:50px;
}

input.send_3
{
	line-height: initial;
}

.send_3:hover
{
	background: #125291;
	color: #FFF;
}

.send_3:active
{
	box-shadow: inset 0 2px 5px rgba(0,0,0,.17);
}

.send_4
{
	border:2px solid #FFFFFF;
	text-align: center;
	border-radius: 24px 25px 25px 24px/24px 24px 25px 25px;
	transition: background-color .3s linear;
	padding:0px 30px;
	cursor: pointer;
	color: #FFFFFF;
	display: inline-block;
	margin:20px 0 0;
	text-decoration: none;	
	font: 16px/50px "Zagolovok_font";
	height:50px;
}

.send_4:hover
{
	background: #FFFFFF;
	color: #333;
}

.send_4:active
{
	box-shadow: inset 0 2px 5px rgba(0,0,0,.17);
}




.send_2
{
	border:0;
	text-align: center;
	border-radius: 24px 25px 25px 24px/24px 24px 25px 25px;
	background-color: #f57301;
	transition: background-color .5s linear;
	padding:0px 30px;
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;	
	font: 16px/50px "Zagolovok_font";
	height:50px;
	overflow: hidden;
}

.send_2:hover
{
	background: #ff7700;
}

.send_2:active
{
	box-shadow: inset 0 2px 5px rgba(0,0,0,.17);
}

.page_name
{
	background: #F5F8FB;
	padding:45px 0 5px;
}
 

.name, h1, h2, h3, h4, .name_1
{
color: #666666;
}

.name_1
{
font: 40px/40px "Zagolovok_font";
margin:0 0 38px;
}

h1, .name
{
font:  40px/40px "Zagolovok_font";
margin:0 0 38px;
}

h2, .name_2
{
font: 24px/26px "Zagolovok_font";
margin:30px 0;
}

/* .name_2
{
	text-transform: uppercase;
} */

h3, .name_3
{
font: 600 18px/22px "Zagolovok_font";
margin:25px 0;
}

h4
{
font: 600 16px/24px "Zagolovok_font";
margin:20px 0;
}

.name_small
{
	position: relative;
	top: -30px;
	color: #505e8b;
	font-size: 14px;
	margin:0 0 30px 0;
}










footer
{
display: block;
background: url(img/footer.jpg) no-repeat 0 50%;
text-align: center;
margin:50px 0 0;
padding:40px 0 10px;
}


.footer_copy
{
color: #FFF;
}


	
.footer_menu
{
margin:0 0 30px;
}


ul.footer_bottom_menu li
{
	margin:0 15px;
	display: inline-block;
	}	

ul.footer_bottom_menu li a.menu_n,
ul.footer_bottom_menu li a.top_menu_a
{

color: #C1C7CE;
font-size: 15px;
}

ul.footer_bottom_menu li a.menu_n:hover,
ul.footer_bottom_menu li a.top_menu_a
{
color: #FFF;
}




.socials a
{
display: inline-block;
margin:0 8px 20px 0;
background: rgba(255,255,255,.7);
border-radius: 4px;
width: 34px;
height: 34px;
text-align: center;
}

.socials a:before
{
font: 26px/34px 'virtus';
transition:  color .3s linear;
display: inline-block;
color: #000;

}


.socials a.i_vk:before{content:"\e608"}
.socials a.i_vk:hover:before,.socials a.i_fb:hover:before{color:#57799E}
.socials a.i_fb:before{content:"\e60b"}


.i_in:before{content:"\e605"}
.socials a.i_in:hover:before{color:#9D6451}
.i_yo:before{content:"\e60c"; padding:0 0 0 8px;}

.socials a.i_yo:hover:before{color:#D82423}



.contact_right
	{
	text-align: center;
	background: #125291;
    padding: 20px 0;
	}
	
.contact_right h4
{
	color: #FFF;
}

 .inp_1:focus
 {
  border: solid 1px #AAA49E;
 }
 
 .inp_1
 {
 border: solid 1px #d8dae3;
 color: #002664;
 padding:10px 14px;
 display: block;
 width: 270px;
 margin:4px auto 14px;
 border-radius: 2px;
 }

 .side_right_block .inp_1
 {
	 box-sizing: border-box;
	 width:100%;
 }
 
  .side_right_block .after_name
  {
	transition: background-color .5s linear;
    color: #800d03;
    background: #FFF;
	padding:5px 10px;
	margin:0 0 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
  }
 
 .side_right_block:hover .after_name
 {
	 background: #D9D1C9;
	 color: #000;
 }
 
 
 .textarea
 {
 height:130px;
 }
 
ul.all_tags
{
padding:0;
margin: 40px 0;
list-style:none;
} 
 
 
ul.all_tags li:before
{
display: inline-block;
content: "\e918";
font: 16px 'virtus';
display: inline-block;
padding:0 15px 0 0;
transition: padding .5s linear;
}

ul.all_tags li a
{
font: 22px 'BlogFont';
text-decoration: none;
border-bottom:1px solid #c9c9c9;
display: inline-block;
margin:0 0 6px;
}
 
ul.all_tags li a span
{
display: inline-block;
padding:0 0 0 30px;
color: #D9D1C9;
transition: color .5s linear;
font-size: 16px;
text-transform: uppercase;
}
 
ul.all_tags li:hover:before 
{
content: "\e909";
padding:0 10px 0 5px;
}
 
ul.all_tags li a:hover span
{
color: #000;
}
 
.post
{
margin:10px 0 70px;
padding:0 0 30px;
border-bottom:1px solid #E4E4E4;
} 
 
a.post_name_a
{
color: #125291;
font: 600 30px/34px 'Zagolovok_font';
text-decoration: none;
margin:10px 0;
display: inline-block;
}
 
.post_date
{
color: #4f4a42;
font-size: 14px;
}
 
.post_date:before
{
display: inline-block;
content: "\f103";
font: 18px 'virtus';
color: #D9D2C6;
padding:0px 8px 0 0; 
}
 
a.post_name_a:hover
{
color: #000;
}

.post_cats li, .post_tags li
{
display: inline-block;
padding:0 12px 0 0;
}

.post_cats a
{
color: #125291;
font-size: 14px;
}

.post_cats li:after
{
content: ",";
}

.post_cats li:last-child:after
{
content: "";
}

.post_cats li:first-child:before {
display: inline-block;
content: "\f106";
font: 24px 'virtus';
color: #125291;
padding:0 8px 0 0; 
position: relative;
top: 3px;
}

.post_text
{
margin:25px 0;
}
 
.img_right
{
float: right;
width:300px;
margin:0 0 0 40px;
}

.img_left
{
float: left;
width:300px;
margin:0 40px 0 0;
}

.img_center
{
display: block;
text-align: center;
}
 
a.post_cut
{
display: inline-block;
background: #FFF;
font: 14px/34px 'Zagolovok_font';
text-transform: uppercase;
padding:4px 26px;
color: #282828;
text-decoration: none;
border:1px solid #dad2c6;
transition: background-color .5s linear;
}
 
a.post_cut:hover
{
background: #125291;
color: #FFF;
border-color: #125291;
} 

a.post_cut:active
{
position: relative;
top: 1px;
}
 
.post_panel
{
background: #EBF4E1;
border-top:1px solid #E4E4E4;
margin:40px 0 30px;
padding:0 0 4px;
transition: background-color .5s linear;
}

.post_tags li:first-child:before {
display: inline-block;
content: "\e901";
font: 24px 'virtus';
padding:0 8px 0 10px; 
}
 
.post_tags li a
{
color: #000;
}



.post_panel:hover a
{
color: inherit;
}

.post_panel a:hover, .post_cats a:hover
{
color: #616161;
text-decoration: none;
}

.small
{
color: #616161;
margin:0 0 50px;
}

a.sitemap_name
{
font: 22px 'BlogFont';
text-decoration: none;
}
.search_result
{
margin:30px 0 0;
}


.search_result .small
{
position: relative;
}
 
 
 
.search_result .small
{
max-height: 70px;
overflow: hidden;
position: relative;
z-index:1;
}

.search_result .small:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%);
  z-index: 2;
}
 
.count 
{
font: 30px 'BlogFont';
padding:0 20px 0 0;
}
 
.search_result table a
{
font: 20px 'BlogFont';
}
 
 
 
 
.zahvat
{
	background: #FFFCD8;
	padding:30px 10px 10px 30px;
	border:1px solid #D9E5F7;
	margin:30px 0;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 16px rgba(218,230,247,.75);
}

.zahvat_left
{
	float: left;
	width:460px;
}

.zahvat_right
{
	float: right;
	width:230px;
	text-align: center;
	
}

.zahvat_right IMG
{
	max-width: 100%;
	display: block;
	margin:0 0 10px;
	border-radius: 50%;
}

.zahvat_name
{
	font: 600 24px/28px "Zagolovok_font";
	color: #125291;
}

.zahvat_text
{
line-height: 22px;	
margin:20px 0 30px;
font-size: 15px;
}

.zahvat_call_me
{
	font-size: 18px;
}

.zahvat_call
{
	margin:15px 0 0;
}


.zahvat_call .inp_1
{
	border:0;
	border-bottom:2px solid #125291;
	width:244px;
	border-radius: 0px;
	background: transparent;
	font: 26px/26px "Zagolovok_font";
	color: #3F4E79;
	padding:0px;
	display: inline-block;
}

.zahvat_call .inp_1:focus {
    box-shadow: none;
}

.zahvat_call .send
{
	background-color: #36c;
    background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	font-size: 16px;
	margin:0 0 0 10px;
}

.zahvat_price_name
{
	margin:15px 0;
	line-height: 20px;
	font-size: 16px;
}

.zahvat_price
{
	font-size: 30px;
	font-weight: 600;
	margin:0 0 22px;
}

.zahvat_right .send
{
	margin:15px 0 0;
}


.text_design_1
{
	background: #FFFCD8;
	padding: 25px;
	border: 1px dotted #6CAAD3;
	/* transition: box-shadow .5s linear; */
	margin:10px 0 25px;
	color: #000;
}


.text_design_2
{
	background: #000;
	padding: 25px;
	/* transition: box-shadow .5s linear; */
	color: #FFF;
	margin:15px 0 25px;
}

/* .text_design_1:hover, .text_design_2:hover
{
	 box-shadow: 0 0 15px rgba(76,91,104,.51);
} */

.text_send
{
	background: transparent;
	border:0;
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
	color: #155FA8;
	border-bottom:1px dashed;
}

.text_send_img
{
	background: transparent;
	border:0;
	cursor: pointer;
	display: inline-block;
}

.spoiler_t_name
{
	color: #0790d5;
    border-bottom: 1px dashed;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin:0 0 0 28px;
	line-height: 22px;
}

.spoiler_t_name:before
{
	font: 18px/21px 'Arial';
    content: "+";
	position: absolute;
	left:-28px;
	top:2px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: #6CAAD3;
	color: #FFF;
	text-align: center;
}

.spoiler_t_open .spoiler_t_name:before
{
	content: "-";
}

.spoiler_t_content
{
	display: none;
	padding: 10px 20px 0;
    background: #f2f6f3;
    border: 1px solid #eee;
	margin:10px 0 20px;
}



.spoiler_b
{
	position: relative;
	text-align: center;
	border-bottom:1px solid #008ED8;
	margin:0 0 50px;
}

.spoiler_b_content
{
     height: 170px;
    overflow: hidden;
    transition: all .5s;
	text-align: left;
    transition: all 0.4s ease;
	padding:0 0 20px;
}

.spoiler_b_open .spoiler_b_content
{
	height:auto;
	padding:0;
}


.spoiler_b_open .spoiler_b_content:after
{
	display: none;
}

 .spoiler_b_content:after {
  content: '';
  position: absolute;
  bottom: 26px;
  left: 0;
  right:0;
  height: 150px;
  width: 100%;
  background: linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%);
  z-index: 2;
} 

.spoiler_b_name
{
	display: inline-block;
	position: relative;
	z-index:4;
	top: 26px;
	margin:-26px 0 0;
}

.spoiler_b_name:after 
{
    font-size: 20px;
	content: "\2193";
	padding:0 0 0 8px;
} 

.spoiler_b_open .spoiler_b_name:after 
{
    content: "\2191";
} 

 
 
 
 
 
 
 
 
 

.send_4, a.send_4
{
font: 18px/34px 'BlogFont';
/* background: #ECECEC; */
color: #009C9C;
border:1px solid #009C9C;
/* text-transform: uppercase; */
padding:0 20px;
display: inline-block;
cursor: pointer;
transition: border-radius .5s linear;
margin:16px 0 0;
}

a.send_4:hover, .send_4:hover
{
border-radius: 0 20px;
color: #000;
}

a.send_4:active, .send_4:active
{
position: relative;
top:1px;
}

.send_5, a.send_5
{
font: 18px/34px 'BlogFont';
color: #333;
display: inline-block;
cursor: pointer;
margin:10px 0 0;
padding:0 18px;
background: #f2f2f4;
transition: border-radius .5s linear;
}

a.send_5:hover, .send_5:hover
{
border-radius: 0 20px;
color: #000;
background: #ECECEC;
}

a.send_5:active, .send_5:active
{
position: relative;
top:1px;
}










.send, a.send, .pages {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;          
}


.send_3, a.send_3
{
font: 18px/50px 'BlogFont';
background: #34495E;
color: #FFF;
text-transform: uppercase;
padding:0 30px;
display: inline-block;
cursor: pointer;
transition: border-radius .5s linear;
border:0;
}

a.send_3:hover, .send_3:hover
{
border-radius: 0 20px;
background: #2C3E50;
}

a.send_3:active, .send_3:active
{
position: relative;
top:1px;
}

 

.pad30
{
padding:50px 0;
}

.side_right
{
margin:50px 0 0;
text-align: center;
}

.side_right_block
{
    padding: 20px;
    background: #f9f5ed;
}

.not_found
{
width: 300px;
height: 434px;
/* background: url(img/not_found.jpg); */
margin: 0px auto;
}

.top_a span i
{
font-style: normal;
}

.top_a span.top_reload i
{
border-bottom:1px dashed #7E0E03;
}


h2, h3
{
margin:30px 0 35px;
}

h2
{
font-size: 30px;
margin:25px 0 20px;
}

h3, .name_3
{
font-size: 26px;
margin:25px 0 20px;
}

h4
{
font: 18px 'BlogFontB';
color: #000;
margin: 0 0 20px;
text-transform: uppercase;
}



ul.breadcrumb
{
font-size: 14px;
padding: 26px 0 0;
}

ul.breadcrumb li {

    list-style: none;
    display: inline;
    color: #aaaaaa;
    
}

ul.breadcrumb li:after
{
content: "/";
display: inline-block;
padding: 0 12px 0;
}

ul.breadcrumb a
{
font-size: 14px;
}

ul.breadcrumb li a:hover {
    text-decoration: underline;
	
}
ul.breadcrumb li:last-child:after {
    padding:0px;
	content:"";
}




.pages
{
margin: 30px auto 66px;
text-align: center;
}

.pages a, .pages strong, .pages .hide, .pages b
{
color: #125291;
transition: background-color .3s;
display: inline-block;
padding: 8px 14px;
border-radius: 6px;
text-decoration: none;
margin: 6px;
}

.pages a
{
background: #125291;
color: #FFF;
}

.pages .hide
{
color: #FFF;
}

.pages strong, a.hide_page
{
color: #c9c9c9;
font-weight: normal;
}

a.hide_page
{
color: #FFF;
}

.pages b
{
font-weight: normal;
color: #6a1a14;
background: #D9F6E4;
}

.pages a:hover
{
background: #FCF4EC;
color: #000;
}

.sitemap ul {padding:0;margin:0;list-style:none;}
.sitemap li { padding:3px 0;list-style:none;}
.sitemap ul ul{ padding: 0px 0 10px 40px;}

.sitemap ul li .name a
{
font: 22px 'Open Sans bold';
text-transform: none;
text-decoration: none;
}

.ajax
{
display: inline-block;
color: #6a1a14;
border-bottom:1px dashed #6a1a14;
cursor: pointer;
line-height: 18px;
}

.subscribe
{
text-align: center;
}

.subscribe form
{
margin:30px 0 0;
}

.subscribe .inp_1
{
display: inline-block;
}

.subscribe .send
{
padding:11px 30px;
position: relative;
top:1px;
}

/*********************/
 

 


.lightboxOverlay {
background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;

}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background: #FFF;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
/*   padding:40px; */
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  margin: 0 auto;
 width: 220px;
height:20px;
background: url(tmp/load.gif) no-repeat center;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  
}


.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;

}



a.lb-prev:before, a.lb-next:after
{
font: 40px/60px 'virtus';
top: 45%;
position: absolute;
color: #693000;
background: #FFF;
width: 50px;
height: 60px;
transition: background-color .5s linear;
border:3px solid #FFF;
}

a.lb-prev:before
{
left:-5px;
content: "\e907";
}


a.lb-next:after
{
content: "\e909";
right:-5px;
}



.lb-nav a.lb-prev:hover:before,
.lb-nav a.lb-next:hover:after
 {
  background: #D9D1C9;
  
}



.lb-dataContainer {
  margin: 0 auto;
 
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}


.lb-caption {
font-size: 14px;
line-height: 18px;
z-index: 999;
background: #FFF;
padding: 0px 10px 10px;
color: #000;
}


.image_text
{
display: block;
float: right;
width:410px;
font-size: 16px;
line-height: 24px;
}
  
 

#artkiev_load
{
display: none;
position: fixed;
z-index:2000;
border:1px solid #c9c9c9;
/* border-radius: 4px; */
padding:10px;
width: 220px;
height:40px;
/* box-shadow: inset 0px 0px 10px 0px rgba(50,50, 50, 0.3); */
left: 50%;
top: 40%;
margin: -20px 0 0 -120px; 
background: #F8F4F0 url(tmp/load.gif) no-repeat 50%;
}


.error
{
box-shadow: 0 0 5px red !important;
transition: all 0.30s ease-in-out;
}

label span, .zv
{
color: red;
font-size: 22px;
display: inline-block;
padding:0 0 0 2px;
}




#artkiev_load
{
display: none;
position: fixed;
z-index:2000;
border:1px solid #c9c9c9;
border-radius: 4px;
padding:10px;
width: 220px;
height:20px;
box-shadow: inset 0px 0px 30px 0px rgba(50,50, 50, 0.3);
left: 50%;
top: 40%;
margin: -20px 0 0 -120px; 
background: #E5E6E5 url(tmp/load.gif) no-repeat center;
}


.error
{
box-shadow: 0 0 5px red !important;
transition: all 0.3s ease-in-out;
}


.window
{
  position: fixed;
  z-index: 101;
  top: -10%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  }

 
.window:after {
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -0.05em;
  content: "";
  vertical-align: middle;
}

#window {
  position: relative;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 45px;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background: #fff;
  max-width: 700px;
  vertical-align: middle;
  border-radius: 10px;
  /* box-shadow: 0px 0px 30px 0px  rgba(21,95,168,.9); */
}
 
.locked
{
overflow: hidden;
}	
  
.close
{
position: absolute;
z-index: 102;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
cursor: pointer;
}

.close:after
{
font: 30px 'virtus';
content: "\f102";
color: #3166CE;
transition: color .3s linear;
outline:none;
}

.close:hover:after
{
color: #000;
}


.scroll_to
{
	background: rgba(102,102,102,.5);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	transition: background-color .2s linear,  bottom .2s linear;
	text-align: center;
	position:fixed;
	z-index:30;
	right: 10px;
	bottom: -150px;
	cursor: pointer;
	color: #FFF;
}

.scroll_to.scroll_up
{
	bottom: 60px;
}

.scroll_to:before
{
	font: 16px/50px 'virtus';
	content: "\f102";
}

.scroll_to:hover
{
	background: #666666;
}

.scroll_to:active:before
{
	line-height: 16px;
}



#artkiev_shadow { 
background: rgba(0,0,0,.8); 
position:fixed; left:0; top:0; bottom:0; right:0;  height:100%; width:100%; z-index:100; 
 }



#mobile_menu
{
    display: none;
    -webkit-appearance: none;
}


.iframe
{
  position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}



.text iframe
{
position: absolute;
   top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text img, .post_text img
{
max-width: 100% !important;
height: auto !important;
}

.text ul,
.text ol
{
margin:0 0 0 40px;
}

.text ul li,
.text ol li
{
margin:10px 0 15px;
}

.contact_send
{
width:300px;
margin: 0px auto;
}



@media only screen and (max-width: 1160px)
	{
	
	.content
		{
		width:960px;
		}
		
	
	nav
	{
		width:630px;
	}

	.zahvat
	{
		padding:25px;
	}
	.zahvat_right, .zahvat_left{width:100%; float: none;}
	
		.zahvat_call, .zahvat_name, .zahvat_call_me{text-align: center;}
.zahvat_img { margin:80px auto 0px; max-width:290px; width:100% }
	
	.body_left, .contact_left
	{
	width:600px;
	}
	

	}
	
	@media only screen and (max-width: 961px)
	{
		
		.content
		{
		width:100%;
		box-sizing: border-box;
		padding:0 10px;
		}
		
		.body_left, .body_right, .contact_left, .contact_right
		{
		float: none;
		padding:0 10px;
		width:auto;
		}
		
		 .contact_right
		 {
		 margin:40px 0;
		 }

		 a.logo, nav
		 {
			 float: none;
			 display: block;
			 margin: 0px auto;
		 }
		 
		 ul.top_li li
		 {
			 text-align: center;
		 }
		 
		 .content_slide 
		 {
			 box-sizing: border-box;
			 width:100%;
			 margin:0px;
			 text-align: center;
			 position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
		 }
		
	}

	@media only screen and (max-width: 769px)
		{
		
		.contact_send
		{
		width:280px;
		}
		.inp_1
		{
		width:250px;
		}
		
		}
		
		
		
		
	@media only screen and (max-width: 767px)
	{
		
		
		.iframe_block{max-width:720px;display:block;width:100%;margin:0px auto;}
		
		.text .iframe{padding:0 0 56.25%;position:relative;display:block;height:0;overflow:hidden;}
		
		.text iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}
		
		nav
	 {
		 width:100%;
		 height:auto;
	position: static;
	 }
	  
	  .mobile_menu
	  {
		  float: right;
		  display: inline-block;
		cursor: pointer;
		position: absolute;
		top: 15px;
		right: 15px;
	  }
	  
	  .mobile_menu:before {
	display: inline-block;
    font: 40px/40px 'virtus';
    color: #f57301;
    content: "\e900";
    margin: 10px 12px 5px;
	}
	
		nav ul.top_menu_ul,
		.top_work
		{	
		display: none;
		} 
		
	
	
	  nav ul li.top_menu_a div.after_menu
	  {
		  display: block;
	  }
	  
	  
	  #mobile_menu:checked + nav ul.top_menu_ul {
	
	display: block;
	  
}
	   

	  #mobile_menu:checked + nav .mobile_menu:before {
	
		color: #125291;
	  }
	
	nav UL LI.main_menu
	{
		display: block;
		border-bottom:1px solid #eae5e5;
		
	}
	
 
	nav UL LI.main_menu:first-child a.menu_n 
	{
		margin:30px 0 0;
	}
	
	nav UL LI A.menu_n, nav UL LI A.top_menu_a
	{
		font-size: 18px;
		text-transform: inherit;
		padding:0px;
	}
		
	LI.main_menu 	.fadeInUp 
	{
    -webkit-animation-name: none;
    animation-name: none;
	}
	
	nav ul li .after_menu
	{
		position:static;
		margin:0px;
	}
	
	nav ul li .after_menu_content
	{
		background: transparent;
		box-shadow: none;
	}
	
	nav ul li .after_menu,
	.contact_info,
	.contact_form
	{
		width:100%;
		float: none;
	}
		
	nav ul li ul li a
	{
		color: #FFF;
		font-size: 16px;
		padding:5px 0;
	}
	
	nav ul li ul li
	{
		padding:3px;
		text-align: center;
	}
	
nav ul.top_menu_ul li.top_menu_a:hover .after_menu
{
display: block;
}
		
	}
	
	@media only screen and (max-width: 570px)
		{
			.img_right, .img_left
				{
				display: block;
				width:300px;
				margin: 0px auto;
				float: none;
				}
		}
		
	@media only screen and (max-width: 500px)
		{
		
	.slide_name
	{
		font-size: 26px;
		line-height: 32px;
	}
		
		}
	
	
	@media only screen and (max-width: 360px)
		{

		.body_left, .body_right, .contact_left, .contact_right
		{
		padding:0px;
		}

		}

		
	
.animated, #window, #artkiev_shadow, .error {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInUp {
  from {
    /* opacity: .7; */
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  to {
   /*  opacity: 1; */
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    /* opacity: .7; */
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  to {
    /* opacity: 1; */
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}


@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}


@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}



.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}




.animate0{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}   






.animate1{
   	-webkit-animation-duration: .8s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .8s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .8s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .8s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate2{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate3{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}   

.animate4{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .8s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}  

.animate5{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}    

.animate6{
	animation-duration: .8s;
	animation-delay: 1.4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 