@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&subset=latin-ext');

*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    line-height: 25px;
    color:#000;
	margin:0;
	padding:0;
}

a{
	text-decoration: none;
	cursor:pointer;
    color:#ff050e;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

input, textarea, select {
    height: 40px;
    width:100%;
    padding: 3px 10px 3px 10px;
    border:1px solid #cccccc;   
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    color: #000;
}

input[type="submit"]{
    cursor:pointer;
    display: inline-block;
    padding:18px 40px;
    background:#ff050e;
    color:#fff;
    text-transform: uppercase;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border:0;
    height:auto;
    width:auto;
    float:right;
}

input[type="submit"]:hover{
    background:#000;
}

textarea {
    max-height: 120px;
    min-height: 120px;
    width: 100%;
}

.container{
    width:1200px;
    margin:0 auto;
}

#header {
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
    background:#fff;
    height:105px;
}

#header #logo{
    float:left;
    margin-top:18px;
}

#header #logo a{
    display:block;
}

#header #menu {
    float:right;
    margin-top:32px;
}

#header #main-menu {
    float:left;
    list-style:none;
    overflow: hidden;
}

#header #main-menu li{
    float:left;
    margin-right:10px;
}

#header #main-menu li a{
    font-size:15px;
    font-weight: 500;
    text-transform: uppercase;
    display:block;
    color:#000;
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#header #main-menu li a:hover, #header #main-menu li a.menuactive{
    color:#ff050e;
}

#header #main-menu li .fb{
    margin-top:-5px;
}

#slider .bx-clone{
    display:none !important;
}

#slider ul li{
    text-align: left;
}

#slider ul li .desc {
    position: absolute;
    top: 320px;
    margin-left: -600px;
    left: 50%;
    width:850px;
    display: none;
    z-index:2;
    background:rgba(255,255,255,0.8);
    padding:40px;
}

#slider ul li .desc h1{
    font-size:30px;
    font-weight: 900;
    line-height: 38px;
    text-transform: uppercase;
}

#slider ul li .desc h1 span{
    font-weight: 300;
}

#slider ul li .desc p{
    font-size:16px;
    font-weight: normal;
    color:#000;
    padding-top:0;
    margin-top:0;
    margin-bottom:40px;
}

h2{
    font-size:30px;
    line-height: 38px;
    font-weight: bold;
    color:#000;
    text-transform: uppercase;
}

h2 span{
    font-weight: 300;
}

h2.withborder{
    position: relative;
    padding:0 70px 15px 70px;
    display: table;
    margin:0 auto;
    margin-bottom:40px;
}

h2.withborder:after{
    content: "";
    width: 150px;
    height: 4px;
    background: #ff050e;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
}

h3.withbg{
    padding-bottom:15px;
    border-bottom:2px solid #f3f3f3;
    margin-top:40px;
    position: relative;
}

h3.withbg:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #ff050e;
    position: absolute;
    left: 0;
    bottom: -2px;
}

#offer-section{
    margin-top:110px;
    text-align: center;
    padding-bottom:120px;
    background:#f3f3f3;
}

#offer-section h2{
    text-align: center;
}

#offer-text{
    background: #fff;
    padding-bottom:60px;
}

#offer-list{
    overflow: hidden;
    margin-top:-30px;
}

#offer-list .item{
    float:left;
    width:33%;
    margin:0 1px;
    margin-bottom:10px;
    overflow: hidden;
    text-align: left;
}

#offer-list .item a{
    display: block;
}

#offer-list .item .title{
    background:#fff;
    padding:25px;
    color:#000;
    font-size:16px;
    font-weight: 500;
    margin:0;
    margin-top:-7px;
    position:relative;
    z-index: 2;
    min-height: 100px;
}

#offer-list .item img{
    transition: all .4s ease-in-out;
    position:relative;
    z-index: 1;
}

#offer-list .item:hover > a img{
    transform: scale(1.1);
}

.gallery{
    overflow: hidden;
}

.gallery .img:first-child{
    display:none;
}

#fastcontact-section{
    background:url('../img/fastcontact-bg.png') no-repeat center;
    height:191px;
    color:#fff;
    font-size:20px;
    margin-top:-50px;
    padding-top:40px;
    overflow: hidden;
}

#fastcontact-section h2{
    color:#fff;
    text-transform: none;
    margin-bottom:0;
}

#fastcontact-section p{
    margin-top:0;
    font-weight: 300;
}

#fastcontact-section .button{
    float:right;
    position: relative;
    top: -80px;
    right: 120px;
}

.button.red{
    display: inline-block;
    padding:18px 40px;
    background:#ff050e;
    color:#fff;
    text-transform: uppercase;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button.red:hover{
    background:#000;
}

.button.white{
    display: inline-block;
    padding:18px 40px;
    background:none;
    bordeR:2px solid #fff;
    color:#fff;
    text-transform: uppercase;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button.white:hover{
    color:#000;
    background:#fff;
}

#footer{
    color:#000;
    font-size:15px;
    font-weight: 300;
    padding:35px 0;
    overflow: hidden;
    text-align: center;
    line-height:25px;
    text-transform: uppercase;
}

#footer .left{
    float:left;
}

#footer .right{
    float:right;
}

#footer a{
    font-weight: bold;
    color:#000;
}

#page-title{
    margin-top:30px;
    width:100%;
    height:221px;
    color:#fff;
    background:url('../img/pagetitle-bg.jpg') no-repeat center;
}

#page-title h1{
    font-size:30px;
    line-height: 38px;
    font-weight: bold;
    color:#000;
    text-transform: uppercase;
    border-bottom:4px solid #ff050e;
    padding-bottom:10px;
    display: inline-block;
    clear: both;
}

#page-title .desc{
    position:relative;
    top:104px;
}

#content-wrapper{
    margin-top:60px;
    line-height: 25px;
    padding-bottom:80px;
}

.fullpage #content-wrapper{
    margin-top:105px;
    padding-bottom:0;
}

#content-wrapper ul{
    list-style: circle;
    padding-left:30px;
}

#contact-page{
    overflow: hidden;
    margin-bottom:40px;
}

#contact-page .col-1{
    float:left;
    width:40%;
}

#contact-page .col-2{
    float:right;
    width:55%;
}

#contact-page h2{
    margin-top:0;
}

#contact-page a{
    color:#000;
}

#menu-rwd{
    float: right;
    background: url(../img/rwd.png) no-repeat center;
    cursor: pointer;
    width: 35px;
    height: 30px;
    margin-top:33px;
    display: none;
}

.visible-menu{
    display:block !important;
}

#communicats{
    padding: 10px;
    padding-left:20px;
    margin-bottom:15px;
}

#communicats.success{
    color:green;
    border:1px solid green;
}

#communicats.error{
    color:red;
    border:1px solid red;
}

#google-map{
    height: 400px; 
    width:100%;
    overflow: hidden;
}

.col-1{
    float:left;
    width:50%;
    padding:0 20px 0 0;
}

.row{
    overflow: hidden;
}

.section.active{
    border:2px solid #ff050e;
    padding:0 20px 20px 20px;
}

.gallery .item.realization{
    float:left;
    width:29%;
    margin:0 2%;
    margin-bottom:30px;
    overflow: hidden;
    text-align: left;
}

.gallery .item.realization .image{
    min-height:120px;
    position:relative;
}

.gallery .item.realization .image img{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

.gallery .item.realization a{
    display: block;
}

.gallery .item.realization .title{
    background:#fff;
    color:#000;
    font-size:16px;
    font-weight: 500;
    position:relative;
    z-index: 2;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555;
}