/*********************************************************************************/
/* Initialisation                                                                */
/*********************************************************************************/
/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
        color:#3f3f3f;
	}

	ol, ul {

	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/*********************************************************************************/
/* Basic
/*********************************************************************************/

/* missing 'HelveticaNeueLTCom MdCn' */

body{
	font-family: 'Open Sans';
    min-width: 320px;
}


.clr{
	clear: both;
}

a{
	text-decoration: none;
}

strong{
	font-weight: bold;
}

/*********************************************************************************/
/* Header
/*********************************************************************************/

.header{
    position:relative;
}
.page{
	width: 1170px;
	margin: 0 auto;
}

a:hover{
	color: #ed1c24 !important;
}

.contact-bar{
	background-color: #2b2b2b;
	height: auto;
	font-size: 12px;
	font-weight: light;
	border-bottom: 4px solid #ed1c24;
}

.contact-bar .page{
	padding-top: 10px;
	color: white;
    height: 100%;
}

.contact-bar ul{
    display:block;
    text-align:center;
}

.contact-bar ul li{
	display: inline-block;
	margin-right: 50px;
    vertical-align: middle;
}

.contact-bar ul li:last-child{
	margin-right: 0px;
}

.contact-bar-fb:before{
	content:url('../images/facebook_icon.png');
	vertical-align: -6px;
	margin-right: 10px;
}
.contact-bar-phone:before{
	content:url('../images/contact-bar-phone.png');
	vertical-align: -10px;
	margin-right: 10px;
}

.contact-bar-mail:before{
	content:url('../images/contact-bar-mail.png');
	margin-right: 10px;
	vertical-align: -4px;
}

.contact-bar-address:before{
	content:url('../images/contact-bar-location.png');
	margin-right: 10px;
	vertical-align: -5px;
}
.contact-bar a{
    color:White;
}
.logo{
	display: inline-block;
	vertical-align: middle;
}

.nav-container{
    width:100%;
    position:absolute;
    z-index:1000;
}

.logo-nav-container{
	background-color: #f7f7f7;
	padding: 10px 40px 10px 40px;
	z-index: 100;
    margin: 0 auto;
}

nav{
	padding: 0;
    margin: 0;
	display: inline-block;
	width: 1025px;
    width: -webkit-calc(100% - 105px);
	width: -moz-calc(100% - 105px);
    width: calc(100% - 105px);
	text-align: center;
}

nav li {
	display: inline-block;
	font-size: 0px;
}

nav li a{
	display: block;
	text-transform: uppercase;
	padding: 0px 10px;
	text-align: center;
	font-size: 15px;
	color: #7f7f7f;
	font-weight: bold;
	line-height: 1.7em;
}

.active{
	border-bottom: 4px solid #ed1c24;
}

nav li+li { border-left: 1px solid #7f7f7f;}

.logo img{
    width: 100px;
    height: auto;
}

.banner{
	width: 100%;
}
.banner > div{
    width: 100%;
	height: auto;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner-stripes{
    height:100%;

}
.popupbg{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* grey with opacity */
    z-index: 999999;
}
.popup{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1170px;
    box-sizing:border-box;
    max-width: 95%; /* responsive on small screens */
    background: #fff;
    padding: 90px 150px 50px;
    font-size:14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    z-index: 1000;
    text-align:center;
    background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 50% 3%;
	background-size:6%;
	border-top: 1px solid #ed1c24;

	
}
.popup:before{
	content: " ";
	  position: absolute;
	  top:-31px;
	  left:0;
	  right:0;
	  border-top: 30px solid #222222;
}
.popup h1{
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:45px;
	font-weight:bold;
}
.popup .property{
	margin-bottom:0;
	
}
.popup .property li{
	
	display:inline-block;
	text-align:center;
	width:40%;
	padding:4%;
}
.popup .property h3{
	font-size:20px;
}
.popup .button{
	padding-top:10px;
	padding-bottom:10px;
	color:black;
	float:none;
}
.hide{
	display:none;
}
 .close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 22px;
    color: #333;
    cursor: pointer;
  }

/*********************************************************************************/
/* Content
/*********************************************************************************/

.container{
	width: 100%;
	height: auto;
	background-image: url('../images/bg.png');
	background-repeat: repeat;
	background-position: center;
}

.container-overlay{
	background-image: url('../images/container-overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 20px;
}

.company-history{
	font-size: 14px;
	padding: 80px 155px 0 90px;
	margin-bottom: 50px;
	line-height: 1.7em;
    box-sizing:border-box;
}

.section1-bg{
	background-image: url('../images/history-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 100%;
}

.row{
	width: 100%;
	display: table;
	position: relative;
}

.row-item{
	display: table-cell;
    vertical-align:top;
}

.w50{
	width: 50%;
}

.w33{
	width: 33%;
}

.row-text{
	vertical-align: top;
	color: black !important;
	position: relative;
}

.row-content{
	padding: 40px 80px 40px 40px;
    position:relative;
}

.orange{
	background-color: #eab40e;
}

.orange2{
	background-color: #dca010;
}

.half{
	height: 160px;
}

.row-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 320px;
	max-height: 365px;
}

.row strong{
	display: block;
	margin-bottom: 40px;
	font-size: 18px;
}

.row p{
	line-height: 1.5em;
}

.row-middle-triangle{
	background-image: url('../images/row-middle.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 10;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.content-aim{
	background-color: rgba(43, 43, 43, 0.8);
}

.content-aim .page{
	color: white;
}

.our-aims{
	margin-top: 15px;
	padding-right: 80px;
}

.h2-container{
	display: inline-block;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	padding-left: 35px;
}

h2{
	font-size: 48px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top:50px;
}

h2:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100px;
	border-bottom: 3px solid red;
}

.our-aims p{
	margin-bottom: 35px;
	line-height: 1.5em;
	padding-left: 35px;
}
.our-works{
    padding-bottom:40px;
}

.work-container{
	margin-left: 80px;
	margin-right: 80px;
	font-size: 0px;
	display: table;
    text-align: center;
}

.work-box{
	font-size: 14px;
	width: 26%;
	display:table-cell;
	padding-right: 25px;
	vertical-align: top;
	height: 500px;
	position: relative;
}

.work-box:last-child{
	padding-right: 0;
}

.work-box-img{
	height: 280px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.work-box-title{
	font-size: 16px;
    line-height:140%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 15px;
    line-height:120%;
    height:50px;
}

.work-box-details{
	padding-left: 15px;
	line-height: 1.7em;
	padding-right: 15px;
    height:92px;
    overflow:hidden;
}

.button{
	bottom: 10px;
	color: white;
	right: 25px;
	font-size: 13px;
	font-weight: bold;
    padding-right:50px;
    background-image: url('/images/more.png');
	background-repeat: no-repeat;
    background-position:right center;
   	background-size: contain;
    float:right;
    margin-top: 20px;
}
.buttonb{
	background-image: url('/images/moreb.png');
}
.buttonf{
	background-image: url('/images/moref.png');
}
.work-box .button{
    line-height:40px;
}
.row-content .button{
    line-height:40px;
    position:absolute;
    right:80px;
    bottom:40px;
}
/*.button:after{
	font-family: FontAwesome;
    content: "\f18e";
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
	font-size: 30px;
}
*/
.content-fame .h2-container{
	margin-top: 20px;
	margin-bottom: 50px;
}

.content-fame .row-image{
	height: 275px !important;
}

.content-fame{
	margin-bottom: 160px;
	padding-top: 50px;
}

.gray{
	background-color: #404040;
	color: white !important;
}

.fame-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.fame-description{
	line-height: 1.7em;
}

.content-fame .row-item{
	padding-right: 40px;
	position: relative;
}

.content-fame .right-triangle:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #404040;
	z-index: 10;
	position: absolute;
    left: 100%;
    content: '';
	bottom: 15px;
}

.content-fame .top-triangle:after{
	z-index: 10;
	position: absolute;
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #404040 transparent;
	top: -30px;
    right: 15px;
}

.content-fame .left-triangle:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 30px 0;
	border-color: transparent #404040 transparent transparent;
	z-index: 10;
	position: absolute;
    bottom: 15px;
    content: '';
	left: -30px;
}

.content-fame .button{
    line-height:40px;
}

.logoaward{
	background-image:url('/images/epkarf.svg');
	background-size: 25%;
}

.gallery-bar{
    display:block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
	position: relative;
	font-weight: light;
    display: none;
}

.gallery-href{
    display: block;
    margin-bottom: 80px;
}

.gallery-img{
    width: 100%;
}

.gallery-bar a{
    display:block;
}

.gallery-bar-bg-overlay{
	background-color: rgba(15, 15, 15, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
}

.gallery-bar .page{
	padding: 100px 0;
	position: relative;
}

.gallery-bar h3{
    color: white;
	font-size: 72px;
}

.gallery-bar h3:before{
    content: url('../images/gallery-bar-image.png');
    width: 70px;
	height: 75px;
	margin-right: 15px;
}

.gallery-subtitle{
	font-size: 16px;
	margin-left: 90px;
}

.price-calculation-box a{
	color: #747473;
	font-size: 130px;
    position: absolute;
    right: 35px;
    top: 30%;
}

.gallery-bar{
	margin-bottom: 70px;
}

.content-proud{
	font-size: 0;
	padding-bottom: 165px;
}

.proud-text{
	font-size: 12px;
	line-height: 1.7em;
	width: 350px;
	margin-right: 25px;
    margin-left: 35px;
	display:inline-block;
	text-transform: uppercase;
}
.proud-text ul{
    padding-left:20px;
}
.proud-image{
    display:inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: top;
    width:600px;
    height:270px;
 }

.map{
	display:inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: top;
	position: relative;
}

.country1{
	width: 500px;
	height: 310px;
}

.country2{
	width: 285px;
	height: 275px;
}

.place{
	position: absolute;
	background-image: url('../images/place.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 30px;
	height: 40px;
	z-index: 10;
}

.place:hover{
	background-image: url('../images/place-red.png');
}

.place:hover + .place-box{
	display: block;
}

.place-box{
	width: 235px;
	height: 90px;
	background-color: white;
	padding: 20px 15px;
	font-size: 10px;
	line-height: 1.3em;
	position: absolute;
	display:none;
    z-index:1000;
}

.place-box:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 20px 0 20px;
	border-color: white transparent transparent transparent;
	position: absolute;
	z-index: 5;
    top: 100%;
    content: '';
	left: 10px;
}

.place-box-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 65px;
	height: 90px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

.place-box-text{
	display: inline-block;
	width: 145px;
}

.place-box-title{
	font-weight: bold;
}

.price-calculation-box{
	position: absolute;
	top: -145px;
	max-width: 1050px;
	padding: 40px 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.price-calculation-box .h2-container{


}
.price-calculation-box .h2-container h2{
    line-height:110%;
}
.price-calculation-box-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 120px;
	height: 120px;
	display: inline-block;
	margin-right: 45px;
	vertical-align: top;
}

.price-calculation-box-content{
	display: inline-block;
	vertical-align: bottom;
    width: -webkit-calc(100% - 175px);
    width: -moz-calc(100% - 175px);
    width: calc(100% - 175px);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.price-calculation-box-content .h2-container{
	padding-left: 0px !important;
}

.price-calculation-box h2{
	text-transform: none !important;
	color: #3f3f3f !important;
	padding-top: 0px !important;
}

.price-calculation-box-content p{
	font-size: 22px;
	color: rgba(63, 63, 63, 0.5);
}

.price-calculation-box a{
	color: rgba(255, 255, 255, 0.3);
	font-size: 130px;
	top: 20%;
}

.awards{
	background-color: rgba(33, 33, 33, 0.85);
	color: white;
	line-height: 1.3em;
	font-size: 18px;
    padding:50px 0;
}

.awards-header-text{
    width: 100%;
}

.awards ul{
	padding-top: 50px;
	padding-bottom: 150px;
}

.awards-title{
	font-weight: bold;
	margin-bottom: 50px;
}

.awards li{
	margin-bottom: 65px;
}

.subbanner{
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 280px;

}
.subbanner .page{
    padding-top:130px;
}
.subbanner >div{
    width:100%;
    height:100%;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-title{
	padding-top: 35px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
}

.page-title:after{
	background-image: url('../images/page-title-border.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	content:'';
	display: block;
	width: 100%;
	height: 10px;
	margin-top: 20px;
}

.page-subtitle{
	color: #7f7f7f;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}

.breadcrumbs{
	background-color: white;
	border-top: 1px solid #d1d0c2;
	border-bottom: 1px solid #d1d0c2;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #7f7f7f;
}

.breadcrumbs-overlay{
	background-color: rgba(209, 208, 194, 0.2);
	height: 13px;
	width: 100%;
}

.actual-page{
	display: inline-block;
    font-size: 18px;
}

.actual-page-separator{
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
	font-size: 40px;
}

.subnav li a{
	font-weight: normal;
}

.subnav ul{
	width: 100%;

}

.subnav {
	background-color: rgba(209, 208, 194, 0.2);
    position:relative;
    top:0;
}
.subnav .page{
    background:none;
}
.subnav li+li{
	border-right: none;
    border-left: none;
}

.page-content{
	padding-top: 30px;
}

.slider-img{
	height: 480px !important;
}

.banner-overlay{
	background-color: rgba(0, 0, 0, 0.6);
    height:100%;
}

.light{
	color: white;
}

.entity-images{
	font-size:0;
	margin-bottom: 30px;
}

.img-main{
	background-color: red;
	width: 865px;
	height: 371px;
	margin-right: 15px;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.img-thumbs{
	display: inline-block;
}

.img-thumb{
    display:block;
	background-color: green;
	width: 290px;
	height: 178px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.entity-name{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

.entity-duration{
	border-top: 4px solid #d1d0c2;
	background-color: rgba(209, 208, 194, 0.2);
	padding: 10px 0 10px 20px;
	margin-bottom: 30px;
}

.entity-description{
	line-height: 1.3em;
	/*height: 320px;*/
	padding-bottom: 20px;
    font-size: 14px;;
}

footer{
	border-top: 4px solid #ed1c24;
	padding-top: 120px;
	line-height: 1.2em;
	position: relative;
	padding-bottom: 40px;
}

.footer-logo{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 55px;
	height: 45px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

.footer-text{
	display: inline-block;
	margin-bottom: 20px;
    font-size:12px;
    width:100%;
}
.madeby{
    text-align:center;
    font-size:12px;
}
.madeby a{
    color:#666
}

/*
.footer-title{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

footer p{
	font-size: 8px;
	text-transform: uppercase;
}

.footer-columns{
	display: table;
}

.footer-column{
	width: 26%;
	display:table-cell;
	padding-right: 25px;
	vertical-align: top;
}

.footer-column:last-child{
	padding-right: 0;
}
*/
.text{
    font-size:14px;
}
.text p{
    margin:10px 0;
    line-height: 2.5em;
}
.text h1{
    padding:30px 0;
    font-size:35px;
    font-weight:bold;
    text-transform:uppercase;
}
.text h3{
    font-size:18px;
    font-weight:bold;
    line-height:120%;
}

.text ul{
    padding-left:30px;
    list-style-type:circle;
    line-height:140%;
}
.text ul li{
    margin:5px 0;
}
.property{
	margin-bottom:200px;
}
.property img{
	height:60px;
	
}
.property h3{
	font-size:26px;
	font-weight:400;
	padding:0;
	margin:0;
}
.property p{
	line-height:100%;
}
.property li{
	list-style-type:none;
	margin:50px 0 !important;
}
.property a{
	color:inherit;
}

/*********************************************************************************/
/* Responsive style
/*********************************************************************************/

#menu-icon {
	display: none;
	width: 45px;
	height: 45px;
	background: #7f7f7f url(/images/menu-icon.png) no-repeat center;
    cursor: pointer;
}

#menu-icon:hover {
	background-color: #ed1c24;
}

.desktophide{
    display: none;
}

.mobilehide{
    display: table-cell;
}

.cycle-slideshow > div img{
        width: 100%;
    }

@media only screen and (max-width: 1190px) {
    .page{
        width: 90%;
    }

    nav li a{
        font-size: 15px;
    }

    .price-calculation-box-content h2{
        font-size: 40px;
    }

    .img-main{
        margin: 0 auto 15px;
        display: block;
        width: 100%;
    }

    .img-thumbs{
        display: block;
        width: 100%;
        text-align: center;
    }

    .img-thumb{
        display: inline-block;
        width: -webkit-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: calc(50% - 8px);
    }

    .img-thumb:first-child{
        margin-right: 16px;
    }

    .cycle-slide{
        background-image: none !important;
    }

}

@media only screen and (max-width: 950px) {
    #menu-icon {
		display: block;
        float: right;
        margin-top: 15px;
	}

    h2{
        font-size: 30px;
    }

    .nav-container{
        position: static;
        height: auto;
    }

    .nav-container .page{
        width: 100%;
    }

    nav ul{
		display: none;
		position: absolute;
		background: #fff;
		/*border: 2px solid #7f7f7f;*/
		min-width: 200px;
        z-index: 200;
        height: auto;
        right: 40px;
        top: 150px;
        text-align: center;
        left: 40px;
	}

    nav ul li{
        display: block;
        border-left: none;
        border-bottom: 1px solid #f6f6f6;
    }

    .company-history{
        padding: 20px 0px;
        margin-bottom: 0px;
    }

    .work-container{
        margin: 0;
    }

    .work-box{
        display: inline-block;
        min-width: 250px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .contact-bar ul li{
        margin-right: 10px;
    }

    .contact-bar ul{
        float: none;
        text-align: center;
    }

    .row-content{
        font-size: 13px;
        padding: 20px;
    }

    .content-fame .row-item{
        padding-right: 10px;
        min-height: 170px;
    }

    .fame-description{
        line-height: 1.3em;
    }

    .our-aims{
        padding-right: 0;
    }

    .our-aims p{
        padding-left: 0;
        font-size: 13px;
    }

    .row strong{
        margin-bottom: 20px;
    }

    .row-content{
        min-height: 170px;
        height: auto;
    }

    .content-fame{
        margin-bottom: 80px;
    }

    .gallery-bar .page{
        padding: 50px 0;
    }

    .gallery-bar h3{
        font-size: 45px;
    }

    .price-calculation-box{
        top: -100px;
    }

    .price-calculation-box-image{
        width: 80px;
        height: 80px;
        margin-right: 25px;
    }

    .price-calculation-box-content .h2-container{
        margin-bottom: 0;
        width: 100%;
    }

    .price-calculation-box h2{
        font-size: 25px;
    }

    .price-calculation-box-content{
        width: -webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: calc(100% - 115px);
    }

    table{
		display: block;
        width: 100% !important;
    }

    table tbody, table tr, table td{
        display: block;
        width: 100% !important;
    }

    table img{
        width: 100% !important;
        height: auto !important;
    }

    iframe{
        display: block;
        width: 100%;
    }

    .page-content{
        padding-top: 50px;
    }

    .img-main{
        width: 100%;
    }

    footer{
        padding-top: 80px;
    }

}
@media only screen and (max-width: 800px){
	.popup{
		background-size:13%;
	}
	.popup h1{
	font-size:25px;
	}
	.popup .property li{
		display:block;
		width:100%;
		box-sizing: border-box;
		
	}
}
@media only screen and (max-width: 665px){
	.popup{
		padding: 90px 20px 50px;
		background-size:16%;
	}
    nav ul{
        top: 154px;
        left: 20px;
        right: 20px;
	}

    .logo-nav-container{
        padding: 10px 20px;
    }

    .orange.row-content{
        width: -webkit-calc(100% - 40px) !important;
        width: -moz-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
    }

    .row .w50{
        width: 100%;
    }

    .row .w33{
        width: auto;
    }

    .row-item{
        display: block;
    }

    .row-middle-triangle{
        display: none;
    }

    .contact-bar .page{
        padding-top: 5px;
    }

    .content-fame .right-triangle::after, .content-fame .left-triangle::after, .content-fame .top-triangle::after{
        border-width: 0 30px 30px 30px;
        border-color: transparent transparent #404040 transparent;
        top: -30px;
        left: 15px;
        bottom: 0;
    }

    .desktophide{
        display: block;
    }

    .mobilehide{
        display: none;
    }

    .price-calculation-box{
        padding: 20px;
    }

    .price-calculation-box-image{
        margin-right: 10px;
    }

    .price-calculation-box h2{
        font-size: 20px;
    }

    .page-title{
        font-size: 28px;
    }

    .text h1{
        font-size: 20px;
    }


}

@media only screen and (max-width: 500px){
    .price-calculation-box-content {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }

    .price-calculation-box .h2-container h2{
        margin-left: 0 !important;
    }
}
