/*
	Theme Name: Izharmonnoo
	Theme URI: https://emergentmedia.ae
	Description: Izhar Monnoo Developers theme created from HTML5BLANK
	Version: 1.0.0
	Author: Anas Kamran
	Author URI: https://emergentmedia.ae
	Developer: Anas Kamran
	Theme By: emergentmedia.ae
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    GLOBAL RESETSpro
\*------------------------------------*/

@font-face {
    font-family: praxis;
    src: url(fonts/praxis-lt-light.ttf);
}

@font-face {
    font-family: gotham;
    src: url(fonts/gotham-light-regular.otf);
}

@font-face {
    font-family: gothammedium;
    src: url(fonts/gotham-medium-regular.ttf);
}

@font-face {
    font-family: gotham;
    src: url(fonts/gotham-light-regular.otf);
}

@font-face {
    font-family: khmer;
    src: url(fonts/KhmerMN.ttf);
}


@font-face {
    font-family: khmer-bold;
    src: url(fonts/KhmerMN-Bold.ttf);
}


:root {
--main: #4A4F60;
--main2: #2F2F37;
--main3: #9192A2;
--main4: #ECECF0;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

::-webkit-scrollbar{
width: 15px;
height: 15px;
background-color: none;
}
::-webkit-scrollbar-track-piece{
width: 15px;
height: 15px;
background-color: var(--main2);
}
::-webkit-scrollbar-thumb:vertical{
width: 15px;
background-color: var(--main);
}
::-webkit-scrollbar-thumb:horizontal{
height: 15px;
background-color: var(--main);
}
::-webkit-scrollbar-corner{
background-color: var(--main);
}
::-webkit-resizer{
background-color: var(--main);
}

::-moz-scrollbar-track-piece{

}

::-moz-scrollbar-thumb:horizontal{
height: 15px;
background-color: #333;
}
::-moz-scrollbar-corner{
background-color: #333;
}
::-moz-resizer{
background-color: #333;
}

/* clear */
.clear:before,
.clear:after {
content:' ';
display:table;
}

.clear:after {
clear:both;
}

.clear {
*zoom:1;
}

img {
max-width:100%;
vertical-align:bottom;
line-height: 0;
padding: 0;
margin: 0;
margin-bottom: 0;
display: inline-block;
}

img.full{
width: 100%;
}

iframe{
margin:0;
padding: 0;
margin-bottom: 0;
line-height: 0;
}

p{
padding: 0;
margin: 0;
}

a img{
display: inline-block;
padding: 0;
line-height: 0;
margin: 0;
}
a{
color: inherit;
text-decoration:none;
font-weight: inherit;
padding: 0;
margin: 0;
}
a:focus {
outline:0;
}
a:hover,
a:active {
outline:0;
color: auto;
}
.pum-container a:hover,
.pum-container .PopupLinksMain:hover{
	color: #333 !important;
}
div,img, a img, ul li a img, ul, li{
margin: 0;
padding: 0;
vertical-align: top;
margin-left: 0;
margin-bottom: 0;
}

div{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.border{
padding: 5px;
}

ul, li{
list-style: none;
}



/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* html */

html{
background-color: #000;
background-size: auto;

    background-repeat: no-repeat;
    background-position: center center;
}

html,body{
width: 100%;
min-height: 100vh;
overflow-x: hidden;
font-size:100%;
display: block;
margin: 0;
padding: 0;
line-height: 0;
border: 0;
outline: 0;
}

body{
font-family: 'Quicksand', sans-serif; 
font-size: 12px;
font-weight: 400;
letter-spacing: 0.4px;
line-height: 1.6;
}

.signup-wrapper{
position: fixed;
background: rgba(0,0,0,0.5);
width: 100%;
min-height: 100vh;
text-align: center;
z-index: 500;
padding-top: 50px;
display: none;
}

.signup-close{
width: 25px;
height: 25px;
background-color: #fff;
background-image: url(img/close.svg);
float: right;
cursor: pointer;
}

.signup-button{
cursor: pointer;
margin-top: 20px;
}

.signup > .signup-close{
position: relative;
}

.signup{
background: #fff;
color: var(--main2);
padding: 20px;
width: 90%;
max-width: 600px;
margin: 0 auto;
border-radius: 3px;
}

.contact input, .contact textarea, .signup input, .signup textarea{
border: 1px solid var(--main3);
background: none;
padding: 10px;
width: 100%;
font-weight: 400;
display: inline-block;
outline:0;
color: var(--main);
border-radius: 5px;
}

.contact .heading{
padding-bottom: 15px;
display: inline-block;
}

.contact select{
padding: 13px;
width: 100%;
background-image: none;
background-color: var(--main);
color: #fff;
border: 0;
Margin: 15px 0px;
}

.contact input:focus, .contact textarea:focus,  .signup input:focus, .signup textarea:focus{
outline:0;
border: 1px solid var(--main);
}

.contact select:focus {
outline:0;
border: 0;
}

.contact option{
padding: 5px 0;
line-height: 2px;
}

/* Customize the label (the container) */
.contact-form {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.contact-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #ccc;
border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.contact-form:hover input ~ .checkmark {
  background-color: var(--main4);
}

/* When the checkbox is checked, add a blue background */
.contact-form input:checked ~ .checkmark {
  background-color: var(--main);
;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contact-form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contact-form .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button{
padding: 15px 20px;
transition: all 0.1s ease;
margin-bottom: 20px;
display: inline-block;
color: #fff;
background: var(--main);
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
border-radius: 5px;
font-weight: 600;
text-align: center;
}

.button:hover{
background: var(--main3);
}

.button-white{
padding: 15px 20px;
transition: all 0.1s ease;
display: inline-block;
margin-bottom: 20px;
color: var(--main);
background: var(--main4);
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
text-shadow: none;
border-radius: 5px;
font-weight: 600;
text-align: center;
}

.button-white-small{
padding: 10px 15px;
transition: all 0.1s ease;
display: inline-block;
margin-bottom: 20px;
color: var(--main);
background: var(--main4);
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
text-shadow: none;
border-radius: 5px;
font-weight: 600;
text-align: center;
}

.button-white:hover, .button-white-small:hover{
    background: #fff;
}

.button-grey, .contact button, .signup button{
padding: 15px 20px;
transition: all 0.1s ease;
display: inline-block;
margin-bottom: 20px;
color: var(--main);
background: var(--main4);
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
text-shadow: none;
border-radius: 5px;
outline: 0;
border: 0;
font-weight: 600;
text-align: center;
}


.button-grey:hover, .contact button:hover, .signup button:hover{
    background: var(--main3);
    color: #fff;
}


.home-button-wrapper{
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
display: inline-block;
margin: 20px auto;
}

.margin{
padding: 15px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/



.separator{
position: absolute;
height: 200px;
bottom: 0;
left: 0;
right: 0;
z-index: 10;
width: 100%;
display: inline-block;
background-image: url(img/separator-white.svg);
background-position: bottom center;
background-repeat: no-repeat;
}

.separator img{
width: 100%;
}

.separator-grey{
position: absolute;
height: 200px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
display: inline-block;
background-image: url(img/separator-grey.svg);
background-position: bottom center;
background-repeat: no-repeat;
}


.separator-blue{
position: absolute;
height: 200px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
display: inline-block;
background-image: url(img/separator-blue.svg);
background-position: bottom center;
background-repeat: no-repeat;
}


/* header */
.header {
width: 100%;
height: 150px;
display: inline-block;
position: fixed;
top: 0;
left: 0;
z-index: 20;
padding: 15px 55px;
background-image: url(img/fade.png);
background-repeat: repeat-x;
background-position: top center;
color: #fff;
font-size: 12px;
text-shadow: 0px 0px 5px #000;
}

.header-scroll{
background: rgba(0,0,0,0.9);
height: 125px;
}

.info{
display: inline-block; float: right; text-align: right; color: #fff; margin-top: 60px; font-weight: 500;
}

.header > .nav{
position: relative;
}

.header-fix{
display: inline-block;
height: 130px;
}

/* logo */
.logo {
width: 80px;
display: inline-block;
top: 0;
float: left;
margin-right: 35px;
}

.tagline{
text-align: center;
width: 50%;
float: right;
font-size: 30px;
margin-top: 50px;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 7px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 7px);
    transform: rotate(-45deg) translate(-6.5px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6.5px, -6px);
}

.open{
display: none;
cursor: pointer;
float: right;
width: 20px;
margin: 20px;
}

.icons{
float: left;
display: inline-block;
text-shadow: 0px 0px 5px #000;
}

.icons img{
width: 25px;
margin-right: 10px;
float: left;
vertical-align: middle;
}

img.icon{
vertical-align: middle;
width: 25px;
cursor: pointer;
margin-right: 15px;
}

a.kivy{
margin: 30px 0px;
display: inline-block;
text-align: right;
width: 100%;
}

a.kivy img {
    width: 40px;
    vertical-align: middle;
}

.footer-contact{

}

.mobile{
display: none;
}

.mobile-only{
display: none;
}

.desktop{
display: inline-block;
}

.header-scroll .nav ul li a{
color: #fff;
}

.header-scroll .nav ul li a:hover{

}

.header-scroll .nav ul li ul a{
color: #fff;
border-bottom: none;
}

.header-scroll .nav ul li ul a:hover{
color: #fff;
border-bottom: none;
}

.header-scroll .nav ul li ul{
background: var(--main);
overflow: hidden;
}

.header-scroll .nav ul li ul li a:hover{
background: var(--main3);
}

/* nav */

.nav{
text-transform: uppercase;
font-size: 12px;
text-align: center;
float: left;
font-family: 'Quicksand', sans-serif;
margin-top: 25px;
transition: all 0.1s linear;
}

.nav ul{
text-align: center;
margin: 0 auto;
margin-top: 0px;
display: inline-block;
}
.nav ul li{
display: inline-block;
margin-left: 0;
margin: 0;
padding: 0;
float: left;
position: relative;
cursor: pointer;
}
.nav ul li a{
color: #fff;
display: block;
padding: 12px 20px;
transition: all 0.1s linear;
width: 100%;
text-shadow: 0px 0px 5px #000;
}

.nav ul li a:hover{
color: #FFF;
}

.nav ul li:hover > ul{
display: inline-block;

}

.nav ul li ul{
display: none;
width: 300%;
position: absolute;
top: 100%;
left: 0;
background: var(--main4);
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
transition: all 0.1s linear;
overflow: hidden;
}

.nav ul li ul li{
width: 100%;
float: none;
}

.nav ul li ul li a{
padding: 10px 15px;
text-align: left;
width: 100%;
color: var(--main);
text-shadow: none;
}

.nav ul li ul li a:hover{
background-color: #fff;
color: var(--main);
}

/* sidebar */
.sidebar {

}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
width:100%;
min-height: 100vh;
position:relative;
Overflow: hidden;
text-align: center;
display: block;
}


.blackout{
Height: 100vh;
Width: 100%;
Display: inline-block;
User-select: none;
Z-index: 10;
Position: fixed;
Top: 0;
Left: 100%;
opacity: 0;
}

.rev_slider_wrapper {
 
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    opacity: .85;
    
}

.fullscreen{
min-height: 100vh;
width: 100%;
display: block;
overflow: hidden;
background-size: cover;
background-attachment: fixed;
background-position: center center; 
position: relative;
}

.halfscreen{
min-height: 50vh;
width: 100%;
display: block;
overflow: hidden;
position: relative;
background-size: cover;
background-position: center center; 
}

.side-menu{
position: absolute;
z-index: 99;
top: 0;
right: 0;
height: 100vh;
width: 16%;
padding-top: 100px;
background: #000;
display: inline-block;
text-align: left;
}

.side-menu a{
color: #fff;
font-weight: 600;
display: inline-block;
width: 100%;
padding: 20px 40px;
transition: all 0.3s linear;
}

.side-menu a:hover{
background: #222;
}

.fixed{
position: fixed;
z-index: 1;
}

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

.none, .hide{
display: none;
}

.absolute{
position: absolute;
top: 0;
left: 0;
}

.blur{
-webkit-filter: blur(10px);
-moz-filter: blur(5px);
-o-filter: blur(10px);
-ms-filter: blur(5px);
}

.padding{
padding: 80px;
}

.frame{
border-radius: 15px;
border: 1px solid var(--main3);
display: inline-block;
padding: 50px;
width: 100%;
}

.line{
background: var(--main3);
height: 1px;
display: inline-block;
margin: 50px 10%;
width: 80%;
clear: both;
}

.footer .line{
background: var(--main4);
height: 1px;
margin: 20px 0;
width: 100%;
clear: both;
display: none;
}

ul.list li{
list-style: circle;
margin-left: 25px;
}

.white{
background: rgba(255,255,255,1);
color: #252525;
}

.grey{
background: #eeeeee;
color: #000;
}

.aerial-view{
height: 100vh;
width: 100%;
display: inline-block;
margin: 0;
padding: 0;
overflow: hidden;
}

.blue{
background: var(--main3);
color: #fff;
}

.darkblue{
background: var(--main);
color: #fff;
}

.darkgrey{
background: #222;
color: #fff;
}

.black{
background: rgba(0,0,0,1);
color: #fff;
}

.main{
background: var(--main);
color: #fff;
}

.main2{
background: var(--main2);
color: #fff;
}

.main3{
background: var(--main3);
color: #fff;
}

.main4{
background: var(--main4);
}

.red{
background: rgba(204, 36, 65, 1);
color: #fff;
}

.dim{
background: rgba(0, 0, 0, 0.2);
color: #fff;
}

.orange{
background: rgba(241, 134, 47, 1);
color: #fff;
}


/* footer */

footer{
margin: 0;
padding: 0;
}

.footer {
padding-top: 25px;
width: 100%;
display: inline-block;
text-align: center;
background: #000;
color: #fff;
font-weight: 400;
line-height: 2;
}

.footer .container{
padding: 35px 15px;
}


.footer-bottom{
background: var(--main2);
color: #fff;
}

.footer-mobile{
display: none;
}

.wrapper > .footer{
position: relative;
}

.copyright{
display: inline-block;
float: left;
text-align: left;
margin-top: 12px;
}

.social{
display: inline-block;
float: right;
text-align: right;
margin-top: 6px;
}

.space{
height: 70px;
display: inline-block;
width: 100%;
}

.break{
height: 30px;
display: inline-block;
width: 100%;
}

.container{
max-width: 1140px;
width: 90%; 
margin: 0 auto;
display: inline-block;
position: relative;
}

.container-small{
max-width: 1140px;
width: 90%; 
margin: 0 auto;
display: inline-block;
position: relative;
padding: 0px 15px;
}

.container-wide{
max-width: 1400px;
width: 90%; 
margin: 0 auto;
display: inline-block;
position: relative;
}

.flex{
width: 100%; 
margin: 0 auto;
display: inline-block;
position: relative;
}

.flex{
padding: 55px 15px;
}

.container, .container-wide{
padding: 35px 30px;
}

.center{
text-align: center;
}

.left{
float: left;
}

.right{
float: right;
}

.left-align{
text-align: left;
}

.right-align{
text-align: right;
}

.row{
display: inline-block;
width: 100%;
height: 100%;
position: relative;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}


.col-1-s, .col-2-s, .col-fifth-s, .col-3-s, .col-4-s, .col-5-s, .col-6-s, .col-7-s, .col-8-s, .col-9-s, .col-10-s, .col-11-s, .col-1, .col-2, .col-fifth, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11{
float: left;
}

.col-1-right, .col-2-right, .col-fifth-right, .col-3-right, .col-4-right, .col-5-right, .col-6-right, .col-7-right, .col-8-right, .col-9-right, .col-10-right, .col-11-right{
float: right;
}

.col-1-s, .col-2-s, .col-fifth-s, .col-3-s, .col-4-s, .col-5-s, .col-6-s, .col-7-s, .col-8-s, .col-9-s, .col-10-s, .col-11-s, .col-1, .col-2, .col-fifth, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-1-right, .col-2-right, .col-fifth-right, .col-3-right, .col-4-right, .col-5-right, .col-6-right, .col-7-right, .col-8-right, .col-9-right, .col-10-right, .col-11-right{
display: inline-block;
padding: 15px;
height: 100%;
} 

.col-1-s, .col-1, .col-1-right{width:8.3333%;}

.col-2-s, .col-2, .col-2-right{width:16.6666%;}

.col-fifth-s, .col-fifth, .col-fifth-right{width:20%;}

.col-event-1,.col-event-2{
    width:20%;
    display: inline-block;
    padding: 15px;
    height: 100%;
    float: left;
}

.col-3-s, .col-3, .col-3-right{width:25%;}

.col-4-s, .col-4, .col-4-right{width:33.33%;}

.col-5-s, .col-5, .col-5-right{width:41.6666%;}

.col-6-s, .col-6, .col-6-right{width:50%;}

.col-7-s, .col-7, .col-7-right{width:58.3333%;}

.col-8-s, .col-8, .col-8-right{width:66.66%;}

.col-9-s, .col-9, .col-9-right{width:75%;}

.col-10-s, .col-10, .col-10-right{width:83.3333%;}

.col-11-s, .col-11, .col-11-right{width:91.6666%;}
.right-padding{
padding-right: 10px;
}



.right-padding{
padding-right: 15px;
}

.left-padding{
padding-left: 15px;
}


/*------------------------------------*\
    ANIMATED CONTENT
\*------------------------------------*/
 
.slide-in {
  transform: translateY(50px);
  animation: slide-in 0.6s ease forwards;
}

.already-visible {
  transform: translateY(0);
  transform: translateX(0);
  animation: none;
}

@keyframes slide-in {
  to { transform: translateY(0); opacity: 1;}
}


.right-in {
  transform: translateX(50px);
  animation: right-in 0.6s ease forwards;
}

@keyframes right-in {
  to { transform: translateX(0); opacity: 1;}
}


.left-in {
  transform: translateX(-50px);
  animation: right-in 0.6s ease forwards;
}

@keyframes left-in {
  to { transform: translateX(0); opacity: 1;}
}


.animate, .animate-right, .animate-left{
opacity: 0;
}


.event{
position: relative;
background: #000;
width: 100%;
display: inline-block;
overflow: hidden;
height: 400px;
}

.event a{
transition: all 0.3s ease-out;
display: block;
height: 100%;
}

.event-2{
position: relative;
background: #1970B7;
height: 50vh;
width: 100%;
display: inline-block;
overflow: hidden;
}

.event-2 a{
transition: all 0.3s ease-out;
display: block;
overflow: hidden;
height: 100%;
}

.event-image{
transition: all 0.3s ease-out;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
display: inline-block;
transform: scale(1.05);
}

.event a:hover > .titles{
opacity: 0;
}

.event-2 a:hover > .titles{
opacity: 1;
}

.event-2 .titles{
opacity: 0;
}

.event-2 .event-image{
opacity: 1;
}

.event .event-image{
opacity: 0.6;
transform: scale(1.1);
}

.event-2 a:hover > .event-image{
opacity: 0.3;
transform: scale(1.1);
}



.event a:hover > .event-image{
opacity: 1;
transform: scale(1.1);
}

.event-2 .titles{
top: 0;
text-align: left;
}

.titles{
position: absolute;
left: 0;
top: 150px;
text-align: center;
user-select: none;
width: 100%;
height: 0px;
user-select: none;
z-index: 200;
padding: 30px;
color: #fff;
transition: all 0.1s linear;
}

.event h3{
font-size: 140%;
user-select: none;
text-transform: uppercase;
color: #fff;
font-weight: 400;
}

.event h4{
font-weight: bold;
color: #00aeef;
font-size: 110%;
margin-bottom: 0;
}


.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}



/*------------------------------------*\
TAB CONTENT
\*------------------------------------*/


/* Style the tab */
.tab {
    overflow: hidden;
display: inline-block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
margin: 10px;
border-radius: 5px;
letter-spacing: 1px;
text-transform: uppercase;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: var(--main);
color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: var(--main);
color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
height: 75vh;
background-size: cover;
background-position: center center;
width: 66.66%;
float: left;
}

.tabfeatures{
height: 75vh;
width: 33.33%;
float: left;
background: var(--main);
text-align: left;
color: #fff;
}

.tabcontent .content{
padding: 30px;
text-align: center;
color: #fff;
width: 100%;
background: url(img/fade.png) top repeat-x;
height: 250px;
}


.tablinks{
float: left;
}


/*------------------------------------*\
    PROJECTS
\*------------------------------------*/

.video{
height: 800px;
width: 100%;
}

.map{
    width: 100%;
}

/*------------------------------------*\
    PROJECT NAVIGATION MOBILE MENU
\*------------------------------------*/


.project-nav{
position: fixed;
bottom: 0;
left: 0;
z-index: 99999999;
display: none;
background: var(--main);
width: 100%;
text-align: center;
font-size: 75%;
}

.project-nav ul li{
width: 16.66666%;
display: inline-block;
float: left;
}

.project-nav ul li a{
width: 100%;
height: 100%;
display: inline-block;
padding: 10px 0px;
color: #fff;
cursor: pointer;
}

.project-nav ul li a:hover{
background: var(--main2);
}

.project-nav-terraces{
position: fixed;
bottom: 0;
left: 0;
z-index: 99999999;
display: none;
background: var(--main);
width: 100%;
text-align: center;
font-size: 75%;
}

.project-nav-terraces ul li{
width: 33.3333%;
display: inline-block;
float: left;
}

.project-nav-terraces ul li a{
width: 100%;
height: 100%;
display: inline-block;
padding: 10px 0px;
color: #fff;
cursor: pointer;
}

.project-nav-terraces ul li a:hover{
background: var(--main2);
}




/*------------------------------------*\
    PAGES
\*------------------------------------*/


#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
background-size: auto;
    background-image: url("img/load.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-home{
display: none;
top: 40vh;
position: absolute;
left: 0;
width: 100%;
color: #fff;
font-spacing: 1px;
box-shadow: 5px #000; 
z-index: 9;
font-weight: 100;
text-shadow: 0px 0px 5px #000;
font-family: 'Open Sans', sans-serif;
}

.hero{
display: none;
top: 45vh;
position: absolute;
left: 0;
width: 100%;
color: #fff;
font-spacing: 1px;
box-shadow: 5px #000; 
z-index: 9;
font-weight: 100;
}

.hero img{
width: 30%;
}

img.features{
max-width: 600px;
}

ul.features{
list-style-type: circle;
text-align: left;
font-size: 150%;
}

ul.features li{
list-style: bulleted;
margin-left: 20px;
margin-bottom: 20px;
}

.project{
z-index: 0;
display: inline-block;
width: 100%; 
padding-bottom: 50px;
height: 100%;
}

.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.scale {
background-position: center center;
background-size: cover;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
height: 100%;
width: 100%;
}

img.social-icon{
width: 25px;
margin: 10px;
float: left;
}

.project-logo{
position: absolute;
top: 30px;
right: 60px;
width: 250px;
z-index: 21;
}


table.price-plan{
border: 1px solid rgba(0,0,0,0);
text-align: center;
margin-bottom: 50px;
text-align: left;
width: 100%;
}

table.price-plan tr, table.price-plan td, table.price-plan th{
padding: 12px;
border: none;
border-bottom: 1px solid var(--main3);
}


#slb_viewer_wrap .slb_theme_slb_default .slb_details{
    
display: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


.categories{
padding: 10px 15px;
display: inline-block;
margin: 0 auto;
margin-top: 10px;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

h1,h2,h3,h4,h5{
color: inherit;
}


h1,h2,h3{
font-family: khmer, sans-serif;
text-transform: uppercase;
letter-spacing: 5px;
}

h4,h5{
font-family: khmer, sans-serif;
text-transform: uppercase;
}

h1{ font-size: 32px; padding: 0; font-weight: 200; color: letter-spacing: 4px;}
h2{ font-size: 28px; padding: 0; font-weight: 200; color: margin-top: 10px; margin-bottom: 20px; }
h3{ font-size: 20px; margin-bottom: 20px; padding: 0; font-weight: 200; }
h4{ font-size: 16px; margin: 0; padding: 0; font-weight: 400; margin: 10px 0px;}
h5{ font-size: 12px; margin: 0;padding: 0; font-weight: 300;}
h6{ font-size: 10px; margin-top: 0;padding: 0; font-weight: 200;}


.xlarge{
font-size: 300%;
}

.large{
font-size: 200%;
}

.medium{
font-size: 125%;
}

.small{
font-size: 75%;
}

.xsmall{
font-size: 50%;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

body{
Font-size: 8px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6-s, .col-7, .col-8, .col-9, .col-10, .col-11, .col-1-right, .col-2-right, .col-3-right, .col-4-right, .col-5-right, .col-6-right, .col-7-right, .col-8-right, .col-9-right, .col-10-right, .col-11-right{
padding: 10px 0px;
} 

.col-3{
width: 100%;
float: none;
}

.container, .container-wide, .flex, .padding{
padding: 15px;
width: 100%;
}

.footer .container{
padding: 30px;
}

.frame{
padding: 30px;
}


}

@media only screen and (max-width:480px) {
    
    body{
font-size: 10px;
}
    
    .button, .button-grey{
width: 100%;
    }


/* Style the tab content */
.tabcontent {
height: 300px;
width: 100%;
}

.tabfeatures {
height: auto;
width: 100%;
}

.signup-wrapper{
position: absolute;
}

.separator{
height: 60px;
}


a.kivy{
text-align: left;
}

.tab {
width: 100%;
padding: 20px;
margin-bottom: 0;
}

.tab button {
width: 100%;
margin: 0px 0px 10px 0px;
}

.rev_slider_wrapper {
   height: 66vh !important;   
   position: relative !important;
}


.frame{
padding: 40px;
}

.contact input, .contact textarea{
margin-bottom: 0px;
}

.contact select{
Margin-bottom: 30px;
}


.event{
height: 250px;
}

.fullscreen{
background-attachment: scroll;
min-height: 66vh;
}

.halfscreen{
background-attachment: scroll;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/


h1{
font-size: 18px;
}

h2{
font-size: 16px;
Margin: 15px 0px;
Line-height: 1.2;
}

h3{
font-size: 12px;
font-weight: 500;
}

h4{
font-size: 10px;
font-weight:200;
}

h5{
font-size: 8px;
}

h6{
font-size: 6px;
}

.footer{
font-size: 100%;
}

.footer .container{
padding: 30px;
}


.button{
margin: 10px 0;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header{
position: absolute;
padding: 15px 15px;
margin-bottom: 0;
background-color: rgba(0,0,0,0);
background-image: none;
background-repeat: repeat-x;
background-position: top center;
}

.header-fix{
height: 110px;
display: inline-block;
}

.tagline{
display: none;
}

.hero-home{
Top: 25vh;
}

.hero-home img{
Width: 150px;
}

.hero{
Top: 30vh;
}

.hero img{
width: 75%;
}

.open{
display: inline-block;
margin: 20px;
}

.logo {
width: 60px;
}

.nav-visible{
right: 0 !important;
}

.mobile{
display: inline-block;
}

.mobile-only{
display: inline-block;
}

.desktop{
display: none;
}

/*------------------------------------*\
    NAV-MOBILE
\*------------------------------------*/

.nav{
text-align: center;
margin: 0;
transition: all 0.3s ease-out;
text-transform: uppercase;
font-size: 12px;
width: 100%;
background: var(--main2);
position: absolute;
padding-top: 150px;
top: 0;
right: -100%;
height: 100vh;
z-index: 11;
}

.nav ul{
width: 100%;
overflow: hidden;
}
.nav ul li{
text-align: center;
display: inline-block;
width: 100%;
float: none;
}
.nav ul li a{
color: #fff;
display: inline-block;
padding: 15px;
transition: all 0.1s linear;
width: 100%;
}
.nav ul li a:hover{
color: #fff;
background: var(--main3);
}
.nav ul li ul{
position: relative;
width: 100%;
background: var(--main2);
margin-left: 0;
}
.nav ul li ul li{
text-align: center;
}
.nav ul li ul li a{
padding: 20px;
color: #fff;
}
.nav ul li ul li a:hover{
color: #fff;
background: var(--main);
}

.project-nav{
display: inline-block;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.margin{
padding: 0px;
}

.space{
height: 30px;
}

.break{
height: 15px;
}

.right-padding{
padding-right: 0px;
}

.left-padding{
padding-left: 0px;
}

.col-1-s, .col-2-s, .col-fifth-s, .col-3-s, .col-4-s, .col-5-s, .col-6-s, .col-7-s, .col-8-s, .col-9-s, .col-10-s, .col-11-s, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6-s, .col-7, .col-8, .col-9, .col-10, .col-11, .col-1-right, .col-2-right, .col-3-right, .col-4-right, .col-5-right, .col-6-right, .col-7-right, .col-8-right, .col-9-right, .col-10-right, .col-11-right, .col-fifth{
padding: 10px 0px;
} 

.container, .container-wide, .flex, .padding, .container-small{
padding: 20px;
width: 100%;
}

.col-fifth{
width: 100%;
float: none;
}

.col-event-1,.col-event-2{
    width: 100%;
    float: none;
    padding: 10px 0px;
}

.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-2-right, .col-3-right, .col-4-right, .col-5-right, .col-6-right, .col-7-right, .col-8-right, .col-9-right, .col-10-right,
 .col-11-right{
width:100%;
float: none;
}

.col-1{
width: 25%;
float: none;
}

.col-6 img a, .col-4 img a{
padding: 0;
margin: 0;
}

.copyright{
width: 100%;
float: none;
text-align: left;
}

table.price-plan{
font-size: 10px;
}

table.price-plan tr, table.price-plan td, table.price-plan th{
padding: 5px;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer{
Padding: 0px;
}

.footer-contact{
border-left: none;
padding-left: 0;
}

.footer-mobile{
height: 43px;
display: inline-block;
}

.footer-bottom .col-6{
width: 50%;
float: left;
}

.footer .line{
display: inline-block;
}
   

.social{
Float: left;
Text-align: left;
}

.line{
Margin: 20px 0;
width: 100%;
}

.icons img{
float: left;
}

/*------------------------------------*\
    ANIMATED CONTENT
\*------------------------------------*/

.module {
  width: 48%;
  min-height: 200px;
  background: #ccc;
  position: relative;
  float: left;
  padding: 20px;
  margin-right: 4%;
  margin-bottom: 4%;
  &:nth-child(even) {
    margin-right: 0;
  }
  box-shadow: 0 1px 3px rgba(black, 0.2);
}
 
.slide-in {
  transform: translateY(0);
  animation: slide-in 0.8s ease forwards;
}
.slide-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  transform: translateX(0);
  animation: none;
}

@keyframes slide-in {
  to { transform: translateY(0); opacity: 1;}
}

.right-in {
  transform: translateX(0);
  animation: right-in 0.8s ease forwards;
}
.right-in:nth-child(odd) {
  animation-duration: 0.6s;
}
@keyframes right-in {
  to { transform: translateX(0); opacity: 1;}
}

.left-in {
  transform: translateX(0);
  animation: right-in 0.8s ease forwards;
}
.left-in:nth-child(odd) {
  animation-duration: 0.6s;
}
@keyframes left-in {
  to { transform: translateX(0); opacity: 1;}
}

.animate, .animate-right, .animate-left{
opacity: 1;
}

.video{
height: 200px;
width: 100%;
}

.event{
height: 250px;
}

.titles{
top: 80px;
}


}

@media only screen and (min-width:481px) and (max-width:768px) {

/* Style the tab content */
.tabcontent{
height: 400px;
width: 100%;
}

.tabfeatures{
height: auto;
width: 100%;
overflow: hidden;
}

.signup-wrapper{
position: absolute;
}

.separator{
height: 100px;
}

.cushion{
padding: 35px;
}

.space{
height: 30px;
}

.padding{
padding: 35px;
}

.right-padding{
padding-right: 0px;
}

.left-padding{
padding-left: 0px;
}

body{
font-size: 10px;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

h2{
font-size: 20px;
}

h5{
font-size: 80px;
}

.tagline{
display: none;
}

.header{
position: absolute;
margin: 0;
padding: 15px 15px;
background-color: rgba(0,0,0,0);
background-image: url(img/fade.png);
background-repeat: repeat-x;
background-position: top center;
}

.hero img{
width: 50%;
}

.logo {
width: 60px;
}

.mobile{
display: inline-block;
}

.desktop{
display: none;
}

/*------------------------------------*\
    NAV-TABLET
\*------------------------------------*/

.open{
display: inline-block;
margin: 20px;
}

.nav-visible{
right: 0 !important;
}

.nav {
text-align: center;
margin: 0;
transition: all 0.5s ease-out;
text-transform: uppercase;
font-size: 12px;
width: 300px;
background: var(--main2);
position: absolute;
padding-top: 150px;
top: 0;
right: -100%;
height: 100vh;
z-index: 10;
}

.nav ul{
width: 100%;
overflow: hidden;
}
.nav ul li{
text-align: center;
display: inline-block;
width: 100%;
float: none;
}
.nav ul li a{
color: #fff;
display: inline-block;
padding: 15px;
transition: all 0.1s linear;
width: 100%;
}
.nav ul li a:hover{
color: #fff;
background: var(--main3);
}
.nav ul li ul{
position: relative;
width: 100%;
background: rgba(0,0,0,0.2);
margin-left: 0;
}
.nav ul li ul li a{
padding: 20px;
color: #fff;
}
.nav ul li ul li a:hover{
background: var(--main);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.event{
height: 250px;
}

.titles{
top: 80px;
}


.container, .container-wide, .flex, .padding{
width: 100%;
}

.col-event-1{
    width: 33.33%;
}

.col-event-2{
    width: 50%;
}

.col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-4-right, .col-5-right, .col-6-right, .col-7-right, .col-8-right, .col-9-right, .col-10-right, .col-11-right{
width: 100%;
float: none;
}

.col-3, .col-3-right{
width: 50%; 
}

.col-2, .col-2-right{
width: 33.33%;
}

.col-1, .col-1-right{
width: 25%;
}

.col-6 img a, .col-4 img a{
padding: 0;
margin: 0;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer{
padding: 20px;
}

.footer-contact{
border-left: none;
padding-left: 0;
}

.headerfix{
height: 50px;
display: inline-block;
}

}

@media only screen and (min-width:769px) and (max-width:1140px) {
    
body{
font-size: 11px;
}

.signup-wrapper{
position: absolute;
}

.space{
height: 60px;
}

.hero{
Top: 35vh;
}

.header{
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0);
background-image: url(img/fade.png);
background-repeat: repeat-x;
background-position: top center;
}

.hero img{
width: 55%;
}

.padding{
padding: 60px;
}

.open{
display: inline-block;
}

.nav-visible{
right: 0 !important;
}

.desktop{
display: none;
}

.mobile{
display: inline-block;
}

.tagline{
font-size: 20px;
}

/*------------------------------------*\
    NAV-TABLET
\*------------------------------------*/

.nav {
text-align: center;
margin: 0;
transition: all 0.5s ease-out;
text-transform: uppercase;
font-size: 12px;
width: 300px;
background: var(--main2);
position: absolute;
padding-top: 150px;
top: 0;
right: -100%;
height: 100vh;
z-index: 10;
}

.nav ul{
width: 100%;
overflow: hidden;
}
.nav ul li{
text-align: center;
display: inline-block;
width: 100%;
float: none;
}
.nav ul li a{
color: #fff;
display: inline-block;
padding: 15px;
transition: all 0.1s linear;
width: 100%;
}
.nav ul li a:hover{
color: #fff;
background: rgba(255,255,255,0.2);
}
.nav ul li ul{
position: relative;
width: 100%;
background: rgba(0,0,0,0.2);
margin-left: 0;
}
.nav ul li ul li a{
padding: 20px;
color: #fff;
}
.nav ul li ul li a:hover{
color: #fff;
background: var(--main);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.container, .container-wide, .flex, .padding{
width: 100%;
}

.event{
height: 300px;
}

.titles{
top: 100px;
}



.col-event-1{
    width: 33.33%;
}

.col-event-2{
    width: 50%;
}

}
@media only screen and (min-width:1140px) and (max-width:1600px) {


}


@media only screen and (min-width:1140px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	
	a.PopupLinksMain {
    text-decoration: underline !important;
	}

		
	}
	
}

