/* Template Options */

/*
	--//-- 1. Color Options --//--
	- Template color - e47839;
	- Body Background - ffffff;
	- Main content color - 434449;
	- Headings color - 232429;
	- Header Background - ffffff;
	- Header Text Color (Menu) - 434449;
	- Submenu Background - 232429;
	- Submenu Text Color - 737479;
	- Footer (SideArea) Background - 232429;
	- Footer (SideArea) Text Color - 737479;

	--//-- 2. Theme Font --//--
	- Main font - PT Sans;
	- Headings font - Roboto;
	- Content font weight - 400;
	- Content font size - 15px;
	- Content line height - 22px;
*/

h1, h1 span, h1 a,
h2, h2 span, h2 a,
h3, h3 span, h3 a,
h4, h4 span, h4 a,
h5, h5 span, h5 a,
.countdown-amount,
.strip_template .strip-item a span,
.column1 .item_title a {
	font-family: 'Roboto', sans-serif; /* Headings font */
}

body,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
.comment-form p.form-allowed-tags code,
h6, h6 span, h6 a,
.price_item_cost h1,
.price_item_cost h1 span,
.fs_title_wrapper h3 {
	font-family: 'PT Sans', sans-serif; /* Main font */
}

body {
	color:#434449; /* Main content color */
	line-height:22px; /* Content line height */
	/*8font-size:15px;*//* Content font size */
	font-weight:400; /* Content font weight */
	background:#ffffff; /* Body Background */
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	color:#434449; /* Main content color */
}

a {
	color:#a0841c; /* Template color */
}

a:hover,
a:focus {
	color:#434449; /* Main content color */
}

::selection {
	background:#e47839; /* Template color */
	color:#ffffff;
}

::-moz-selection {
	background:#e47839; /* Template color */
	color:#ffffff;
}

.color {
	color:#e47839 !important; /* Template color */
}

.colored_bg {
    background-color:#e47839;  /* Template color */
}

h1, h1 span, h1 a,
h2, h2 span, h2 a,
h3, h3 span, h3 a,
h4, h4 span, h4 a,
h5, h5 span, h5 a,
h6, h6 span, h6 a,
.countdown-amount,
.countdown-period,
.diagram_item .chart,
.blog_post_title a:hover,
.blog_content p,
.item_title a,
.shortcode_tab_item_title,
.module_iconboxes_grid.type2 .icon_title_wrap .iconbox_title {
	/*color:#232429; /* Headings color */
}

.blog_post_title:before,
.item_title a:before {
	background: #232429; /* Headings color */
}

.highlighted_colored {
	background:#e47839;  /* Template color */
}

blockquote:before,
.learn_more:after,
.learn_more:before,
.ww_footer_cats:before {
	background:#434449; /* Main content color */
}

blockquote.type2:before,
.learn_more:hover:after,
.learn_more:hover:before {
	background:#e47839;  /* Template color */
}

.footer,
.sidebar_area {
	background: #232429; /* Footer (SideArea) Background */
	color: #737479; /* Footer (SideArea) Text Color */
}

.pre_footer .widget_contacts ul.social_icons li a {
	color: #737479; /* Footer (SideArea) Text Color */
}

.pre_footer .widget_contacts ul.social_icons li a:hover {
	color: #e47839;  /* Template color */
}

.footer a,
.sidebar_area a,
.footer h6,
.sidebar_area h6 {
	color: #737479; /* Footer (SideArea) Text Color */
}

.footer a:hover,
.sidebar_area a:hover {
	color: #e47839;  /* Template color */
}

/* Logo Size */
.logo_sect img {
	width:100px;
	/*height:26px;*/
}

.brand_title {
	font-size :9px;
	
}

.main_header {
	/*background: #ffffff; *//* Header Background */
	background:#4c5a67;
}

.fixed_show.small_sticky .main_header,
.page_with_abs_header.fixed_show.small_sticky .main_header {
	/*background:#f2f1f9e8 ; *//* Header Background (rgba) */
}

.page_with_abs_header .main_header,
.page_with_abs_header.fixed_show .main_header {
	background:#4c5a67; /* Header Background (rgba) */
}

header nav ul.menu > li > a,
.lang_selector .language_list li a,
.lang_selector a,
.top_search form input[type="text"] {
	color: #434449; /* Header Text Color (Menu) */
}

header nav ul.menu > li > a:before,
.lang_selector:before {
	background: #434449; /* Header Text Color (Menu) */
}

header nav ul.menu .sub-nav,
header nav ul.menu .sub-nav:after {
	background: #2c3f52; /* Submenu Background */
}

header nav ul.sub-menu li a {
	color: #737479; /* Submenu Text Color */
}

.top_search.ct-search-open form input[type="text"]:focus::-webkit-input-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.top_search.ct-search-open form input[type="text"]:focus:-moz-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.top_search.ct-search-open form input[type="text"]:focus::-moz-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.top_search.ct-search-open form input[type="text"]:focus:-ms-input-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.top_search.ct-search-open form input[type="text"]:-ms-input-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

/* Transparent Sticky Header */
.page_with_abs_header.small_sticky header nav ul.menu > li > a,
.page_with_abs_header.small_sticky .lang_selector .language_list li a,
.page_with_abs_header.small_sticky .lang_selector a {
	/*color: #434449;*/ /* Header Text Color (Menu) */
}

.page_with_abs_header.small_sticky header nav ul.menu > li > a:before,
.page_with_abs_header.small_sticky .lang_selector:before {
	/*background: #434449; *//* Header Text Color (Menu) */
}

.page_with_abs_header.small_sticky .top_search.ct-search-open form input[type="text"]:focus::-webkit-input-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.page_with_abs_header.small_sticky .top_search.ct-search-open form input[type="text"]:focus:-moz-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.page_with_abs_header.small_sticky .top_search.ct-search-open form input[type="text"]:focus::-moz-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.page_with_abs_header.small_sticky .top_search.ct-search-open form input[type="text"]:focus:-ms-input-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.page_with_abs_header.small_sticky .top_search.ct-search-open form input[type="text"]:-ms-input-placeholder {
	color: #434449 !important; /* Header Text Color (Menu) */
}

.page_with_abs_header.small_sticky .top_search form input[type="text"] {
	color: #434449; /* Header Text Color (Menu) */
}

.back2top:hover {
	background:#e47839; /* Template color */
}

ul.social_icons li a,
.filter_navigation ul li ul li a {
	color: #434449; /* Main content color */
}

.module_iconboxes_grid.type2 .shortcode_iconbox .iconbox_body,
.module_iconboxes_grid.type2 .shortcode_iconbox .iconbox_body p {
	color: #4c1f1f !important; /* Main content color */
}

.filter_navigation ul li ul li a:before {
	background: #434449; /* Main content color */
}

.shortcode_button.btn_type1 {
	background: #e47839;  /* Template color */
	border-color:#e47839;  /* Template color */
}

.shortcode_button.btn_type2 {
	border-color:#434449; /* Main content color */
	color: #434449; /* Main content color */
}

.shortcode_button:hover {
	border-color: #434449; /* Main content color */
	background: #434449; /* Main content color */
}

h6.shortcode_accordion_item_title,
h6.shortcode_toggles_item_title {
	color: #434449; /* Main content color */
}

h6.shortcode_accordion_item_title .ico:before,
h6.shortcode_accordion_item_title .ico:after,
h6.shortcode_toggles_item_title .ico:before,
h6.shortcode_toggles_item_title .ico:after,
.module_iconboxes_grid.type2 .icon_title_wrap:before {
	background: #e47839; /* Main content color */
}

.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a,
.recent_posts_content > a,
.widget_contacts.type1 .widget_contacts_value > a,
.widget_contacts.type2 a,
.learn_more,
.ww_footer_cats a,
.ww_footer_cats a:after {
	color: #434449; /* Main content color */
}

.sidepanel a:hover,
.sidepanel li.current-menu-item a,
.widget_contacts.type1 .widget_contacts_value > a:hover,
.stat_count,
.widget_contacts.type2 a:hover,
.learn_more:hover,
a:hover .iconbox_title,
.list_of_works ul li h6 a:hover,
.popular .price_item_title h6,
.listing_meta a:hover,
.ww_footer_cats a:hover,
.item_title_block > a:hover,
.item_title a:hover,
.active_hover .item_title a,
.info_module a:hover h5,
.img_block .item_title_block .item_title a:hover {
	color:#e47839;  /* Template color */
}

.tagcloud a,
.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p,
.info_module a p {
	color: #434449 !important; /* Main content color */
}

.coming_soon_form input[type="button"],
.coming_soon_form input[type="reset"],
.coming_soon_form input[type="submit"] {
	background: #e47839;  /* Template color */
	border-color: #e47839;  /* Template color */
}

.instagram_module_title:after,
.comment-reply-link:after {
	background: #434449; /* Main content color */
}

.shortcode_tab_item_title {
	background:#ffff7; /* Body Background */
}

.module_iconboxes_grid.type2 .iconbox_wrapper ,
.post_share_block .fleft a {
	/*background: #e47839; */ /* Template color */
}

.pagerblock li a,
.pagerblock li span,
.comment-reply-link {
	color: #434449; /* Main content color */
}

.pagerblock li a:hover,
.pagerblock li a:focus,
.single_meta .gallery_likes:hover,
.single_meta .gallery_likes.already_liked,
.comment_info a:hover {
	color: #e47839;  /* Template color */
}

/* Mobile Menu */
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
	background-color: #ffffff; /* Headings color */
}
.mobile_menu_wrapper {
	background:#424344f2; /* Footer (SideArea) Background */
}
.mobile_menu_wrapper a {
	color:#737479; /* Footer (SideArea) Text Color */
}
.mobile_menu_wrapper a:hover,
.mobile_menu_wrapper .current-menu-parent > a,
.mobile_menu_wrapper .current-menu-ancestor > a,
.mobile_menu_wrapper .current-menu-item > a {
	color:#e47839;  /* Template color */
}

.preloader_block {
	background:#ffffff; /* Body Background */
}

.site_preloader .dot:after,
.site_preloader .dot .first {
	background: #434449; /* Main content color */
}

.site_preloader .dot .first {
	background: #434449; /* Main content color */
}




/* ==================================================
Font-Face Icons
================================================== */

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"]:before, [class*=" font-"]:before {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"],
[class*=" font-"]{
	display:inline-block;
	line-height:1em;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="font-icon-"] {
*/
.font-icon-zoom-out, .font-icon-zoom-in, .font-icon-wrench, .font-icon-waves, .font-icon-warning, .font-icon-volume-up, .font-icon-volume-off, .font-icon-volume-down, .font-icon-viewport, .font-icon-user, .font-icon-user-border, .font-icon-upload, .font-icon-upload-2, .font-icon-unlock, .font-icon-underline, .font-icon-tint, .font-icon-time, .font-icon-text, .font-icon-text-width, .font-icon-text-height, .font-icon-tags, .font-icon-tag, .font-icon-table, .font-icon-strikethrough, .font-icon-stop, .font-icon-step-forward, .font-icon-step-backward, .font-icon-stars, .font-icon-star, .font-icon-star-line, .font-icon-star-half, .font-icon-sort, .font-icon-sort-up, .font-icon-sort-down, .font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-sitemap, .font-icon-signout, .font-icon-signin, .font-icon-signal, .font-icon-shopping-cart, .font-icon-search, .font-icon-rss, .font-icon-road, .font-icon-retweet, .font-icon-resize-vertical, .font-icon-resize-vertical-2, .font-icon-resize-small, .font-icon-resize-horizontal, .font-icon-resize-horizontal-2, .font-icon-resize-fullscreen, .font-icon-resize-full, .font-icon-repeat, .font-icon-reorder, .font-icon-remove, .font-icon-remove-sign, .font-icon-remove-circle, .font-icon-read-more, .font-icon-random, .font-icon-question-sign, .font-icon-pushpin, .font-icon-pushpin-2, .font-icon-print, .font-icon-plus, .font-icon-plus-sign, .font-icon-play, .font-icon-picture, .font-icon-phone, .font-icon-phone-sign, .font-icon-phone-boxed, .font-icon-pause, .font-icon-paste, .font-icon-paper-clip, .font-icon-ok, .font-icon-ok-sign, .font-icon-ok-circle, .font-icon-music, .font-icon-move, .font-icon-money, .font-icon-minus, .font-icon-minus-sign, .font-icon-map, .font-icon-map-marker, .font-icon-map-marker-2, .font-icon-magnet, .font-icon-magic, .font-icon-lock, .font-icon-list, .font-icon-list-3, .font-icon-list-2, .font-icon-link, .font-icon-layer, .font-icon-key, .font-icon-italic, .font-icon-info, .font-icon-indent-right, .font-icon-indent-left, .font-icon-inbox, .font-icon-inbox-empty, .font-icon-home, .font-icon-heart, .font-icon-heart-line, .font-icon-headphones, .font-icon-headphones-line, .font-icon-headphones-line-2, .font-icon-headphones-2, .font-icon-hdd, .font-icon-group, .font-icon-grid, .font-icon-grid-large, .font-icon-globe_line, .font-icon-glass, .font-icon-glass_2, .font-icon-gift, .font-icon-forward, .font-icon-font, .font-icon-folder-open, .font-icon-folder-close, .font-icon-flag, .font-icon-fire, .font-icon-film, .font-icon-file, .font-icon-file-empty, .font-icon-fast-forward, .font-icon-fast-backward, .font-icon-facetime, .font-icon-eye, .font-icon-eye_disable, .font-icon-expand-view, .font-icon-expand-view-3, .font-icon-expand-view-2, .font-icon-expand-vertical, .font-icon-expand-horizontal, .font-icon-exclamation, .font-icon-email, .font-icon-email_2, .font-icon-eject, .font-icon-edit, .font-icon-edit-check, .font-icon-download, .font-icon-download_2, .font-icon-dashboard, .font-icon-credit-card, .font-icon-copy, .font-icon-comments, .font-icon-comments-line, .font-icon-comment, .font-icon-comment-line, .font-icon-columns, .font-icon-columns-2, .font-icon-cogs, .font-icon-cog, .font-icon-cloud, .font-icon-check, .font-icon-check-empty, .font-icon-certificate, .font-icon-camera, .font-icon-calendar, .font-icon-bullhorn, .font-icon-briefcase, .font-icon-bookmark, .font-icon-book, .font-icon-bolt, .font-icon-bold, .font-icon-blockquote, .font-icon-bell, .font-icon-beaker, .font-icon-barcode, .font-icon-ban-circle, .font-icon-ban-chart, .font-icon-ban-chart-2, .font-icon-backward, .font-icon-asterisk, .font-icon-arrow-simple-up, .font-icon-arrow-simple-up-circle, .font-icon-arrow-simple-right, .font-icon-arrow-simple-right-circle, .font-icon-arrow-simple-left, .font-icon-arrow-simple-left-circle, .font-icon-arrow-simple-down, .font-icon-arrow-simple-down-circle, .font-icon-arrow-round-up, .font-icon-arrow-round-up-circle, .font-icon-arrow-round-right, .font-icon-arrow-round-right-circle, .font-icon-arrow-round-left, .font-icon-arrow-round-left-circle, .font-icon-arrow-round-down, .font-icon-arrow-round-down-circle, .font-icon-arrow-light-up, .font-icon-arrow-light-round-up, .font-icon-arrow-light-round-up-circle, .font-icon-arrow-light-round-right, .font-icon-arrow-light-round-right-circle, .font-icon-arrow-light-round-left, .font-icon-arrow-light-round-left-circle, .font-icon-arrow-light-round-down, .font-icon-arrow-light-round-down-circle, .font-icon-arrow-light-right, .font-icon-arrow-light-left, .font-icon-arrow-light-down, .font-icon-align-right, .font-icon-align-left, .font-icon-align-justify, .font-icon-align-center, .font-icon-adjust {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.fa {
	margin : 0 5px;
}
.font-icon-zoom-out:before {
	content: "\e000";
}
.font-icon-zoom-in:before {
	content: "\e001";
}
.font-icon-wrench:before {
	content: "\e002";
}
.font-icon-waves:before {
	content: "\e003";
}
.font-icon-warning:before {
	content: "\e004";
}
.font-icon-volume-up:before {
	content: "\e005";
}
.font-icon-volume-off:before {
	content: "\e006";
}
.font-icon-volume-down:before {
	content: "\e007";
}
.font-icon-viewport:before {
	content: "\e008";
}
.font-icon-user:before {
	content: "\e009";
}
.font-icon-user-border:before {
	content: "\e00a";
}
.font-icon-upload:before {
	content: "\e00b";
}
.font-icon-upload-2:before {
	content: "\e00c";
}
.font-icon-unlock:before {
	content: "\e00d";
}
.font-icon-underline:before {
	content: "\e00e";
}
.font-icon-tint:before {
	content: "\e00f";
}
.font-icon-time:before {
	content: "\e010";
}
.font-icon-text:before {
	content: "\e011";
}
.font-icon-text-width:before {
	content: "\e012";
}
.font-icon-text-height:before {
	content: "\e013";
}
.font-icon-tags:before {
	content: "\e014";
}
.font-icon-tag:before {
	content: "\e015";
}
.font-icon-table:before {
	content: "\e016";
}
.font-icon-strikethrough:before {
	content: "\e017";
}
.font-icon-stop:before {
	content: "\e018";
}
.font-icon-step-forward:before {
	content: "\e019";
}
.font-icon-step-backward:before {
	content: "\e01a";
}
.font-icon-stars:before {
	content: "\e01b";
}
.font-icon-star:before {
	content: "\e01c";
}
.font-icon-star-line:before {
	content: "\e01d";
}
.font-icon-star-half:before {
	content: "\e01e";
}
.font-icon-sort:before {
	content: "\e01f";
}
.font-icon-sort-up:before {
	content: "\e020";
}
.font-icon-sort-down:before {
	content: "\e021";
}
.font-icon-social-zerply:before {
	content: "\e022";
}
.font-icon-social-youtube:before {
	content: "\e023";
}
.font-icon-social-yelp:before {
	content: "\e024";
}
.font-icon-social-yahoo:before {
	content: "\e025";
}
.font-icon-social-wordpress:before {
	content: "\e026";
}
.font-icon-social-virb:before {
	content: "\e027";
}
.font-icon-social-vimeo:before {
	content: "\e028";
}
.font-icon-social-viddler:before {
	content: "\e029";
}
.font-icon-social-twitter:before {
	content: "\e02a";
}
.font-icon-social-tumblr:before {
	content: "\e02b";
}
.font-icon-social-stumbleupon:before {
	content: "\e02c";
}
.font-icon-social-soundcloud:before {
	content: "\e02d";
}
.font-icon-social-skype:before {
	content: "\e02e";
}
.font-icon-social-share-this:before {
	content: "\e02f";
}
.font-icon-social-quora:before {
	content: "\e030";
}
.font-icon-social-pinterest:before {
	content: "\e031";
}
.font-icon-social-photobucket:before {
	content: "\e032";
}
.font-icon-social-paypal:before {
	content: "\e033";
}
.font-icon-social-myspace:before {
	content: "\e034";
}
.font-icon-social-linkedin:before {
	content: "\e035";
}
.font-icon-social-last-fm:before {
	content: "\e036";
}
.font-icon-social-grooveshark:before {
	content: "\e037";
}
.font-icon-social-google-plus:before {
	content: "\e038";
}
.font-icon-social-github:before {
	content: "\e039";
}
.font-icon-social-forrst:before {
	content: "\e03a";
}
.font-icon-social-flickr:before {
	content: "\e03b";
}
.font-icon-social-facebook:before {
	content: "\e03c";
}
.font-icon-social-evernote:before {
	content: "\e03d";
}
.font-icon-social-envato:before {
	content: "\e03e";
}
.font-icon-social-email:before {
	content: "\e03f";
}
.font-icon-social-dribbble:before {
	content: "\e040";
}
.font-icon-social-digg:before {
	content: "\e041";
}
.font-icon-social-deviant-art:before {
	content: "\e042";
}
.font-icon-social-blogger:before {
	content: "\e043";
}
.font-icon-social-behance:before {
	content: "\e044";
}
.font-icon-social-bebo:before {
	content: "\e045";
}
.font-icon-social-addthis:before {
	content: "\e046";
}
.font-icon-social-500px:before {
	content: "\e047";
}
.font-icon-sitemap:before {
	content: "\e048";
}
.font-icon-signout:before {
	content: "\e049";
}
.font-icon-signin:before {
	content: "\e04a";
}
.font-icon-signal:before {
	content: "\e04b";
}
.font-icon-shopping-cart:before {
	content: "\e04c";
}
.font-icon-search:before {
	content: "\e04d";
}
.font-icon-rss:before {
	content: "\e04e";
}
.font-icon-road:before {
	content: "\e04f";
}
.font-icon-retweet:before {
	content: "\e050";
}
.font-icon-resize-vertical:before {
	content: "\e051";
}
.font-icon-resize-vertical-2:before {
	content: "\e052";
}
.font-icon-resize-small:before {
	content: "\e053";
}
.font-icon-resize-horizontal:before {
	content: "\e054";
}
.font-icon-resize-horizontal-2:before {
	content: "\e055";
}
.font-icon-resize-fullscreen:before {
	content: "\e056";
}
.font-icon-resize-full:before {
	content: "\e057";
}
.font-icon-repeat:before {
	content: "\e058";
}
.font-icon-reorder:before {
	content: "\e059";
}
.font-icon-remove:before {
	content: "\e05a";
}
.font-icon-remove-sign:before {
	content: "\e05b";
}
.font-icon-remove-circle:before {
	content: "\e05c";
}
.font-icon-read-more:before {
	content: "\e05d";
}
.font-icon-random:before {
	content: "\e05e";
}
.font-icon-question-sign:before {
	content: "\e05f";
}
.font-icon-pushpin:before {
	content: "\e060";
}
.font-icon-pushpin-2:before {
	content: "\e061";
}
.font-icon-print:before {
	content: "\e062";
}
.font-icon-plus:before {
	content: "\e063";
}
.font-icon-plus-sign:before {
	content: "\e064";
}
.font-icon-play:before {
	content: "\e065";
}
.font-icon-picture:before {
	content: "\e066";
}
.font-icon-phone:before {
	content: "\e067";
}
.font-icon-phone-sign:before {
	content: "\e068";
}
.font-icon-phone-boxed:before {
	content: "\e069";
}
.font-icon-pause:before {
	content: "\e06a";
}
.font-icon-paste:before {
	content: "\e06b";
}
.font-icon-paper-clip:before {
	content: "\e06c";
}
.font-icon-ok:before {
	content: "\e06d";
}
.font-icon-ok-sign:before {
	content: "\e06e";
}
.font-icon-ok-circle:before {
	content: "\e06f";
}
.font-icon-music:before {
	content: "\e070";
}
.font-icon-move:before {
	content: "\e071";
}
.font-icon-money:before {
	content: "\e072";
}
.font-icon-minus:before {
	content: "\e073";
}
.font-icon-minus-sign:before {
	content: "\e074";
}
.font-icon-map:before {
	content: "\e075";
}
.font-icon-map-marker:before {
	content: "\e076";
}
.font-icon-map-marker-2:before {
	content: "\e077";
}
.font-icon-magnet:before {
	content: "\e078";
}
.font-icon-magic:before {
	content: "\e079";
}
.font-icon-lock:before {
	content: "\e07a";
}
.font-icon-list:before {
	content: "\e07b";
}
.font-icon-list-3:before {
	content: "\e07c";
}
.font-icon-list-2:before {
	content: "\e07d";
}
.font-icon-link:before {
	content: "\e07e";
}
.font-icon-layer:before {
	content: "\e07f";
}
.font-icon-key:before {
	content: "\e080";
}
.font-icon-italic:before {
	content: "\e081";
}
.font-icon-info:before {
	content: "\e082";
}
.font-icon-indent-right:before {
	content: "\e083";
}
.font-icon-indent-left:before {
	content: "\e084";
}
.font-icon-inbox:before {
	content: "\e085";
}
.font-icon-inbox-empty:before {
	content: "\e086";
}
.font-icon-home:before {
	content: "\e087";
}
.font-icon-heart:before {
	content: "\e088";
}
.font-icon-heart-line:before {
	content: "\e089";
}
.font-icon-headphones:before {
	content: "\e08a";
}
.font-icon-headphones-line:before {
	content: "\e08b";
}
.font-icon-headphones-line-2:before {
	content: "\e08c";
}
.font-icon-headphones-2:before {
	content: "\e08d";
}
.font-icon-hdd:before {
	content: "\e08e";
}
.font-icon-group:before {
	content: "\e08f";
}
.font-icon-grid:before {
	content: "\e090";
}
.font-icon-grid-large:before {
	content: "\e091";
}
.font-icon-globe_line:before {
	content: "\e092";
}
.font-icon-glass:before {
	content: "\e093";
}
.font-icon-glass_2:before {
	content: "\e094";
}
.font-icon-gift:before {
	content: "\e095";
}
.font-icon-forward:before {
	content: "\e096";
}
.font-icon-font:before {
	content: "\e097";
}
.font-icon-folder-open:before {
	content: "\e098";
}
.font-icon-folder-close:before {
	content: "\e099";
}
.font-icon-flag:before {
	content: "\e09a";
}
.font-icon-fire:before {
	content: "\e09b";
}
.font-icon-film:before {
	content: "\e09c";
}
.font-icon-file:before {
	content: "\e09d";
}
.font-icon-file-empty:before {
	content: "\e09e";
}
.font-icon-fast-forward:before {
	content: "\e09f";
}
.font-icon-fast-backward:before {
	content: "\e0a0";
}
.font-icon-facetime:before {
	content: "\e0a1";
}
.font-icon-eye:before {
	content: "\e0a2";
}
.font-icon-eye_disable:before {
	content: "\e0a3";
}
.font-icon-expand-view:before {
	content: "\e0a4";
}
.font-icon-expand-view-3:before {
	content: "\e0a5";
}
.font-icon-expand-view-2:before {
	content: "\e0a6";
}
.font-icon-expand-vertical:before {
	content: "\e0a7";
}
.font-icon-expand-horizontal:before {
	content: "\e0a8";
}
.font-icon-exclamation:before {
	content: "\e0a9";
}
.font-icon-email:before {
	content: "\e0aa";
}
.font-icon-email_2:before {
	content: "\e0ab";
}
.font-icon-eject:before {
	content: "\e0ac";
}
.font-icon-edit:before {
	content: "\e0ad";
}
.font-icon-edit-check:before {
	content: "\e0ae";
}
.font-icon-download:before {
	content: "\e0af";
}
.font-icon-download_2:before {
	content: "\e0b0";
}
.font-icon-dashboard:before {
	content: "\e0b1";
}
.font-icon-credit-card:before {
	content: "\e0b2";
}
.font-icon-copy:before {
	content: "\e0b3";
}
.font-icon-comments:before {
	content: "\e0b4";
}
.font-icon-comments-line:before {
	content: "\e0b5";
}
.font-icon-comment:before {
	content: "\e0b6";
}
.font-icon-comment-line:before {
	content: "\e0b7";
}
.font-icon-columns:before {
	content: "\e0b8";
}
.font-icon-columns-2:before {
	content: "\e0b9";
}
.font-icon-cogs:before {
	content: "\e0ba";
}
.font-icon-cog:before {
	content: "\e0bb";
}
.font-icon-cloud:before {
	content: "\e0bc";
}
.font-icon-check:before {
	content: "\e0bd";
}
.font-icon-check-empty:before {
	content: "\e0be";
}
.font-icon-certificate:before {
	content: "\e0bf";
}
.font-icon-camera:before {
	content: "\e0c0";
}
.font-icon-calendar:before {
	content: "\e0c1";
}
.font-icon-bullhorn:before {
	content: "\e0c2";
}
.font-icon-briefcase:before {
	content: "\e0c3";
}
.font-icon-bookmark:before {
	content: "\e0c4";
}
.font-icon-book:before {
	content: "\e0c5";
}
.font-icon-bolt:before {
	content: "\e0c6";
}
.font-icon-bold:before {
	content: "\e0c7";
}
.font-icon-blockquote:before {
	content: "\e0c8";
}
.font-icon-bell:before {
	content: "\e0c9";
}
.font-icon-beaker:before {
	content: "\e0ca";
}
.font-icon-barcode:before {
	content: "\e0cb";
}
.font-icon-ban-circle:before {
	content: "\e0cc";
}
.font-icon-ban-chart:before {
	content: "\e0cd";
}
.font-icon-ban-chart-2:before {
	content: "\e0ce";
}
.font-icon-backward:before {
	content: "\e0cf";
}
.font-icon-asterisk:before {
	content: "\e0d0";
}
.font-icon-arrow-simple-up:before {
	content: "\e0d1";
}
.font-icon-arrow-simple-up-circle:before {
	content: "\e0d2";
}
.font-icon-arrow-simple-right:before {
	content: "\e0d3";
}
.font-icon-arrow-simple-right-circle:before {
	content: "\e0d4";
}
.font-icon-arrow-simple-left:before {
	content: "\e0d5";
}
.font-icon-arrow-simple-left-circle:before {
	content: "\e0d6";
}
.font-icon-arrow-simple-down:before {
	content: "\e0d7";
}
.font-icon-arrow-simple-down-circle:before {
	content: "\e0d8";
}
.font-icon-arrow-round-up:before {
	content: "\e0d9";
}
.font-icon-arrow-round-up-circle:before {
	content: "\e0da";
}
.font-icon-arrow-round-right:before {
	content: "\e0db";
}
.font-icon-arrow-round-right-circle:before {
	content: "\e0dc";
}
.font-icon-arrow-round-left:before {
	content: "\e0dd";
}
.font-icon-arrow-round-left-circle:before {
	content: "\e0de";
}
.font-icon-arrow-round-down:before {
	content: "\e0df";
}
.font-icon-arrow-round-down-circle:before {
	content: "\e0e0";
}
.font-icon-arrow-light-up:before {
	content: "\e0e1";
}
.font-icon-arrow-light-round-up:before {
	content: "\e0e2";
}
.font-icon-arrow-light-round-up-circle:before {
	content: "\e0e3";
}
.font-icon-arrow-light-round-right:before {
	content: "\e0e4";
}
.font-icon-arrow-light-round-right-circle:before {
	content: "\e0e5";
}
.font-icon-arrow-light-round-left:before {
	content: "\e0e6";
}
.font-icon-arrow-light-round-left-circle:before {
	content: "\e0e7";
}
.font-icon-arrow-light-round-down:before {
	content: "\e0e8";
}
.font-icon-arrow-light-round-down-circle:before {
	content: "\e0e9";
}
.font-icon-arrow-light-right:before {
	content: "\e0ea";
}
.font-icon-arrow-light-left:before {
	content: "\e0eb";
}
.font-icon-arrow-light-down:before {
	content: "\e0ec";
}
.font-icon-align-right:before {
	content: "\e0ed";
}
.font-icon-align-left:before {
	content: "\e0ee";
}
.font-icon-align-justify:before {
	content: "\e0ef";
}
.font-icon-align-center:before {
	content: "\e0f0";
}
.font-icon-adjust:before {
	content: "\e0f1";
}







/*
[Master Stylesheet]
Project: Etudes

[Table of contents]
1. Font Awesome
2. Header
3. Content
4. Typography
5. Modules
6. Widgets
7. Footer

/* Font Awesome */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

body {
	padding:0;
	margin:0;
	opacity: 0;
	transition: margin 500ms;
	-webkit-transition: margin 500ms;
	overflow-x:hidden !important;
	position: relative;
}

html {
	transition: margin 500ms;
	-webkit-transition: margin 500ms;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

a,
a:hover,
a:focus {
	text-decoration:none;
	outline:none !important;
}

p a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

img {
	vertical-align:top;
	outline:none !important;
	max-width:100%;
	height:auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/*margin:0  10px 0 0;*/
	top : 30px ;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear {
	clear:both;
	height:0;
	font-size:0
}


/* T I T L E */

.info {
	margin : 50px 15px;
	font-size: 19px;
}

.info1 {
	text-align : center;
     margin : 50px 10px;
	 font-size: 21px
}


/* H E A D E R */
.white_logo,
.page_with_abs_header .dark_logo,
.page_with_abs_header.small_sticky .white_logo,
.global_count_wrapper.dark_bg .dark_logo {
	display: none;
}

.page_with_abs_header .white_logo,
.page_with_abs_header.small_sticky .dark_logo,
.global_count_wrapper.dark_bg .white_logo {
	display: block;
}

.main_header {
	position:relative;
	width: 100%;
	z-index:500;
	transition: background-color 400ms;
	-webkit-transition: background-color 400ms;
}

.header_parent_wrap {
	padding: 15px 20px;
	position: relative;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.small_sticky .header_parent_wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.page_with_abs_header .header_holder {
	display: none !important;
}

.header_holder {
	display: none;
}

.fixed_show .header_holder {
	display: block;
}

.page_with_abs_header .main_header {
	position: absolute;
}

.fixed_show .main_header,
.page_with_abs_header.fixed_show .main_header {
	position: fixed;
	left: 0;
	top: 0;
	transition: left 500ms, background-color 400ms;
	-webkit-transition: left 500ms, background-color 400ms;
}

.logo_sect {
	float: left;
    width: 10rem;
   
}

.logo_sect .logo {
	display: block;
}

header nav,
.lang_selector,
.open_sidebar_area,
.top_search {
	display: inline-block;
	vertical-align: top;
}

header nav.hide_nav {
	display: none !important;
}

header nav ul.menu {
	font-size: 0;
	line-height: 0;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul li {
	padding: 0;
	margin: 0;
}

header nav ul.menu > li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	z-index:5;
	margin-right: 10px;
}

header nav ul.menu > li:last-child {
	margin-right: 23px;
}

header nav ul.menu > li > a {
	font-size: 13px;
	line-height: 26px;
	padding: 0 3px;
	font-weight: 400;
	display: block;
	position: relative;
	background: none;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	text-transform: uppercase;
}

header nav ul.menu > li > a:before {
	position: absolute;
	top: 60px;
	height: 1px;
	left: 20%;
	width: 0;
	content: '';
	transform:translateY(-50%);
	-webkit-transition: width 400ms, left 400ms;
	margin-top: 0;
	transform:translateZ(0);
	-webkit-transform:translateZ(0);
	-webkit-transform:translateY(-50%);
	transition: width 400ms, left 400ms;
}

.tls{
	/*width: 100%;*/
    display: inline-block;
    top: 100px;
    /*margin: 15px 15px 15px 15px;*/
	color: #889cad;
	list-style: none;
    margin-left: 30px;
}

.tls li {
	font-size : 18px;
}


/*==============/
      mine     /
	=========*/
	
/*main menu*/

.top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 20rem;
}

.log_text {
	position: relative;
    left: -10px;
    top: -30px;
    color: #889cad;
    font-size: 12px;
    margin-left: -80px;
    margin-top: 60px;
	}

.menu-text {
    text-align: center;
	display: inline-block;
    overflow: hidden;
	width: 130px;
}

.top-menu-link {
    padding: 0.5rem 0;
   
    color: var(--main-color);
    text-transform: uppercase;
    transition: all 1s;
	display: block;
    padding: 10px;
}

.menu-text, .top-menu-link {
    position: relative;
    text-decoration: none;
    line-height: 24px;
}

.menu-text:before, .menu-text:after, .top-menu-link:before, .top-menu-link:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}



.menu-text:before, 
.menu-text:after {
    right: 0;
    bottom: 0;
    background: #768298;
}

.menu-text:before {
    width: 100%;
    height: 2px;
    transform: translateX(350px);
}
.menu-text:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
}


.top-menu-link:hover {
    color: #c3c3d2;
	transition: transform .5s ease;
	
}

.top-menu-link:before, .top-menu-link:after {
    left: 0;
    top: 0;
    background: #bdc4d2bd;
}

.top-menu-link:before {
    width: 100%;
    height: 2px;
    transform: translateX(100%);
}

.top-menu-link:after {
    width: 2px;
    height: 100%;
    transform: translateY(350px);
}

.menu-text:hover:before,
 .menu-text:hover:after, 
 .menu-text:hover > .top-menu-link:before,
 .menu-text:hover > .top-menu-link:after {
    transform: translate(0, 0);
}

/*.smooth{
  padding: 1em 3em;
  border: 3px solid $primaryColor;
  transition: all 300ms ease;
  box-shadow: 0px 4px 10px 2px rgba(black, 0.2);
   }
 
  .smooth:before{
    position: absolute;
    content: '';
    width: 0%; height: 100%;
    background: $primaryColor;
    top: 0;  left: auto; right: 0;
    z-index: -1;
    transition: all 300ms ease;
  }
  
  .smooth:hover{
    color: white; 
    box-shadow:none;
    &:before{
      position: absolute;
      content: '';
      width: 100%; height: 100%;
      background: $primaryColor;
      top: 0; left: 0; right: 0;
      z-index: -1;
    }
  }*/

.fixer{
	    transition: .5s;
	transition-property:background-color , background-image , background-position , background-size;
	
    transition-duration: 3s;
	
}
	
.smooth {	
text-decoration: none;
    outline: none;
    display: inline-block;
    /* padding: 12px 40px; */
    /* margin: 10px 20px; */
    /* border-radius: 30px; */
 
    background-position: 100% 0;
    background-size: 200% 200%;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-size: 24px; */
    /* font-weight: 300; */
    color: white;

  
}

.smooth:hover{
	box-shadow: 0 25px 32px 0 #373737;
  background-position: 0 0;
}

.us ,.serv , .home {
	color : #ffff;
}
#ebout , #brand{
	padding-top:10px;
}

/*=====end mine=====*/


/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
	/*text-align : center;*/
}

.accordion-group {
  	margin-bottom: 20px;
  	border: none;
}

.accordion-heading {
  	border-bottom: 0 none;
		

}

.accordion-heading :hover{
	 box-shadow: 0 0 0 0 #373737;
  background-position: 0 0;
}


.span6 {
	
margin-right: 30px;
    margin-left: 30px;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background: #E9F0F4;
	color: #323A45;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	width: 50%;
    /*text-align: center;*/
    margin: 0 300px;
	
	
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
          	border-radius: 4px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background: #F97E76;
	color: #FFFFFF;
}

.accordion-heading .accordion-toggle.active {
	background: #F97E76;
	color: #FFFFFF;
	
	-webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
          	border-radius: 4px 4px 0 0;
}

.accordion-heading .accordion-toggle.inactive {
	background: #E9F0F4;
	color: #323A45;
}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #323A45;
    font-size: 18px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color: #FFFFFF;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color: #FFFFFF;	
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
  	padding: 8px 15px 10px;
	
	border-top: none;
	border: 1px solid #E9F0F4;
	
	-webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
          	border-radius: 0 0 4px 4px;
}




*/*        brands
------------------*/

.brand img{
	
 
  /*  -webkit-filter: grayscale(100%);*/
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
   /* filter: grayscale(100%);*/
}
.brand img:hover{ 
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}


/*scroll*/

.scroll {
	width: 100%;
}

.scroll-wrap {
    display: block;
    padding: 0.5rem;
	width: 1rem;
	margin: 0 auto;
}
/*********______
google Map
*********/

@media only screen and (max-width: 720px) {

.iframe {
  width: 450px;
}
}

.iframe {
  width: 1100px;
}
/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}



#contact-us {
  background-image:url(../img/kontakt2.jpg);
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
 
 
}
.heading h2 {
	color : #ffff;
}

.heading p {
	color : #ffff;
}

.contact-form {
	

}

.font{
	background-color: #08031394;
}

.form-control {
  background-color: transparent;
  /*border-color: rgba(255,255,255,.1);*/
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.address li i{
  color: #aadcdc;
}

.address li span{
  color: aqua;
}

.contact-info ul li {
  margin-bottom: 8px;
  color: #ffff;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
  background-color: #c2c2c222;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}



.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 60px 0;
  /*border-bottom: solid 1px gray;*/
  /*background-color: #f9f9f9;*/
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*Presets*/

/*===========/
   submenu  /
==========*/

header nav ul.menu > li:hover > a:before,
header nav ul.menu > li.current-menu-ancestor > a:before,
header nav ul.menu > li.current-menu-item > a:before,
header nav ul.menu > li.current-menu-parent > a:before {
	left: 0;
	width: 100%;
}

header nav ul.menu > li.current-menu-ancestor > a:before,
header nav ul.menu > li.current-menu-item > a:before,
header nav ul.menu > li.current-menu-parent > a:before {
	margin-top: 10px !important;
}

.sub-nav:hover {
	
	
}

header nav ul.menu .sub-nav {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -100px;
	top: calc(100% + 26px) !important;
	opacity: 0 !important;
	font-size: 0;
	height: 350px;
	
	line-height: 0;
	z-index:555;
	box-shadow:0 25px 32px 0 #373737;
	visibility: hidden;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
}

.small_sticky .header_parent_wrap header nav ul.menu .sub-nav {
	top: calc(100% + 15px) !important;
}

header nav ul.menu .sub-nav:before,
header nav ul.menu .sub-nav:after {
	content: "";
	display: block;
	height: 28px;
	left: 0;
	position: absolute;
	top: -28px;
	width: 100%;
}

header nav ul.menu .sub-nav:after {
	height: 6px;
	bottom: 0;
	top: auto;
}

.small_sticky .header_parent_wrap header nav ul.menu .sub-nav:before {
	height: 17px;
	top: -17px;
}

header nav ul.menu > li:hover > .sub-nav {
	opacity: 1 !important;
	visibility: visible !important;
}

header nav ul.menu > li:hover > .sub-nav .sub-menu li > .sub-nav {
	top: -5px !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

header nav ul.menu > li:hover > .sub-nav .sub-menu li:hover > .sub-nav {
	top: -5px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

header nav ul.menu .sub-nav .sub-nav {
	top: -5px !important;
}

header nav ul.menu .sub-menu {
	padding: 5px 0 4px 0;
	width: 200px;
	display:inline-block;
	width: 250px !important;
	vertical-align:top;
	margin:0;
	position:relative;
}

header nav ul.menu > li > .sub-nav .sub-menu li > .sub-nav {
	left: 205px;
	margin: 0;
}

header nav ul.menu > li:last-child > .sub-nav .sub-menu li > .sub-nav,
header nav ul.menu > li:nth-last-child(2) > .sub-nav .sub-menu li > .sub-nav,
header nav ul.menu > li:nth-last-child(3) > .sub-nav .sub-menu li > .sub-nav {
	left: -205px;
}

header nav ul.sub-menu li {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	position: relative;
	padding: 0;
	margin:0;
}

header nav ul.sub-menu li:before,
header nav ul.sub-menu li:after {
	position: absolute;
	left: -5px;
	top: 0;
	height: 100%;
	width: 5px;
	content: '';
}

header nav ul.sub-menu li:after {
	left: auto;
	right: -5px;
}

header nav ul.sub-menu li a {
	padding: 9px 28px 11px 20px;
	display: block;
	font-weight:400;
	font-size: 14px;
	line-height: 21px;
	position:relative;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

header nav ul.sub-menu li a:before {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	height: 1px;
	background: rgba(255,255,255, 0.1);
	content: '';
}

header nav ul.sub-menu > li:hover > a,
header nav ul.sub-menu > li.current-menu-item > a,
header nav ul.sub-menu > li.current-menu-parent > a {
	color:#fff;
}

header nav ul.sub-menu li.menu-item-has-children > a:after {
	position: absolute;
	top: 9px;
	right: 20px;
	content: "\f105";
	display:inline-block;
	font-family: 'FontAwesome';
	font-weight:normal;
	font-size: 14px;
	line-height: 21px;
}

/* Language Selector */


.mobile_menu_lang{
	display: inline-block;
    margin-left: 1px;
    /* padding : 50px 0 0 0;*/
	float:right;
}

.ua{
	margin: 60px;
}

.ru{
	margin: 90px;
}

.lang_selector {
	position:relative;
	padding-left: 30px;
}

.lang_selector:before {
	position:absolute;
	left: 0;
	top: 10px;
	height: 15px;
	width: 1px;
	content: '';
	margin-top: 1px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.lang_selector.open:before {
	display: none;
}

.lang_selector .language_list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.lang_selector.open .language_list {
	display: block;
    top: 5px;
    position: RELATIVE;
}

.lang_selector.open{
	border: 1px solid #00b7c9;
	width: 100px;
}

.lang_selector .language_list li a,
.lang_selector a {
	padding: 5px;
	margin: -5px 25px 0 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 1;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.lang_selector .language_list li a:hover,
.lang_selector a:hover {
	opacity: 0.5;
}

.lang_selector.open a {
	display: none;
}

@media only screen and (max-width: 900px) {
	
	
}

/* --board--*/

.board{
	padding-top: 200px;
	padding-left:50px;
	font-size: 32px;
	 color: #dadada;
	BACKGROUND-COLOR: #29292687;
	font-family:"Lucida Console", Monaco, monospace;
	MARGIN: 0;
    PADDING-BOTTOM: 10px;
   
    MARGIN-LEFT: -100px;
    MARGIN-RIGHT: -100px;
}

.board2{

    PADDING-BOTTOM: 10px;
    padding: 50px;
    MARGIN-LEFT: -100px;
    MARGIN-RIGHT: -100px;
	font-size: 32px;
	 color: #dadada;
	BACKGROUND-COLOR: #29292687;
	font-style: oblique;
	MARGIN-bottom: 0px;
}

.contakt1{
	
    font-size: 32px;
	 color: #dadada;
	BACKGROUND-COLOR: #29292687;
	font-style: italic;
	MARGIN: 0;
    PADDING-BOTTOM: 10px;
    padding: 50px;
    MARGIN-LEFT: -100px;
    MARGIN-RIGHT: -100px;
}

.contakt2{
	MARGIN: 0;
    PADDING-BOTTOM: 10px;
    padding: 50px;
    MARGIN-LEFT: -100px;
    MARGIN-RIGHT: -100px;
    font-size: 32px;
	  color: #dadada;
	BACKGROUND-COLOR: #29292687;
	 height:800px;
	
	font-style: italic;
	
}

@media only screen and (max-width: 768px)  {
	.board{
	padding: 100px 10px 10px 150px;
    font-size: 12px;
	/* font-style: oblique;*/
	 font-family:"Lucida Console", Monaco, monospace;
     color: #dadada;
	BACKGROUND-COLOR: #29292687;
   margin-top: -50px;
}

.board2{
	padding: 50px 10px 10px 150px;
    font-size: 20px;
 color: #dadada;
	BACKGROUND-COLOR: #29292687;
    font-style: oblique;
}

.contakt1{
	padding: 50px 10px 10px 150px;
    font-size: 20px;
	font-style: italic;
	 color: #dadada;
	BACKGROUND-COLOR: #29292687;
}

.contakt2{
	padding: 50px 10px 10px 150px;
    font-size: 20px;
	height:600px;
	font-style: italic;
	 color: #dadada;
	BACKGROUND-COLOR: #29292687;
}
}

/* Sidebar Area */
.sidebar_area {
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 0;
	transition: width 500ms;
	-webkit-transition: width 500ms;
	padding: 0;
	z-index: 555;
}

.visible_sidebar_area .sidebar_area {
	width: 540px;
}

body.visible_sidebar_area {
	margin-right: 540px;
	margin-left: -540px;
}

body.visible_sidebar_area.fixed_show .main_header,
body.page_with_abs_header.visible_sidebar_area .main_header {
	left: -540px;
}

.open_sidebar_area {
	width: 11px;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}

.open_sidebar_area:after {
	width: 10px;
	height: 15px;
	position: absolute;
	left:1px;
	top: 15%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content: '';
	opacity: 1;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	background-image: url("../img/sprite.png");
	background-position: 0 -140px;
	background-repeat: no-repeat;
}

.open_sidebar_area:hover:after,
.visible_sidebar_area .open_sidebar_area:after {
	opacity: 0.5;
}

.scroll_pane_wrap {
	width: 420px;
	margin-left: 60px;
	height: calc(100% - 163px);
	overflow: auto;
}

/* jScrollPane */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
	width: 100% !important;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
}

.jspCap {
	display: none;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspCorner {
	float: left;
	height: 100%;
}

.sidebar_area .sidepanel {
	 margin-bottom: 55px;
}

.sidebar_area .sidepanel.widget_text {
	margin-bottom: 49px;
}

.sidebar_area .copyright {
	height: 68px;
	float: none !important;
	position: relative;
}

.sidebar_area .copyright span {
	position: absolute;
	left: 60px;
	top: 50%;
	width: 420px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.sidebar_area_head {
	height: 95px;
	overflow: hidden;
	position: relative;
}

.sidebar_area_head .logo_sect {
	float: none;
	padding: 26px 75px 26px 60px;
}

.sidebar_area_head .logo_sect .logo {
	display: inline-block;
	vertical-align: top;
}

.sidebar_area_head .logo_sect img {
	max-height: 43px;
	width: auto;
}

.close_sidebar_area {
	width: 30px;
	height: 25px;
	position: absolute;
	right: 60px;
	top: 32px;
	opacity: 1;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	background-image: url("../img/sprite.png");
	background-position: -18px -25px;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

.close_sidebar_area:hover {
	opacity: 0.5;
}

.visible_sidebar_area .close_sidebar_area {
	display: block;
}

ul.social_icons {
	padding:0;
	margin:0;
	list-style:none;
}

ul.social_icons li {
	padding:0 !important;
	margin:0 7px 10px 0;
	display:inline-block;
	vertical-align: top;
}

ul.social_icons li:before,
ul.social_icons li:before {
	display: none;
}

ul.social_icons li a {
	font-size:15px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	text-align: center;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 38px;
	border-style: solid;
	border-width: 1px;
	border-color: #737479;
}

.text-center ul.social_icons li:last-child {
	margin-right: 0;
}

ul.social_icons li a:hover {
	line-height: 36px;
	border-width: 2px;
}

.sidebar_area ul.social_icons li a {
	color: #737479;
	border-color: rgba(255,255,255, 0.5);
}

.sidebar_area ul.social_icons li a:hover {
	color: #fff;
}

.pre_footer .widget_contacts ul.social_icons li {
	margin-bottom: 7px;
}

.pre_footer .widget_contacts ul.social_icons li a {
	width: auto;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	line-height: 22px;
	border: none;
}

/* Top Search */
.top_search {
	position: relative;
}

.top_search form input[type="text"] {
	margin: 0 12px 0 0;
	padding: 0;
	width: 0;
	border: none;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	outline: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
}

.s_submit,
.top-icon-search {
	cursor: pointer;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 15px !important;
	height: 15px !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 15%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right: 0;
	z-index: 10;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.s_submit:hover,
.top-icon-search:hover {
	opacity: 0.5;
}

.top-icon-search {
	z-index: 90;
}

.top_search.ct-search-open .top-icon-search {
	z-index: 1;
	pointer-events: none;
}

.top_search.ct-search-open form input[type="text"] {
	width: 297px;
	margin-right: 25px;
}

.top_search form {
	width: 35px;
	margin-left: -10px;
}

.top_search.ct-search-open form {
	width: 322px;
}

/* Transparent Header */
.page_with_abs_header {
	position: relative;
}

.page_with_abs_header header nav ul.menu > li > a,
.page_with_abs_header .lang_selector .language_list li a,
.page_with_abs_header .lang_selector a {
	color: #fff;
}

.page_with_abs_header header nav ul.menu > li > a:before,
.page_with_abs_header .lang_selector:before {
	background: #fff;
}

.page_with_abs_header .open_sidebar_area:after {
	/*background-position: -49px -0px;*/
	background-position:-11px -140px;
}

.page_with_abs_header .s_submit,
.page_with_abs_header .top-icon-search {
	background-position: 0 -12px;
}

.page_with_abs_header .top_search.ct-search-open form input[type="text"]:focus::-webkit-input-placeholder {
	color: #fff !important;
}

.page_with_abs_header .top_search.ct-search-open form input[type="text"]:focus:-moz-placeholder {
	color: #fff !important;
}

.page_with_abs_header .top_search.ct-search-open form input[type="text"]:focus::-moz-placeholder {
	color: #fff !important;
}

.page_with_abs_header .top_search.ct-search-open form input[type="text"]:focus:-ms-input-placeholder {
	color: #fff !important;
}

.page_with_abs_header .top_search.ct-search-open form input[type="text"]:-ms-input-placeholder {
	color: #fff !important;
}

.page_with_abs_header .top_search form input[type="text"] {
	color: #fff;
}

/* Transparent Sticky Header */
.page_with_abs_header.small_sticky .open_sidebar_area:after {
	/*background-position: 0 -140px; */
}

.page_with_abs_header.small_sticky .s_submit,
.page_with_abs_header.small_sticky .top-icon-search {
	/*background-position: 0 0;*/
}

.tipo {
	
}

/*----spier---*/

.menu-text-spares  {
    color:#797c80;
}
.sub-menu-spares li {
	background-color:  #f9f9f9;
	  border-color: #a0a0a0;
	 border-width: 1px;
	 border-style: solid;
	 /*box-shadow:-4px 6px 6px 0px #b7ababb8;*/
}



.sub-menu-spares  li:hover {
	background-color:#ffff;
	box-shadow: none;
	-webkit-transition: all 400ms;
	 border-color: #f77123;
	  border-width: 1px;
	 border-style: solid;
}
.logo {
	line-height: 12px;	
    color: #7f7f7f;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	
	}
	.logo:hover{
		color: #f77123;
		-webkit-transition: all 800ms;
	}
	
/*.logo img:hover{
color: #f77123;
border-bottom: solid 1px;
    margin: 5px;
-webkit-transition: all 800ms;
}*/
	
	.logo img{
	padding: 1px;
	color: #fff0;
	border-bottom: solid 1px;
    margin: 5px;
	}
@media only screen and (max-width: 900px) {
	.menu-spares {
    top: 50px;
    display: inline-block;
    position: relative;
    left: 5px;
    width: 100%;
	
}
.logo {
font-size: 10px;
}
.logo img{
		width:100px;
	}
.menu-text-spares {
    
    padding: 5px 5px 5px 5px;
    margin: 0 0px 0 0;
    left: -5px;
    position: relative;
    
   
    text-align: center;
    
}
.sub-menu-spares {
    list-style: none;
    PADDING: 50px;
    DISPLAY: inline-block;
	text-align: CENTER;
	left: -10px;
    position: relative;
}
.sub-menu-spares li {
    /*padding: 5px 5px 5px 5px;*/
 
    border-color: #f1f1f1;
  
   
    margin: 0 0 10px 0;
    
    position: relative;
    left: 10px;
    height: 120px;
    width: calc(50% - 12px);
    DISPLAY: INLINE-flex;
    margin: 5px;
	FONT-SIZE: 13px;
}
}

@media only screen and (min-width: 901px) {
	
	
	.menu-spares {
		top: 150px;
		display: inline-block;
        position: relative;
        left: 5px;
        width: 100%;
		height:500px;
	}
	.fullwidthbanner-container{
		width: 100%;
		top: 150px;
	    left: 0px;
	}
	
	
	.logo img{
		width:130px;
	}
	.sub-menu-spares li {
		padding: 5px 5px 5px 5px;
   
   
    
    margin: 0 0 10px 0;
   
    position: relative;
    left: 10px;
	height: 150px;
     width: calc(50% - 12px);
    DISPLAY: INLINE-BLOCK;
	margin: 5px;
	}
	
	.sub-menu-spares{
	 list-style:none;
	
    PADDING: 50px;
    DISPLAY: inline-flex;
    }
	.sub-nav-spares {
	margin: 10px 0px 0px 0px;
   
    font-size: 13px;
    position: relative;
    top: 30px;
    TEXT-ALIGN: center;
    }
	
	.spares-slider-wrapper {
		display: inline-block;
    }
     #spares-slider{
	display: inline-block;
    width: 100%;
    }
	.menu-text-spares {
	
    padding: 5px 5px 5px 5px;
    margin: 0 0px 0 0;
    
    position: relative;
   
    text-align: center;
   
    }
}

@media only screen and (min-width: 1150px) {
	
	.logo img{
		width: 160px;
	}
	.logo {
		font-size: 13px;
    color: #7f7f7f;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	}
  .menu-spares {
		top: 200px;
		display: inline-block;
        position: relative;
        left: 5px;
        width: 100%;
		height:600px;
	}
	.fullwidthbanner-container{
		width: 100%;
    top: 100px;
    left: 0px;
	}
	
	.sub-menu-spares li a {
		padding: 5px 5px 5px 5px;
	}
	
	.sub-menu-spares{
	 list-style:none;
	 
    }
	.sub-nav-spares {
	margin: 10px 0px 0px 0px;
   
    font-size: 13px;
    position: relative;
    top: 30px;
    TEXT-ALIGN: center;
    }
	
	.spares-slider-wrapper {
		display: inline-block;
    }
     #spares-slider{
	display: inline-block;
    width: 100%;
    }
	.menu-text-spares {
	
    padding: 5px 5px 10px 5px;
    margin: 0 4px 0 0;
    
    position: relative;
    
    text-align: center;
   
	
    }
	.sub-menu-spares li {
	padding: 5px 5px 5px 5px;
    
   
    margin: 0 10px 10px 0;
  
    position: relative;
    left: 10px;
	height: 180px;
     width: calc(50% - 12px);
    DISPLAY: INLINE-BLOCK;
	}

.spares-slider-wrapper {
}
}

/* ==================================================
   Slider
================================================== */

#slider {
	margin-top: 100px;	
}

.sfy {
    background-color: #0000008a;
    WIDTH: 1400px;
    HEIGHT: 1000Px;
}

.fullwidthbanner-container{
	
    position: relative;
    max-height: 700px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.sliderbanner-container{
	width: 100%;
	position: relative;
	max-height: 600px;
	overflow: hidden;
}

.fullwidthbanner ul li,
.sliderbanner-container ul li {
	list-style: none;	
}

.tp-bullets.simplebullets.round .bullet {
	background-image: none;
	background-color: #323A45;
	width: 10px;
	height: 10px;
	
	margin-top: 0;
	margin-left: 10px;
	
	-webkit-border-radius: 999px;
	   -moz-border-radius: 999px;
			border-radius: 999px;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
	
	-webkit-transition: all 0.15s ease-in-out 0s;	
	   -moz-transition: all 0.15s ease-in-out 0s;
		 -o-transition: all 0.15s ease-in-out 0s;
		    transition: all 0.15s ease-in-out 0s;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #2e2b4c;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.tparrows:before {
    display: inline-block;
    font-family: 'Icons';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    margin-top: 6px;
    text-align: center;
    text-decoration: inherit;
    width: 37px;
}

.tparrows:before {
    margin-top: 5px;
}

.tp-leftarrow.default {
	background-image: none;
	background-color: #323A45;
    -webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    height: 37px;
    position: relative;
    top: 50% !important;
    width: 37px;
    z-index: 100;	
}

.tp-rightarrow.default {
	background-image: none;
	background-color: #323A45;
    -webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    height: 37px;
    position: relative;
    top: 50% !important;
    width: 37px;
    z-index: 100;	
}

.tparrows {
	background-image: none;
    background-color: #323A45;
    -webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    height: 37px;
    position: relative;
    top: 50% !important;
    width: 37px;
    z-index: 100;
	
	-webkit-transition: background 0.15s ease-in-out 0s;	
	   -moz-transition: background 0.15s ease-in-out 0s;
		 -o-transition: background 0.15s ease-in-out 0s;
		    transition: background 0.15s ease-in-out 0s;
}

.tp-leftarrow:before {
    content: "\e0d5";
}

.tp-rightarrow:before {
    content: "\e0d3";
}

.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}

.tparrows:hover {
    background-color: #F97E76;
    color: #FFFFFF;
}

.tp-caption.very_big_custom_text{
	position: absolute;
	color: #FFFFFF;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 50px;
	padding: 5px 10px 8px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	
	
	/*background-color: rgba(0,0,0,0.55);*/
}

.tp-caption.custom_text{
	position: absolute;
	color: #FFFFFF;
	text-shadow: none;
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	padding: 5px 10px 8px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	
	
	/*background-color: rgba(0,0,0,0.55);*/
}

.tp-caption.custom_text_link {
	position: absolute;
	color: #FFFFFF;
	text-shadow: none;
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	padding: 5px 10px 8px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space:nowrap;
	
	
	/*background-color: rgba(0,0,0,0.55);*/
}

.tp-caption.custom_text_link a {
	color: #F97E76;	
	font-weight: 300;
}

.tp-caption.custom_text_link a:hover {
	color: #FFFFFF;	
}

/*====================
     end slider
====================*/

/*---show us-----*/

.content_title {
	
}

.icon_show{
	
}

.icon_show_wrap{
	
}

.iconbox_title{
	
}

.icon_box{
	
}
	 

					

/* C O N T E N T */
.no-sidebar .left-sidebar-block,
.no-sidebar .right-sidebar-block {
	display: none !important;
}

.left-sidebar .right-sidebar-block {
	display: none !important;
}

.left-sidebar .left-sidebar-block {
	display: block !important;
	float: left !important;
	margin-left: 0;
}

.left-sidebar .posts-block {
	float: right !important;
	width: 100%;
}

.right-sidebar .left-sidebar-block {
	display: none !important;
}

.right-sidebar .right-sidebar-block {
	display: block !important;
}

.right-sidebar-block,
.left-sidebar-block {
	text-align: left;
	padding-top:0;
	margin-top:1px;
	margin-bottom: 20px;
}

.right-sidebar-block .sidepanel.widget_text:first-child,
.left-sidebar-block .sidepanel.widget_text:first-child {
	margin-top:-5px;
}

.right-sidebar-block .sidepanel.widget_flickr,
.left-sidebar-block .sidepanel.widget_flickr {
	margin-top:-6px;
}

.right-sidebar-block,
.left-sidebar-block,
.fl-container.hasRS,
.posts-block.hasLS,
.fl-container {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}

.right-sidebar-block,
.left-sidebar-block,
.fl-container.hasRS,
.posts-block.hasLS {
	padding-bottom:20px;
}

.right-sidebar .contentarea {
	padding-right:10px;
}

.left-sidebar .contentarea {
	padding-left:10px;
}

@media only screen and (min-width: 768px){
	.right-sidebar-block,
	.left-sidebar-block,
	.fl-container.hasRS,
	.posts-block.hasLS {
		float:left;
	}
	.right-sidebar-block,
	.left-sidebar-block {
		width:27.5%;
	}
	.fl-container {
		width:100%;
	}
	.fl-container.hasRS,
	.posts-block.hasLS {
		width:72.5%;
	}
	.wrapper_404 h1 {
		font-size: 50px;
		line-height: 55px;
	}
}

.wrapper {
	overflow:hidden;
	text-align: left;
	position: relative;
	display: block;
	padding: 55px 0 0 0;
	margin:0 auto;
	
}

.page_with_abs_header .wrapper {
	padding-top: 50px;
}

.row20,
.row20 .row {
	margin-right:-10px;
	margin-left:-10px
}

.row20 .col-sm-1,
.row20 .col-sm-2,
.row20 .col-sm-3,
.row20 .col-sm-4,
.row20 .col-sm-5,
.row20 .col-sm-6,
.row20 .col-sm-7,
.row20 .col-sm-8,
.row20 .col-sm-9,
.row20 .col-sm-10,
.row20 .col-sm-11,
.row20 .col-sm-12 {
	padding-right:10px;
	padding-left:10px
}

.fw_block {
	
	/*box-shadow: 0 0 10px gray;*/
}

/* T Y P O G R A P H Y */
h1, h1 span, h1 a,
h2, h2 span, h2 a,
h3, h3 span, h3 a,
h4, h4 span, h4 a,
h5, h5 span, h5 a {
	font-weight:500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding:0;
	margin:0 0 20px 0;
	text-transform: uppercase;
	margin: 5px 5px 5px 5px;
}

h6 {
	margin-bottom: 15px;
}

h1, h1 span, h1 a {
	font-size:32px;
	line-height:31px;
	letter-spacing: 3.5px;
}

h2, h2 span, h2 a {
	font-size:28px;
	line-height:32px;
	letter-spacing: 2.5px;
	color : #75787d;
}

h3, h3 span, h3 a {
	font-size:24px;
	line-height:25px;
	letter-spacing: 2.5px;
}

h4, h4 span, h4 a {
	font-size:20px;
	line-height:26px;
	letter-spacing: 2px;
}

h5, h5 span, h5 a {
	font-size:18px;
	line-height:22px;
	letter-spacing: 2.5px;
}

h6, h6 span, h6 a {
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing: 1.5px;
}

.alignleft {
	margin: 0 15px 10px 0;
	float: left;
}

.alignright {
	margin: 0 0 10px 15px;
	float: right;
}

.aligncenter {
	float: none;
	text-align: center;
}

.module_cont {
	padding-bottom:37px;
}

/* Page Title */
.page_title {
	padding:4px 30px 37px 30px;
	text-align:center;
}

.right-sidebar .page_title,
.left-sidebar .page_title {
	padding-bottom: 45px;
}

.page_title h1,
.page_title h2,
.page_title h3,
.page_title h4,
.page_title h5,
.page_title h6 {
	margin-bottom: 10px;
}

.page_title p {
	padding-top: 22px;
	font-style: italic;
}

.bg_title {
	text-align: center;
}

.bg_title h2{
	padding: 30px;
}

.bg_title p {
	padding-top: 10px;
	font-style: italic;
	padding: 30px;
}

.bg_title p.fz18 {
	padding-top: 0;
	line-height: 27px;
	font-size: 18px;
}

/* Highlights */
.highlighted_dark {
	background: #434449;
	color: #fff;
}

.highlighted_light {
	background: #eeeeee;
	color: #434449;
}

.highlighted_colored {
	color: #fff;
}

/* Back to Top */
.back2top {
	position: fixed;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: #eeeeee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: none;
	bottom: 40px;
	right: 40px;
	text-indent: -9999px;
	transition: background-color 300ms;
	-webkit-transition: background-color 300ms;
}

.back2top:before,
.back2top:after {
	position: absolute;
	left: 17px;
	top: 20px;
	width: 16px;
	height: 11px;
	content: '';
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	background-image: url("../img/sprite.png");
	background-position: -90px 0;
	background-repeat: no-repeat;
	opacity: 1;
}

.back2top:after {
	background-position: -90px -11px;
	opacity: 0;
}

.back2top:hover:before {
	opacity: 0;
}

.back2top:hover:after {
	opacity: 1;
}


/* Blockquotes */
blockquote {
	padding: 5px 0 5px 20px;
	margin: 0 0 10px 0;
	position: relative;
	border: 0;
	font-size:15px;
	font-weight: 400;
	font-style: italic;
}

blockquote:after {
	display:none;
}

blockquote:before {
	position:absolute;
	left:0;
	top:6px;
	bottom:5px;
	content:'';
	width:1px;
}

/* Default listing */
.module_cont ul {
	list-style: none;
	padding:0;
	margin:0;
}

.module_cont ul li {
	padding:0 0 5px 19px;
	position:relative;
}

.module_cont ul li:before {
	content: "â€¢";
	padding: 0;
	position:absolute;
	left:0;
	top:0;
}

.module_cont ol {
	margin: 0;
	counter-reset: li;
	list-style: none;
	padding: 0;
}

.module_cont ol li {
	list-style: none;
	position: relative;
	padding: 0 0 5px 19px;
}

.module_cont ol li:before {
	content: counter(li) '.';
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
}




/* Custom Buttons */
.shortcode_button {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius:2px;
	margin: 0 0 20px 0;
	border-width:1px;
	border-style:solid;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	line-height: 14px;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 400ms, background 400ms, border-color 400ms;
	-webkit-transition: color 400ms, background 400ms, border-color 400ms;
}

.shortcode_button.btn_small {
	padding: 10px 18px;
}

.shortcode_button.btn_normal {
	padding: 12px 25px;
}

.shortcode_button.btn_large {
	padding: 17px 29px;
}

.shortcode_button:hover,
.btn_type1:focus {
	color: #fff;
}

.shortcode_button.btn_type2 {
	background: none !important;
}

.shortcode_button.btn_type2:hover {
	border-width: 2px;
}

.shortcode_button.btn_small.btn_type2:hover {
	padding: 9px 17px;
}

.shortcode_button.btn_normal.btn_type2:hover {
	padding: 11px 24px;
}

.shortcode_button.btn_large.btn_type2:hover {
	padding: 16px 28px;
}

.learn_more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	transition: color 400ms;
	-webkit-transition: color 400ms;
}

.learn_more:after,
.learn_more:before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 2px;
	content: '';
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.learn_more:before {
	left: 4px;
	top: 6px;
	width: 2px;
	height: 10px;
}


/* Divider Module */
.module_divider .divider {
	margin-top:13px;
	margin-bottom:13px;
	height:1px;
	background: #eeeeee;
}

/* Counter */
.counter_wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.counter_wrapper:after {
	position: absolute;
	left: 82px;
	top: 12px;
	bottom: 13px;
	width: 1px;
	content: '';
	background: #eeeeee;
}

.stat_temp {
	width: 0 !important;
	display: none !important;
}

.counter_ico {
	display: table-cell;
	padding-right: 31px;
	width:100px;
	height:69px;
}

.counter_ico img {
	max-width:100%;
	max-height:100%;
}

.stat_count_wrapper {
	display: table-cell;
	vertical-align:middle;
}

.stat_count {
	margin-bottom: 0;
	padding-top: 5px;
	font-size:18px;
	line-height:27px;
	padding-bottom: 8px;
}

.counter_title {
	line-height:21px;
	font-size:15px;
	margin-bottom: 0;
	padding-bottom: 8px;
}

/* Partners */
.module_partners ul {
	list-style: none !important;
	/*margin: -30px 0 0 -30px;*/
	padding: 0;
	font-size: 0;
	text-align: CENTER;
}

.module_partners ul li:before {
	display: none;
}

.module_partners ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.module_partners ul li a {
	display: block;
	position:relative;
}

.module_partners ul li .item_wrapper {
	padding: 10px;
    height: 120px;
    width: 100%;
    margin-right: auto;
    display: flex;
}

.module_partners ul li .item {
	position:relative;
}

.module_partners ul li .item:before {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(249, 249, 249);
	box-shadow: none;
	z-index: 20;
	content: '';
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.module_partners ul li .item:hover:before {
	box-shadow: 0px 0px 28.5px 1.5px rgba(0, 0, 0, 0.1);
}

.module_partners ul li .item a {
	position: relative;
	z-index: 30;
}

.module_partners ul li img {
	z-index: 40;
    width: 140px;
  
    height: 100px;
    font-size: 20px;
}


/* Team */
.module_team ul {
	list-style: none !important;
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
}

.module_team ul li {
	padding: 0;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}

.module_team ul li:before,
.module_team ul li:after {
	display: none;
}

.team_item_wrap {
	position: relative;
}

.team_img {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.team_img:after {
	position: absolute;
	z-index: 12;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.65098) 0%, rgba(0,0,0,0.46) 30%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.65098) 0%, rgba(0,0,0,0.46) 30%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.65098) 0%, rgba(0,0,0,0.46) 30%, rgba(255,255,255,0) 100%);
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
}

.active_item .team_img:after {
	opacity: 1;
}

.team_title {
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: bottom 400ms;
	-webkit-transition: bottom 400ms;
}

.team_title h6 {
	padding-top: 15px;
}

.module_team h6 {
	margin-bottom:5px;
}

.module_team p {
	margin-bottom:0;
	line-height:20px;
	font-size:13px;
	color:#737479;
	font-style: italic;
}

.hover_team_container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 15;
	text-align: center;
	transition: bottom 500ms;
	-webkit-transition: bottom 500ms;
}

.module_team .hover_team_container h6,
.module_team .hover_team_container p {
	color: #fff;
}

.module_team .team_icons_wrapper {
	padding-top: 20px;
	position: relative;
	padding-bottom: 26px;
}

.module_team .team_icons_wrapper:after {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 100px;
	height: 1px;
	margin-left: -50px;
	background: #fff;
	opacity: 0.5;
	content: '';
}

.team_icons_wrapper a {
	font-size: 15px;
	display: inline-block;
	margin: 0;
	line-height: 22px;
	margin-right: 18px;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	vertical-align:top;
	color: #fff !important;
}

.team_icons_wrapper a:hover {
	opacity:0.5;
}

.team_icons_wrapper a:last-child {
	margin-right: 0;
}


/* Info Text */
.info_text {
	text-align: center;
	padding: 79px 80px 74px 80px;
}

.info_text .icon {
	width: 32px;
	margin: 0 auto;
}

.info_text .info {
	padding-top: 93px;
	padding-bottom: 95px;
}

.info_text .info h3 {
	margin-bottom: 22px;
}

.info_text .info p {
	font-style: italic;
}



/* Iconboxes */

.ico {
/*background: #e47839;*/
}
.shortcode_iconbox {
	padding: 0 15px;
}

.iconbox_wrapper {
	padding: 0 10px;
	position: relative;
	text-align: center;
}

.iconbox_wrapper .ico {
	
	display: inline-block;
	vertical-align: top;
}

.iconbox_wrapper .ico img {
	max-width: 100%;
	height: auto;
}

.iconbox_title {
	margin-bottom: 11px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p {
	word-wrap: break-word;
	font-style: italic;
	line-height: 13px;
}

.shortcode_iconbox .iconbox_body p {
	margin-bottom:0;
}

.dark_bg .shortcode_iconbox .iconbox_body,
.dark_bg .shortcode_iconbox .iconbox_body p {
	color: #4c1f1f !important;
}

/* Module Iconboxes Grid */
.module_iconboxes_grid {
	overflow: hidden;
}

.module_iconboxes_grid .shortcode_iconbox {
	padding: 10px;
	/*margin: 10px;*/
	display: inline-block;
	vertical-align: top;
	/*border: 1px #eeeeee solid;8*/
	border-bottom: none;
	border-right: none;
}

.dark_bg .module_iconboxes_grid .shortcode_iconbox {
	border-color: rgba(255,255,255, 0.2);
}

.module_iconboxes_grid .iconbox_wrapper {
	padding: 10px 10px 10px 10px;
}

@media only screen and (min-width: 768px) {
	.module_iconboxes_grid.margin80 .first .iconbox_wrapper {
		padding: 10px 10px 10px 10px;
	}

	
}

/* Module Iconboxes Grid - about Us*/
.module_iconboxes_grid.type2 {
	overflow: visible;
	/*margin: 10px 0 0 100px;*/
	text-align: CENTER;
}

 .shortcode_iconbox {
	margin: 0 -3px 0 0;
	border: none;
	padding-left: 30px;
	padding-top: 80px;
	padding-right:30px;
}

.module_iconboxes_grid.type2 .iconbox_wrapper {
	padding: 10px 10px 10px 10px;
}

.iconbox_wrapper {
	/*background:#5a7079d9;*/
    border-radius: 3px;
     border: 1px solid #fffe;
    height: 200px;
    width: 200px;
	FONT-SIZE: 13px;
	margin:5px;
}

.module_iconboxes_grid.type2 .iconbox_wrapper .ico {
	/*position: absolute;*/
	left: 50%;
	top: -40px;
	/*margin-left: -40px;*/
	
	border-radius: 2px;
	-webkit-border-radius: 12px;
	transition: top 300ms;
	-webkit-transition: top 300ms;
}

.ico img {
	width: 60px;
	height: 60px;
}

.module_iconboxes_grid.type2 .shortcode_iconbox a:hover .ico {
	animation: none;
	-webkit-animation: none;
	/*top: -50px;*/
}

 .iconbox_title {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 14px;
}

 .icon_title_wrap {
	position: relative;
	padding-bottom: 5px;
}
	
.col-sm-12{
	padding-left: 15px;
	padding-right:15px;
}
/*.iconbox_wrapper:before{
	position: absolute;
	animation: none;
	display : block ;
	-webkit-animation: none;
	top: -50px;
	border : 2px;
	border-color: #ffff;
	content: '';
}	*/

.iconbox_wrapper:hover{
	
	
	/*animation: none;*/
	
	
	/*box-shadow: 0 5px 5px 0 rgba(0,40,120,.35);*/
	
	/*background: #f9f9f9;*/
	

	border: 1px solid #e4783a;
	
	transition: all 1500ms;
	/*left: 5%;*/
	/*right :10%;*/
	
}

.ico:hover {
	/*animation: none;
	display : block ;
     border : 2px;
	 background:#ab9797ad;
	border: solid #fffefb61;
	-webkit-transform:translateY(-5%);
	transition: all 750ms;*/
}



/*.module_iconboxes_grid.type2 .icon_title_wrap:before {
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 0px;
	height: 1px;
	content: '';
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 300ms;
	-webkit-transition: width 300ms;
}

.module_iconboxes_grid.type2 a:hover .icon_title_wrap:before {
	width: 100px;
}*/

.module_iconboxes_grid.type2 .icon_title_wrap .iconbox_title {
	margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
	.iconbox_wrapper{
	height: 180px;
    width: 150px;
    FONT-SIZE: 11px;
	margin: -10px;
	}
	.shortcode_iconbox {
    margin: 0 -3px 0 0;
    border: none;
    /* padding-left: 10px; */
    padding-top: 10px;
    WIDTH: 150px;
    DISPLAY: inline-block;
    HEIGHT: 180px;
}

	.ico img {
    width: 50px;
    height: 50px;
   }
    .iconbox_title {
    font-size: 9px;
	line-height: 12px;
}
.icon_title_wrap {
    position: relative;
    padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6{
margin: 1px 1px 1px 1px; 
}
.iconbox_body{
line-height: 12px;
}
.col-sm-12{
	padding-left: 5px;
	padding-right:5px;
}
.module_iconboxes_grid.type2 {
	overflow: visible;
	margin: 10px 0 0 5px;
}

}


@media only screen and (max-width: 1199px) {
	.promo_text_block {
		padding-right:0;
		text-align:center;
	}

	.promo_button_block {
		position:static;
		width: auto;
		text-align: center;
		top:auto;
		right:auto;
		transform:none;
		-webkit-transform:none;
		padding-top:23px;
	}
}





/* Info Module */
.info_module {
	padding-bottom: 29px;
	text-align: center;
}

.info_module img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 26px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.info_module a:hover img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.info_module h5 {
	margin-bottom: 9px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

/* FS Gallery */
.fs_gallery_slider {
	position: relative;
	overflow: hidden;
}
.fs_gallery_slider:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.3);
	content: '';
}
.fs_gallery_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fs_gallery_container li:before {
	display: none;
}
.fs_gallery_container.fade {
	opacity: 1 !important;
}
.fs_gallery_container.fade li,
.fs_gallery_container li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	opacity: 0;
	background-position: center !important;
	transition: opacity 1500ms;
	-webkit-transition: opacity 1500ms;
}
.fs_gallery_container.fade li.current-slide,
.fs_gallery_container li.current-slide {
	opacity: 1;
}
.no_fit.fs_gallery_container li {
	background-size: cover !important;
}
.fit_always.fs_gallery_container li {
	background-size: contain !important;
}
.fit_width.fs_gallery_container li {
	background-size: 100% auto !important;
}
.fit_height.fs_gallery_container li {
	background-size: auto 100% !important;
}
.fs_gallery_container.zoom li {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.zoom li.current-slide {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fs_gallery_container.slide_left li {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_right li {
	-ms-transform: translate(50%, 0);
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_top li {
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_bottom li {
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_top li.current-slide,
.fs_gallery_container.slide_bottom li.current-slide,
.fs_gallery_container.slide_left li.current-slide,
.fs_gallery_container.slide_right li.current-slide {
	opacity: 1;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

/* FS Gallery Buttons */
.fs_controls {
	position: absolute;
	bottom: 47px;
	right: 30px;
	text-align: right;
	font-size: 0;
	line-height: 0;
	transition: bottom 350ms;
	-webkit-transition: bottom 350ms;
	z-index: 30;
}

.fs_controls.up_me {
	position: absolute;
	bottom: 153px;
	z-index: 30;
}

.fs_controls.hide_me {
	bottom: 28px !important;
}

/* FS Gallery Caption */
.fs_title_wrapper {
	position: absolute;
	bottom: 41px;
	left: 30px;
	width: 50%;
	transition: opacity 400ms, bottom 350ms;
	-webkit-transition: opacity 400ms, bottom 350ms;
	z-index: 30;
}

.fs_title_wrapper.hide_me,
.fs_controls.hide_me .fs_slider_prev,
.fs_controls.hide_me #fs_play-pause,
.fs_controls.hide_me .fs_slider_next,
.fs_controls.hide_me .fs_share_toggler {
	opacity: 0 !important;
	visibility: hidden;
}

.fs_title_wrapper.up_me {
	bottom: 147px;
}

.fs_title_wrapper h1 {
	text-align: left;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	margin: 0 0 14px 0;
}

.fs_title_wrapper h3 {
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	font-style: italic;
}

.fs_title_wrapper.change {
	left: 0;
}

.fs_title_wrapper.hide_me {
	bottom: 21px !important;
}

/* FS Gallery Thumbs */
.fs_thmb_viewport {
	display: block;
	width: 100%;
	height: 126px;
	position: absolute;
	bottom: -106px;
	overflow: hidden;
	transition: bottom 350ms;
	-webkit-transition: bottom 350ms;
	z-index: 30;
}

.fs_thmb_viewport:hover {
	bottom: 0;
}

.fs_thmb_wrapper {
	position: relative;
	overflow: hidden;
	height: 126px;
	display: block;
}

.fs_thmb_viewport .fs_thmb_list {
	position: absolute;
	left: 0;
	top: 0;
	height: 126px;
	z-index: 30;
	padding: 0;
	margin: 0;
}

.fs_thmb_viewport .fs_thmb_list li {
	display: inline-block;
	float: left;
	width: 126px;
	height: 126px;
	margin-left: 2px;
	cursor: pointer;
	position: relative;
	opacity: 0.5;
	transition: opacity 250ms;
	-webkit-transition: opacity 250ms;
}

.fs_thmb_viewport .fs_thmb_list li:hover,
.fs_thmb_viewport .fs_thmb_list li.current-slide {
	opacity: 0.999;
}

.fs_thmb_viewport .fs_thmb_list li:before {
	display: none;
}

.fs_thmb_viewport .fs_thmb_list li img {
	width: 100%;
	height: auto;
}

.fs_thmb_viewport .fs_thmb_list li .fs_thmb_fadder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: inset 0 0 0 #ffffff, inset 0 0 #ffffff;
	transition: box-shadow 300ms;
	-webkit-transition: box-shadow 300ms;
	z-index: 30;
}

.fs_thmb_viewport.hide_me {
	bottom: -140px !important;
}

/* Strip */
.strip_template {
	position: relative;
	overflow: hidden;
}
.strip_template:after {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0, 0.3);
}
.strip-menu {
	position: relative;
	z-index: 5;
	min-height: 300px;
	font-size: 0;
	line-height: 0;
}
.strip_template .strip-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.strip_template .strip-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

.strip_template .strip-item a:after {
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 100%;
	content: '';
	right: 0;
	top: 0;
	background: rgba(255,255,255, 0.2);
}
.strip_template .strip-item:last-child a:after {
	display: none;
}

.strip_template .strip-item a span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.strip_template .strip-item a:hover span {
	letter-spacing: 4px;
}

/* Pager Block */
.pagerblock {
	margin:0;
	padding:60px 0;
	list-style:none;
	border-top: 1px #eee solid;
}

.no-sidebar .pagerblock {
	padding-bottom: 80px;
}

.fw_block.wall_wrap .pagerblock {
	margin-left: 30px;
	margin-right: 30px;
}

.pagerblock li:before,
.pagerblock li:after {
	display: none;
}

.pagerblock li {
	display: inline-block;
	vertical-align:top;
	margin: 0 8px 0;
	padding: 0;
}

.pagerblock li a,
.pagerblock li span {
	display:block;
	font-size: 13px;
	width: auto;
	height:29px;
	line-height:29px;
	border:none;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 2px;
}

.pagerblock li a.current,
.pagerblock li a.current:hover,
.pagerblock li span {
	border-color:#eee;
	background:#fff;
}

.pagerblock li a.current {
	cursor:default;
	color: #737479 !important;
}

.pagerblock li a.prev_page i {
	padding-right:4px;
}

.pagerblock li a.next_page i {
	padding-left:4px;
}

.pagerblock li a.prev_page,
.pagerblock li a.next_page {
	letter-spacing: 1px;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
}

.pagerblock li a.prev_page:before,
.pagerblock li a.next_page:before {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #eee;
	content: '';
	right: -2px;
	top: 1px;
}

.pagerblock li a.next_page:before {
	right: auto;
	left: -2px;
}

/* S I N G L E   B L O G P O S T */
.single_meta {
	padding-bottom: 34px;
	position: relative;
	padding-right: 55px;
}

.single_meta h1 {
	margin-bottom: 31px;
}

.single_meta .listing_meta span {
	padding-right: 16px;
}

.single_meta .listing_meta span:after {
	content: '';
	padding: 0;
}

.single_meta .listing_meta span.categories a:after {
	content: '/';
	padding: 0 6px;
	color: #737479;
}

.single_meta .listing_meta span.categories a:last-child:after {
	content: '';
	padding: 0;
}

.single_meta .gallery_likes {
	right: 0;
	bottom: auto;
	top: 4px;
	color: #737479;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.single_meta .gallery_likes span {
	display: block;
}

.single_meta .gallery_likes .icon {
	width: 32px;
	height: 26px;
	background: none !important;
	opacity: 1;
	transition: none;
	-webkit-transition: none;
}

.single_meta .gallery_likes .icon:before,
.single_meta .gallery_likes .icon:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 26px;
	content: '';
	background-image: url("../img/sprite.png");
	background-position: 0 -100px;
	background-repeat: no-repeat;
	opacity: 1;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	z-index: 5;
}

.single_meta .gallery_likes .icon:after {
	z-index: 10;
	background-position: -32px -100px;
	opacity: 0;
}

.single_meta .gallery_likes.already_liked .icon:before,
.single_meta .gallery_likes:hover .icon:before {
	opacity: 0;
}

.single_meta .gallery_likes.already_liked .icon:after,
.single_meta .gallery_likes:hover .icon:after {
	opacity: 1;
}

/* Post share block */
.post_share_block {
	position: relative;
	padding: 37px 0 35px 0;
}

.post_share_block:after {
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 1px;
	background: #eee;
	content: '';
}

.post_share_block .fleft,
.post_share_block .fright,
.prev_next_links .fleft,
.prev_next_links .fright {
	padding-bottom: 20px;
}

.post_share_block .tagcloud {
	margin: 0;
	padding: 0;
}

.post_share_block .fleft a {
	display:inline-block;
	vertical-align:top;
	margin: 0 1px 5px 0;
	padding: 6px 10px;
	line-height: 18px;
	font-style: italic;
	font-size: 13px;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background-color 300ms;
	-webkit-transition: background-color 300ms;
}

.post_share_block .fleft a i {
	padding-right: 5px;
}

.post_share_block .fleft a.facebook_btn {
	background: #3d5c97;
}

.post_share_block .fleft a.pinterest_btn {
	background: #cb2027;
}

.post_share_block .fleft a.twitter_btn {
	background: #55adee;
}

.post_share_block .fleft a.google_plus_btn {
	background: #be4a39;
}

.post_share_block .fleft a:hover {
	background: #434449;
}

/* Post prev_next links */
.prev_next_links {
	padding-bottom:40px;
}

.prev_next_links a {
	position: relative;
	display: block;
	min-height: 70px;
	padding: 13px 0 12px 0;
}

.prev_next_links a img {
	position: absolute;
	top: 0;
	width: 74px;
	height: 74px;
}

.prev_next_links a span,
.prev_next_links a b {
	display: block;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.prev_next_links a span {
	font-size: 13px;
	color: #434449;
	margin-bottom: 5px;
}

.prev_next_links a b {
	font-size: 14px;
	font-weight: 700;
	color: #232429;
}

.prev_next_links .fleft a {
	padding-left: 90px;
	text-align: left;
}

.prev_next_links .fright a {
	padding-right: 90px;
	text-align: right;
}

.prev_next_links .fleft a img {
	left: 0;
}

.prev_next_links .fright a img {
	right: 0;
}

.prev_next_links .fleft a i {
	padding-right: 3px;
}

.prev_next_links .fright a i {
	padding-left: 3px;
}

.prev_next_links a i {
	transition: width 300ms, padding 300ms;
	-webkit-transition: width 300ms, padding 300ms;
	overflow: hidden;
}

.prev_next_links a:hover i {
	padding: 0;
	width: 0;
	visibility: hidden;
}

.single_post .module_feature_posts {
	padding-bottom: 23px;
}

.module_feature_posts .portfolio_item {
	display: block;
	width: 100%;
	margin-bottom: 31px;
}

.no-sidebar .module_feature_posts .portfolio_item {
	margin-bottom: 51px;
}

/* Featured Posts */
.featured_posts {
	margin-left:-15px;
	margin-right:-15px;
}

.featured_posts .featured_item {
	float:left;
	padding:0 15px;
}

.items2.featured_posts .featured_item {
	width:50%;
}

.items3.featured_posts .featured_item {
	width:33.33334%;
}

.items4.featured_posts .featured_item {
	width:25%;
}

/* Comments */
#comments {
	padding:0 0 76px 0;
}

.left-sidebar #comments,
.right-sidebar #comments {
	padding-bottom:56px;
}

#respond {
	margin: 0;
	padding-top: 29px;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

ol.commentlist li {
    margin: 0;
	padding:0;
}

ol.commentlist li:before,
ol.commentlist li:after {
    display:none;
}

ol.commentlist li .stand_comment {
    padding: 0 0 19px 0;
	margin-bottom:29px;
	border-bottom:1px #eee solid;
}

ol.commentlist li ul li .stand_comment {
	margin-left:90px;
}

.thiscommentbody {
    position: relative;
	padding-left: 90px;
	min-height: 80px;
}

.comment_info {
	padding-bottom: 7px;
}

ol.commentlist li .commentava {
    left: 0;
    position: absolute;
    top: 5px;
	height:70px;
	width: 70px;
	z-index:5;
}

ol.commentlist li .commentava img {
    display: block;
    height: auto;
    width: 100%;
	border-radius:50%;
	-webkit-border-radius:50%;
}

.comment_info h6 {
	margin-bottom: 6px;
}

.comment_info a {
	transition:color 0.3s;
	-webkit-transition:color 0.3s;
}

.comment_info .date {
	font-size: 13px;
	display: block;
	line-height: 17px;
	color: #737479;
	font-style: italic;
}

.comment-reply-link {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	padding: 9px 3px 10px 3px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
}

.comment-reply-link:after {
	position: absolute;
	left: 0;
	top: 29px;
	width: 100%;
	height: 1px;
	content: '';
	transition: top 300ms;
	-webkit-transition: top 300ms;
}

.comment-reply-link:hover:after {
	top: 19px;
}

#respond h4 {
	margin-bottom: 23px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="tel"],
#respond input[type="password"],
#respond textarea {
	margin-bottom: 10px;
}

#respond .submit_wrap {
	margin-top: 10px;
}

.right-sidebar .single_meta,
.left-sidebar .single_meta {
	margin-top: -3px;
}

.flex_singlepost {
	margin-top: 9px;
	margin-bottom: 56px;
}

.img_caption {
	padding-top: 15px;
	padding-bottom: 11px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #737479;
	font-style: italic;
}




/* P O R T F O L I O */
/* Isotope Sorting */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

/* Filter */
.filter_block {
	text-align:center;
	padding-bottom:50px;
	font-size:0;
	line-height:0;
}

.filter_navigation ul, .filter_navigation ul li ul { 
	padding:0;
	margin:0;
	list-style:none;
}

.filter_navigation ul li ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 12px 4px 12px;
	padding:0;
}

.filter_navigation ul li ul li a {
	display:block;
	margin:0;
	padding:0 3px;
	text-align:center;
	line-height:21px;
	font-size:13px;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
	position: relative;
}

.filter_navigation ul li ul li a:before {
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	width: 0;
	top: 10px;
	height: 1px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	content: '';
	cursor: pointer;
}

.filter_navigation ul li ul li a:hover:before,
.filter_navigation ul li ul li.selected a:before {
	left: 0;
	right: 0;
	width: 100%;
}

.filter_navigation ul li ul li.selected a:before {
	top: 20px;
}

/* Title Block */
.item_title_block {
	padding-top: 15px;
	line-height: 20px;
	font-size: 13px;
}

.item_title_block > a {
	font-style: italic;
	color: #737479;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.item_title_block > a:after {
	content: '/';
	padding: 0 6px;
	color: #737479;
}

.item_title_block > a:last-child:after {
	display: none;
}

.item_title {
	position: relative;
}

.item_title a {
	padding-bottom: 21px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	position: relative;
}

.item_title a:before {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 50px;
	height: 1px;
	content: '';
	transition: width 300ms;
	-webkit-transition: width 300ms;
}

.item_title a:hover:before,
.active_hover .item_title a:before {
	width: 100px;
}

.gallery_likes {
	position: absolute;
	right: 30px;
	bottom: 25px;
	z-index: 50;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.gallery_likes span {
	display: block;
}

.gallery_likes .icon {
	width: 16px;
	height: 13px;
	margin: 0 auto 5px auto;
	background-image: url("../img/sprite.png");
	background-position: 0 -60px;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.gallery_likes.already_liked .icon,
.gallery_likes:hover .icon {
	opacity: 1;
}

.load_more_works {
	margin:60px auto 0 auto;
}

.img_block .item_title_block {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 24px;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.img_block:hover .item_title_block {
	opacity: 1;
	visibility: visible;
}

.img_block .item_title_block .item_title a,
.img_block .item_title_block > a {
	color: #fff;
}

.img_block .item_title_block > a:after {
	color: #fff !important;
}

.img_block .item_title_block .item_title a:before {
	background: rgba(255,255,255, 0.5);
	transition: width 500ms;
	-webkit-transition: width 500ms;
}

.img_block:hover .item_title_block .item_title a:before {
	width: 100px;
}

/* Column1 */
.column1 {
	margin-top: -60px;
}

.column1 .portfolio_item {
	display: block;
	width: 100%;
	margin-top: 60px;
}

.column1 .item_title_block {
	padding-top: 0;
	padding-bottom: 14px;
}

.column1 .item_title a {
	line-height: 24px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}

.column1 .learn_more {
	margin-top: 7px;
}

.single_post .ww_footer {
	height: 0;
	display: none;
}

/* F O O T E R */
.pre_footer {
	padding-top:54px;
	padding-bottom:15px;
	border-bottom: 1px rgba(255,255,255, 0.1) solid;
}

.footer_bottom {
	padding:24px 0 23px 0;
}

.copyright,
.foot_info_block {
	font-size:13px;
	float:left;
}

.foot_info_block {
	float:right;
    margin-right: 100px;
}

.footer_bottom a {
	transition:color 300ms;
	-webkit-transition:color 300ms;
}

/* Coming Soon */
.global_count_wrapper {
	text-align: center;
	overflow: hidden;
	position:relative;
	width:100%;
}

.global_count_wrapper .logo_sect {
	position: absolute;
	float: none;
	left: 50%;
	top: 25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.global_count_wrapper h1 {
	font-weight: 400;
}

.global_count_wrapper p {
	font-style: italic;
	font-size: 18px;
}

.global_count_wrapper.dark_bg input[type="button"]:hover,
.global_count_wrapper.dark_bg input[type="reset"]:hover,
.global_count_wrapper.dark_bg input[type="submit"]:hover {
	color: #fff;
	border-color: rgba(255,255,255, 0.5);
	background: none;
}

.global_count_wrapper.dark_bg input[type="text"]::-webkit-input-placeholder {
	color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]:-moz-placeholder {
	color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]::-moz-placeholder {
	color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]:-ms-input-placeholder {
	color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus::-webkit-input-placeholder {
	color: transparent !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus:-moz-placeholder {
	color: transparent !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus::-moz-placeholder {
	color: transparent !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus:-ms-input-placeholder {
	color: transparent !important;
}

/* Coming bottom */
.coming_bottom {
	position:absolute;
	left:30px;
	right: 30px;
	bottom:23px;
}

.coming_bottom .copyright {
	display: block;
	float: none;
	padding-top: 14px;
}

.coming_soon_title {
	padding-bottom: 20px;
}

.coming_soon_form {
	padding-top: 30px;
	max-width: 557px;
	margin: 0 auto;
	text-align: left;
}

.coming_soon_form form {
	padding-right: 156px;
	position: relative;
}

.coming_soon_form input {
	margin-bottom: 20px;
}

.coming_soon_form input[type="button"],
.coming_soon_form input[type="reset"],
.coming_soon_form input[type="submit"] {
	display: block;
	width: 137px;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	color: #fff;
	padding: 8px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	background:none;
	transition: color 300ms, border-color 300ms, background 300ms;
	-webkit-transition: color 300ms, border-color 300ms, background 300ms;
	letter-spacing: 1px;
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.countdown-section {
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 100px;
}

.countdown-section:last-child {
	margin-right: 0 !important;
}

.countdown-amount {
	font-size: 80px;
	line-height: 100px;
	padding: 0;
	font-weight:300;
	letter-spacing: 1px;
}

.countdown-period {
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	display: block;
	width: 100% !important;
	text-align: center !important;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Page 404 */
.wrapper_404 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/bgs/404.jpg);
}

.wrapper_404 .container,
.absolute_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin: 0;
}

.wrapper_404 p {
	font-size: 18px;
	font-style: italic;
}

.wrapper_404 .shortcode_button {
	margin-top: 43px;
}

/* Custom Background & Classes */
.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6,
.dark_bg p,
.dark_bg .widget_contacts,
.dark_bg .widget_contacts a,
.dark_bg .widget_contacts.type1 .widget_contacts_value > a,
.dark_bg .copyright,
.dark_bg .countdown-amount,
.dark_bg .countdown-period,
.colored_sections h3,
.colored_sections p {
	/*color: #fff;*/
}

.dark_bg ul.social_icons li a {
	border-color: rgba(255,255,255, 0.5);
	color: #fff;
}

.dark_bg input[type="text"],
.dark_bg input[type="email"],
.dark_bg input[type="tel"],
.dark_bg input[type="password"],
.dark_bg textarea {
	background: none;
	border: 1px rgba(255,255,255, 0.5) solid;
	color: #fff;
}

.dark_bg .shortcode_button.btn_type2 {
	border-color:#fff;
	color: #fff;
}

.stretch,
.video_bg,
.global_count_wrapper,
.image_background,
.colored_sections .row > div,
.strip_template {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pattern {
	background-repeat: repeat;
	background-position:center center;
}

.height_100percent {
	margin: 0;
	min-height: 500px;
	position: relative;
}

.height_100percent.contact5_bg {
	min-height: 600px;
}

.video_bg {
	position: relative;
}

.video_bg iframe {
	display: none;
}

.play-video {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	width: 65px;
	height: 65px;
	margin: -32px 0 0 -32px;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px rgba(255,255,255, 0.5) solid;
	text-indent: -9999px;
}

.play-video:hover {
	border: 2px rgba(255,255,255, 1) solid;
}

.play-video:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 13px;
	height: 18px;
	content: '';
	background-image: url("../img/sprite.png");
	background-position: 0 -35px;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.contact_video_bg,
.showreel_video_bg {
	background-image: url(../img/bgs/contact4_video.jpg);
	height: 800px;
}

.contact3_bg {
	background-image: url(../img/bgs/contact3.jpg);
}

.contact5_bg {
	background-image: url(../img/ref srh modul.jpg);
}

.global_count_wrapper {
	background-image: url(../img/bgs/coming_soon.jpg);
}

.about1_bg {
	background-image: url(../img/bgs/about1_bg.jpg);
}

.about2_bg {
	background-image: url(../img/bgs/about2_bg.jpg);
}

.about3_bg {
	background-image: url(../img/bgs/about3_bg.jpg);
}

.about5_bg {
	/*background-image: url(../img/bgs/about5_bg.jpg);*/
	padding-bottom: 90px;
	
}

.posuda{
	background-image: url('../img/bgs/posuda.jpg');
	padding-bottom: 100%;
	background-size:cover; 
  	background-postion:center ;
	width:100%;
	height:600px;
}

.boler{
	background-image: url('../img/bgs/boler.jpg');
	padding-bottom: 100%;
	background-size:cover; 
  	background-postion:center ;
	width:100%;
	height:600px;
}

.mikro{
	background-image: url('../img/bgs/mikro.jpg');
	padding-bottom: 100%;
	background-size:cover; 
  	background-postion:center ;
	width:100%;
	height:600px;
}

.elpch {
	background-image: url('../img/bgs/duhovka.jpg');
	padding-bottom: 100%;
	background-size:cover; 
  	background-postion:center ;
	width:100%;
	height:600px;
}
	

.holod {
	background-image: url('../img/bgs/holod.jpg');
	padding-bottom: 100%;
	background-size:cover; 
  	background-postion:center ;
	width:100%;
	height:600px;
}

.vorwash {
	background-image: url('../img/bgs/future vorvash 2.jpg');
	padding-bottom: 100%;
	background-size:cover; 
  	background-postion:center ;
	width:100%;
	height:600px;
}

.vormash {
	top:90px;
}


.promoblock_bg {
	background-image: url(../img/bgs/promoblock.jpg);
}

.services_bg {
	background-image: url(../img/bgs/services_bg.jpg);
}

.strip_template {
	background-image: url(../img/bgs/strip_bg.jpg);
}

.absolute_container .bg_title {
	padding-bottom: 0;
}

.absolute_container .bg_title p {
	padding-top: 12px;
}

.grey_bg {
	background: #f9f9f9;
}

.image_background {
	height: 750px;
	position: relative;
}

.flexslider .absolute_container {
	opacity: 0;
	visibility: hidden;
	transition: all 800ms;
	-webkit-transition: all 800ms;
	z-index: 20;
}

.flexslider .flex-active-slide .absolute_container {
	opacity: 1;
	visibility: visible;
	transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

.image_background .bg_title h1,
.flexslider .absolute_container h1 {
	line-height: 38px;
	font-size: 40px;
	font-weight: 400;
}

.image_background .bg_title p,
.flexslider .absolute_container p {
	line-height: 27px;
	font-size: 18px;
	padding-top: 0;
}

.image_background .bg_title p:last-child,
.flexslider .absolute_container p:last-child {
	margin-bottom: 0;
}

.image_background .bg_title .shortcode_button,
.flexslider .absolute_container .shortcode_button {
	margin: 20px 13px 0 13px;
}

.white_opacity_wrap {
	background: rgba(255,255,255, 0.95);
	max-width: 1170px;
	padding: 76px 100px;
}

.white_opacity_wrap input[type="text"],
.white_opacity_wrap input[type="email"],
.white_opacity_wrap input[type="tel"],
.white_opacity_wrap input[type="password"],
.white_opacity_wrap textarea {
	background: none;
}

.section1_bg {
	background-image: url(../img/bgs/colored_section1.jpg);
}

.section2_bg {
	background-image: url(../img/bgs/colored_section2.jpg);
}

.section3_bg {
	background-image: url(../img/bgs/colored_section3.jpg);
}

.font_style_normal p {
	font-style: normal !important;
}

.info_text .module_cont {
	height: auto !important;
}

/* Slick Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	outline: none !important;
}
.slick-list:focus {
    outline: none !important;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none !important;
	cursor: pointer;
}
.testimonials-nav .slick-active,
.testimonials-nav .slick-center,
.testimonials-nav .slick-current {
	cursor: default;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}

/* Custom Slick */
.carouselslider button{
	text-shadow:0;
	cursor:pointer;
	box-shadow:0;
	border:0;
	border-radius:0;
	-webkit-border-radius:0;
}
/* Dots */
ul.slick-dots {
	margin:34px 0 0 !important;
	padding:0 !important;
	text-align:center;
	line-height: 8px;
}
ul.slick-dots li {
	overflow:hidden;
	margin:0 10px !important;
	padding:0 !important;
	width:8px !important;
	height:8px !important;
	cursor:pointer;
	box-shadow: none;
	display: inline-block;
	vertical-align: top;
	background: none !important;
	outline: none !important;
}
ul.slick-dots li button {
	margin:0;
	padding:0;
	width:8px;
	height:8px;
	border-radius:50%;
	-webkit-border-radius: 50%;
	color: transparent !important;
	background: none !important;
	border: 1px #434449 solid;
	position: relative;
	outline: none !important;
}
ul.slick-dots li:before,
ul.slick-dots li:after {
	display: none;
}
ul.slick-dots li button:after {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 1px;
	top: 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #434449;
	content: '';
	display: none;
}
ul.slick-dots li.slick-active button:after {
	display: block;
}
.dark_bg ul.slick-dots li button {
	border-color: #fff;
}
.dark_bg ul.slick-dots li button:after {
	background: #fff;
}
/* Arrows */
.slick-prev,
.slick-next {
	position:absolute;
	top:50%;
	z-index:50;
	text-indent:-9999px;
	width: 17px;
	height: 32px;
	margin-top:-16px;
	display:block;
	font-size:0;
	line-height:0;
	cursor:pointer;
	background:none;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	outline: none;
	border: none !important;
}

.slick-prev {
	left: -50px;
}

.slick-prev:before {
	content:'';
	position:absolute;
	left:-3px;
	top:23px;
	width:23px;
	height:2px;
	box-shadow:0 -1px 1px rgba(0,0,0,0.1);
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transition:background-color 300ms;
	-webkit-transition:background-color 300ms;
}
.slick-prev:after {
	content:'';
	position:absolute;
	left:-3px;
	top:7px;
	width:23px;
	height:2px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transition:background-color 300ms;
	-webkit-transition:background-color 300ms;
}

.slick-next {
	right: -50px;
}

.slick-next:before {
	content:'';
	position:absolute;
	right:-3px;
	top:23px;
	width:23px;
	height:2px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transition:background-color 300ms;
	-webkit-transition:background-color 300ms;
}
.slick-next:after {
	content:'';
	position:absolute;
	right:-3px;
	top:7px;
	width:23px;
	height:2px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transition:background-color 300ms;
	-webkit-transition:background-color 300ms;
}

.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
	background-color:#434449;
}

.dark_bg .slick-prev:before,
.dark_bg .slick-prev:after,
.dark_bg .slick-next:before,
.dark_bg .slick-next:after {
	background-color:#fff;
}

.slick-prev:hover,
.slick-next:hover {
	opacity:0.5;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 10005; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 10004; }
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 10006;
	-webkit-box-shadow: none;
	box-shadow: none; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-close:active {
	top: 0; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 13px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 50px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
           * Remove all paddings around the image on small screen
           */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; }
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }

	.mfp-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mfp-arrow-left {
		left: 45px !important;
	}
	.mfp-arrow-right {
		right: 45px !important;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
	padding: 0; }
.mfp-ie7 .mfp-content {
	padding-top: 44px; }
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

body.mfp-zoom-out-cur {
	margin:0 -17px 0 0 !important;
}

body.visible_sidebar_area.mfp-zoom-out-cur {
	margin-right: 523px !important;
	margin-left: -540px !important;
}

body.visible_sidebar_area.mfp-zoom-out-cur .sidebar_area {
	right: 17px;
}

body.mfp-zoom-out-cur .back2top {
	right: 57px;
}

.mfp-zoom-out-cur .main_header,
.mfp-zoom-out-cur .wrapper,
.mfp-zoom-out-cur .fixed-menu header,
.mfp-zoom-out-cur .footer,
.mfp-zoom-out-cur #instagram_module {
	padding-right:17px !important;
}

.mfp-zoom-out-cur .wall_map {
	margin-left:-17px !important;
}

/* Custom Magnific Popup Arrows */
.mfp-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0;
	width: 16px;
	height: 14px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	background-image:url(../img/sprite.png) !important;
	background-repeat:no-repeat !important;
}
.mfp-arrow:active {
	margin-top: 0;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mfp-arrow:before,
.mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: none;
}
.mfp-arrow-left {
	left: 30px;
	background-position:-268px -124px !important;
}
.mfp-arrow-right {
	right: 30px;
	background-position:-284px -124px !important;
}
.mfp-title,
.mfp-counter {
	padding-top:19px;
	font-size:14px;
	font-weight:300;
	color:#fff;
	line-height:24px;
}
.mfp-title {
	font-size:16px;
	position:absolute;
}

.mfp-close {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mfp-close:active {
	top: 0;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: 0;
	text-align: right;
	padding-right: 0;
	width: 100%;
}
.mfp-iframe-holder .mfp-close {
	top:0;
}
.mfp-close {
	text-indent:-9999px;
	font-size:0 !important;
	line-height:0 !important;
}
.mfp-close:before {
	width:12px;
	height:12px;
	position:absolute;
	content:'';
	right:0;
	top:-2px;
	display:block;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
	background-position:-268px -138px;
}

.mfp-iframe-scaler .mfp-close {
	top:-40px;
}

.mfp-iframe-scaler .mfp-counter {
	top:auto;
	bottom:-47px;
}

/* Map */
#map-canvas img {
	max-width: none;
	max-height:none;
}

.module_google_map iframe {
	width: 100%;
	height: 650px;
}

.right-sidebar .module_google_map iframe,
.left-sidebar .module_google_map iframe {
	height: 590px;
}



/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

/* Scroll Down */
.scroll_icon {
	position:absolute;
	left:50%;
	z-index:200;
	bottom:30px;
	width: 16px;
	height: 11px;
	margin-left: -8px;
	-webkit-animation: mousepulse 1s infinite; /* Chrome, Safari, Opera */
	animation: mousepulse 1s infinite;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	background-image: url("../img/sprite.png");
	background-position: 0 -80px;
	background-repeat: no-repeat;
	
}

.scroll_icon:hover {
	opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mousepulse {
	from {
		bottom:28px;
	}
	to {
		bottom:32px;
	}
}

/* Standard syntax */
@keyframes mousepulse {
	from {
		bottom:28px;
	}
	to {
		bottom:32px;
	}
}

/* Navigation Toggle */
.mobile-navigation-toggle {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: fixed;
	right: 30px;
	height: 24px;
	top: 50px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	
}
.mobile-navigation-toggle:hover {
	opacity: 0.7;
}
.toggle-box {
	width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    border: 1px solid #afb7b5;
    padding: 9px;
    width: 50px;
    height: 50px;
    /* margin: 15px 15px 15px 15px; */
   background: #d0d0ce6b;
    color: #988640;
    font-size: 20px;
	top: -12px;
}
.toggle-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
	width: 30px;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.toggle-inner:before,
.toggle-inner:after {
	content: "";
	display: block;
}
.toggle-inner:before {
	top: -10px;
}
.toggle-inner:after {
	bottom: -10px;
}
.mobile-navigation-toggle .toggle-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle .toggle-inner:before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.mobile-navigation-toggle .toggle-inner:after {
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle.is-active .toggle-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation-toggle.is-active .toggle-inner:before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.mobile-navigation-toggle.is-active .toggle-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Preloader */
.site_preloader {
	width: 50px;
	height: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
	margin: -25px 0 0 -25px;
}

.preloader_block {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99995;
}

.site_preloader .dot {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;

	animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
}

.site_preloader .dot:nth-child(1) {
	animation-delay: 0.2s;
}

.site_preloader .dot:nth-child(2) {
	animation-delay: 0.35s;
}

.site_preloader .dot:nth-child(3) {
	animation-delay: 0.45s;
}

.site_preloader .dot:nth-child(4) {
	animation-delay: 0.55s;
}

.site_preloader .dot:after,
.site_preloader .dot .first {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
}

.site_preloader .dot .first {
	margin-top: -4px;
	animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
	animation-delay: 0.2s;
}

@keyframes dotrotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes dotscale {
	0%, 10% { width: 12px; height: 12px; margin-left: -6px;  margin-top: -3px; }
	50% { width: 6px; height: 6px; margin-left: -3px; margin-top: 0; }
	90%, 100% { width: 12px; height: 12px;  margin-left: -6px;  margin-top: -3px; }
}

/* R E S P O N S I V E   C H A N G E S */
@media only screen and (min-width: 901px) {
	a.menu_toggler {
		display: none !important;
	}

	.mobile_menu_wrapper,
	.mobile-navigation-toggle {
		display: none !important;
	}
}

@media only screen and (max-width: 320px) {
	ol.commentlist li ul li .stand_comment {
		padding-left:30px;
	}
}
	
@media only screen and (max-width: 480px) {
	.coming_soon_form form {
		padding-right: 0;
	}

	.coming_soon_form input[type="button"],
	.coming_soon_form input[type="reset"],
	.coming_soon_form input[type="submit"] {
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
	}

}

@media only screen and (max-width: 900px) {
	
	.accordion-heading .accordion-toggle {
		margin : 0 200px;
		width : 50%;
	}
	
	.header_holder,
	.main_header .fright {
		display: none !important;
	}

	.main_header {
		position: relative !important;
		/*height: 150px;*/
	}

	.white_logo {
		display: none !important;
	}

	.dark_logo {
		display: block !important;
	}

	.main_header header {
		padding-right: 40px;
		
	}
	
	.tls {
		margin-left :50px ;
		margin-top: -10px;
	}

	.mobile_menu_wrapper {
		display:none;
		z-index:999;
		position: fixed;
       
    width: 100%;
    height: 650px;
    top: 150px;
	}
	
	.mobile_menu_wrapper .active {
		height : 300px;
		width :400px;
		position :absolute;
	}
	
	.smooth{
		margin : 10px 20px;
	}
	
	.sub-nav{
	background: #2c3f52;
    MARGIN-LEFT: -30px;
    position: relative;
    MARGIN-RIGHT: -30px;
    
	}
	
	.sub-menu{
		padding:20px;
	}

	.mobile_menu_wrapper .sub-menu {
		display:none;
	}

	.showsub .sub-menu .sub-menu {
		display:none;
	}

	.showsub .sub-menu,.showsub .sub-menu .showsub .sub-menu {
		display:block;
	}

	.mobile_menu_wrapper ul.menu {
		padding:27px 30px 30px 30px;
		margin:0;
		list-style:none;
		margin-top:50px;
	}

	.mobile_menu_wrapper ul.menu > li {
		padding:2px 0 2px 0;
		margin:0;
		
		list-style:none;
		line-height:22px
		text-align:left!important;
		/*border-bottom: 1px rgba(255,255,255, 0.1) solid;*/
	}

	.mobile_menu_wrapper ul.menu > li:last-child {
		border-bottom: none;
	}

	.mobile_menu_wrapper ul.menu li a {
		line-height:22px;
		font-size:15px;
		font-weight:400;
		display:inline-block;
		vertical-align: top;
		position: relative;
		padding-right: 13px;
	}

	.mobile_menu_wrapper ul.menu > li > a {
		display: block;
	}

	.mobile_menu_wrapper .menu-item-has-children > a:after {
		position: absolute;
		top: 1px;
		right: 1px;
		content: "\f105";
		display:none;
		font-family: 'FontAwesome';
		font-weight:normal;
		font-size: 13px;
		line-height: 22px;
	}

	.mobile_menu_wrapper ul.menu ul {
		/*padding:6px 0 0 0;*/
		margin:0 0 7px 20px;
		list-style: none;
		dispLay:none;
	}

	.mobile_menu_wrapper ul.menu li li {
		padding-bottom:8px;
	}

	.mobile_menu_wrapper ul.menu li ul li:last-child {
		padding-bottom:0;
	}

	.mobile_menu_wrapper ul.menu ul ul {
		padding:8px 0 0 0;
		margin:0 0 0 20px;
	}

	.mobile_menu_wrapper ul.menu li li li {
		padding-bottom:8px;
	}

	.logo_sect {
		/*float: none;*/
		display: block;
		position: absolute;
    
	}

    .log_text {
		position: relative;
    left: -10px;
    top: -10px;
    color: #889cad;
    font-size: 12px;
	margin-left: 0px;
	}
	
	.logo_sect .logo {
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
	}

	.logo_sect .logo img {
		max-width: 100%;
    height: auto;
    left: -20px;
    position: RELATIVE;
    top: -30px;
	}

	.strip_template .strip-item a:after {
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0;
	}
	
	.mobile_menu_lang {
			padding:20px 0 0 0;
	HEIGHT: 30px;
		display :none;
		background:#4c5a67;
		float:none;
	}		

}
	
@media only screen and (max-width: 767px) {
	
	.accordion-heading .accordion-toggle {
		margin : 0px;
		width : 100%;
	}
	
	.right-sidebar .contentarea {
		padding-right:0;
	}
	.left-sidebar .contentarea {
		padding-left:0;
	}
	.footer_bottom .copyright,
	.footer_bottom .foot_info_block {
		display:block;
		float:none !important;
		text-align:center;
	}

	.text-right {
		text-align: left;
	}
	.element {
		width:100% !important;
	}

	.container {
		padding-right: 10px;
    padding-left: 10px;
	}

	.shortcode_tab_item_body {
		border-radius:5px;
		-webkit-border-radius:5px;
	}

	.shortcode_tab_item_title {
		display:block;
		float:none;
		margin:0 0 5px 0;
		border-radius:5px;
		-webkit-border-radius:5px;
	}

	h1, h1 span, h1 a {
		font-size:30px;
	}

	h4, h4 span, h4 a {
		font-size:22px;
	}

	h5, h5 span, h5 a {
		font-size:20px;
	}

	.shortcode_tab_item_title:before {
		display: none !important;
	}
	.slick-prev,
	.slick-next {
		display: none !important;
	}
	.portfolio_bg1,
	.creative_bg {
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	#instagram_module a {
		width: 25%;
	}

	#instagram_module.with_margin a {
		width: 33.3333%;
	}

	.wrapper_404 .container {
		width: 100%;
	}

	.module_google_map iframe,
	.image_background,
	.flex_fullwidth .flexslider,
	.flex_fullwidth .flexslider .slides > li {
		height: 350px !important;
	}
	.wrapper_404 .container,
	.absolute_container {
		width: 70%;
	}
	.global_count_wrapper .absolute_container {
		width: 95%;
	}
	.image_background .bg_title h1,
	.flexslider .absolute_container h1 {
		line-height: 26px;
		font-size: 24px;
	}
	.image_background .bg_title p,
	.flexslider .absolute_container p {
		line-height: 22px;
		font-size: 15px;
	}
	.countdown-section {
		margin-right: 10px;
	}
	.countdown-amount {
		font-size: 25px;
		line-height: 32px;
	}
	.countdown-period {
		font-weight: 400;
		font-size: 11px;
	}
	.coming_bottom .social_icons,
	.global_count_wrapper p {
		display: none;
	}

	.gt3_info_section .module_cont {
		background-image:none!important;
	}

	
	.empty_space,
	.empty_space.height175,
	.empty_space.height73 {
		height: 50px;
	}

	.info_text,
	.list_of_works {
		padding: 50px;
	}

	.ribbon_wrapper,
	.fs_grid_gallery {
		height:auto!important;
	}
	.ribbon_list,
	.fw_gallery_list {
		position:static!important;
		width:100%!important;
		height:auto!important;
		margin:0 0 20px 0!important;
	}
	.ribbon_list li,
	.fw_gallery_list li {
		width:100%!important;
		box-sizing:border-box!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		padding:0 10px!important;
		margin:10px 0 0 0!important;
		opacity:1!important;
	}
	.fw_gallery_list li {
		position:static!important;
		height:auto!important;
	}
	.slide_wrapper {
		display:block!important;
		margin:0!important;
		height:auto!important;
	}
	.ribbon_list li img,
	.fw_gallery_list li img {
		display:block!important;
		width:100%!important;
		height:auto!important;
	}
	.slider_info {
		position:static!important;
		margin-left:0!important;
	}

	.slider_data .fleft,
	.slider_data .slider_btns a {
		display: none;
	}

	.slider_data .slider_btns a.fs_share_toggler {
		display: inline-block;
	}

	.pl170 {
		padding-left: 30px;
	}

	.pr170 {
		padding-right: 30px;
	}

	.fs_title_wrapper,
	.fs_thmb_viewport,
	.fs_controls .close_controls,
	
	.prev_next_links {
		display:none!important;
	}

	.fs_controls {
		right: auto;
		left: 50%;
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		bottom: 27px;
	}

	.post_share_block .fleft,
	.post_share_block .fright {
		float: none;
	}

	.contact_video_bg,
	.showreel_video_bg,
	.flex_singlepost_fullwidth .flexslider,
	.flex_singlepost_fullwidth .flexslider .slides > li {
		height: 300px !important;
	}

	.margin80 {
		margin: 40px 30px;
	}

	.pt170,
	.info_text .info.pt170,
	.pt190,
	.info_text .info.pt190 {
		padding-top: 40px;
	}

	.pt200 {
		padding-top: 100px;
	}

	.pb170,
	.info_text .info.pb170,
	.pb190,
	.info_text .info.pb190 {
		padding-bottom: 40px;
	}

	.pb160 {
		padding-bottom: 60px;
	}

	.flexslider .absolute_container a.shortcode_button {
		display: none;
	}

	.list_of_works li {
		padding-left: 0 !important;
	}

	.list_of_works li img {
		display: none;
	}

	.column1 .item_title_block {
		padding-top: 30px;
	}

	.iconbox_wrapper {
    padding: 0 10px;
    position: relative;
    text-align: center;
	
   }
    
	.module_content {
		/*height : 400px;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.post_meta_socials .col-sm-9,
	.post_meta_socials .col-sm-3 {
		width:100%;
		text-align:left;
	}

	.element .featured_items_title {
		padding-bottom:0;
	}
	.element .featured_items_title h5,
	.element .featured_items_title h5 a {
		font-size: 14px;
		line-height: 15px !important;
	}
	.element .featured_meta {
		display:none;
	}

	.fs_title_wrapper h3 {
		display:none!important;
	}

	.fs_title_wrapper h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 0;
	}

	.post_share_block .fleft,
	.post_share_block .fright {
		float: none;
	}

	.contact_video_bg,
	.showreel_video_bg,
	.flex_singlepost_fullwidth .flexslider,
	.flex_singlepost_fullwidth .flexslider .slides > li {
		height: 500px !important;
	}

	.pt170,
	.info_text .info.pt170,
	.pt190,
	.info_text .info.pt190 {
		padding-top: 80px;
	}

	.pb170,
	.info_text .info.pb170,
	.pb190,
	.info_text .info.pb190 {
		padding-bottom: 80px;
	}

	.pt200 {
		padding-top: 100px;
	}

	.pb160 {
		padding-bottom: 60px;
	}

	.colored_section {
		width: 100%;
	}

	.info_text {
		padding-left: 40px;
		padding-right: 40px;
	}

	.gt3_info_section .col-md-4 {
		height: auto !important;
	}

	.gt3_info_section .col-md-4 .single_image img {
		display:block;
	}

	.white_opacity_wrap {
		padding-left: 50px;
		padding-right: 50px;
	}

	.int_banner_descr {
		display: none;
	}

	.list_of_works li {
		padding-left: 0 !important;
	}

	.list_of_works li img {
		display: none;
	}

	.sorting_block .blog_post_title h5,
	.sorting_block .blog_post_title h5 a {
		font-size: 15px;
	}

	.wall_wrap .sorting_block.items4 .blog_post_preview {
		width: calc(33.333333% - 0.5px);
	}

	.col_margin30.ipad_block > .row > .col-sm-12,
	.col_margin30.ipad_block > .row > .col-sm-6,
	.col_margin30.ipad_block > .row > .col-sm-4,
	.col_margin30.ipad_block > .row > .col-sm-3 {
		width: calc(100% - 30px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	
	
	
	.widget_contacts .widget_contacts_name, .widget_contacts .widget_contacts_value {
		width: 100%;
		display: block;
		float: none;
	}
	.gt3_info_section .items2.featured_posts .featured_item,
	.gt3_info_section .items3.featured_posts .featured_item,
	.gt3_info_section .items4.featured_posts .featured_item {
		width: 100%;
	}
}

@media only screen and (min-width: 902px) and (max-width: 1199px) {
	
	.accordion-heading .accordion-toggle {
		margin : 0 250px;
		width : 50%;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	
	
	
	.element .featured_items_title {
		padding-bottom:0;
	}
	.element .featured_items_title h5,
	.element .featured_items_title h5 a {
		font-size: 16px;
		line-height: 20px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
	.wrapper_404 h1 {
		font-size: 100px;
		font-weight: 400;
		line-height: 109px;
	}
	.countdown-section {
		margin-right: 165px;
	}
	.countdown-amount {
		font-size: 120px;
		line-height: 134px;
	}
	.global_count_wrapper h1 {
		line-height: 52px;
		font-size: 50px;
	}
	.coming_soon_title {
		padding-bottom: 40px;
	}
	.coming_soon_form {
		padding-top: 74px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.module_cont p {
		letter-spacing: -0.1px;
	}
}
  .item_wrapper_ket{
	  margin-left : 200px;
	  font-size :12rem;
  }
/* R E T I N A */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	.mfp-arrow,
	a.menu_toggler,
	.s_submit,
	.top-icon-search,
	.close_sidebar_area,
	.widget_search .search_form input[type="submit"],
	.blog_post_format_label,
	.fs_share_block .fs_share_block_wrapper a.close_btn,
	.slider_btns a,
	.gallery_likes .icon,
	.scroll_icon {
		background-image:url(../img/sprite.png) !important;
		background-size:300px 150px !important;
		-webkit-background-size:300px 150px !important;
	}
	.mfp-close:before,
	.open_sidebar_area:after,
	.back2top:before,
	.back2top:after,
	.play-video:after,
	.view_link.mfp-iframe:after,
	.flex-direction-nav a:before,
	.nav_button_prev:before,
	.nav_button_next:before,
	.single_meta .gallery_likes .icon:before,
	.single_meta .gallery_likes .icon:after {
		background-image:url(../img/sprite.png) !important;
		background-size:300px 150px !important;
		-webkit-background-size:300px 150px !important;
	}
}*/





@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.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 rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

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

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

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

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

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

@-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% {
    opacity: 1;
    -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% {
    opacity: 1;
    -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 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 fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInUp {
  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);
  }
}

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

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

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

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

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

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

@-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 fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-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 lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-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 rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

@keyframes rotateOutDownLeft {
  0% {
    -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;
  }

  100% {
    -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;
  }
}

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

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

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

@keyframes rotateOutDownRight {
  0% {
    -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;
  }

  100% {
    -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;
  }
}

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

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

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

@keyframes rotateOutUpLeft {
  0% {
    -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;
  }

  100% {
    -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;
  }
}

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

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

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

@keyframes rotateOutUpRight {
  0% {
    -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;
  }

  100% {
    -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;
  }
}

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

@-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 slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  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);
    -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;
    opacity: 1;
  }

  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;
}

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

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

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

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

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

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






