@charset "utf-8";

@font-face {
    font-family: 'almarena_monodisplay_bold';
    src: url('fonts/almarena_-_almarena_mono_display_bold-webfont.woff2') format('woff2'),
         url('fonts/almarena_-_almarena_mono_display_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'made_coachellathin';
    src: url('fonts/made_coachella_thin-webfont.woff2') format('woff2'),
         url('fonts/made_coachella_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;

}
html{
  overflow-x: hidden;
}

html, body {
  width: 100%;

  padding: 0px;
  margin: 0;


}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
color: #245C4E;
  font-family: 'robotoregular';
font-weight: 400;
font-size: 25px;
line-height: 30px;
/* overflow-x: hidden; */
}
b, strong{
	font-family: 'robotomedium';
  font-weight: normal;
}
/*=============== tags start ===================**/
section{
  width: 100%;
position: relative;

}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
/* border-color:transparent; */
}
button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
transition: color .4s ease-in-out;
-webkit-transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
position: relative;
text-decoration:none;
display: inline-block;
}

/* a::after
{
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	height: 1px;
	width: 0%;
	-webkit-transition: all ease 0.4s;
     transition: all ease 0.4s;
   }
   a:hover{
     color: #FF5740;
   }
   a:hover::after {
   width: 100%;
   background: #FF5740;
   } */

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1{font-weight: 600;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: 'robotoregular';}
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;

}

h1{
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 20px;
  color: #235C4E;
  font-family: 'robotoregular';
}

h2{
  font-size: 48px;
  line-height: 54px;
    padding-bottom: 20px;
}
h3{
  font-size: 36px;
  line-height: 42px;
    padding-bottom: 20px;
}
h4{
  font-size: 30px;
  line-height: 36px;
    padding-bottom: 20px;
}
h5{
  font-size: 24px;
  line-height: 32px;
    padding-bottom: 20px;
}
h6{
  font-size: 20px;
  line-height: 25px;
  	font-family: 'robotomedium';
    padding-bottom: 5px;
}

ul{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ol{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 0px 0px 0px 0px;
}

ol li{
padding: 0px 0px 0px 0px;
}

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

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #B4B5B5;
}

img { /*  display:block;*/
height: auto }


/* ==================================== breadcrumb menu & pagination css end here========================== */
.col_1_1_1 .col{width: 33.33%;}
.box
{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder
{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}


.fadeIn {
	opacity: 0;
	transition: opacity 1s ease-in-out .2s;
	-webkit-transition: opacity 1s ease-in-out .2s;
	-moz-transition: opacity 1s ease-in-out .2s;
	-o-transition: opacity 1s ease-in-out .2s;
}

.fadeIn.animateMe {
	opacity: 1
}

.fadeInUp {
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	opacity: 0;
	transition: opacity 1s ease-in-out .2s, transform 1s ease-in-out .2s;
	-webkit-transition: opacity 1s ease-in-out .2s, transform 1s ease-in-out .2s;
	-moz-transition: opacity 1s ease-in-out .2s, transform 1s ease-in-out .2s;
	-o-transition: opacity 1s ease-in-out .2s, transform 1s ease-in-out .2s;

}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}



.animation, .hoverpath, .closeBtn{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}

.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow,
.col_1_1, .col_1_1_1, .col_1_1_1_1, header .centerBlock, footer .centerBlock
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;
}

.flexWrap, .col_1_1, .col_1_1_1, .col_1_1_1_1, footer .centerBlock
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}


.flexStretch .col_1_1_1, .col_1_1_1_1{
   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}
.spacebetween, header .centerBlock, footer .centerBlock
{
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack:  space-between;
	justify-content: space-between;
}
/* , .ContentHolder */
.flexVerticalCenter
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
 .flexstart, footer .centerBlock
{
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.flexend, header .centerBlock
{
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.flexRowReverse
{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse
{
     -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flexcolReverse .col
{
  width: 100%;
}

.flexGrow
{
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.alignleft  {
float: left;
margin: 0 30px 30px 0;
}
.alignright  {
float: right;
margin: 0 0 30px 30px;
}
.aligncenter
{
	float: none;
	margin: 30px auto 30px auto;
}
a.cky-banner-element {
  padding: 8px 30px;
  background: #000;
  color: #fff !important;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none !important;
}
a.cky-banner-element:hover {
  background: #235C4E;
  color: #fff !important;
}

table {
    width: 100% !important;
    border: 0px;
    table-layout: fixed;
}

.cky-cookie-audit-table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

.cky-cookie-audit-table {
font-family: 'robotoregular';
    text-align: left;
    margin-bottom: 20px;
      margin-top: 20px;
    border: 1px solid #000;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.3;

}

.cky-cookie-audit-table tr th {
    color: #C5E195;
    padding: 10px;

    font-size: 22px;
   line-height: 32px;
   letter-spacing: 2px;
    text-align: left;
    background-color: #000;
    border: 1px solid #000;
    word-wrap: break-word;
}

.cky-cookie-audit-table tr td {
  border: 1px solid #000000;
word-wrap: break-word;
padding: 10px;
background: transparent !important;
font-size: 16px;
line-height: 1.3;
}
