@import url("assets/css/navigation.css");
@import url("assets/css/fonts.css");
@import url("assets/css/footer.css");

/* media
* --------------------------------------- */
@media only screen and (min-width : 480px) { }
@media only screen and (min-width : 576px) { }
@media only screen and (min-width : 768px) { }
@media only screen and (min-width : 992px) { }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
-6.0 Forms
-7.0 Formatting
-8.0 Lists
-9.0 Tables
10.0 Links
11.0 Buttons
12.0 Images
13.0 Layout
   13.0 Navigation *
   13.1 Header
   13.2 Front Page *
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer *
   13.7 Error
   13.8 Transition
   13.9 LazyLoad
-14.0 Comments
-15.0 Widgets
-16.0 Media
   -16.1 Galleries
-17.0 Customizer
-18.0 SVGs Fallbacks
-19.0 Media Queries
-20.0 Print

(* external files)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/* Reset CSS 
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
	-webkit-box-sizing: border-box;;
	-moz-box-sizing: border-box;;
	box-sizing: border-box;;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
/* Reset CSS 
 * --------------------------------------- */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {

}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html { 
  background-color: #ffffff;
	/*line-height: 1.15;*/
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
	color: #191f24;
  font-weight: normal;
  font-family: 'CeraProRegular', monospace;
  height: 100%;
  color: #22292f;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width : 768px) { 
  body,
  button,
  input,
  select,
  textarea {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width : 992px) { 
  body,
  button,
  input,
  select,
  textarea {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media only screen and (min-width : 1224px) { 
  body,
  button,
  input,
  select,
  textarea {
    font-size: 1.9rem;
    line-height: 2.1;
  }
}
@media only screen  and (min-width : 1824px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 2rem;
    line-height: 2.2;
  }
}





h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	text-transform: uppercase;
	font-size: 11vw;
	line-height: 10vw;
  letter-spacing: 0vw;
  font-family: 'CeraProRegular', monospace;
}
@media only screen and (min-width : 576px) {
	h1 {
		font-size: 8vw;
		line-height: 7vw;
		letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h1 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0;
	}
}




h2 {
	font-size: 4rem;
	letter-spacing: 0vw;
}
@media only screen and (min-width : 576px) {
	h2 {
	font-size: 4.4rem;
	line-height: 4.9rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h2 {
	font-size: 4.8rem;
	line-height: 5.3rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h2 {
	font-size: 5.3rem;
	line-height: 5.8rem;
	letter-spacing: 0vw;
	}
}




h3 {
	font-size: 2.5rem;
	letter-spacing: 0vw;
}
@media only screen and (min-width : 576px) {
	h3 {
	font-size: 2.9rem;
	line-height: 3.4rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h3 {
	font-size: 3.3rem;
	line-height: 3.8rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h3 {
	font-size: 3.7rem;
	line-height: 4.2rem;
	letter-spacing: 0vw;
	}
}



h4 {
	font-size: 2rem;
}
@media only screen and (min-width : 576px) {
	h4 {
	font-size: 2.4rem;
	line-height: 2.9rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h4 {
	font-size: 2.8rem;
	line-height: 3.3rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h4 {
	font-size: 3.2rem;
	line-height: 3.7rem;
	letter-spacing: 0vw;
	}
}




h5 {
	font-size: 1.8rem;
}
@media only screen and (min-width : 576px) {
	h5 {
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h5 {
	font-size: 2.4rem;
	line-height: 2.9rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h5 {
	font-size: 2.8rem;
	line-height: 3.3rem;
	letter-spacing: 0vw;
	}
}





h6 {
	font-size: 1.2rem;
}

p, li {
	margin: 0rem;
  padding: 0;
  line-height: 1.9;
  color: #22292f;
}
p strong {
  color: #22292f;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #22292f;
	font-style: italic;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {

}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {

}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
	color: #00aeef;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #00aeef;
	outline: 0;
}

/* Hover effects */
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}



/*--------------------------------------------------------------
11.0 Buttons
--------------------------------------------------------------*/
/* General button style (reset) */
.btn {
  border: none;
  width: 17rem;
  height: 5rem;
	font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.5rem;
	color: inherit;
	background: none;
	cursor: pointer;
  padding: 1.5rem 1rem;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:after {
	content: '';
  position: absolute;
  border: none;
  width: 17rem;
  height: 5rem;
	font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.5rem;
	color: inherit;
	background: none;
	cursor: pointer;
  padding: 0rem;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  background: #ffffff;
	z-index: 3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (min-width : 992px) {
  .btn {
    width: 19vw;
    height: 5vw;
    font-size: 1vw;
    line-height: 1vw;
    padding: 1vw 2vw;
    bottom: 1.25vw;
    left: 1.25vw;
  }
  .btn:after {
    width: 19vw;
    height: 5vw;
    font-size: 1vw;
    line-height: 1vw;
    bottom: 1.25vw;
    left: 1.25vw;
    position: absolute;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* Button 1 */
.btn-1 {
	border: 3px solid #00aeef;
  color: #00aeef;
  z-index: 2;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
  left: 0;
  
  background: #00aeef;
  z-index: -1;
}

.btn-1c:hover,
.btn-1c:active {
	color: #ffffff;
}
/*
.showLoader.btn,
.showLoader.btn-1c:hover 
.showLoader.btn-1c:active {
  color: #00aeef;
  background: #00aeef;
}
*/
.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/*
.showLoader.btn-1c:hover:after,
.showLoader.btn-1c:after {
  width: 100%;
  background: #00aeef;
}
*/
/*--------------------------------------------------------------
12.0 Images
--------------------------------------------------------------*/
.img-responsive {
  width: 100%;
  height: auto;
}
.img-responsive-height {
  width: auto;
  height: 100%;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
.starttransit a, .intransit a {
  pointer-events: none!important;
  cursor: default!important;
}

/* Common features of sections
* --------------------------------------- */


/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
#sectionMenu {
  opacity: 0;
}
.landscape #sectionMenu {
  z-index:102;
}
.via-barba #sectionMenu {
  opacity: 1;
}
.content {
  opacity: 0;
}
.via-barba .content {
  opacity: 1;
}
.content .home__hero {
  text-transform: uppercase;
  /*color: #00aeef;*/
  font-size: 4vw;
  line-height: 4vw;
  margin: 4rem 0 1rem;
  font-weight: lighter;
  width: 65%;
}
.content .home__title {
  text-transform: uppercase;
  /*color: #00aeef;*/
  margin: 4rem 0 1rem;
  font-weight: bold;
}


/*
.hightlighted {
  position: relative;
}
.hightlighted::after {
  content: "";
  position: absolute;
  height: 15px;
  top: 50%;
  left: -5px;
  right: 0;
  background-color: #00aeef;
  opacity: .15;
  z-index: 2;
  width: 100%;
  padding: 0 10px;
}
*/

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.7 Error
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.8 Transition
--------------------------------------------------------------*/
.overflowHidden {
  overflow: hidden!important;
}
.intransit .content .animatable {
  opacity:0;
}

.loader-wrap {
  position: fixed;
  z-index: 1000;
  display:none;
}
.loader-wrap-show {
  display: flex;
  align-items: center;
  justify-content: center;
}



.loader-wrap{
  width: 100%;
  height: 100%;
  top: 0;
  bottom:0;
  right: 0;
  left: 0;
}
/*
.landscape .loader-wrap{
  width: 85%;
  height: 100%;
  top: 0;
  bottom:0;
  right: 0;
  left: auto;
}
.landscape .homePage .loader-wrap{
  width: 85%;
  height: 100%;
  top: 0;
  bottom:0;
  left: 0;
  right: auto;
}
.portrait .loader-wrap{
  width: 100%;
  height: 90vh;
  top:10%;
  bottom:0;
  right:0;
  left:0;
}
.portrait .homePage .loader-wrap{
  width: 100%;
  height: 90vh;
  top:0;
  bottom:0;
  right:0;
  left:0;
}
*/
.cssload-loader {
  z-index: 4;
	display: none;
  margin: auto;
	width: 22px;
	height: 22px;
  position: absolute;
	border: 2px solid rgb(247,246,232);
	animation: cssload-loader 2.9s infinite ease;
		-o-animation: cssload-loader 2.9s infinite ease;
		-ms-animation: cssload-loader 2.9s infinite ease;
		-webkit-animation: cssload-loader 2.9s infinite ease;
		-moz-animation: cssload-loader 2.9s infinite ease;
}

.cssload-loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: rgb(247,246,232);
	animation: cssload-loader-inner 2.9s infinite ease-in;
		-o-animation: cssload-loader-inner 2.9s infinite ease-in;
		-ms-animation: cssload-loader-inner 2.9s infinite ease-in;
		-webkit-animation: cssload-loader-inner 2.9s infinite ease-in;
		-moz-animation: cssload-loader-inner 2.9s infinite ease-in;
}




.cssload-loader-blue {
	display: block;
	margin:0 auto;
	width: 22px;
	height: 22px;
	position: relative;
	border: 2px solid rgb(0,174,239);
	animation: cssload-loader 2.9s infinite ease;
		-o-animation: cssload-loader 2.9s infinite ease;
		-ms-animation: cssload-loader 2.9s infinite ease;
		-webkit-animation: cssload-loader 2.9s infinite ease;
		-moz-animation: cssload-loader 2.9s infinite ease;
}

.cssload-loader-inner-blue {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: rgb(0,174,239);
	animation: cssload-loader-inner 2.9s infinite ease-in;
		-o-animation: cssload-loader-inner 2.9s infinite ease-in;
		-ms-animation: cssload-loader-inner 2.9s infinite ease-in;
		-webkit-animation: cssload-loader-inner 2.9s infinite ease-in;
		-moz-animation: cssload-loader-inner 2.9s infinite ease-in;
}




@keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@-o-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@-ms-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@-webkit-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@-moz-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}






/*--------------------------------------------------------------
13.9 LazyLoad
--------------------------------------------------------------*/
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}