
@font-face {
	font-family: 'font';
	src: url("../font/Montserrat-Regular.otf") format("opentype");
}

@font-face {
	font-family: 'font';
	font-weight: bold;
	src: url("../font/Montserrat-Bold.otf") format("opentype");
}

@font-face {
	font-family: 'font_light';
	src: url("../font/Montserrat-Light.otf") format("opentype");
}

@font-face {
	font-family: 'font_light_ext';
	src: url("../font/Montserrat-ExtraLight.otf") format("opentype");
}

.logo img{
	display: block;margin:0 auto;
}
.site-container{
	margin-top:50px;
	margin-bottom: -120px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}

.footer-ghost {
    height: 120px;
}

.hf{
	width: 40px;
	background: #121212;
	height: 3px;
	margin:20px auto;
}

nav ul{
	list-style: none;
	font-family: 'font',sans-serif;
}
nav ul li{
	float:left;
}
nav ul li a{
	color:black;
	letter-spacing: 1px;
	text-decoration: uppercase;
	font-size: 14px;
	margin:auto 15px;
}
nav ul li a.active{
	font-weight: bold;
}
nav ul li a:hover{
	color:black;
	text-decoration: none;
}
.site-content{
	margin:70px auto;
}

@media screen and (min-width: 1200px) {
  .bricklayer-column-sizer {
    /* divide by 3. */
    width: 33.3%;
  }
}

@media screen and (min-width: 768px) {
  .bricklayer-column-sizer {
    /* divide by 2. */
    width: 33.3%;
  }
}

@media screen and (max-width: 425px) {
  .bricklayer-column-sizer {
    /* divide by 2. */
    width: 50%;
  }
  /*.bricklayer-column img{
	 width: 250% !important;
     position: relative;
  }*/
  .submenu{
	      margin-left: -70px;
  }
}

.table{
    margin-bottom: 10px;
	padding:70px;
	background-image: url('../img/bg_wall.png');	
}

.palette-blue{
	background-color:#bad0df;
}

.palette-orange{
	background-color:#ddc4ba;
}

.palette-yellow{
	background-color:#d8d8d6;
}

.palette-pink{
	background-color:#dcb0bd;
}

.palette-green{
	background-color: #c2dab4;
}

.palette-purple{
	background-color: #ad93c9;
}

.palette-cray{
	background-color: #bee6e8;
}

.table img{
	display: block;
	margin:0 auto;
	width:62%;
	cursor: pointer;
}
.site-footer{
	background: black;
	height: 120px;
	color:white;
	margin-top:60px;
}

.site-footer .container{
	position: relative;
	top:45px;
}

.site-footer .container a{
	color:white !important;
}

span.muted{
	color:#676767;
}
.cntTitle{
	font-family: 'font_light_ext',sans-serif;
    font-size: 72px;
    padding-top:0;
}
.dx{
	margin-top:50px;
}
.dx p{
	font-family: 'font_light',sans-serif;
    font-weight: normal;
    text-align: justify;
}
html, body {
    height: 100%;
}
.contact{
	font-family: 'font_light',sans-serif;
	font-size: 30px;
}
.site-contact input{
	padding:8px;
	border:0px;
	border-bottom:1px solid #e5e7e8;
	width: 100%;
	font-family: 'font_light',sans-serif;
	display: block;
}

.site-contact textarea{
	padding:8px;
	border:0px;
	border-bottom:1px solid #e5e7e8;
	width: 100%;
	font-family: 'font_light',sans-serif;
	display: block;
}
.site-contact input:focus,.site-contact textarea:focus{
	outline: none;
}

.site-content button{
	background: #9c8156;
    border: 0;
    outline: 0;
    border-radius: 3px;
    padding: 15px;
    font-family: 'font',sans-serif;
    color: white;
    padding: initial 16px;
    margin: 40px auto;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}
.langSelector{
	text-align: right;
	font-family: 'font_light',sans-serif;
}

.langSelector a{
	color:black;
}
.langSelector a.active{
	font-family: 'font',sans-serif;
	font-weight: bold;
}
.dropdown_content{
	display: none;
}
.divfullhr{
	border-bottom:1px solid #e5e5e5;
}
.submenu a{
	color:#202020;
	font-size: 12px;
}
.submenu a.gray{
	color:#a0a0a0 !important;
}
.mm{
	text-align: center;
	font-family: 'font',sans-serif;
}
.mm a{
	color:black;
	letter-spacing: 1px;
	text-decoration: uppercase;
	font-size: 14px;
	margin:auto 15px;
}
.mm a:hover{
	text-decoration: none;
}