@charset "UTF-8";

/*
	Theme Name: Eventstation
	Theme URI: themeforest.net/user/gloriatheme
	Author: Gloria Theme
	Author URI: gloriatheme.com
	Description: Event Station - Event & Conference Responsive WordPress Theme
	License: GNU General Public License v2 or later
	License URI: www.gnu.org/licenses/gpl-2.0.html
	Tags: right-sidebar, featured-images, custom-header, custom-menu
	Text Domain: eventstation
	Version: 1.2.3
*/

/* ------------------------

[Index]

1. Google Fonts
2. General
	2.1 General Style
	2.2. Loader Pace
	2.3. Animation Effects
3. Pages & Page Builder
4. Widget & Sidebar
5. Header
6. Footer
7. 404 Page
8. Comments
9. Blog & Archive
10. Plugins
11. Responsive

------------------------ */

/* ===== 1. GOOGLE FONT ===== */

/* ===== 2. GENERAL START ===== */
/* ----- 2.1. General Style ----- */
body {
	font-family:'Roboto';
	font-size:14px;
	color:#6a6a6a;
	background:#FFFFFF;
	line-height: 1.6;
}

a, a:visited {
	color:#6a6a6a;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

a:hover, a:focus {
	text-decoration:none;
	color:#1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab';
	margin:30px 0px 15px;
	font-weight: 700;
	line-height: 1.1;
	color:#6a6a6a;
}

h1 {
	font-size:27px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:11px;
}

p {
	margin-bottom:28px;
}

ol, ul {
	margin-bottom: 30px;
}

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

img:hover {
}

.nopadding {
	padding:0px;
}

.nopaddingleft {
	padding-left:0px;
}

.nopaddingright {
	padding-right:0px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #D7D7D7;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="time"],
input[type="week"],
input[type="search"],
input[type="month"],
input[type="datetime"],
input[type="date"],
textarea,
textarea.form-control,
select,
.woocommerce form .form-row .select2-container .select2-choice,
.form-control
{
	display: block;
	width: 100%;
	padding: 12px 13px;
	font-size: 13px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #D7D7D7;
	color: #a3a3a3;
	box-shadow: none;
	line-height: normal;
	height: auto;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}

.select2-drop-active {
	border-color:#D7D7D7;
}

.input-group-addon {
	color: #727272;
	border: 1px solid #C2C2C2;
    border-radius: 0px;
}

input::-webkit-input-placeholder { color: #A9A9A9; }
input::-moz-placeholder { color: #A9A9A9; }
input:-ms-input-placeholder { color: #A9A9A9; }
input:-moz-placeholder { color: #A9A9A9; }

.form-control::-webkit-input-placeholder { color: #A9A9A9; }
.form-control::-moz-placeholder { color: #A9A9A9; }
.form-control:-ms-input-placeholder { color: #A9A9A9; }
.form-control:-moz-placeholder { color: #A9A9A9; }

textarea::-webkit-input-placeholder { color: #A9A9A9; }
textarea::-moz-placeholder { color: #A9A9A9; }
textarea:-ms-input-placeholder { color: #A9A9A9; }
textarea:-moz-placeholder { color: #A9A9A9; }

select::-webkit-input-placeholder { color: #A9A9A9; }
select::-moz-placeholder { color: #A9A9A9; }
select:-ms-input-placeholder { color: #A9A9A9; }
select:-moz-placeholder { color: #A9A9A9; }

button,
input[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 0px;
	text-transform: uppercase;
	outline: 0;
	padding: 15px 26px;
	font-size: 13px;
	font-weight: 600;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #FFFFFF;
	border:1px solid #1A9ADA;
	background: #1A9ADA;
}

button:hover, input[type="submit"]:hover,
button:active, input[type="submit"]:active,
button:active:hover, input[type="submit"]:active:hover,
button:active:focus, input[type="submit"]:active:focus,
button:active:visited, input[type="submit"]:active:visited,
button:focus, input[type="submit"]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	color: #1A9ADA;
	border:1px solid #1A9ADA;
	outline:0;
	background: #FFFFFF;
}

button.alternative-button:hover, input[type="submit"].alternative-button:hover,
button.alternative-button:focus, input[type="submit"].alternative-button:focus,
button.alternative-button:active, input[type="submit"].alternative-button:active,
button.alternative-button:active:hover, input[type="submit"].alternative-button:active:hover,
button.alternative-button:active:focus, input[type="submit"].alternative-button:active:focus,
button.alternative-button:active:visited, input[type="submit"].alternative-button:active:visited {
	border-color: #1A9ADA;
	color:#FFFFFF;
	background:#1A9ADA;
}

table {
	max-width: 100%;
}

th {
	text-align: left;
}

table {
	width: 100%;
	margin-bottom: 27px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody {
	border-top: 2px solid #ddd;
}

table .table {
	background-color: #fff;
}

dl {
	margin-top: 0;
	margin-bottom: 27px;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

.gallery dt {
	float: none;
	clear: none;
	text-align: center;
	width: auto;
}

.gallery dd {
	text-align: center;
	margin: 10px 0px 0px;
}

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

.close:focus, .close:hover, .close:active, .close:active:hover, .close:active:focus, .close:active:visited {
	background: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background-color: #E1E1E1;
}

.btn {
	font-size: 13px;
}

.height30 {
	height:30px;
}

.height60 {
	height:60px;
}

blockquote {
	border: 0px;
	font-style: italic;
	font-size: 17px;
	padding: 0;
	text-align: center;
	margin: 0px 80px 28px;
}

/* .row.alternative-row {
	margin-right: -35px;
	margin-left: -35px;
}

.col-lg-9.site-content-left {
	padding-left: 35px;
	padding-right: 35px;
}

.col-lg-3.site-content-right {
	padding-left: 35px;
	padding-right: 35px;
} */

.vc_row.backgroundtopright,
.backgroundtopright .vc_column-inner {
	background-position:top right !important;
}

.vc_row.backgroundtopleft,
.backgroundtopleft .vc_column-inner {
	background-position:top left !important;
}

.vc_row.backgroundtopcenter,
.backgroundtopcenter .vc_column-inner {
	background-position:top center !important;
}

.vc_row.backgroundbottomright,
.backgroundbottomright .vc_column-inner {
	background-position:bottom right !important;
}

.vc_row.backgroundbottomleft,
.backgroundbottomleft .vc_column-inner {
	background-position:bottom left !important;
}

.vc_row.backgroundbottomcenter,
.backgroundbottomcenter .vc_column-inner {
	background-position:bottom center !important;
}

.vc_row.backgroundcenterright,
.backgroundcenterright .vc_column-inner {
	background-position:center right !important;
}

.vc_row.backgroundcenterleft,
.backgroundcenterleft .vc_column-inner {
	background-position:center left !important;
}

.vc_row.backgroundcentercenter,
.backgroundcentercenter .vc_column-inner {
	background-position:center center !important;
}

.bgfixed, .bgfixed .vc_column-inner {
	background-attachment:fixed;
	background-size:cover;
}

.vc_row.full-area-container-content-left {
	width: 569px;
	float: left;
	clear: both;
	max-width: 100%;
	padding-left: 40px !important;
}

.vc_row.full-area-container-content-right {
	width: 569px;
	float: right;
	clear: both;
	max-width: 100%;
	padding-right: 40px !important;
}

.vc_row.vc_row-fluid.container {
	margin:0 auto;
}

.container-fluid {
	padding-right: 70px;
	padding-left: 70px;
}

.container-fluid.container-fluid-multi-column {
	padding-right: 55px;
	padding-left: 55px;
}

.eventstation-pagination {
	margin: 25px 0 50px;
	list-style:none;
	padding:0px;
	float:right;
	clear:both;
	font-family:'Roboto Slab';
	color: #FFFFFF;
}

.eventstation-pagination:after, .eventstation-pagination:before {
	content:'';
	display:block;
	clear:both;
}

.eventstation-pagination>li>a, .eventstation-pagination>li>a:visited {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	background: #1A9ADA;
	border:1px solid transparent;
	padding: 9px 17.5px;
	font-weight: 600;
}

.eventstation-pagination>li>a:hover, .eventstation-pagination>li>a:focus {
	border-color: #1A9ADA;
	color: #1A9ADA;
	background: #FFFFFF;
}

.eventstation-pagination>li {
	float: left;
	margin-right:6px;
}

.eventstation-pagination>li:last-child {
	margin-right:0px;
}

.eventstation-pagination>li.eventstation-pagination-nav {
	color: #FFFFFF;
	font-size: 15px;
	background: #1A9ADA;
	border:1px solid transparent;
}

.eventstation-pagination>li.eventstation-pagination-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.eventstation-pagination>li.eventstation-pagination-nav ul li {
	float: left;	
}

.eventstation-pagination>li.eventstation-pagination-nav ul li.center {
	border-right: 1px solid #FFFFFF;
	width: 1px;
	padding: 12px 0px;
	margin: 9px 0px;
}

.eventstation-pagination>li.eventstation-pagination-nav ul li a,
.eventstation-pagination>li.eventstation-pagination-nav ul li a:visited {
	padding: 9px 10px;
	display: block;
	color: #FFFFFF;
}

.eventstation-pagination>li.noborder:after,.eventstation-pagination>li.noborder:before {
	border:0px;
}

.eventstation-pagination>li.noborder a,.eventstation-pagination>li.noborder a:visited {
	color:#CACACA;
	font-size:28px;
    line-height: 25px;
}

.eventstation-pagination>li:last-child {
	margin-right:0px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 30px !important;
}

.eventstation-wrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	background:#FFFFFF;
}

.eventstation-wrapper.boxed-wrapper {
	width: 1170px;
}

.site-sub-content {
	clear: both;
}

.site-sub-content-wrapper {
	padding-top:135px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 14px 0px 0px;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FB5F84;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}

.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.format-image {}
.format-gallery {}
.format-chat {}
.format-link {}
.format-quote {}
.format-status {}
.format-video {}
#header .main-menu{}
#header .main-menu ul {}
#header .main-menu ul ul {}
#header .main-menu li {}
#header .main-menu li a {}
#header .main-menu li ul {}
#header .main-menu li li {}
#header .main-menu li li a {}
.current_page_item{}
.current-cat{}
.current-menu-item{}
.menu-item-type-taxonomy{}
.menu-item-type-post_type{}
.menu-item-type-custom{}
.menu-item-home{}
.wp-smiley {}
blockquote.left {}
blockquote.right {}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.widget {}
#searchform {}
.widget_search {}
.screen-reader-text {}
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}
.textwidget {}
.widget_text {}
.textwidget p {}
.commentlist .reply {}
.commentlist .reply a {}
.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}
.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}
.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}
.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}
.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}
#cancel-comment-reply {}
#cancel-comment-reply a {}
#respond { } 
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment 
#submit
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit {}

.edit-link {
	display: block;
	clear: both;
}

.edit-link a, .edit-link a:visited {
	background: #1A9ADA;
	color: #FFF;
	margin:0px 0px 15px;
	display: table;
	padding: 4px 10px;
	border:1px solid transparent;
}

.edit-link a:focus,  .edit-link a:hover {
	border-color: #1A9ADA;
	color:#1A9ADA;
	background: #FFF;
}

.fixed {
	position:fixed !important;
}

/* ----- 2.2 Loader Pace ----- */
.loaded .loader-wrapper {
	opacity:0;
	visibility:hidden;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.loader-wrapper {
	opacity:1;
	visibility:visible;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000000;
	background:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.spinner {
	left: 0;
	margin: 0px auto;
	position: relative;
	top: 50%;
	width: 40px;
	text-align: center;
	font-size: 10px;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #13648f;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* ----- 2.3 Animation Effects ----- */
.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}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-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}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.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:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;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%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) 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;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-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:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-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:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

.animate{
  opacity: 0;
}

.animate.animated{
	opacity: 1;
}

.animate-delay-0 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.animate-delay-0-05 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.animate-delay-0-10 {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.animate-delay-0-15 {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.animate-delay-0-20 {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;	
}

.animate-delay-0-25 {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.animate-delay-0-30 {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.animate-delay-0-35 {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.animate-delay-0-40 {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.animate-delay-0-45 {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.animate-delay-0-50 {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.animate-delay-0-55 {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.animate-delay-0-60 {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.animate-delay-0-65 {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.animate-delay-0-70 {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.animate-delay-0-75 {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.animate-delay-0-80 {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.animate-delay-0-85 {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.animate-delay-0-90 {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.animate-delay-0-95 {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.animate-delay-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animate-delay-1-05 {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.animate-delay-1-10 {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.animate-delay-1-15 {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.animate-delay-1-20 {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.animate-delay-1-25 {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.animate-delay-1-30 {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.animate-delay-1-35 {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.animate-delay-1-40 {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.animate-delay-1-45 {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.animate-delay-1-50 {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.animate-delay-1-55 {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.animate-delay-1-60 {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.animate-delay-1-65 {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.animate-delay-1-70 {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.animate-delay-1-75 {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.animate-delay-1-80 {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.animate-delay-1-85 {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.animate-delay-1-90 {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.animate-delay-1-95 {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.animate-delay-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animate-delay-2-05 {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.animate-delay-2-10 {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.animate-delay-2-15 {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.animate-delay-2-20 {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.animate-delay-2-25 {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.animate-delay-2-30 {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.animate-delay-2-35 {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.animate-delay-2-40 {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.animate-delay-2-45 {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.animate-delay-2-50 {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.animate-delay-2-55 {
	-webkit-animation-delay: 2.55s;
	animation-delay: 2.55s;
}

.animate-delay-2-60 {
	-webkit-animation-delay: 2.60s;
	animation-delay: 2.60s;
}

.animate-delay-2-65 {
	-webkit-animation-delay: 2.65s;
	animation-delay: 2.65s;
}

.animate-delay-2-70 {
	-webkit-animation-delay: 2.70s;
	animation-delay: 2.70s;
}

.animate-delay-2-75 {
	-webkit-animation-delay: 2.75s;
	animation-delay: 2.75s;
}

.animate-delay-2-80 {
	-webkit-animation-delay: 2.80s;
	animation-delay: 2.80s;
}

.animate-delay-2-85 {
	-webkit-animation-delay: 2.85s;
	animation-delay: 2.85s;
}

.animate-delay-2-90 {
	-webkit-animation-delay: 2.90s;
	animation-delay: 2.90s;
}

.animate-delay-2-95 {
	-webkit-animation-delay: 2.95s;
	animation-delay: 2.95s;
}

.animate-delay-3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animate-delay-3-05 {
	-webkit-animation-delay: 3.05s;
	animation-delay: 3.05s;
}

.animate-delay-3-10 {
	-webkit-animation-delay: 3.10s;
	animation-delay: 3.10s;
}

.animate-delay-3-15 {
	-webkit-animation-delay: 3.15s;
	animation-delay: 3.15s;
}

.animate-delay-3-20 {
	-webkit-animation-delay: 3.20s;
	animation-delay: 3.20s;
}

.animate-delay-3-25 {
	-webkit-animation-delay: 3.25s;
	animation-delay: 3.25s;
}

.animate-delay-3-30 {
	-webkit-animation-delay: 3.30s;
	animation-delay: 3.30s;
}

.animate-delay-3-35 {
	-webkit-animation-delay: 3.35s;
	animation-delay: 3.35s;
}

.animate-delay-3-40 {
	-webkit-animation-delay: 3.40s;
	animation-delay: 3.40s;
}

.animate-delay-3-45 {
	-webkit-animation-delay: 3.45s;
	animation-delay: 3.45s;
}

.animate-delay-3-50 {
	-webkit-animation-delay: 3.50s;
	animation-delay: 3.50s;
}

.animate-delay-3-55 {
	-webkit-animation-delay: 3.55s;
	animation-delay: 3.55s;
}

.animate-delay-3-60 {
	-webkit-animation-delay: 3.60s;
	animation-delay: 3.60s;
}

.animate-delay-3-65 {
	-webkit-animation-delay: 3.65s;
	animation-delay: 3.65s;
}

.animate-delay-3-70 {
	-webkit-animation-delay: 3.70s;
	animation-delay: 3.70s;
}

.animate-delay-3-75 {
	-webkit-animation-delay: 3.75s;
	animation-delay: 3.75s;
}

.animate-delay-3-80 {
	-webkit-animation-delay: 3.80s;
	animation-delay: 3.80s;
}

.animate-delay-3-85 {
	-webkit-animation-delay: 3.85s;
	animation-delay: 3.85s;
}

.animate-delay-3-90 {
	-webkit-animation-delay: 3.90s;
	animation-delay: 3.90s;
}

.animate-delay-3-95 {
	-webkit-animation-delay: 3.95s;
	animation-delay: 3.95s;
}

.animate-delay-4 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animate-delay-4-05 {
	-webkit-animation-delay: 4.05s;
	animation-delay: 4.05s;
}

.animate-delay-4-10 {
	-webkit-animation-delay: 4.10s;
	animation-delay: 4.10s;
}

.animate-delay-4-15 {
	-webkit-animation-delay: 4.15s;
	animation-delay: 4.15s;
}

.animate-delay-4-20 {
	-webkit-animation-delay: 4.20s;
	animation-delay: 4.20s;
}

.animate-delay-4-25 {
	-webkit-animation-delay: 4.25s;
	animation-delay: 4.25s;
}

.animate-delay-4-30 {
	-webkit-animation-delay: 4.30s;
	animation-delay: 4.30s;
}

.animate-delay-4-35 {
	-webkit-animation-delay: 4.35s;
	animation-delay: 4.35s;
}

.animate-delay-4-40 {
	-webkit-animation-delay: 4.40s;
	animation-delay: 4.40s;
}

.animate-delay-4-45 {
	-webkit-animation-delay: 4.45s;
	animation-delay: 4.45s;
}

.animate-delay-4-50 {
	-webkit-animation-delay: 4.50s;
	animation-delay: 4.50s;
}

.animate-delay-4-55 {
	-webkit-animation-delay: 4.55s;
	animation-delay: 4.55s;
}

.animate-delay-4-60 {
	-webkit-animation-delay: 4.60s;
	animation-delay: 4.60s;
}

.animate-delay-4-65 {
	-webkit-animation-delay: 4.65s;
	animation-delay: 4.65s;
}

.animate-delay-4-70 {
	-webkit-animation-delay: 4.70s;
	animation-delay: 4.70s;
}

.animate-delay-4-75 {
	-webkit-animation-delay: 4.75s;
	animation-delay: 4.75s;
}

.animate-delay-4-80 {
	-webkit-animation-delay: 4.80s;
	animation-delay: 4.80s;
}

.animate-delay-4-85 {
	-webkit-animation-delay: 4.85s;
	animation-delay: 4.85s;
}

.animate-delay-4-90 {
	-webkit-animation-delay: 4.90s;
	animation-delay: 4.90s;
}

.animate-delay-4-95 {
	-webkit-animation-delay: 4.95s;
	animation-delay: 4.95s;
}

.animate-delay-5 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

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

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

	100% {
		opacity: 0;
	}
}

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

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* ===== 3. PAGES & PAGE BUILDER ===== */
.page-list {
	margin-bottom:60px;
}

.content-heading {
	background:#1A9ADA;
	color:#FFFFFF;
	padding:20px 0px;
	margin-bottom:70px;
}

.content-heading .heading-navigation i {
	width: 31px;
	height: 31px;
	line-height: 32px;
	padding-left: 2px;
	color: #1A9ADA;
	font-size: 20px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	margin-right:14px;
}

.content-heading .heading-navigation ul {
	display: inline-block;
	list-style:none;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-family:'Roboto Slab';
	font-size:15px;
	font-weight:600;
	position:relative;
	top:-1px;
}

.content-heading .heading-navigation ul li {
	display:inline-block;
}

.page-content article .page-header h2 {
	text-align:center;
}

.page-header {
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: 0px;
}

.page-content article .page-header h2 {
	margin-bottom:32px !important;
}

.page-content article .page-header .post-excerpt-two {
	text-align:center;
	margin:0px 5% 23px;
}

.content-widget-title:after, .content-widget-title:before {
	content:'';
	display:block;
	clear:both
}

.content-widget-title i {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
	background: #1A9ADA;
	border-radius: 6px;
	font-size: 23px;
	display: inline-block;
	margin-right:18px;
}

.content-widget-title.small i {
	background: transparent;
	color: #1A9ADA;
	font-size: 23px;
	width: auto;
	height: auto;
	line-height: normal;
	margin-right: 8px;
}

.content-widget-title h3 {
	display: inline-block;
	color:#175275;
	font-size:40px;
	margin: 0px;
}

.content-widget-title.small h3 {
	font-size: 13px;
	top: -2px;
	position:relative;
}

.footer .content-widget-title.small h3 {
	color:#FFFFFF;
}

.content-widget-title .separator {
	margin-top:7px;
	display:block;
}

.content-widget-title .separator:after,
.content-widget-title .separator:before {
	clear:both;
	content:'';
	display:block;
}

.content-widget-title .separator .separator-line {
	height: 1px;
	background: #C2C2C2;
	float: left;
	width: calc(100% + 14px);
	display:block;
}

.content-widget-title .separator .separator-dot {
	width: 14px;
	height: 14px;
	border: 1px solid #B9B9B9;
	border-radius: 50%;
	float: right;
	position: relative;
	top: -6px;
	right: -28px;
	display:block;
}

.content-widget-title p {
	margin:5px 0px 0px;
	font-size:13px;
	color:#848585;
}

.social-media-widget ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.social-media-widget ul li {
	display:inline-block;
}

.social-media-white.social-media-widget ul li {
	margin-bottom:8px;
}

.social-media-widget ul li a,
.social-media-widget ul li a:visited {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #6a6a6a;
	font-size: 18px;
	color: #6a6a6a;
	text-align: center;
}

.social-media-widget ul li a:hover,
.social-media-widget ul li a:focus {
	background:#6a6a6a;
	color:#FFFFFF;
}

.social-media-widget.social-media-white ul li a,
.social-media-widget.social-media-white ul li a:visited {
	border-color:#FFFFFF;
	color:#FFFFFF;
}

.social-media-widget.social-media-white ul li a:hover,
.social-media-widget.social-media-white ul li a:focus {
	background:#FFFFFF;
	color:#1A9ADA;
}

.social-media-widget ul li {
	margin-right:8px;
}

.map-3d-tour {
	position:relative;
	z-index:1;
}

.map-3d-tour:after,
.map-3d-tour:before,
.map-3d-tour .map-3d-tour-content:after,
.map-3d-tour .map-3d-tour-content:before {
	content:'';
	display:block;
	clear:both;
}

.map-3d-tour h3 {
	color: #FFFFFF;
	font-size:60px;
	margin:0px 0px 25px;
	padding:0px;
}

.map-3d-tour p {
	color: #FFFFFF;
	font-size:18px;
	margin:0px;
}

.map-3d-tour .map-3d-tour-content {
	color: #FFFFFF;
	background-size: cover;
	padding: 70px;
	position:relative;
	z-index:10;
	top:0;
	left:0;
	width:100%;
}

.map-3d-tour .map-3d-tour-content .container {
	max-width:100%;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
	background: #1A9ADA;
	border-radius: 6px;
	font-size: 23px;
	display: inline-block;
	margin:0px 18px 70px 0px;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button {
	color:#FFFFFF;
	font-size:12px;
	font-weight: 500;
	display:block;
	float:left;
	text-transform:uppercase;
	display: flex;
	cursor:pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	margin-top:85px;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button:hover,
.map-3d-tour .map-3d-tour-content .map-3d-tour-button:focus {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button span {
	padding: 14px 17px;
	display: inline-block;
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button:hover span,
.map-3d-tour .map-3d-tour-content .map-3d-tour-button:focus span {
	border-top-color:#042f60;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	background:#043e7f;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button i {
	padding: 0px 20.5px;
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	position: relative;
	margin-left: 1px;
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button:hover i,
.map-3d-tour .map-3d-tour-content .map-3d-tour-button:focus i {
	background:#043e7f;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button i:after {
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-content .map-3d-tour-button:hover i:after,
.map-3d-tour .map-3d-tour-content .map-3d-tour-button:focus i:after {
	border-top-color:#042f60;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-iframe {
	height:100%;
	position:absolute;
	z-index:9;
	top:0;
	left:0;
	width:100%;
}

.map-3d-tour .map-3d-tour-iframe iframe {
	width:100%;
}

.map-3d-tour .map-3d-tour-iframe .close {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FFFFFF;
	color: #1A9ADA;
	right: 40px;
	top: 50px;
	position: absolute;
	z-index: 10;
	opacity: 1;
	cursor:pointer;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-iframe .close:hover,
.map-3d-tour .map-3d-tour-iframe .close:focus {
	color: #FFFFFF;
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-iframe .map-3d-tour-music-button {
	cursor:pointer;
}

.map-3d-tour .map-3d-tour-iframe .map-3d-tour-music-button i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FFFFFF;
	color: #1A9ADA;
	right: 40px;
	top: 120px;
	position: absolute;
	z-index: 10;
	opacity: 1;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.map-3d-tour .map-3d-tour-iframe .map-3d-tour-music-button i:hover,
.map-3d-tour .map-3d-tour-iframe .map-3d-tour-music-button i:focus {
	color: #FFFFFF;
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}
.pricing-table {
	position: relative;
}

.pricing-table.pricing-table-modern .pricing-table-header {
	background:#6b6b6b;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pricing-table.pricing-table-modern .pricing-table-header:after,
.pricing-table.pricing-table-modern .pricing-table-header:before {
	content:'';
	display:block;
	clear:both;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left {
	width:190px;
	font-size:45px;
	color:#fefefe;
	text-align:center;
	font-weight:600;
	float: left;
	position:relative;
	line-height: 1.0;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left-wrapper {
	position: absolute;
	width: 100%;
	top: calc(50% - 39px);
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #1A9ADA;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.8;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left span {
	font-weight:400;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left .price-table-star {
	font-size:22px;
	margin-bottom:11px;
	position:relative;
	z-index: 3;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left .price-table-star i {
	margin:0px 2.5px;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left .pricing-table-price {
	position:relative;
	z-index: 3;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-right {
	width: calc(100% - 190px);
	color: #fefefe;
	float: right;
	padding: 54px 30px 40px;
	line-height: 1.0;
}

.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-right .pricing-table-packagename {
	font-size:23px;
	font-weight:600;
	margin-bottom:6px;
}

.pricing-table.pricing-table-modern .pricing-table-body {
	background:#F0F0F0;
	padding:22px 15px 20px;
}

.pricing-table.pricing-table-modern .pricing-table-body:after,
.pricing-table.pricing-table-modern .pricing-table-body:before {
	content:'';
	display:block;
	clear:both;
}

.pricing-table.pricing-table-modern .pricing-table-body ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.pricing-table.pricing-table-modern .pricing-table-body ul li {
	width: calc(50% - 30px);
	margin: 0px 15px;
	border-bottom: 1px solid #E2E2E2;
	float: left;
	line-height: normal;
	padding:12px 0px 11px;
}

.pricing-table.pricing-table-modern .pricing-table-body ul li:nth-last-child(2),
.pricing-table.pricing-table-modern .pricing-table-body ul li:nth-last-child(1) {
	border-bottom:0px;
}

.pricing-table.pricing-table-modern .pricing-table-body ul li:after,
.pricing-table.pricing-table-modern .pricing-table-body ul li:before {
	content:'';
	display:block;
	clear:both;
}

.pricing-table.pricing-table-modern .pricing-table-body ul li .pricing-list-icon {
	float:left;
	margin-right:17px;
}

.pricing-table.pricing-table-modern .pricing-table-body ul li .pricing-list-icon i {
	display: block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #1A9ADA;
	text-align: center;
	color: #F0F0F0;
	font-size: 11px;
}

.pricing-table.pricing-table-modern .pricing-table-body ul li .pricing-list-icon i.no {
	background: #C3C3C3;
}

.pricing-table.pricing-table-modern .pricing-table-body ul li .pricing-list-text {
	width: calc(100%);
	position: relative;
}

.pricing-table.pricing-table-modern .pricing-table-bottom {
	background:#E9E9E9;
	padding:17px 17px;
	text-align:center;
}

.pricing-table.pricing-table-modern .pricing-table-bottom:after,
.pricing-table.pricing-table-modern .pricing-table-bottom:before {
	content:'';
	display:block;
	clear:both;
}

.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a,
.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:visited {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-flex;
}

.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:hover span,
.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:focus span,
.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:hover i:after,
.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:focus i:after {
	border-top-color:#042f60;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a span {
	padding: 11px 17px;
	display: inline-block;
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:hover span,
.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:focus span,
.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:hover i,
.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a:focus i {
	background:#043e7f;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a i {
	padding: 1px 17px 0px;
	display: inline-block;
	line-height: 44px;
	font-size: 18px;
	position: relative;
	font-style: normal;
	margin-left: 1px;
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.pricing-table.pricing-table-modern .pricing-table-bottom .pricing-table-button a i:after {
	border-top:3px solid rgba(0, 0, 0, 0.21);
	position:absolute;
	top:0;
	left:0;
	content:'';
	display:block;
	width: 100%;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.pricing-table.pricing-table-classic {
	color:#FFFFFF;
	padding:35px 45px;
}

.pricing-table.pricing-table-classic .pricing-table-header-wrapper {
	text-align:center;
	margin-bottom:22px;
}

.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header {
	background: #FFFFFF;
	color: #1A9ADA;
	border-radius: 6px;
	padding: 14px 15px 11px;
	font-weight: 600;
	display: inline-flex;
}

.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header:after,
.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header:before,
.pricing-table.pricing-table-classic .pricing-table-header-wrapper:after,
.pricing-table.pricing-table-classic .pricing-table-header-wrapper:before {
	content:'';
	display:block;
	clear:both;
}

.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header .pricing-table-price {
	float:left;
	font-size:35px;
	line-height:35px;
}

.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header .pricing-table-price span {
	font-weight:400;
}

.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header .separator {
	float: left;
	border-right: 2px dotted #1A9ADA;
	width: 1px;
	margin: 0px 10px;
	position: relative;
	top: -2px;
	padding: 14px 0px;
}

.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header .pricing-table-packagename {
	float: left;
	font-size: 20px;
	line-height: 32px;
}

.pricing-table.pricing-table-classic .pricing-table-body ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 26px;
	color:#FFFFFF;
}

.pricing-table.pricing-table-classic .pricing-table-body ul li {
    line-height: normal;
    padding: 9.5px 0px 8.5px;
}

.pricing-table.pricing-table-classic .pricing-table-body ul li .pricing-list-text {
	position: relative;
}

.pricing-table.pricing-table-classic .pricing-table-body ul li .pricing-list-icon {
	float:left;
	margin-right:17px;
}

.pricing-table.pricing-table-classic .pricing-table-body ul li .pricing-list-icon i {
	display: block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #FFFFFF;
	text-align: center;
	color: #1A9ADA;
	font-size: 11px;
}

.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button {
	text-align:center;
}

.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a,
.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a:visited {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: inline-flex;
	border-radius: 5px;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 500;
}

.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a:hover,
.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a:focus {
	background: #FFFFFF;
	color:#1A9ADA;
}

.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a:hover .separator ,
.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a:focus .separator  {
	border-color:#1A9ADA;
}

.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button i {
	font-size:18px;
	line-height: 27px;
	font-style:normal;
}

.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button span {
	line-height: 27px;
}

.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button .separator {
	font-size: 18px;
	margin: 0px 11px;
	border-right: 1px solid #fff;
}

.speakers-widget .speaker-item-header {
	min-height:330px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	display: flex;
	background-position:top center;
}

.speakers-widget.alternative .speaker-item-header {
	min-height:230px;	
}

.speakers-widget .speaker-item-header .speaker-item-topic-wrapper {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
}

.speakers-widget .speaker-item-header .speaker-item-topic-wrapper h4.speaker-item-topic-title {
	position:absolute;
	bottom:30px;
	left:30px;
	right:30px;
	font-size:24px;
	color:#FFFFFF;
	font-family:'Roboto';
	font-weight:500;
	margin: 0px;
}

.speakers-widget.alternative .speaker-item-header .speaker-item-topic-wrapper h4.speaker-item-topic-title {
	bottom:20px;
	left:20px;
	right:20px;
	font-size:17px;	
}

.speakers-widget .speaker-item-body {
	color:#FFFFFF;
	padding:17px 25px 0px;
}

.speakers-widget.alternative .speaker-item-body {
	padding:11px 20px 0px;
}

.speakers-widget .speaker-item-body:after,
.speakers-widget .speaker-item-body:before {
	content:'';
	display:block;
	clear:both;
}

.speakers-widget .speaker-item-body ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.speakers-widget .speaker-item-body .speaker-item-information {
	font-size:13px;
	margin:0px 0px 12px;
}

.speakers-widget .speaker-item-body .speaker-item-information, x:-moz-any-link, x:default  {
	font-size:11.5px;
}

.speakers-widget.alternative .speaker-item-body .speaker-item-information {
	font-size:10.3px;
	margin:0px 0px 7px;
}

.speakers-widget.alternative .speaker-item-body .speaker-item-information, x:-moz-any-link, x:default {
	font-size:10px;
}

_::-ms-reveal, .speakers-widget.alternative .speaker-item-body .speaker-item-information {
	font-size:10px;
}

.speakers-widget .speaker-item-body .speaker-item-information:after,
.speakers-widget .speaker-item-body .speaker-item-information:before {
	content:'';
	display:block;
	clear:both;
}

.speakers-widget .speaker-item-body .speaker-item-information li {
	float: left;
	margin-right: 13px;
}

.speakers-widget .speaker-item-body .speaker-item-information li:last-chld {
	margin-right:0px;
}

_::-ms-reveal, .speakers-widget .speaker-item-body .speaker-item-information li {
	margin-right: 13px;
}

.speakers-widget .speaker-item-body .speaker-item-information li, x:-moz-any-link, x:default  {
	margin-right: 13px;
}

.speakers-widget .speaker-item-body .speaker-item-information li i {
	margin-right:6px;
}

.speakers-widget .speaker-item-body h2 {
	margin:0px 0px 3px;
	padding:0px;
	color:#FFFFFF;
	font-size:16px;
	font-weight: 600;
}

.speakers-widget.alternative .speaker-item-body h2 {
	font-size:12px;
}

.speakers-widget .speaker-item-body h3 {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:14px;
	font-family:'Roboto';
	font-weight:400;
}

.speakers-widget .name-job {
	margin:0px 0px 25px;
}

.speakers-widget.alternative .speaker-item-body h3 {
	font-size:12px;
}

.speakers-widget.alternative .name-job {
	margin:0px 0px 15px;
}

.speakers-widget .speaker-item-body .speaker-item-social-links {
	border-top:1px solid #FFFFFF;
	margin:0px -30px;
}

.speakers-widget.alternative .speaker-item-body .speaker-item-social-links {
	margin: 0px -20px;
}

.speakers-widget .speaker-item-body .speaker-item-social-links:after,
.speakers-widget .speaker-item-body .speaker-item-social-links:before {
	content:'';
	display:block;
	clear:both;
}

.speakers-widget .speaker-item-body .speaker-item-social-links li {
	border-right:1px solid #FFFFFF;
	width:16.66666667%;
	text-align:center;
	float:left;
}

.speakers-widget .speaker-item-body .speaker-item-social-links li:last-child {
	border-right:0px;
}

.speakers-widget .speaker-item-body .speaker-item-social-links li a,
.speakers-widget .speaker-item-body .speaker-item-social-links li a:visited {
	display:block;
	color:#FFFFFF;
	height:50px;
	line-height:50px;
}

.speakers-widget.alternative .speaker-item-body .speaker-item-social-links li a,
.speakers-widget.alternative .speaker-item-body .speaker-item-social-links li a:visited {
	height:35px;
	line-height:35px;
}

.speakers-widget .speaker-item-body .speaker-item-social-links li a:hover,
.speakers-widget .speaker-item-body .speaker-item-social-links li a:focus {
	color:#1A9ADA;
	background:#FFFFFF;
}

.speakers-widget .owl-dots .owl-dot span {
	width:18px;
	height:18px;
	background:transparent;
	border:1px solid #C3C3C3;
	margin: 5px 6px;
}

.speakers-widget.alternative .owl-dots .owl-dot span {
	width:13px;
	height:13px;
}

.speakers-widget .owl-dots .owl-dot.active span,
.speakers-widget .owl-dots .owl-dot:hover span {
	background:#898989;
	border-color:#898989;
}

.speakers-widget.owl-theme .owl-controls {
	margin-top: 35px;
}

.speakers-widget.owl-theme.alternative .owl-controls {
	margin-top: 23px;
}

.carousel-service-box-wrapper {
	position:relative;
}

.carousel-service-box-wrapper .carousel-service-box-navigation {
	position: absolute;
	width: calc(100% + 300px);
	z-index: 3;
	top: 0;
	bottom: 0;
	margin: auto -150px;
	display: table;
}

.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-prev,
.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-next {
	width: 45px;
	height: 45px;
	line-height: 40px;
	display: block;
	border: 1px solid #6a6a6a;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
}

.carousel-service-box-wrapper.alternative .carousel-service-box-navigation .carousel-service-box-navigation-prev,
.carousel-service-box-wrapper.alternative .carousel-service-box-navigation .carousel-service-box-navigation-next {
	color:#FFFFFF;
	border-color:#FFFFFF;
}

.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-prev:hover,
.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-prev:focus,
.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-next:hover,
.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-next:focus {
	color:#838383;
	background:#FFFFFF;
}

.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-prev {
	float:left;
}

.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-next {
	float:right;
}

.service-box.service-box-icon-style .service-box-icon {
	border:2px solid #D7D7D7;
	border-radius:6px;
	display:table;
	margin:0 auto 15px;
	text-align:center;
	color:#FE8821;
	font-size:30px;
	width:76px;
	height:76px;
	line-height:76px;
}

.service-box.service-box-icon-style h2 {
	margin:0px 0px 15px;
	color:#1A9ADA;
	font-size:18px;
	text-align:center;
}

.service-box.service-box-icon-style h2 a,
.service-box.service-box-icon-style h2 a:visited {
	color:#1A9ADA;	
}

.service-box.service-box-icon-style h2 a:hover,
.service-box.service-box-icon-style h2 a:focus {
	color:#043e7f;	
}

.service-box.service-box-icon-style p {
	text-align:center;
	margin:0px;
	font-size:15px;
	color:#808080;
}

.service-box.service-box-image-style {
	display:flex;
	position:relative;
	background:#FFFFFF;
}

.carousel-service-box-widget .service-box.service-box-image-style {
	margin-bottom:16px;
}

.carousel-service-box-widget {
	z-index: 22;
}

.service-box.service-box-image-style:after,
.service-box.service-box-image-style:before {
	content:'';
	display:block;
	clear:both;
}

.service-box.service-box-image-style .service-box-image-style-content {
	width:50%;
	float:left;
	padding:35px 25px;
}

.service-box.service-box-image-style .service-box-image-style-content i {
	width:33px;
	height:33px;
	line-height:33px;
	font-size:16px;
	background:#FE8821;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:12px;
}

.service-box.service-box-image-style .service-box-image-style-content h2 {
	margin:0px 0px 19px;
	font-size:15px;
	color:#183562;
}

.service-box.service-box-image-style .service-box-image-style-content p {
	margin:0px;
	color:#707070;
}

.service-box.service-box-image-style .service-box-image-style-image {
	width:50%;
	float:left;
	position:relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.service-box.service-box-image-style .service-box-image-style-image .service-box-image-style-more {
	position: absolute;
	bottom: -16px;
	right: 45px;
	background: #FE8821;
	color: #FFFFFF;
	font-size: 15px;
	font-family: 'Roboto Slab';
	border-radius: 6px;
	padding: 3.5px 19.5px;
	cursor: pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	font-weight:600;
}

.service-box.service-box-image-style .service-box-image-style-image .service-box-image-style-more:hover,
.service-box.service-box-image-style .service-box-image-style-image .service-box-image-style-more:focus {
	background: #FFFFFF;
	color: #FE8821;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.service-box.service-box-image-style .service-box-image-style-image .service-box-image-style-more i {
	font-size:13px;
	margin-right:11px;
	position:relative;
	top:-2px;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #FE8821;
	padding: 35px 25px;
	color:#FFFFFF;
	display:none;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content {
	position: relative;
	overflow-y: auto;
	overflow-x: auto;
	height: 100%;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scrollbar-outer > .scroll-element.scroll-x {
	display:none;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scrollbar-outer > .scroll-element .scroll-element_track {
	background: transparent;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scrollbar-outer > .scroll-element.scroll-y {
	width: 12px;
	background: transparent;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
	width: 5px;
	left: 7px;
	border-radius: 0px;
	background: transparent;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scrollbar-outer > .scroll-element .scroll-bar {
	background:#FFFFFF;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content h2 {
	color:#FFFFFF;
	margin:0px 0px 19px 0px;
	font-size:15px;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content p {
	margin: 0px 0px 0px 0px;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content i {
	width:33px;
	height:33px;
	line-height:33px;
	font-size:16px;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:12px;
	color: #FE8821;
	background:#FFFFFF;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content .service-box-close-icon {
	width: 30px;
	height: 30px;
	line-height: 28px;
	padding-left: 2px;
	color: #FE8821;
	text-align: center;
	margin-bottom: 12px;
	background: #FFFFFF;
	float: right;
	font-size: 20px;
	cursor: pointer;
}

.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scroll-scrolly_visible p,
.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scroll-scrolly_visible h2,
.service-box.service-box-image-style .service-box-image-style-hover-content-wrapper .service-box-image-style-hover-content.scroll-scrolly_visible .service-box-close-icon {
	margin-right: 20px;
}

.info-box.info-box-default-style {
	position: relative;
}

.info-box.info-box-default-style .info-box-default-style-image {
	background-size: cover;
	background-position: center center;
	color:#FFFFFF;
	min-height:665px;
	position:relative;
}

.info-box.info-box-default-style .info-box-default-style-image-wrapper {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 70px;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content {
	position: absolute;
	bottom: 70px;
	max-width: calc(100% - 140px);
	max-height: calc(100% - 140px);
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content h2 {
	font-size:40px;
	color:#FEFEFE;
	margin:0px 0px 15px;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content p {
	font-size:15px;
	margin:0px 0px 25px;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-icon i {
	width:46px;
	height:46px;
	line-height:46px;
	font-size:23px;
	margin-bottom:70px;
	background:#1A9ADA;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-flex;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore a,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore a:visited {
	color: #FFFFFF;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:hover,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:focus {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:hover span,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:focus span,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:hover i,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:focus i {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	background:#043e7f;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:hover span,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:focus span,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:hover i:after,
.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore:focus i:after {
	border-top-color:#042f60;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore span {
	padding: 13.5px 17px;
	display: inline-block;
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore i {
	padding: 1px 20px 0px;
	display: inline-block;
	line-height: 49px;
	font-size: 18px;
	margin-left: 1px;
	position: relative;
	font-style: normal;
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content .readmore i:after {
	border-top:3px solid rgba(0, 0, 0, 0.21);
	position:absolute;
	top:0;
	left:0;
	content:'';
	display:block;
	width: 100%;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #1A9ADA;
	padding: 70px 65px 70px 70px;
	color:#FFFFFF;
	display:none;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content {
	position: relative;
	height: 100%;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scrollbar-outer > .scroll-element.scroll-x {
	display:none;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scrollbar-outer > .scroll-element .scroll-element_track {
	background: transparent;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scrollbar-outer > .scroll-element.scroll-y {
	width: 12px;
	background: transparent;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
	width: 5px;
	left: 7px;
	border-radius: 0px;
	background: transparent;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scrollbar-outer > .scroll-element .scroll-bar {
	background:#FFFFFF;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2 {
	margin:0px 0px 19px;
	color:#FFFFFF;
	font-size:40px;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content p {
	margin:0px 0px 35px 0px;
	font-size:15px;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content p:last-child {
	margin-bottom:0px;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content i {
	width:46px;
	height:46px;
	line-height:46px;
	font-size:23px;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom: 33px;
	color: #1A9ADA;
	background:#FFFFFF;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content .info-box-close-icon {
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-weight: 300;
	color: #1a9ada;
	text-align: center;
	margin-bottom: 33px;
	background: #FFFFFF;
	float: right;
	font-size: 21px;
	cursor: pointer;
	padding-left: 1px;
}

.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scroll-scrolly_visible h2,
.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scroll-scrolly_visible p,
.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content.scroll-scrolly_visible .info-box-close-icon {
	margin-right: 20px;
}

.info-box.info-box-alternative-style {
	position: relative;
}

.info-box.info-box-alternative-style .info-box-alternative-style-image {
	background-size: cover;
	background-position: center center;
	color:#FFFFFF;
	min-height:400px;
	position:relative;
}

.info-box.info-box-alternative-style .info-box-alternative-style-image-wrapper {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 35px;
}

.info-box.info-box-alternative-style .info-box-alternative-style-image h2 {
	font-size: 38px;
	color: #FEFEFE;
	margin: 0px 0px;
	position: absolute;
	bottom: 35px;
}

.info-box.info-box-alternative-style .info-box-alternative-style-image .info-box-icon i {
	width:46px;
	height:46px;
	line-height:46px;
	font-size:23px;
	margin-bottom:70px;
	background:#1A9ADA;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content {
	color:#FFFFFF;
	padding:35px;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content p {
	font-size:15px;
	margin:0px 0px 25px;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore {
	color:#1A9ADA;
	font-size:13px;
	font-weight: 500;
	text-transform:uppercase;
	display: inline-flex;
	cursor:pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:hover,
.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:focus {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:hover span,
.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:focus span,
.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:hover i:after,
.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:focus i:after {
	border-top-color:rgba(255, 255, 255, 0.75);
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:hover span,
.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:focus span,
.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:hover i,
.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore:focus i {
	background: rgba(255, 255, 255, 0.75);	
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore span {
	padding: 13.5px 17px;
	display:inline-block;
	font-weight:600;
	border-top:3px solid #C4E4F3;
	background:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore i {
	padding: 1px 20px 0px;
	display: inline-block;
	margin-left:1px;
	line-height: 49px;
	font-size: 18px;
	position: relative;
	font-style: normal;
	background:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-alternative-style .info-box-alternative-style-content .readmore i:after {
	border-top:3px solid #C4E4F3;
	position:absolute;
	top:0;
	left:0;
	content:'';
	display:block;
	width: 100%;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #1A9ADA;
	padding: 35px 30px 35px 35px;
	color:#FFFFFF;
	display:none;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content {
	position: relative;
	overflow-y: auto;
	overflow-x: auto;
	height: 100%;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scrollbar-outer > .scroll-element.scroll-x {
	display:none;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scrollbar-outer > .scroll-element .scroll-element_track {
	background: transparent;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scrollbar-outer > .scroll-element.scroll-y {
	width: 12px;
	background: transparent;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
	width: 5px;
	left: 7px;
	border-radius: 0px;
	background: transparent;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scrollbar-outer > .scroll-element .scroll-bar {
	background:#FFFFFF;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content h2 {
	margin:0px 0px 19px 0px;
	color:#FFFFFF;
	font-size:38px;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content p {
	margin: 0px 0px 35px 0px;
	font-size:15px;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content i {
	width:46px;
	height:46px;
	line-height:46px;
	font-size:23px;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom: 33px;
	color: #1A9ADA;
	background:#FFFFFF;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content .info-box-close-icon {
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-weight: 300;
	color: #1a9ada;
	text-align: center;
	margin-bottom: 33px;
	background: #FFFFFF;
	float: right;
	font-size: 21px;
	cursor: pointer;
	padding-left: 1px;
}

.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scroll-scrolly_visible h2,
.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scroll-scrolly_visible p,
.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content.scroll-scrolly_visible .info-box-close-icon {
	margin-right: 20px;
}

.event-box {
	position:relative;
}

.event-box:after,
.event-box:before,
.event-box .event-box-image:after,
.event-box .event-box-image:before {
	content:'';
	display:block;
	clear:both;
}

.event-box .event-box-image {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	color:#FFFFFF;
	position:relative;
	min-height:650px;
}

.event-box .event-box-image .event-box-image-wrapper {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper {
	position: absolute;
	width: 570px;
	float: right;
	right: 30px;
	padding-left: 30px;
	bottom: 85px;
	max-width: calc(100% - 30px);
}

.event-box.left .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper {
	position: absolute;
	width: 570px;
	float: left;
	left: 30px;
	right:inherit;
	padding-left:0px;
	padding-right:30px;
	bottom: 85px;
	max-width: calc(100% - 30px);
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top:after,
.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top:before {
	content:'';
	display:block;
	clear:both;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top {
	font-family:'Roboto Slab';
	margin-bottom: 10px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .left {
	font-size:95px;
	font-weight:600;
	float:left;
	line-height: 95px;
	position: relative;
	top: -9px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .right {
	line-height: 41px;
	letter-spacing: -0.50px;
	font-size: 39px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .bottom {
	font-size: 46px;
	line-height: 34px;
	font-weight: 600;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date {
	font-family:'Roboto Slab';
	display:flex;
	margin-bottom:10px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-center {
	padding: 9px 0px;
	margin: 0px -6px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-center .event-box-image-content-date-days {
	font-size: 34.5px;
	color: #1eb4ff;
	font-weight: 600;
	letter-spacing: -1.5px;
	line-height: 34.5px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-center .event-box-image-content-date-monthyear {
	font-size: 40.5px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 500;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-left {
	display:flex;
	position: relative;
	width: 30px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-left .event-box-image-content-date-left-left {
	width:3px;
	background:#FFFFFF;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-left .event-box-image-content-date-left-top {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	top: 0;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-left .event-box-image-content-date-left-bottom {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	bottom: 0;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-right {
	display:flex;
	position: relative;
	width: 30px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-right .event-box-image-content-date-right-right {
	width:3px;
	background:#FFFFFF;
	position: absolute;
	right:0;
	height:100%;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-right .event-box-image-content-date-right-top {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	top: 0;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-right .event-box-image-content-date-right-bottom {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	bottom: 0;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-address {
	font-size:20px;
	margin-bottom:38px;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a,
.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:visited {
	color:#FFFFFF;
	font-size:12px;
	font-weight: 500;
	display:block;
	float:left;
	text-transform:uppercase;
	display: flex;
	cursor:pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:hover,
.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:focus {
	color:#1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:hover i,
.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:focus i {
	background:#FFFFFF;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:hover i:after,
.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:focus i:after {
	border-top-color:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:hover span,
.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a:focus span {
	border-top-color:#FFFFFF;
	background:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a span {
	padding: 8px 38px;
	display: inline-block;
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	line-height: 30px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	background:#1A9ADA;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a i {
	display: inline-block;
	margin-left:1px;
	line-height: 35px;
	padding: 9px 21px 4px;
	font-size: 13px;
	position: relative;
	font-style: normal;
	background:#1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-button a i:after {
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter {
	position:relative;
	height:660px;
	background:#000000;
}

.counter .counter-images {
	position:absolute;
	top:0;
	z-index:1;
	height: 100%;
	width: 100%;
}

.counter .counter-box {
	z-index:2;
	position: relative;
	height: 100%;
	width: 100%;
}

.counter-box {
	position:relative;
}

.counter-box:after,
.counter-box:before,
.counter-box .counter-box-general:after,
.counter-box .counter-box-general:before {
	content:'';
	display:block;
	clear:both;
}

.counter-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	position: relative;
	height: 100%;
}

.counter-box .counter-box-general-wrapper {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper {
	position: absolute;
	bottom: 60px;
	margin: auto;
	left: 0;
	right: 0;
	width: 770px;
}

.counter-box.left .counter-box-general-wrapper .counter-box-general-content-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	display: table;
	margin: auto;
	padding: 30px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content {
	text-align: center;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top:after,
.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top:before {
	content:'';
	display:block;
	clear:both;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top {
	font-family:'Roboto Slab';
	margin-bottom: 10px;
	text-align: left;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top .left {
	font-size:95px;
	font-weight:600;
	float:left;
	line-height: 95px;
	position: relative;
	top: -9px;
	letter-spacing:-2px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top .right {
	line-height: 41px;
	letter-spacing: -0.50px;
	font-size: 39px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top .bottom {
	font-size: 46px;
	line-height: 34px;
	font-weight: 600;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date {
	font-family:'Roboto Slab';
	display:flex;
	display: inline-flex;
	margin-bottom:23px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-center {
	padding: 9px 0px;
	margin: 0px -6px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-center .counter-box-general-content-date-days {
	font-size: 34.5px;
	color: #1eb4ff;
	font-weight: 600;
	letter-spacing: -1.5px;
	line-height: 34.5px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-center .counter-box-general-content-date-monthyear {
	font-size: 40.5px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 500;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-left {
	display:flex;
	position: relative;
	width: 30px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-left .counter-box-general-content-date-left-left {
	width:3px;
	background:#FFFFFF;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-left .counter-box-general-content-date-left-top {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	top: 0;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-left .counter-box-general-content-date-left-bottom {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	bottom: 0;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-right {
	display:flex;
	position: relative;
	width: 30px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-right .counter-box-general-content-date-right-right {
	width:3px;
	background:#FFFFFF;
	position: absolute;
	right:0;
	height:100%;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-right .counter-box-general-content-date-right-top {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	top: 0;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-right .counter-box-general-content-date-right-bottom {
	width:30px;
	height:3px;
	background:#FFFFFF;
	position: absolute;
	bottom: 0;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-address {
	font-size:20px;
	margin-bottom:44px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .slider-on-buttons {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .slider-on-buttons .counter-box-button {
	display: inline-block;
	margin: 0px 15px;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a,
.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:visited {
	color:#FFFFFF;
	font-size:12px;
	font-weight: 500;
	display:block;
	float:left;
	text-transform:uppercase;
	display: flex;
	cursor:pointer;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:hover,
.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:focus {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:hover i,
.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:focus i {
	border-left-color:#1A9ADA;
	color:#1A9ADA;
	background:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:hover i:after,
.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:focus i:after {
	border-top-color:#FFFFFF;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:hover span,
.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a:focus span {
	background:#FFFFFF;
	color:#1A9ADA;
	border-left-color:#1A9ADA;
	border-top-color:#FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a span {
	padding: 8px 38px;
	display: inline-block;
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	line-height: 30px;
	background: #1A9ADA;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a i {
	display: inline-block;
	line-height: 35px;
	padding: 9px 21px 4px;
	font-size: 13px;
	position: relative;
	background: #1A9ADA;
	margin-left: 1px;
	font-style: normal;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-button a i:after {
	border-top: 3px solid rgba(0, 0, 0, 0.21);
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.counter-box .DateCountdown {
display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 81px;
	padding-top: 22px;
}

.counter-box .DateCountdown canvas {
	display:none;
}

.counter-box .DateCountdown:after,
.counter-box .DateCountdown:before {
	content:'';
	display:block;
	clear:both;
}

.counter-box .DateCountdown .time_circles > div {
	position: relative;
	float: left;
	width: auto !important;
	top: inherit !important;
	left: inherit !important;
	padding: 0px 30px;
	color: #1eb4ff;
	font-family: 'Roboto Slab';
	font-weight: 600;
	text-align: left;
}

.counter-box .DateCountdown .time_circles > div:after {
	content: '';
	display: block;
	border-right: 1px dotted #1eb4ff;
	width: 3px;
	height: calc(100% + 16px);
	right: 0;
	position: absolute;
	top: 0;
}

.counter-box .DateCountdown .time_circles > div:last-child:after {
	display:none;
}

.counter-box .DateCountdown .time_circles > div span {
	font-size:25px !important;
}

.counter-box .DateCountdown .time_circles > div h4 {
	font-size: 15px !important;
	color: #1eb4ff;
	margin-bottom: -35px;
	font-weight:500;
	font-family:'Roboto';
}

.blog-posts-widget ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.blog-posts-widget ul.row {
	margin-right: -15px;
	margin-left: -15px;
}

.blog-posts-widget .col-sm-6>ul>li:after,
.blog-posts-widget .col-sm-6>ul>li:before {
	content:'';
	display:block;
	clear:both;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(2n+1) {
	content:'';
	display:block;
	clear:both;
}

.blog-posts-widget .col-sm-6 ul li.col-sm-6 .post-excerpt p {
	max-height: 40px;
	overflow: hidden;
}

.blog-posts-widget .col-sm-6 ul li.col-sm-6 h2 {
	text-transform: none;
	font-size: 15px;
	overflow: hidden;
	margin-bottom:11px;
	line-height: 1.4;
}

.blog-posts-widget .col-sm-4>ul>li {
	margin-bottom:29px
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(1) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(3) {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(5) {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(6) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(7) {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(8) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(9) {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(10) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(11) {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(12) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(13) {
	-webkit-animation-delay: 0.68s;
	animation-delay: 0.68s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(14) {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(15) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(16) {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(17) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(18) {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(19) {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(20) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(21) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(22) {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(23) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(24) {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(25) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(26) {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(27) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(28) {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(29) {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(30) {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(31) {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(32) {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(33) {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(34) {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(35) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(36) {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(37) {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(38) {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(39) {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(40) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(41) {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(42) {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(43) {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(44) {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(45) {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(46) {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(47) {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(48) {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(49) {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.blog-posts-widget .col-sm-4>ul>li:nth-child(50) {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(1) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(3) {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(5) {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(6) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(7) {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(8) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(9) {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(10) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(11) {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(12) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(13) {
	-webkit-animation-delay: 0.68s;
	animation-delay: 0.68s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(14) {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(15) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(16) {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(17) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(18) {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(19) {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(20) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(21) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(22) {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(23) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(24) {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(25) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(26) {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(27) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(28) {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(29) {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(30) {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(31) {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(32) {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(33) {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(34) {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(35) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(36) {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(37) {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(38) {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(39) {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(40) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(41) {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(42) {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(43) {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(44) {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(45) {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(46) {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(47) {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(48) {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(49) {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.blog-posts-widget .col-sm-6>ul>li:nth-child(50) {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.blog-posts-widget .col-sm-4>ul>li:last-child {
	margin-bottom:0px
}

.blog-posts-widget ul li .image {
	margin-bottom:18px;
}

.blog-posts-widget ul li .image img {
	width:100%;
}

.blog-posts-widget ul li h2 {
	margin:0px;
	padding:0px;
	font-size:18px;
	text-transform:uppercase;
}

.blog-posts-widget ul li h2 a,
.blog-posts-widget ul li h2 a:visited {
	color: #1A9ADA;
}

.blog-posts-widget ul li h2 a:hover,
.blog-posts-widget ul li h2 a:focus {
	color:#175275;
}

.blog-posts-widget ul li h2:after {
    content: '';
    display: block;
    height: 3px;
    width: 70px;
    background: #1A9ADA;
    margin: 19px 0px 18px;
}

.blog-posts-widget .col-sm-6 ul li.col-sm-6 h2:after {
    display: none;
}

.blog-posts-widget .col-sm-4 ul li h2:after {
	height:0px;
}

.blog-posts-widget .col-sm-4 ul li h2 {
	font-size: 15px;
	text-transform: none;
	line-height:1.4;
}

.blog-posts-widget ul li .post-excerpt {
	color:#7b7b7b;
}

.blog-posts-widget .col-sm-4  ul li .post-excerpt {
	font-size:13px;
	max-height: 40px;
	overflow: hidden;
}

.blog-posts-widget ul li .post-excerpt p {
	margin-bottom:16px;
}

.col-sm-4 .blog-posts-widget ul li .post-excerpt p {
	margin: 0px;
}

.blog-posts-widget ul li .post-information {
	list-style:none;
	padding:0px;
	margin:0px 0px 3px;
	font-size:13px;
	font-weight:600;
	color:#a7a6a6;
}

.blog-posts-widget ul li .post-information a,
.blog-posts-widget ul li .post-information a:visited {
	color:#a7a6a6;
}

.blog-posts-widget ul li .post-information li {
	display:inline-block;
}

.blog-posts-widget ul li .post-information li.separator {
	margin:0px 2px;
}

.blog-posts-widget ul li .post-information li span {
	text-transform:uppercase;
}

.blog-posts-widget ul li a.more,
.blog-posts-widget ul li a.more:visited {
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	line-height: normal;
	color: #1A9ADA;
}

.blog-posts-widget ul li a.more:hover,
.blog-posts-widget ul li a.more:focus {
	color: #175275;
}

.blog-posts-widget ul li a.more i {
	margin-left: 3px;
	font-size: 11px;
}

.step-boxes h3,
.step-boxes p {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}

.step-boxes h3 {
	font-size:45px;
}

.step-boxes p {
	font-size:16px;
}

.step-boxes .step-boxes-item {
	width: 16.66666667%;
	float: left;
	position: relative;
}

.step-boxes .step-boxes-item .step-boxes-item-wrapper {
	width:178px;
	height:178px;
	padding: 0px 10px;
	border-radius:50%;
	border:2px solid #FFFFFF;
	text-align:center;
	margin:0 auto;
	position:relative;
}

.step-boxes .step-boxes-item .step-boxes-item-wrapper {
	margin:0 auto;
}

.step-boxes .step-boxes-item .step-boxes-item-wrapper-content {
	display: table-cell;
	vertical-align: middle;
	width: 178px;
	height: 178px;
}

.schedule-widget .nav-tabs {
	display: table;
	border-bottom:1px solid #6a6a6a;
	margin-bottom:24px;
}

.schedule-widget .nav-tabs li {
	text-transform:uppercase;
	margin-bottom: 14px;
}

.schedule-widget .nav-tabs li a,
.schedule-widget .nav-tabs li a:visited {
	border: 0px;
	margin: 0px;
	padding: 7.5px 25px;
	color: #6a6a6a;
	float: left;
	border-radius: 5px;
}

.schedule-widget .nav-tabs li.active a,
.schedule-widget .nav-tabs li.active a:visited,
.schedule-widget .nav-tabs li a:hover,
.schedule-widget .nav-tabs li a:focus {
	background:#1A9ADA;
	color:#FFFFFF;
	border:0px;
}

.schedule-widget .nav-tabs li.active a h3,
.schedule-widget .nav-tabs li.active a:visited h3,
.schedule-widget .nav-tabs li a:hover h3,
.schedule-widget .nav-tabs li a:focus h3 {
	color:#FFFFFF;
}

.schedule-widget .nav-tabs li.active a:after,
.schedule-widget .nav-tabs li.active a:visited:after,
.schedule-widget .nav-tabs li a:hover:after,
.schedule-widget .nav-tabs li a:focus:after {
	background:#1A9ADA;
}

.schedule-widget .nav-tabs li a:after,
.schedule-widget .nav-tabs li a:visited:after {
	content: '';
	display: block;
	width: 1px;
	height: 27px;
	background: #6a6a6a;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	position: absolute;
}

.schedule-widget.style2 .nav-tabs li a:after,
.schedule-widget.style2 .nav-tabs li a:visited:after {
	background: #FFFFFF;
}

.schedule-widget .nav-tabs li h3 {
	margin:0px;
	padding:0px;
	font-size:17px;
	font-weight:600;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.schedule-widget .nav-tabs li span {
	font-size:12px;
	font-weight:600;
	line-height: normal;
	display: block;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.schedule-widget .tab-content .tab-content-schedule-list {
	list-style:none;
	padding:0px;
	margin:0px;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(1) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(2) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(3) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(4) {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(5) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(6) {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(7) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(8) {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(9) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(10) {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(11) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(12) {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(13) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(14) {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(15) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(16) {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(17) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(18) {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(19) {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(20) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(21) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(22) {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(23) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(24) {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(25) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(26) {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(27) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(28) {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(29) {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(30) {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(31) {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(32) {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(33) {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(34) {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(35) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(36) {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(37) {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(38) {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(39) {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(40) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(41) {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(42) {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(43) {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(44) {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(45) {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(46) {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(47) {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(48) {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(49) {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.schedule-widget .tab-content .tab-content-schedule-list li:nth-child(50) {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.schedule-widget .tab-content .tab-content-schedule-list li .hour {
	border-radius: 25px;
	border: 2px solid #6a6a6a;
	display: inline-block;
	font-size: 15px;
	font-family: 'Roboto Slab';
	font-weight: 600;
	line-height: normal;
	padding: 5px 10px;
	margin-right:15px;
	width:79px;
	text-align:center;
	vertical-align:top;
}

.schedule-widget .tab-content .tab-content-schedule-list li .title {
	display: inline-block;
	font-size: 14px;
	width:calc(100% - 94px);
	position: relative;
	top: -4px;
	vertical-align: bottom;
}

.schedule-widget .tab-content .tab-content-schedule-list li {
	margin-bottom:11px;
}

.schedule-widget .tab-content .tab-content-schedule-list li .heading {
	margin-right:3px;
}

.schedule-widget .tab-content .tab-content-schedule-list li .speaker,
.schedule-widget .tab-content .tab-content-schedule-list li .topic {
	font-weight: 600;
}

.schedule-widget.style3 .nav-tabs li a,
.schedule-widget.style3 .nav-tabs li a:visited {
	padding: 0px 25px;
	background: transparent;
	color: #FFFFFF
}

.schedule-widget.style3 .nav-tabs li:first-child a,
.schedule-widget.style3 .nav-tabs li:first-child a:visited {
	padding-left:0px;
}

.schedule-widget.style3 .nav-tabs li:last-child a,
.schedule-widget.style3 .nav-tabs li:last-child a:visited {
	padding-right:0px;
}

.schedule-widget.style3 .nav-tabs li:last-child a:after,
.schedule-widget.style3 .nav-tabs li:last-child a:visited:after {
	display:none;
}

.schedule-widget.style3 .nav-tabs li a h3,
.schedule-widget.style3 .nav-tabs li a:visited h3 {
	color: #FFFFFF
}

.schedule-widget.style3 .nav-tabs li.active a h3,
.schedule-widget.style3 .nav-tabs li.active a:visited h3,
.schedule-widget.style3 .nav-tabs li a:hover h3,
.schedule-widget.style3 .nav-tabs li a:focus h3 {
	background: transparent;
	color: #1A9ADA
}

.schedule-widget.style3 .nav-tabs li.active a span,
.schedule-widget.style3 .nav-tabs li.active a:visited span,
.schedule-widget.style3 .nav-tabs li a:hover span,
.schedule-widget.style3 .nav-tabs li a:focus span {
	color: #1A9ADA
}

.schedule-widget.style3 .nav-tabs li a:after,
.schedule-widget.style3 .nav-tabs li a:visited:after
.schedule-widget.style3 .nav-tabs li.active a:after,
.schedule-widget.style3 .nav-tabs li.active a:visited:after,
.schedule-widget.style3 .nav-tabs li a:hover:after,
.schedule-widget.style3 .nav-tabs li a:focus:after {
	background:#FFFFFF;
}

.schedule-widget.style3 .tab-content .tab-content-schedule-list li .hour {
	color: #1A9ADA;
	border-color: #1A9ADA;	
}

.schedule-widget.style3 .tab-content .tab-content-schedule-list li .title {
	color:#FFFFFF;
}

.schedule-widget.style3 .nav-tabs {
	border-bottom-color:#FFFFFF;
}

.schedule-widget.style2 .nav-tabs li a,
.schedule-widget.style2 .nav-tabs li a:visited {
	background: transparent;
	color: #FFFFFF
}

.schedule-widget.style2 .nav-tabs li.active a,
.schedule-widget.style2 .nav-tabs li.active a:visited,
.schedule-widget.style2 .nav-tabs li a:hover,
.schedule-widget.style2 .nav-tabs li a:focus {
	background: #FFFFFF;
	color: #1A9ADA;
	position: relative;
	left: -1px;
}

.schedule-widget.style2 .nav-tabs li:last-child a:after,
.schedule-widget.style2 .nav-tabs li:last-child a:visited:after {
	display:none;
}

.schedule-widget.style2 .nav-tabs li a h3,
.schedule-widget.style2 .nav-tabs li a:visited h3 {
	color: #FFFFFF
}

.schedule-widget.style2 .nav-tabs li.active a h3,
.schedule-widget.style2 .nav-tabs li.active a:visited h3,
.schedule-widget.style2 .nav-tabs li a:hover h3,
.schedule-widget.style2 .nav-tabs li a:focus h3 {
	background: transparent;
	color: #1A9ADA
}

.schedule-widget.style2 .nav-tabs li.active a span,
.schedule-widget.style2 .nav-tabs li.active a:visited span,
.schedule-widget.style2 .nav-tabs li a:hover span,
.schedule-widget.style2 .nav-tabs li a:focus span {
	color: #1A9ADA
}

.schedule-widget.style2 .nav-tabs li a:after,
.schedule-widget.style2 .nav-tabs li a:visited:after
.schedule-widget.style2 .nav-tabs li.active a:after,
.schedule-widget.style2 .nav-tabs li.active a:visited:after,
.schedule-widget.style2 .nav-tabs li a:hover:after,
.schedule-widget.style2 .nav-tabs li a:focus:after {
	background:#FFFFFF;
}

.schedule-widget.style2 .tab-content .tab-content-schedule-list li .hour {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.schedule-widget.style2 .tab-content .tab-content-schedule-list li .title {
	color:#FFFFFF;
}

.schedule-widget.style2 .nav-tabs {
	border-bottom-color:#FFFFFF;
}

.event-station-gallery {
	margin: 0px -15px;
}

.event-station-gallery .gallery-grid {
	float:left;
	position: relative;
}

.event-station-gallery .gallery-grid:nth-child(1) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.event-station-gallery .gallery-grid:nth-child(2) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.event-station-gallery .gallery-grid:nth-child(3) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.event-station-gallery .gallery-grid:nth-child(4) {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;
}

.event-station-gallery .gallery-grid:nth-child(5) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.event-station-gallery .gallery-grid:nth-child(6) {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.event-station-gallery .gallery-grid:nth-child(7) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.event-station-gallery .gallery-grid:nth-child(8) {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.event-station-gallery .gallery-grid:nth-child(9) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.event-station-gallery .gallery-grid:nth-child(10) {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.event-station-gallery .gallery-grid:nth-child(11) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.event-station-gallery .gallery-grid:nth-child(12) {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.event-station-gallery .gallery-grid:nth-child(13) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.event-station-gallery .gallery-grid:nth-child(14) {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.event-station-gallery .gallery-grid:nth-child(15) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.event-station-gallery .gallery-grid:nth-child(16) {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.event-station-gallery .gallery-grid:nth-child(17) {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.event-station-gallery .gallery-grid:nth-child(18) {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.event-station-gallery .gallery-grid:nth-child(19) {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.event-station-gallery .gallery-grid:nth-child(20) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.event-station-gallery .gallery-grid:nth-child(21) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.event-station-gallery .gallery-grid:nth-child(22) {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.event-station-gallery .gallery-grid:nth-child(23) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.event-station-gallery .gallery-grid:nth-child(24) {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.event-station-gallery .gallery-grid:nth-child(25) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.event-station-gallery .gallery-grid:nth-child(26) {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.event-station-gallery .gallery-grid:nth-child(27) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.event-station-gallery .gallery-grid:nth-child(28) {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.event-station-gallery .gallery-grid:nth-child(29) {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.event-station-gallery .gallery-grid:nth-child(30) {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.event-station-gallery .gallery-grid:nth-child(31) {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.event-station-gallery .gallery-grid:nth-child(32) {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.event-station-gallery .gallery-grid:nth-child(33) {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.event-station-gallery .gallery-grid:nth-child(34) {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.event-station-gallery .gallery-grid:nth-child(35) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.event-station-gallery .gallery-grid:nth-child(36) {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.event-station-gallery .gallery-grid:nth-child(37) {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.event-station-gallery .gallery-grid:nth-child(38) {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.event-station-gallery .gallery-grid:nth-child(39) {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.event-station-gallery .gallery-grid:nth-child(40) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.event-station-gallery .gallery-grid:nth-child(41) {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.event-station-gallery .gallery-grid:nth-child(42) {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.event-station-gallery .gallery-grid:nth-child(43) {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.event-station-gallery .gallery-grid:nth-child(44) {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.event-station-gallery .gallery-grid:nth-child(45) {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.event-station-gallery .gallery-grid:nth-child(46) {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.event-station-gallery .gallery-grid:nth-child(47) {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.event-station-gallery .gallery-grid:nth-child(48) {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.event-station-gallery .gallery-grid:nth-child(49) {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.event-station-gallery .gallery-grid:nth-child(50) {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.event-station-gallery .gallery-grid .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.42);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.event-station-gallery .gallery-grid.video-grid .overlay:before {
	content: "\f04b";
	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;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 15px;
	border-radius: 50%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.event-station-gallery .gallery-grid.image-grid .overlay:before {
	content: "\f002";
	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;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 15px;
	border-radius: 50%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.event-station-gallery .gallery-grid:hover .overlay,
.event-station-gallery .gallery-grid:focus .overlay {
	opacity:1;
	visibility:visible;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.event-station-gallery:after,
.event-station-gallery:before {
	content:'';
	display:block;
	clear:both;
}

.event-station-gallery .gallery-grid>.html5lightbox>img {
	width:100%;
}

.event-station-gallery.three-gallery .gallery-grid {
	margin:0px -15px;
}

.event-station-gallery.three-gallery .gallery-grid {
	width: calc(33.33% - 15px);
	margin:0 7.5px 15px;
}

.event-station-gallery.four-gallery .gallery-grid {
	margin:0px -15px;
}

.event-station-gallery.four-gallery .gallery-grid {
	width: calc(25% - 15px);
	margin:0 7.5px 15px;
}

.vc_row.backgroundtopright,
.backgroundtopright .vc_column-inner {
	background-position:top right !important;
}

.vc_row.backgroundtopleft,
.backgroundtopleft .vc_column-inner {
	background-position:top left !important;
}

.vc_row.backgroundtopcenter,
.backgroundtopcenter .vc_column-inner {
	background-position:top center !important;
}

.vc_row.backgroundbottomright,
.backgroundbottomright .vc_column-inner {
	background-position:bottom right !important;
}

.vc_row.backgroundbottomleft,
.backgroundbottomleft .vc_column-inner {
	background-position:bottom left !important;
}

.vc_row.backgroundbottomcenter,
.backgroundbottomcenter .vc_column-inner {
	background-position:bottom center !important;
}

.vc_row.backgroundcenterright,
.backgroundcenterright .vc_column-inner {
	background-position:center right !important;
}

.vc_row.backgroundcenterleft,
.backgroundcenterleft .vc_column-inner {
	background-position:center left !important;
}

.vc_row.backgroundcentercenter,
.backgroundcentercenter .vc_column-inner {
	background-position:center center !important;
}

.wpb-js-composer .vc_tta.vc_general.eventstation-tab .vc_tta-tab>a,
.wpb-js-composer .vc_tta.vc_general.eventstation-tab .vc_tta-tab>a:visited,
.wpb-js-composer .eventstation-tab .vc_tta-tab>a,
.wpb-js-composer .eventstation-tab .vc_tta-tab>a:visited {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 4.5px 29px;
	font-weight: 600;
	color:#898989;
}

.wpb-js-composer .vc_tta.vc_general.eventstation-tab .vc_tta-tab>a:hover,
.wpb-js-composer .vc_tta.vc_general.eventstation-tab .vc_tta-tab>a:focus,
.wpb-js-composer .eventstation-tab .vc_tta-tab>a:hover,
.wpb-js-composer .eventstation-tab .vc_tta-tab>a:focus {
	background: transparent;
	border: 1px solid #1A9ADA;
	border-radius: 4px;
	color:#1A9ADA;
}

.wpb-js-composer .eventstation-tab.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
	background: transparent;
	border: 1px solid #1A9ADA;
	border-radius: 4px;
	color:#1A9ADA;
}

.wpb-js-composer .eventstation-tab.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
	border-radius: 4px;
}

.wpb-js-composer .eventstation-tab.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before,
.wpb-js-composer .eventstation-tab.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after {
	display:none;
}

.wpb-js-composer .eventstation-tab.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,
.wpb-js-composer .eventstation-tab.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
	margin-bottom:33px;
}

.wpb-js-composer .eventstation-tab.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.wpb-js-composer .eventstation-tab.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after,
.wpb-js-composer .eventstation-tab.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before {
	border:0px;
	background:0px;
}

.wpb-js-composer .eventstation-tab.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	padding:0px;
}

.gradient-bg,
.footer.footer-alternative,
.info-box.info-box-alternative-style .info-box-alternative-style-content,
.speakers-widget .speaker-item-body,
.pricing-table.pricing-table-classic {
	background: rgb(26,154,218); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(26,154,218,1) 0%, rgba(13,131,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(26,154,218,1) 0%,rgba(13,131,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(26,154,218,1) 0%,rgba(13,131,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a9ada', endColorstr='#0d83be',GradientType=0 ); /* IE6-9 */
}

/* ===== 4. WIDGET & SIDEBAR ===== */
.widget-title,
.post-related h4,
.comments-area>.comment-reply-title>h2,
.comments-area .comment-respond .comment-reply-title h2 {
	position: relative;
	padding-bottom:23px;
}

.widget-title h4,
.post-related h4,
.comments-area .comment-reply-title h2,
.comments-area .comment-respond .comment-reply-title h2 {
	font-weight: 600;
	font-size: 15px;
	color: #1A9ADA;
	position: relative;
	padding: 0px 0px;
	margin: 0px;
	text-transform:uppercase;
}

.post-related h4, 
.comments-area .comment-reply-title h2,
.comments-area .comment-respond .comment-reply-title h2 {
	margin-bottom:35px;
}

.widget-box .widget-title h4:before,
.post-related h4:before,
.comments-area .comment-reply-title h2:before,
.comments-area .comment-respond .comment-reply-title h2:before {
	content: "\f0c9";
	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;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 7px;
	margin-right: 10px;
	text-align: center;
	background: #1A9ADA;
	color: #FFFFFF;
}

.widget-box ul {
	padding:0px;
}

.widget-box.widget_rss .widget-title h4 img {
	display:none;
}

.widget-box.widget_rss .widget-title h4:before {
	content: "\f09e";
}

.widget-box.widget_recent_comments .widget-title h4:before {
	content: "\f0e6";
}

.widget-box.widget_tag_cloud .widget-title h4:before {
	content: "\f02b";
}

.widget-box.widget_search .widget-title h4:before {
	content: "\f002";
}

.widget-box.widget_recent_entries .widget-title h4:before {
	content: "\f0f6";
}

.widget-box.widget_meta .widget-title h4:before {
	content: "\f129";
}

.widget-box.widget_pages .widget-title h4:before {
	content: "\f15c";
}

.widget-box.widget_categories .widget-title h4:before {
	content: "\f12e";
}

.widget-box.widget_calendar .widget-title h4:before {
	content: "\f073";
}

.widget-box.widget_archive .widget-title h4:before {
	content: "\f187";
}

.widget-box.widget_facebook_page_plugin_widget .widget-title h4:before {
	content: "\f09a";
}

.widget-box.widget_tp_widget_recent_tweets .widget-title h4:before {
	content: "\f099";
}

.post-related h4:before {
	content: "\f10d";
}

.comments-area .comments-list-area .comment-reply-title h2:before {
	content: "\f27a";
}

.comments-area .comment-respond .comment-reply-title h2:before {
	content: "\f0e0";
}

.widget-box:after, .widget-box:before {
	content:'';
	display:block;
	clear:both;
}

.widget-box {
	margin-bottom:30px;
}

.widget-box:last-child {
	border-bottom:0px;
}

.widget-box ul:last-child, .widget-box p:last-child {
	margin-bottom:0px;
}

.search-form-widget input[type="text"] {
	width:80%;
    float: left;
	border-right:0px;
	height:41px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.search-form-widget button {
	width: 20%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 6px 5px;
	font-size: 17px;
	height:41px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.post-password-form input[type="password"] {
	width:100%;
}

.post-password-form input[type="submit"]  {
	width: 20%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 8.5px 5px;
	margin-top: 22px;
	font-size: 11px;
}

.post-password-form label {
	display: inline;
	float: left;
	width: 80%;
}

#wp-calendar {
	width: 100%;
	margin:0px;
}

#wp-calendar td {
	padding: 5px 0;
	border: 1px solid #D7D7D7;
}

#wp-calendar caption {
	padding: 0px 0 7px;
	color: inherit;
	font-weight: 600;
	text-align:center;
	text-transform: uppercase;
}

#wp-calendar tbody {
	text-align: center;
	border: 1px solid #D7D7D7;
}

#wp-calendar thead th:first-child {
	border-left: 1px solid #D7D7D7;
}

#wp-calendar thead th {
	text-align: center;
	padding: 5px 0;
	background: #D7D7D7;
	font-size: 14px;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

#wp-calendar .pad {
	border: 0px;
}

#wp-calendar #prev {
	text-align: left;
	border: 0px;
}

#wp-calendar #next {
	text-align: right;
	border: 0px;
}

.widget_categories ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_meta ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.widget_categories ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_rss ul li,
.widget_meta ul li {
	color:#898989;
	font-family:'Roboto Slab';
	font-weight:600;
	margin-bottom:2px;
}

.widget_pages ul li a,
.widget_pages ul li a:visited,
.widget_categories ul li a,
.widget_categories ul li a:visited,
.widget_recent_comments ul li a,
.widget_recent_comments ul li a:visited,
.widget_archive ul li a,
.widget_archive ul li a:visited,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a:visited,
.widget_nav_menu ul li a,
.widget_nav_menu ul li a:visited,
.widget_rss ul li a,
.widget_rss ul li a:visited,
.widget_meta ul li,
.widget_meta ul li a,
.widget_meta ul li a:visited {
	color:#898989;
}

.widget_pages ul li a:focus,
.widget_pages ul li a:hover,
.widget_categories ul li a:focus,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:focus,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_rss ul li a:focus,
.widget_rss ul li a:hover,
.widget_meta ul li a:focus,
.widget_meta ul li a:hover {
	color:#1A9ADA;
}

.widget_categories>ul li:last-child,
.widget_pages>ul li:last-child,
.widget_recent_comments>ul li:last-child,
.widget_recent_entries>ul li:last-child,
.widget_archive>ul li:last-child,
.widget_rss>ul li:last-child,
.widget_nav_menu>ul li:last-child,
.widget_meta>ul li:last-child {
	border-bottom:0px;
}

.widget_tag_cloud a,
.widget_tag_cloud a:visited {
	padding: 5.5px 12px;
	font-size: 13px !important;
	color: #898989;
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	display: block;
	float: left;
	line-height: normal;
	margin: 0px 4px 4px 0px;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
	background:#1A9ADA;
	border-color:#1A9ADA;
	color:#FFFFFF;
}

.widget_nav_menu ul li ul,
.widget_pages ul li ul {
	margin-left:15px;
}

.widget_categories ul ul.children {
	border-left: 15px solid #fff;
	z-index: 1;
	position: relative;
}

.widget_categories>ul>li:after {
	content: '';
	display: inline-block;
	border: 1px dashed #898989;
	position: relative;
	top: -7px;
	width: calc(100% - 40px);
	float: left;
}

.widget_categories>ul>li.cat-item-none:after {
	display:none;
}

.widget_categories>ul>li.cat-item-none {
	text-align:left;
}

.widget_categories ul li {
	text-align:right;
}

.widget_categories ul li a,
.widget_categories ul li a:visited {
	display: inline-block;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	float: left;
}

.widget_categories ul ul.children {
	margin-top: 5px;
}

.widget_rss ul li {
	margin-bottom:15px;
}

.eventstation-latest-posts-widget>ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.eventstation-latest-posts-widget>ul>li {
	margin-bottom:35px;
}

.eventstation-latest-posts-widget>ul>li:last-child {
	margin-bottom:0px;
}

.eventstation-latest-posts-widget ul li .image img {
	width:100%;
}

.eventstation-latest-posts-widget ul li .desc {
	background:#1A9ADA;
	color:#FFFFFF;
	padding:17px 26px 24px;
}

.eventstation-latest-posts-widget ul li .desc .post-information {
	font-size:11px;
	font-weight: 600;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 3px;
}

.eventstation-latest-posts-widget ul li .desc .post-information li {
	display: inline-block;
}

.eventstation-latest-posts-widget ul li .desc .post-information li span {
	text-transform: uppercase;
}

.eventstation-latest-posts-widget ul li .desc .post-information li.separator {
	margin: 0px 2px;
}

.eventstation-latest-posts-widget ul li .desc h3 {
	margin:0px 0px 26px;
	font-size:15px;
}

.eventstation-latest-posts-widget ul li .desc a,
.eventstation-latest-posts-widget ul li .desc a:visited {
	color:#FFFFFF;
}

.eventstation-latest-posts-widget ul li .desc a.more,
.eventstation-latest-posts-widget ul li .desc a.more:visited {
	text-transform:uppercase;
	font-size:11px;
	font-weight:600;
	line-height: normal;
	display:table;
	padding-bottom:3px;
	border-bottom:1px solid #FFFFFF;
}

.eventstation-latest-posts-widget ul li .desc a.more i {
	margin-left:9px;
	font-size: 12px;
}

/* ===== 5. HEADER ===== */
.header-wrapper.header-default {
	padding:25px 0px;
	background:#FFFFFF;
}

.header-wrapper.header-default.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.logged-in .header-wrapper.header-default.fixed-header {
	top: 32px;
}

.header-wrapper .logo-area {
	z-index: 1;
	position: relative;
}

.header-wrapper.header-default .logo-area-alternative {
	display:none;
}

.header-wrapper.header-default .logo-area {
	float:left;
}

.header-wrapper.header-default .search-area {
	float:right;
	margin-top:5px;
}

.header-wrapper .search-area input {
	width: 170px;
	border: 1px solid #B7B7B7;
	border-right: 0px;
	background: transparent;
	padding: 5px 20px;
	color: #858585;
	height: 39px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	float: left;
}

.header-wrapper.header-alternative .search-area input {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.header-wrapper.header-alternative .search-area input::-webkit-input-placeholder { color: #FFFFFF; }
.header-wrapper.header-alternative .search-area input::-moz-placeholder { color: #FFFFFF; }
.header-wrapper.header-alternative .search-area input:-ms-input-placeholder { color: #FFFFFF; }
.header-wrapper.header-alternative .search-area input:-moz-placeholder { color: #FFFFFF; }

.header-wrapper.header-alternative.fixed-header .search-area input {
	border-color: #B7B7B7;
	color: #858585;
}

.header-wrapper.header-alternative.fixed-header .search-area input::-webkit-input-placeholder { color: #858585; }
.header-wrapper.header-alternative.fixed-header .search-area input::-moz-placeholder { color: #858585; }
.header-wrapper.header-alternative.fixed-header .search-area input:-ms-input-placeholder { color: #858585; }
.header-wrapper.header-alternative.fixed-header .search-area input:-moz-placeholder { color: #858585; }

.header-wrapper .search-area button {
	border-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 5px 15px;
	height: 39px;
}

.header-wrapper .header .dropdown-menu {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	display: block;
	box-shadow: none;
	border: 0px;
	border-top: 3px solid #1A9ADA;
	margin-top: -2px;
	padding: 9px 0px;
	border-radius:0px;
}

.header-wrapper.header-alternative {
	padding: 25px 0px;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
}

.header-wrapper.header-alternative .logo-area {
	float:left;
	display:none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

.header-wrapper.header-alternative.fixed-header .logo-area {
	display:block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	position: relative;
}

.header-wrapper.header-alternative .logo-area-alternative {
	display:block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-wrapper.header-alternative.fixed-header .logo-area-alternative {
	display:none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-wrapper.header-alternative .search-area {
	float:right;
	margin-top: 5px;
}

.header-wrapper.header-alternative.header-alternative2 .search-area {
	display:none;
}

.header-wrapper.header-alternative.fixed-header {
	position: fixed;
	top: 0;
	background: #FFF;
}

/* ===== 6. FOOTER ===== */
.footer {
	background:url(assets/img/footer-bg.jpg);
	background-size:cover;
	padding:62px 0px 32px;
	margin-top:70px;
	font-family:'Roboto Slab';
}

.footer-newsletter input[type="email"]{
	padding: 5px 15px;
	height: 35px;
	line-height: 25px;
	margin-right: 1px;
	width: calc(100% - 173px);
	float: left;
	border: 0px;
	border-radius: 5px;
	color: #9a9a9a;
	font-family:'Roboto';
}

.footer-newsletter input[type="email"]::-webkit-input-placeholder { color: #9a9a9a; }
.footer-newsletter input[type="email"]::-moz-placeholder { color: #9a9a9a; }
.footer-newsletter input[type="email"]:-ms-input-placeholder { color: #9a9a9a; }
.footer-newsletter input[type="email"]:-moz-placeholder { color: #9a9a9a; }

.footer-newsletter input[type="submit"] {
	padding: 5px 55px;
	height: 35px;
	line-height: 25px;
	text-transform: none;
	border-radius: 5px;
	font-family:'Roboto';
}

.footer.footer-alternative .footer-newsletter input[type="email"]{
	padding: 5px 15px;
	height: 35px;
	line-height: 25px;
	margin-right: 1px;
	width: calc(100% - 173px);
	float: left;
	border: 0px;
	border-radius: 5px;
	color: #FFFFFF;
	border:1px solid #FFFFFF;
	background:transparent;
}

.footer.footer-alternative .footer-newsletter input[type="email"]::-webkit-input-placeholder { color: #FFFFFF; }
.footer.footer-alternative .footer-newsletter input[type="email"]::-moz-placeholder { color: #FFFFFF; }
.footer.footer-alternative .footer-newsletter input[type="email"]:-ms-input-placeholder { color: #FFFFFF; }
.footer.footer-alternative .footer-newsletter input[type="email"]:-moz-placeholder { color: #FFFFFF; }

.footer.footer-alternative .footer-newsletter input[type="submit"] {
	padding: 5px 55px;
	height: 35px;
	line-height: 25px;
	text-transform: none;
	border-radius: 5px;
	border:1px solid #FFFFFF;
	background:transparent;
	color: #FFFFFF;
}

.footer.footer-alternative .footer-newsletter input[type="submit"]:hover,
.footer.footer-alternative .footer-newsletter input[type="submit"]:focus {
	background: #FFFFFF;
	color: #1A9ADA;
}

/* ===== 7. 404 PAGE ===== */
.page404 .content404 h2 {
	margin:0px 0px 11px;
	font-size:30px;
	color:#1A9ADA;
}

.page404 .content404 p {
	margin:0px;
	font-size:18px;
	color:#959595;
}

.page404 .content404 .content404-bottom {
	margin-top:40px;
	margin-bottom:60px;
}

.page404 .content404 .content404-bottom:after,
.page404 .content404 .content404-bottom:before {
	content:'';
	display:block;
	clear:both;
}

.page404 .content404 .content404-bottom .icon404 {
	margin: 0px;
	font-size: 53px;
	background: #1A9ADA;
	color: #FFFFFF;
	font-family: 'Roboto Slab';
	line-height: 53px;
	display: table;
	padding: 6px 15px;
	border-radius: 5px;
	float: left;
	margin-right: 45px;
}

.page404 .content404 .content404-bottom input[type="text"]{
	padding: 5px 15px;
	height: 41px;
	margin-right: 3px;
	width: 278px;
	float: left;
	border-radius: 5px;
	color: #aaaaaa;
	font-family: 'Roboto';
	border: 1px solid #D7D7D7;
}

.page404 .content404 .content404-bottom input[type="text"]::-webkit-input-placeholder { color: #aaaaaa; }
.page404 .content404 .content404-bottom input[type="text"]::-moz-placeholder { color: #aaaaaa; }
.page404 .content404 .content404-bottom input[type="text"]:-ms-input-placeholder { color: #aaaaaa; }
.page404 .content404 .content404-bottom input[type="text"]:-moz-placeholder { color: #aaaaaa; }

.page404 .content404 .content404-bottom button {
    border: 0px;
    outline: 0;
    padding: 3.5px 26px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #1A9ADA;
    background: #1A9ADA;
    text-transform: none;
    height: 41px;
}

.page404 .content404 .content404-bottom button:hover,
.page404 .content404 .content404-bottom button:focus {
	border-color:#1A9ADA;
	color:#1A9ADA;
	background:#FFFFFF;
}

.page404 .content404 .content404-bottom form {
	float: left;
	margin-top: 13px;
}

/* ===== 8. COMMENTS ===== */
.comments-area {
	margin-bottom: 0px;
}

.comments-area .comments-list-area {
	margin-bottom: 70px;
}

.comment-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.comment-list li {
	margin-bottom: 22px;
}

.comment-list li:after, .comment-list li:before {
	content:'';
	display:block;
	clear:Both;
}

.comment-list li .comment-body ul li:after, .comment-list li .comment-body ol li:after,
.comment-list li .comment-body ul li:before, .comment-list li .comment-body ol li:before {
	display:none;
}

.comment-list li .comment-body ul li, .comment-list li .comment-body ol li {
	margin:0px;
	padding:0px;
	border:0px;
}

.comment-list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-list li p:last-child {
	margin-bottom:0px;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 22px 0 0 22px;
}

.comment-list li .reply {
	float: right;
	z-index: 2;
	position: relative;
}

.comment-list li .comment-body:after,
.comment-list li .comment-body:before {
	clear:both;
	content:'';
	display:block
}

.comment-list li .reply a,
.comment-list li .reply a:visited {
	display: inline-block;
	color: #898989;
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
}

.comment-list li .reply a.comment-edit-link,
.comment-list li .reply a.comment-edit-link:visited {
	margin-left:10px;
}

.comment-list li img.avatar {
	margin:0px 15px 0px 0px;
	float: left;
}

.comment-list li cite {
	font-weight: 600;
	font-size: 14px;
	color: #898989;
	font-style: normal;
	line-height: normal;
	display: inline-block;
}

.comment-list li cite a, 
.comment-list li cite a:visited {
	color: #898989;
}

.comment-list li .commentmetadata {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	color: #898989;
}

.comment-list li .commentmetadata a, .comment-list li .commentmetadata a:visited {
	color:#8d8d8d;	
}

.comment-list li p {
	color: #7a7a7a;
	margin-bottom:5px;
}

.comments-area .comment-form input[type="submit"]:hover, .comments-area .comment-form input[type="submit"]:hover:focus, .comments-area .comment-form input[type="submit"]:focus {
}

.comments-area .comment-form .form-submit {
	margin-bottom: 0px;
	clear: both;
	margin-left: 10px;
}

.comments-area .comments-area-row {
	margin:0px -10px;
}

.comments-area .comment-form .comments-area-col-right {
	float: right;
}

.comments-area .comment-form .comments-area-col-right,
.comments-area .comment-form .comments-area-col-left {
	padding-left:10px;
	padding-right:10px;
}

.comments-area .comment-form {
	margin-left:-10px;
	margin-right:-10px;
}

.comments-area .comment-form p.logged-in-as {
	margin-left: 10px;
}

.logged-in .comments-area .comment-form .comments-area-col-left {
	width: 100%;
}

.comments-area .comment-form textarea {
	min-height: 143px;
}

.comments-area .comment-form input[type="submit"] {
	padding: 10px 12px;
}

/* ===== 9. BLOG & ARCHIVE ===== */
.category-post-list article {
	margin-bottom:60px;
}

.category-post-list article .post-wrapper .post-header .post-information {
	list-style:none;
	padding:0px;
	margin:0px 0px 3px;
	font-size:13px;
	font-weight:600;
	color:#a7a6a6;
}

.category-post-list article .post-wrapper .post-header .post-information a,
.category-post-list article .post-wrapper .post-header .post-information a:visited {
	color:#a7a6a6;
}

.category-post-list article .post-wrapper .post-header .post-information li {
	display:inline-block;
}

.category-post-list article .post-wrapper .post-header .post-information li.separator {
	margin:0px 2px;
}

.category-post-list article .post-wrapper .post-header .post-information li span {
	text-transform:uppercase;
}

.category-post-list article .post-wrapper .post-header h2,
.page-content article .page-header h2 {
	font-size:24px;
	color: #1A9ADA;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

.category-post-list article .post-wrapper .post-header h2 a,
.category-post-list article .post-wrapper .post-header h2 a:visited {
	font-size:24px;
	color: #1A9ADA;
	margin:0px;
	padding:0px;
}

.category-post-list article .post-wrapper .post-header h2 a:hover,
.category-post-list article .post-wrapper .post-header h2 a:focus {
	color: #1f6189;
}

.category-post-list article .post-wrapper .post-header h2:after {
	content:'';
	display:block;
	height:2px;
	width:80px;
	background:#B7B7B7;
	margin:24px 0px 18px;
}

.category-post-list article .post-wrapper .post-header .post-excerpt-two,
.page-content article .page-header .post-excerpt-two {
	font-weight:600;
	color:#858585;
	font-size:16px;
	margin-bottom:25px;
}

.category-post-list article .post-wrapper .post-image {
	position:relative;
	margin-bottom:33px;
}

.category-post-list article .post-wrapper .post-image .category {
	position:absolute;
	top:43px;
	left:47px;
	background:#1A9ADA;
	font-size:13px;
	font-weight: 500;
	padding: 10px 23px;
}

.category-post-list article .post-wrapper .post-image .category ul {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	text-transform:uppercase;
}

.category-post-list article .post-wrapper .post-image .category ul li {
	float:left;
	padding:0px 3px;
}

.category-post-list article .post-wrapper .post-image .category ul li a,
.category-post-list article .post-wrapper .post-image .category ul li a:visited {
	color:#FFFFFF;
	display:block;
}

.category-post-list article .post-wrapper .post-image img {
	width:100%;
}

.category-post-list article .post-wrapper .post-image img {
	width:100%;
}

.category-post-list article .post-wrapper .post-bottom:after,
.category-post-list article .post-wrapper .post-bottom:before {
	content:'';
	display:block;
	clear:both;
}

.category-post-list article .post-wrapper .post-bottom .more,
.category-post-list article .post-wrapper .post-bottom .more:visited {
	color:#FFFFFF;
	font-size:12px;
	font-weight: 500;
	display:block;
	float:left;
	text-transform:uppercase;
	display: flex;
}

.category-post-list article .post-wrapper .post-bottom .more:hover span,
.category-post-list article .post-wrapper .post-bottom .more:focus span,
.category-post-list article .post-wrapper .post-bottom .more:hover i,
.category-post-list article .post-wrapper .post-bottom .more:focus i {
	background:#1f6189;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.category-post-list article .post-wrapper .post-bottom .more span {
	padding: 8px 17px;
	display:inline-block;
	line-height:22px;
	background:#1A9ADA;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.category-post-list article .post-wrapper .post-bottom .more i {
	padding: 0px 17px;
	display: inline-block;
	margin-left:1px;
	line-height: 38px;
	font-size: 16px;
	background:#1A9ADA;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.category-post-list article .post-wrapper .post-bottom .single-tag-list {
	float:left;
	margin-top: 8px;
}

.category-post-list article .post-wrapper .post-bottom .single-tag-list span {
	display: inline-block;
	font-weight: 600;
	background: #1A9ADA;
	font-size: 13px;
	line-height: normal;
	padding: 4.5px 8px;
	margin: 0px 1px 1px 0px;
	border:1px solid transparent;
}

.category-post-list article .post-wrapper .post-bottom .single-tag-list span:hover {
	background: #FFFFFF;
	border:1px solid #1A9ADA;
}

.category-post-list article .post-wrapper .post-bottom .single-tag-list span a,
.category-post-list article .post-wrapper .post-bottom .single-tag-list span a:visited {
	color:#FFFFFF;
}

.category-post-list article .post-wrapper .post-bottom .single-tag-list span:hover a,
.category-post-list article .post-wrapper .post-bottom .single-tag-list span:hover a:visited,
.category-post-list article .post-wrapper .post-bottom .single-tag-list span:focus a,
.category-post-list article .post-wrapper .post-bottom .single-tag-list span:focus a:visited {
	color: #1A9ADA;
}

.category-post-list article .post-wrapper .post-bottom .single-tag-list span.single-tag-list-title {
	color:#a0a0a0;
	background:transparent;
	text-transform:uppercase;
}

.category-post-list article .post-wrapper .post-bottom .single-tag-list span.single-tag-list-title:hover {
	border:1px solid transparent;
	background:transparent;
}

.category-post-list article .post-wrapper .post-bottom .page-links span {
	display: inline-block;
	font-weight: 600;
	background: #1A9ADA;
	font-size: 13px;
	line-height: normal;
	padding: 4.5px 8px;
	margin: 0px 1px 1px 0px;
	color: #FFFFFF;
	border:1px solid transparent;
}

.category-post-list article .post-wrapper .post-bottom .page-links span:hover {
	background: #FFFFFF;
	border:1px solid #1A9ADA;
	color: #1A9ADA;
}

.category-post-list article .post-wrapper .post-bottom .page-links span a,
.category-post-list article .post-wrapper .post-bottom .page-links span a:visited {
	color:#FFFFFF;
}

.category-post-list article .post-wrapper .post-bottom .page-links span:hover a,
.category-post-list article .post-wrapper .post-bottom .page-links span:hover a:visited,
.category-post-list article .post-wrapper .post-bottom .page-links span:focus a,
.category-post-list article .post-wrapper .post-bottom .page-links span:focus a:visited {
	color: #1A9ADA;
}

.category-post-list article .post-wrapper .post-bottom .page-links span.page-links-title {
	color:#a0a0a0;
	background:transparent;
	text-transform:uppercase;
}

.category-post-list article .post-wrapper .post-bottom .page-links span.page-links-title:hover {
	border:1px solid transparent;
	background:transparent;
}

.category-post-list.single-list article .post-wrapper .post-bottom .single-tag-list,
.category-post-list.single-list article .post-wrapper .post-bottom .post-social-share,
.category-post-list.single-list article .post-wrapper .post-bottom .page-links {
	margin-bottom:32px;
}

.category-post-list.single-list article .post-wrapper .post-bottom .page-links {
	clear:both;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation {
	clear:both;
	margin-bottom:68px;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation:before,
.category-post-list article .post-wrapper .post-bottom .post-navigation:after {
	clear:both;
	display:block;
	content:'';
}

.category-post-list article .post-wrapper .post-bottom .post-navigation nav {
	float:right;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul li {
	display:inline-block;
	margin-left:1px;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul li:first-child{
	margin-left:0px;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul li a,
.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul li a:visited {
	display: block;
	background: #1A9ADA;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	padding: 17px 19px;
	border:1px solid transparent;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul li a:hover,
.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul li a:focus {
	background: transparent;
	color: #1A9ADA;
	border:1px solid #1A9ADA;
}

.category-post-list article .post-wrapper .post-bottom .post-navigation nav ul li a span {
	position:relative;
	top:-1px;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item:nth-child(1n+4) {
	margin-top:30px;
}

.post-related .post-related-posts>.item:nth-child(3n+4) {
	clear: both;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .image img {
	width:100%;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc {
	background:#1A9ADA;
	color:#FFFFFF;
	padding:17px 26px 24px;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc .post-information {
	font-size:11px;
	font-weight: 600;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 3px;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc .post-information li {
	display: inline-block;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc .post-information li span {
	text-transform: uppercase;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc .post-information li.separator {
	margin: 0px 2px;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc h3 {
	margin:0px 0px 26px;
	font-size:15px;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc a,
.category-post-list article .post-wrapper .post-bottom .post-related .item .desc a:visited {
	color:#FFFFFF;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc a.post-related-more,
.category-post-list article .post-wrapper .post-bottom .post-related .item .desc a.post-related-more:visited {
	text-transform:uppercase;
	font-size:11px;
	font-weight:600;
	line-height: normal;
	display:table;
}

.category-post-list article .post-wrapper .post-bottom .post-related .item .desc a.post-related-more i {
	margin-left:9px;
	font-size: 12px;
}

.category-post-list article .post-wrapper .post-excerpt {
	margin-bottom:24px;
}

.category-post-list article .post-wrapper .post-excerpt p:last-child {
	margin-bottom:0px;
}

.post-social-share ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:right;
}

.post-social-share ul:after,
.post-social-share ul:before {
	content:'';
	display:block;
	clear:both;
}

.post-social-share ul li {
	display:block;
	float:left;
	margin:0px 0px 3px 4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.post-social-share ul li.title {
	font-size: 13px;
	line-height: 39px;
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: 600;
	padding-right:4px;
}

.post-social-share ul li .share-facebook, .post-social-share ul li .share-facebook:visited {
	background:#5D82D1;
}

.post-social-share ul li .share-twitter, .post-social-share ul li .share-twitter:visited {
	background:#40BFF5;
}

.post-social-share ul li .share-googleplus, .post-social-share ul li .share-googleplus:visited {
	background:#EB5E4C;
}

.post-social-share ul li .share-linkedin, .post-social-share ul li .share-linkedin:visited {
	background:#0077B5;
}

.post-social-share ul li .share-pinterest, .post-social-share ul li .share-pinterest:visited {
	background:#E13138;
}

.post-social-share ul li .share-reddit, .post-social-share ul li .share-reddit:visited {
	background:#FF4500;
}

.post-social-share ul li .share-delicious, .post-social-share ul li .share-delicious:visited {
	background:#3274D0;
}

.post-social-share ul li .share-stumbleupon, .post-social-share ul li .share-stumbleupon:visited {
	background:#EB4924;
}

.post-social-share ul li .share-tumblr, .post-social-share ul li .share-tumblr:visited {
	background:#34465D;
}

.post-social-share ul li:first-child {
	margin-left:0px;
}

.post-social-share ul li a, .post-social-share ul li a:visited {
	display: block;
	background: #000;
	width: 39px;
	font-size: 17px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border:1px solid transparent;
}

.post-social-share ul li a:hover, .post-social-share ul li a:focus {
	border:1px solid #1A9ADA;
	background:transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.post-social-share ul li a i {
	color:#FFF;
	text-shadow: 6px 5px 0px rgba(0, 0, 0, 0.03);
}

.post-social-share ul li a:hover i,
.post-social-share ul li a:focus i {
	color:#1A9ADA;
}

/* ===== 10. PLUGINS ===== */
.page-content h1.page-title {
	margin-top:0px;
}

.widget-box.widget_facebook_page_plugin_widget,
.widget-box.widget_tp_widget_recent_tweets {
	overflow: hidden;
}

.woocommerce-info,
.woocommerce-message {
	border-top-color: #1a9ada;
}

.woocommerce-info:before,
.woocommerce-message:before {
	color: #1a9ada;
}

.woocommerce #reviews h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.woocommerce ul.products li.product a img {
	width:100%;
}

.woocommerce .products.related ul>li:nth-child(4n+4) {
	margin-right:0px;
}

.woocommerce .products.related ul>li:nth-child(4n+1) {
	clear:both;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 74%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 24%;
}

.woocommerce-tabs.wc-tabs-wrapper .panel h2 {
	margin-top: 0px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #1A9ADA;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #1A9ADA;
}

.woocommerce .woocommerce-ordering select {
	margin-top: -5px;
	padding: 8px;
	font-size: 12px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding:10px 9.5px;
	font-size: 11px;
}

.woocommerce ul.products li.product .price {
	color: #1A9ADA;
}

.woocommerce span.onsale {
	background-color: #1A9ADA;
	padding: 5px 10px;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	padding: 8px 4px;
}

.woocommerce div.product form.cart .variations label {
	color: #525252;
	font-size: 13px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #1A9ADA;
}

.woocommerce a.added_to_cart {
	font-weight: 600;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 8px 4px;	
	width: 90px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #FFF;
}
/* ===== 11. RESPONSIVE ===== */
@media (max-width: 1729px) {
	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left {
		width: 150px;
	}

	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-right {
		width: calc(100% - 150px);
	}
}

@media (min-width: 1622px) {
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		padding: 0px 5px;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		padding: 0px 5px;
	}
}
	
@media (max-width: 1621px) {
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		padding: 0px 2px;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		padding: 0px 2px;
	}
}

@media (max-width: 1596px) {
	.social-media-widget ul li a, .social-media-widget ul li a:visited {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
}

@media (max-width: 1574px) {
	.pricing-table.pricing-table-modern .pricing-table-body ul li .pricing-list-icon {
		margin-right: 14px;
	}
}

@media (max-width: 1556px) {
	.pricing-table.pricing-table-modern .pricing-table-body ul li .pricing-list-icon {
		margin-right: 10px;
	}
}

@media (max-width: 1555px) {
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		padding: 0px 0px;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		padding: 0px 0px;
	}
}

@media (max-width: 1532px) {
	.pricing-table.pricing-table-modern .pricing-table-body ul li {
		width: calc(100% - 30px);
	}
}
	
@media (max-width: 1511px) {
	.header-wrapper .search-area input {
		width: 130px;
	}

	.header-wrapper .search-area button {
		padding: 5px 12px;
	}
}
	
@media (min-width: 1466px) {
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		margin: 0px 15px;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		margin: 0px 15px;
	}
	
	.header-wrapper.header-alternative.header-alternative2 .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative.header-alternative2 .menu-area .navbar-nav>li>a:visited {
		margin: 0px 8px;
	}
}

@media (max-width: 1465px) {
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		margin: 0px 10px;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		margin: 0px 10px;
	}

	.carousel-service-box-wrapper .carousel-service-box-navigation {
		width: calc(100% + 200px);
		margin: auto -100px;
	}
}

@media (max-width: 1446px) {
	.social-media-widget ul li a, .social-media-widget ul li a:visited {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
	
	.footer-newsletter input[type="submit"] {
		padding: 5px 20px;
	}
	
	.footer-newsletter input[type="email"] {
		width: calc(100% - 102px);
	}

}

@media (max-width: 1400px) {
	.blog-posts-widget ul li .post-excerpt {
		max-height: 133px;
		overflow: hidden;
		margin-bottom: 16px;
	}

	.blog-posts-widget .col-sm-6 ul li.col-sm-6 .post-excerpt p {
		max-height: 40px;
	}
}

@media (max-width: 1360px) {
	.speakers-widget .speaker-item-body .speaker-item-social-links li a, .speakers-widget .speaker-item-body .speaker-item-social-links li a:visited {
		height: 40px;
		line-height: 41px;
	}

	.carousel-service-box-wrapper .carousel-service-box-navigation {
		width: auto;
		margin: 30px auto 0;
		display: table;
		top: inherit;
		bottom: inherit;
		position: inherit;
	}

	.carousel-service-box-wrapper .carousel-service-box-navigation .carousel-service-box-navigation-prev {
		margin: 0px 5px;
	}
}

@media (max-width: 1355px) {
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		font-size: 11px;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		font-size: 11px;
	}
}

@media (min-width: 1339px) {
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		font-size: 12px;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		font-size: 12px;
	}
}

@media (max-width: 1346px) {
	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left {
		font-size: 34px;
		width: 120px;
	}
	
	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left .price-table-star {
		font-size: 16px;
	}
	
	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-right {
		padding: 44px 20px 36px;
		width: calc(100% - 120px);
	}
}

@media (max-width: 1304px) {
	.step-boxes .step-boxes-item .step-boxes-item-wrapper-content {
		width: 150px;
		height: 150px;
	}

	.step-boxes .step-boxes-item .step-boxes-item-wrapper {
		width: 150px;
		height: 150px;
	}

	.header-wrapper.header-alternative .search-area {
		display:none;
	}
	
	.header-wrapper.header-default .search-area {
		display:none;
	}
}

@media (max-width: 1200px) {
	.blog-posts-widget .col-sm-4 ul li .post-excerpt {
		display: none;
	}

	.step-boxes h3 {
		font-size: 30px;
	}

	.step-boxes .step-boxes-item .step-boxes-item-wrapper {
		width: 120px;
		height: 120px;
	}

	.step-boxes .step-boxes-item .step-boxes-item-wrapper-content {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 1199px) {
	#scheduleBottomRow {
		background-image: none !important;
	}

	.info-box.info-box-alternative-style .info-box-alternative-style-image h2 {
		font-size: 25px;
	}
	
	.info-box.info-box-alternative-style .info-box-alternative-style-hover-content-wrapper .info-box-alternative-style-hover-content h2 {
		font-size:25px;
	}
	
	.full-area-container-content-right {
		width:485px;
	}
	
	.full-area-container-content-left {
		width:485px;
	}
}


@media (max-width: 1183px) {
	.vc_tta-color-white.vc_tta-style-modern.wpb-js-composer .eventstation-tab .vc_tta-tab>a, .vc_tta-color-white.vc_tta-style-modern.wpb-js-composer .eventstation-tab .vc_tta-tab>a:visited {
		padding: 4.5px 15px;
	}
}

@media (max-width: 1134px) {
	.header .menu-area .navbar-nav li:last-child .dropdown-menu {
		left: inherit;
		right: 0;
	}
	
	.header .menu-area .navbar-nav li:nth-last-child(2) .dropdown-menu {
		left: inherit;
		right: 0;
	}
	
	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-right {
		padding: 44px 20px 36px;
		width: calc(100% - 90px);
	}
	
	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-right .pricing-table-packagename {
		font-size: 17px;
	}
}

@media (max-width: 1120px) {
	.container-fluid {
		padding-left:30px;
		padding-right:30px;
	}
	
	.map-3d-tour .map-3d-tour-content {
		padding-left:30px;
		padding-right:30px;
	}

	.container-fluid.container-fluid-multi-column {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.row.alternative-row {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.col-lg-9.site-content-left {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.col-lg-3.site-content-right {
		padding-left: 15px;
		padding-right: 15px;
		margin-top:30px;
	}

	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .left {
		font-size: 65px;
		line-height: 65px;
	}

	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .right {
		line-height: 24px;
		font-size: 23px;
	}
	
	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .bottom {
		font-size: 26px;
		line-height: 28px;
	}
	
	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-center .event-box-image-content-date-days {
		font-size: 25px;
		line-height: 25px;
	}

	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-date .event-box-image-content-date-center .event-box-image-content-date-monthyear {
		font-size: 28px;
		line-height: 28.5px;
	}

	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-address {
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1032px) {
	.schedule-widget.style2 .nav-tabs li a, .schedule-widget.style2 .nav-tabs li a:visited {
		padding: 7.5px 15px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.header-wrapper.header-default {
		padding: 25px 0px 10px;
	}

	.header-wrapper.header-alternative .logo-area {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
	.header-wrapper.header-default .logo-area {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
	.header-wrapper .navbar-nav {
		text-align: center;
	}
	
	.header-wrapper .navbar-nav>li {
		float: none;
		display: inline-block;
	}

	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top {
		margin-bottom: 0px;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-address {
		margin-bottom: 24px;
	}
	
	.counter-box .DateCountdown {
		margin: 0px 0px 61px;
	}
	
	.eventstation-latest-posts-widget ul li .desc {
		padding: 17px 10px 24px;
	}
	
	.eventstation-latest-posts-widget ul li .desc .post-information {
		display:none;
	}
	
	.widget-title h4, .post-related h4, .comments-area .comment-reply-title h2, .comments-area .comment-respond .comment-reply-title h2 {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	.footer.footer-alternative {
		font-size:15px;
	}	

	.vc_col-sm-12 .map-3d-tour h3,
	.vc_col-sm-11 .map-3d-tour h3,
	.vc_col-sm-10 .map-3d-tour h3,
	.vc_col-sm-9 .map-3d-tour h3,
	.vc_col-sm-8 .map-3d-tour h3,
	.vc_col-sm-7 .map-3d-tour h3,
	.vc_col-sm-6 .map-3d-tour h3,
	.vc_col-sm-12 .map-3d-tour p,
	.vc_col-sm-11 .map-3d-tour p,
	.vc_col-sm-10 .map-3d-tour p,
	.vc_col-sm-9 .map-3d-tour p,
	.vc_col-sm-8 .map-3d-tour p,
	.vc_col-sm-7 .map-3d-tour p,
	.vc_col-sm-6 .map-3d-tour p {
		width:55%;
	}
}

@media (max-width: 991px) {
	.step-boxes .step-boxes-item .step-boxes-item-wrapper {
		width: 100px;
		height: 100px;
	}

	.step-boxes .step-boxes-item .step-boxes-item-wrapper-content {
		width: 100px;
		height: 100px;
	}

	.step-boxes h3 {
		font-size: 20px;
	}

	.step-boxes p {
		font-size: 12px;
	}
	
	.vc_row.full-area-container-content-right {
		width: 100%;
		float: none;
		padding-right: 2px !important;
		padding-left: 46px !important;
	}
	
	.vc_row.full-area-container-content-left {
		width: 100%;
		float: none;
		padding-left: 31px !important;
		padding-right: 17px !important;
	}

	.schedule-widget.style2 .nav-tabs li h3 {
		font-size: 13px;
	}

	.schedule-widget.style2 .nav-tabs li span {
		font-size: 9px;
	}
	
	.service-box.service-box-image-style {
		display: block;
	}

	.service-box.service-box-image-style .service-box-image-style-image {
		width: 100%;
		height: 200px;
	}

	.service-box.service-box-image-style .service-box-image-style-content {
		width: 100%;
		float: none;
	}

	.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header .pricing-table-price {
		float: left;
		font-size: 25px;
		line-height: 25px;
	}
	
	.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header .pricing-table-packagename {
		font-size: 17px;
		line-height: 26px;
	}

	.pricing-table.pricing-table-classic .pricing-table-header-wrapper .pricing-table-header .separator {
		top: -1px;
		padding: 10px 0px;
	}

	.pricing-table.pricing-table-classic {
		padding: 25px 25px;
	}

	.pricing-table.pricing-table-classic .pricing-table-body ul li .pricing-list-icon {
		margin-right: 6px;
	}

	.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a, .pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button a:visited {
		font-size: 10px;
	}

	.pricing-table.pricing-table-classic .pricing-table-bottom .pricing-table-button i {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 850px) {	
	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-left {
		font-size: 25px;
		width: 70px;
	}

	.pricing-table.pricing-table-modern .pricing-table-header .pricing-table-header-right {
		padding: 44px 10px 36px;
		width: calc(100% - 70px);
	}
}
	
@media (min-width: 768px) and (max-width: 991px) {
	.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content h2 {
		font-size: 30px;
	}
	
	.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2 {
		font-size:30px;
	}

	.info-box.info-box-default-style .info-box-default-style-image-wrapper {
		padding: 40px;
	}

	.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content {
		bottom: 40px;
	}

	.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper {
		padding: 40px 35px 40px 40px;
	}

	.footer {
		font-size: 10px;
	}
	
	.map-3d-tour h3 {
		font-size: 45px;
	}
	
	.content-widget-title i {
		display: none;
	}
	
	.content-widget-title.small h3 {
		font-size: 12px;
	}
	
	.footer-newsletter input[type="submit"] {
		width: 100%;
	}
	
	.footer-newsletter input[type="email"],
	.footer.footer-alternative .footer-newsletter input[type="email"] {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	
	.social-media-widget ul li a, .social-media-widget ul li a:visited {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 10px;
	}
}

@media (min-width: 768px) {
	.post-type-archive-product.woocommerce.mulada-shop-column-3 ul.products li.product {
		width: 30.80%;
	}

	.post-type-archive-product.woocommerce.mulada-shop-column-4 ul.products li.product {
		width: 22.15%;
	}

	.post-type-archive-product.woocommerce.mulada-shop-column-5 ul.products li.product {
		width: 16.96%;
	}

	.post-type-archive-product.woocommerce.mulada-shop-column-6 ul.products li.product {
		width: 13.50%;
	}

	.vc_col-sm-3 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-4 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-5 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-6 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-7 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-8 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-9 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-10 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-11 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2,
	.vc_col-sm-12 .info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2 {
		width:70%;
	}

	.vc_col-sm-3 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-4 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-5 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-6 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-7 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-8 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-9 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-10 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-11 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content,
	.vc_col-sm-12 .info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content {
		width:70%;
	}

	form.post-password-form {
		width: 50%;
	}

	.header-wrapper.header-default .menu-area .navbar {
		margin: 0 auto;
		display: table;
		min-height: auto;
		border: 0px;
		padding: 15px 0px;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav li a,
	.header-wrapper.header-default .menu-area .navbar-nav li a:visited {
		text-transform: uppercase;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li>a,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:visited {
		color: #858585;
		font-weight: 600;
		border-bottom:2px solid transparent;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li.dropdown>a:focus,
	.header-wrapper.header-default .menu-area .navbar-nav>li.dropdown>a:hover {
		border-bottom:2px solid transparent;
	}
	
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:focus,
	.header-wrapper.header-default .menu-area .navbar-nav>li>a:hover {
		color: #1f6189;
		background:transparent;
		border-bottom:2px solid #1f6189;
	}

	.header-wrapper.header-alternative .menu-area .navbar {
		margin: 0 auto;
		display: table;
		min-height: auto;
		border: 0px;
		padding: 15px 0px;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav li a,
	.header-wrapper.header-alternative .menu-area .navbar-nav li a:visited {
		text-transform: uppercase;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:visited {
		color: #FFFFFF;
		font-weight: 600;
		border-bottom:2px solid transparent;
	}
	
	.header-wrapper.header-alternative.fixed-header .menu-area .navbar-nav>li>a,
	.header-wrapper.header-alternative.fixed-header .menu-area .navbar-nav>li>a:visited {
		color:#858585;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav>li.dropdown>a:focus,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li.dropdown>a:hover {
		border-bottom:2px solid transparent;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:focus,
	.header-wrapper.header-alternative .menu-area .navbar-nav>li>a:hover {
		color: #FFFFFF;
		background:transparent;
		border-bottom:2px solid #FFFFFF;
	}
	
	.header-wrapper.header-alternative.fixed-header .menu-area .navbar-nav>li>a:focus,
	.header-wrapper.header-alternative.fixed-header .menu-area .navbar-nav>li>a:hover {
		color:#1a9ada;
	}
	
	.header-wrapper .header .navbar-nav li .fa.fa-angle-down {
		display: none;
	}
	
	.header-wrapper .header .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	
	.header-wrapper .header .dropdown-menu .dropdown-menu {
		left: 100%;
		top: -10px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	
	.header-wrapper .header .menu-area .navbar-nav li .dropdown-menu li a,
	.header-wrapper .header .menu-area .navbar-nav li .dropdown-menu li a:visited {
		font-size:11px;
		font-weight:600;
		color:#707171;
		background:transparent;
		padding: 5.5px 20px;
	}
	
	.header-wrapper .header .menu-area .navbar-nav li .dropdown-menu li a:focus,
	.header-wrapper .header .menu-area .navbar-nav li .dropdown-menu li a:hover {
		color:#1a9ada;
		background:transparent;
	}
	
}

@media (max-width: 767px) {
	.gradient-bg.mobile-padding-fix {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.blog-posts-widget .col-sm-6 {
		margin-bottom:30px;
	}
	
	.blog-posts-widget .col-sm-6 .blog-posts-widget ul li .post-information,
	.blog-posts-widget .col-sm-4 .blog-posts-widget ul li .post-information,
	.blog-posts-widget .col-sm-4 .blog-posts-widget ul li .post-excerpt {
		display:block;
	}
	
	.blog-posts-widget .col-sm-6 ul li .post-information,
	.blog-posts-widget .col-sm-6 ul li .post-read-more,
	.blog-posts-widget .col-sm-6 ul li h2,
	.blog-posts-widget .col-sm-6 ul li .post-excerpt,
	.blog-posts-widget .col-sm-8 ul li .post-read-more,
	.blog-posts-widget .col-sm-8 ul li h2,
	.blog-posts-widget .col-sm-8 ul li .post-information,
	.blog-posts-widget .col-sm-8 ul li .post-excerpt,
	.blog-posts-widget .col-sm-4 ul li .post-information,
	.blog-posts-widget .col-sm-4 ul li h2,
	.blog-posts-widget .col-sm-4 ul li .post-excerpt {
		padding:0px 15px;
	}
	
	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper {
		width: 100%;
		float: none;
		bottom: 60px;
	}

	.event-box.left .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper {
		width: 100%;
		float: none;
		bottom: 60px;
	}

	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .left {
		font-size: 40px;
		line-height: 40px;
		top: -3px;
	}
	
	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .right {
		line-height: 17px;
		font-size: 16px;
	}

	.event-box .event-box-image .event-box-image-wrapper .event-box-image-content-wrapper .event-box-image-content .event-box-image-content-top .bottom {
		font-size: 19px;
		line-height: 16px;
	}

	.event-box .event-box-image {
		min-height: 500px;
	}

	.container-fluid.container-fluid-multi-column {
		padding-right: 0px;
		padding-left: 0px;
	}

	.blog-posts-widget ul li .post-excerpt {
		height: auto;
		overflow: visible;
		margin-bottom: 0px;
		max-height: none;
	}
	
	.blog-posts-widget .col-sm-8 {
		margin-bottom:30px;
	}

	.event-station-gallery.three-gallery .gallery-grid {
		width: calc(33% - 15px);
	}

	.event-station-gallery.four-gallery .gallery-grid {
		width: calc(25% - 15px);
	}

	.step-boxes .step-boxes-item {
		width: 33%;
		margin-bottom: 30px;
	}

	.step-boxes .step-boxes-item:nth-last-child(3),
	.step-boxes .step-boxes-item:nth-last-child(2),
	.step-boxes .step-boxes-item:nth-last-child(1) {
		margin-bottom: 0px;
	}
	
	.map-3d-tour h3 {
		font-size: 25px;
	}
	
	.map-3d-tour .map-3d-tour-content {
		padding: 60px 15px;
	}
	
	.mobile-no-background,
	.vc_row.mobile-no-background {
		background: transparent !important;
	}
	
	.schedule-widget.style3 .nav-tabs li a, .schedule-widget.style3 .nav-tabs li a:visited {
		padding: 0px 13px;
	}

	.schedule-widget .nav-tabs li h3 {
		font-size: 11px;
	}
	
	.schedule-widget .nav-tabs li span {
		font-size: 8px;
	}
	
	.schedule-widget .tab-content .tab-content-schedule-list li .hour {
		display:block;
		margin-bottom:5px;
	}
	
	.schedule-widget .tab-content .tab-content-schedule-list li .title {
		width: 100%;
		margin-top: 5px;
	}

	.schedule-widget .tab-content .tab-content-schedule-list li {
		margin-bottom: 20px;
	}

	.content-widget-title h3 {
		font-size: 25px;
	}

	.content-widget-title i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
	}

	.content-widget-title .separator .separator-line {
		width: 100px;
	}

	.info-box.info-box-default-style .info-box-default-style-image-wrapper {
		padding: 60px 15px;
	}

	.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content {
		bottom: 60px;
	}
	
	.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content {
		max-width: calc(100% - 60px);
		max-height: calc(100% - 60px);
	}
	
	.info-box.info-box-default-style .info-box-default-style-image .info-box-default-style-content h2 {
		font-size: 20px;
	}
	
	.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper .info-box-default-style-hover-content h2 {
		font-size:20px;
	}

	.info-box.info-box-default-style .info-box-default-style-hover-content-wrapper {
		padding: 40px 35px 40px 40px;
	}

	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper {
		width: auto;
		display: block;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top {
		text-align: center;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top .left {
		top: 0;
		float: none;
		text-align: center;
		font-size: 50px;
		line-height: 50px;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top .right {
		line-height: 20px;
		letter-spacing: -0.50px;
		font-size: 20px;
		text-align: center;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-top .bottom {
		font-size: 25px;
		line-height: 25px;
		text-align: center;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-address {
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	.counter-box .DateCountdown .time_circles > div h4 {
		font-size: 10px !important;
	}
	
	.counter-box .DateCountdown .time_circles > div span {
		font-size: 15px !important;
	}
	
	.counter-box .DateCountdown .time_circles > div {
		padding: 0px 10px;
	}
	
	.counter-box .DateCountdown {
		display: table;
		margin: 0 auto 50px;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-center .counter-box-general-content-date-days {
		font-size: 25px;
		line-height:25px;
	}
	
	.counter-box .counter-box-general-wrapper .counter-box-general-content-wrapper .counter-box-general-content .counter-box-general-content-date .counter-box-general-content-date-center .counter-box-general-content-date-monthyear {
		font-size: 28px;
		line-height: 28px;
	}

	.post-social-share ul {
		float: none;
	}

	.post-related .item {
		margin-bottom: 30px;
	}
	
	.eventstation-latest-posts-widget ul li .desc {
		padding: 17px 10px 24px;
	}
	
	.category-post-list article .post-wrapper .post-bottom .more,
	.category-post-list article .post-wrapper .post-bottom .more:visited {
		clear:both;
		float:none;
		display: inline-flex;
		margin-bottom:15px;
	}
	
	.post-social-share ul li a, .post-social-share ul li a:visited {
		width: 29px;
		font-size: 11px;
		height: 29px;
		line-height: 29px;
	}
	
	.post-social-share ul li.title {
		line-height: 29px;
	}
	
	.category-post-list article .post-wrapper .post-image .category {
		display: none;
	}
	
	.header .menu-area .navbar-nav li .dropdown-menu {
		opacity: 1;
		position: relative;
		visibility: visible;
		display: none;
		box-shadow: none;
		margin: 0px 0px 0px;
		padding: 10px 10px;
		top: 0;
		min-width: 100%;
		max-width: 100%;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-o-transition: 0s;
		-ms-transition: 0s;
		transition: 0s;
	}

	.header-wrapper .menu-area .navbar {
		min-height: auto;
		border: 0px;
		margin: 0px;
	}

	.header-wrapper .menu-area .navbar-nav {
		margin: 0px;
	}

	.header-wrapper.header-alternative .navbar-collapse {
		padding-bottom:20px;
	}

	.header-wrapper.header-alternative.fixed-header .navbar-collapse {
		padding-bottom:0px;
	}

	.header-wrapper .navbar-collapse {
		margin-top: 15px;
		background: #FFF;
		padding:20px 20px 0px;
	}

	.header-wrapper.fixed-header .navbar-collapse {
		margin-top: 0px;
		padding:20px 0px 0px;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav li a,
	.header-wrapper.header-default .menu-area .navbar-nav li a,
	.header-wrapper.header-alternative .menu-area .navbar-nav li a:visited,
	.header-wrapper.header-default .menu-area .navbar-nav li a:visited {
		text-transform: uppercase;
	}
	
	.header-wrapper.header-alternative .menu-area .navbar-nav li a,
	.header-wrapper.header-alternative .menu-area .navbar-nav li a:visited,
	.header-wrapper.header-default .menu-area .navbar-nav li a,
	.header-wrapper.header-default .menu-area .navbar-nav li a:visited {
		color: #858585;
		font-weight: 600;
		font-size:12px;
		padding: 2px 0px;
		background: transparent;
		margin: 0px;
	}

	.header .navbar-toggle {
		margin: 15px 0px 0px;
		padding: 0px;
		background:transparent;
		border:0px;
	}
	
	.header .navbar-toggle:hover,
	.header .navbar-toggle:active,
	.header .navbar-toggle:active:hover,
	.header .navbar-toggle:active:focus,
	.header .navbar-toggle:focus {
		background:transparent;
		border:0px;
	}

	.header .navbar-toggle .icon-bar {
		width: 29px;
		height: 3px;
		background: #FFFFFF;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.header-wrapper.header-default .header .navbar-toggle .icon-bar,
	.header-wrapper.fixed-header .header .navbar-toggle .icon-bar {
		background: #1A9ADA;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	
	.container-fluid {
		padding-left:15px;
		padding-right:15px;
	}
	
	.header-wrapper .header .navbar-nav li .fa.fa-angle-down {
		float: right;
		z-index: 21;
		position: absolute;
		right: 0px;
		top: 1px;
		font-size: 20px;
		cursor:pointer;
	}
}

@media (max-width: 430px) {
	.step-boxes .step-boxes-item {
		width: 50%;
	}

	.step-boxes .step-boxes-item:nth-last-child(3) {
		margin-bottom: 30px;
	}
	
	.page404 .content404 .content404-bottom input[type="text"] {
		width:100%;
	}

	.page404 .content404 .content404-bottom button {
		float: none;
		margin-top: 5px;
		clear: both;
	}
}