body,a,i,td{font-size:16px;font-family: 'Roboto', sans-serif;color:#585555;margin:0px}

h2{
	font-family: 'Roboto', sans-serif;
	color:#F1592A;
	font-size:40px;
	font-weight:100;
}
h3{
	font-family: 'Roboto', sans-serif;
	color:#484848;
	font-size:30px;
	font-weight:300;
}

.top-bar-info{
	background-color:#FAFAFA;
	height:40px;
}
.top-bar-info i{
	vertical-align:middle;
	line-height:40px;
	color:#7B7B7B;
	padding-left:24px;
	font-size: 18px
}
.top-bar-info span{
	font-weight:300;
	text-transform:uppercase;
	font-size:14px;
	color:#7B7B7B;
}
.top-bar-info span.urgency{
	font-weight:700;
	text-transform:uppercase;
	padding:10px 10px;
	font-size:11px;
}
.top-bar-nav{
	height:106px;
	background-color:#FFFFFF;
	z-index: 999;
	-webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    position:absolute;
    width:100%;

}
.top-bar-nav.bar-scroll{
	height:65px;
	background-color:#FFFFFF;
	width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
   
}
.top-bar-nav.bar-scroll .nav .dropdown.menu {
    margin-top: 8px;
    
}

.top-bar-nav.bar-scroll img{
	width:40%;
}
.top-bar-nav img{
	width: 279px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top-bar-nav.bar-scroll .logo{
	line-height:0;
}
.top-bar-nav .logo{
	line-height:106px;
}
.top-bar-nav .nav ul{
	text-transform:uppercase;
	float:right;
	
}
.top-bar-nav .nav ul li a{
	font-size:14px;
	color:#7B7B7B;
}
.top-bar-nav .nav li:hover{
	border-bottom: 3px solid #F1592A;
}
.top-bar-nav .nav li.active{
	border-bottom: 3px solid #F1592A;
}
.top-bar-nav .nav li{
	border-bottom: 3px solid #FFFFFF;
}
.top-bar-nav .nav .is-dropdown-submenu-parent ul{
	margin-top:7px;
	background-color:#F1592A;
}
.top-bar-nav .nav .is-dropdown-submenu-parent ul li{
	border-bottom:1px #EE7550 solid;
}
.top-bar-nav .nav .is-dropdown-submenu-parent ul li a{
	color:#FFFFFF;
	padding-left:20px;
}
.is-dropdown-submenu{
	border:none;
}
.top-bar-nav .nav .dropdown.menu{
	margin-top:36px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu .active > a {
    background: none;
}
.banner-top{
	/*max-height:525px;*/
	overflow:hidden;
	margin-top: 106px;
}
.banner-top img{
	width:100%;
}

.slick-prev {
	left:12%;
	z-index:1;
	top:45%;
	
}
.slick-next {
	right:12%;
	z-index:1;
	top:45%;
}
.slick-next,.slick-prev {
	height:85px!important;
	width:22px!important;
}

.slick-prev::before, .slick-next::before {
    color: black;
}

.banner-top .banner-top-slide .wrapper{
	position:absolute;
	
	
}
.banner-top .banner-top-slide .wrapper h1{
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	line-height: 63px;
	
}
.banner-top .banner-top-slide .wrapper h3{
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	font-size:20px;

	
}
/*.banner-top .banner-top-slide .wrapper .title h1 span{
	color:#FFFFFF;
	background-color:rgba(241,89,42,0.59);
	padding: 8px;
}*/

.button-learn-more {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #7B7B7B;
    color: #FFFFFF;
    text-transform:uppercase;
    font-size:11px;
}
.services-bar{
	background-color:#F1592A;
	height:164px;
}
.services-bar .service .fi{
	font-size:40px;
	color:#FFFFFF;
}
.services-bar .service  .title{
	color:#FFFFFF;
}
.services-bar .service {
	height:164px;
	padding-top:34px;
	
	
}
.services-bar .service:hover {
	background:#F6754D;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
    padding-top: 11px;
    padding-left: 5px;
    
	
}
.services-bar .service:hover .HiddenText {
	display:block;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
            
		
}
.services-bar li{
	font-size:16px;
	line-height:16px;
}
.services-bar .see-more{
	font-size:10px;
	text-align:right;
	text-transform:uppercase;
	position:absolute; 
	bottom:10px;
	right:10px
}

.services-bar .service:hover .service-hide {
	display:none;
}
.HiddenText {
	color:#FFFFFF;
    display: none;
    text-align:left;
    

}
@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}



/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.about-des{
	margin:55px;
}
.about-des .wrapper{
	margin-top:13px;
}
.about-des .text{
	font-size:18px;
	padding-top:25px;
}
.urgency{
	height: 257px;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	background-position: 100% auto;
	position:relative;
}
.urgency .wrapper{
	margin-top:34px;
}
.urgency .fi{
	font-size:60px;
}

.parallax_image_second {
    background-image: url("../i/2.png");
    height: 257px;
}
.news{
	margin-top:70px;
	
}
.news .wrapper{
	border-bottom:dashed 1px #979797;
	padding:40px 0;
}
.news .wrapper .title a{
	font-size:24px;
	color:#585555;
	padding-bottom:5px;
}
.news .wrapper .title{
	font-size:24px;
	color:#585555;
	padding-bottom:5px;
}

.news .crop{
	width:141px;
	height: 141px;
	display: inline-block;
}
.news .crop img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .wrapper .more{
	font-size:11px;
	color:#F1592A;
	text-transform:uppercase;
	padding-top:20px;
}
.news .wrapper .text{
	color:#666666;
}
.news .date{
	text-align:center;
	text-transform:uppercase;
	background-color:#FB8B68;
	color:#FFFFFF;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:41px;
}
.button-see-more {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #595453;
    color: #FFFFFF;
    text-transform:uppercase;
    font-size:11px;
}

.looking-owner{
	margin-top:74px;
}
.looking-owner ul {
	list-style: none;
}
.looking-owner .wrapper {
	padding:0;
}
.looking-owner .separation-line {
	padding-bottom:50px;
	border-bottom:#EBEBEB dashed 6px;
}
.our-friends{
	margin-top:44px;
	margin-bottom:75px;

}
.our-friends .wrapper{
	margin-top:40px;
	text-align:center;
}
.our-friends .wrapper .title{
	color:#444141;
	font-size:18px;
	padding-top:10px;
	text-align:center;
	font-weight:100;
}
.our-friends img{
	margin:0 auto;
}
.newsletter{
	min-height:233px;
	background-color:#F1592A;
}
.newsletter .wrapper{
	padding:50px 0 0;
}


.newsletter [type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #FFFFFF;
    border-radius:4px;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #FFFFFF;
    background-color: transparent;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    height:52px;
    font-weight:300;
	font-family: 'Roboto', sans-serif;
	font-size:20px
}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFFFFF;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	opacity:1;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
	color: #FFFFFF;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	opacity:1;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
	color: #FFFFFF;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	opacity:1;
}
.newsletter :-moz-placeholder { /* Firefox 18- */
	color: #FFFFFF;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	opacity:1;
}
.footer{
	background-color:#434D54;
	color:#FFFFFF;
	font-size:13px;
	font-weight:300;
	line-height:102px;
}
.footer a{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
	line-height: 102px;
}
.footer span.urgency{
	font-weight:700;
	text-transform:uppercase;
	padding:10px 10px;
	font-size:11px;
}
.footer i{
	color:#FFFFFF;
}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li{
	height:11px;
	margin:0 1px;
}

.slick-dots li.slick-active button::before {

    opacity: 1;
    color: #f1592A;

}

.multiple-items .slick-prev {
    left: 0%;
    z-index: 1;
}
.multiple-items .slick-next {
    right: 0%;
    z-index: 1;
}

.banner-top-page{
	height:240px;
	margin-top:106px;
	
}
.bkg{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% auto;
	position: relative;
	background-position: 50% 23%;
	background-size: 100vw;
}
.page{
	margin-top:46px;
}
.page h2{
	padding-bottom:50px;
}
.list-img .large-up-4 > .column:nth-of-type(4n+1){
	padding-bottom: 76px;
}
.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: none;
}
.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.flaticon-cross-out{
	font-size:36px;
	color: #F1592a;
}
.fancybox-skin {
    background: #FFFFFF;
    color: #444;
    border-radius: 0;
}
.fancybox-next{
	background: url('../i/5.png') no-repeat;
	background-position: center right;    
}
.fancybox-prev{
	background: url('../i/6.png') no-repeat;
	background-position: center left;    
}
.fancybox-wrap a:hover{
	color:#585555;
}

.news.list{
	margin-top:150px;
	margin-bottom:75px;

}
.page-news{
	margin-top:150px;
	margin-bottom:75px;

}
.page-news h2{
	padding-bottom:50px;
}
.page-news .date {
    text-align: center;
    text-transform: uppercase;
    background-color: #FB8B68;
    color: #FFFFFF;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 41px;
    margin-top:18px;
    margin-bottom:18px
}
.button-back{
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
	background-color: #F1592A;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;

}
.button-send{
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
	background-color: #F1592A;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	float:right;
}

.map{
	margin-top:80px;
}
.map iframe{
	margin-bottom: -6px;
}

.page .form .text{
	font-weight:300;
	font-size:18px;
	color:#434343;
}
.page .form .text-required{
	font-weight:300;
	font-size:12px;
	color:#434343;
	float:left;
}

.page .form [type="text"],textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #666666;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #434343;
    background-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.page .form textarea {
	min-height:155px;
	box-shadow:none;
}

.service_list{
	margin-top:106px;
	margin-bottom:30px;
}
.service_list .wrapper .title {
    font-size: 24px;
    color: #585555;
    padding-bottom: 5px;
}
.service_list .wrapper  {
   padding-top: 52px;
   padding-bottom:20px;
   border-bottom:1px dashed #646464;

}

.service_list .wrapper .more {
    font-size: 11px;
    color: #F1592A;
    text-transform: uppercase;
    padding-top: 20px;
}

.service_list .icon {
    text-align:center;
}
.service_list .icon i{
	font-size:100px;
}

.services-bar .service{
	position:relative;

}

.newsletter button{
	margin-top:1px;
	background-color: rgb(67, 77, 84);
	color: rgb(255, 255, 255);
	padding:0 20px;
	text-align: center;
	line-height: 52px;
	text-transform: uppercase;
	font-size: 14px;
}

.menu-icon::after {

    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #3f3f3f;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #3f3f3f, 0 14px 0 #3f3f3f;

}
.is-drilldown-submenu-parent > a::after {
   
    border-color: transparent transparent transparent #fff;
   
}
.js-drilldown-back > a::before {
   
    border-color: transparent #FFF transparent transparent;
  
}

.title-bar .menu-icon {
    margin-right: 1.25rem;
    margin-top: 17px;
}
