@font-face {
    font-family: 'RalewayLight';
    src: url('fonts/RalewayLight.eot');
    src: url('fonts/RalewayLight.eot') format('embedded-opentype'),
         url('fonts/RalewayLight.woff2') format('woff2'),
         url('fonts/RalewayLight.woff') format('woff'),
         url('fonts/RalewayLight.ttf') format('truetype'),
         url('fonts/RalewayLight.svg#RalewayLight') format('svg');
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('fonts/RalewayRegular.eot');
    src: url('fonts/RalewayRegular.eot') format('embedded-opentype'),
         url('fonts/RalewayRegular.woff2') format('woff2'),
         url('fonts/RalewayRegular.woff') format('woff'),
         url('fonts/RalewayRegular.ttf') format('truetype'),
         url('fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'RalewayBold';
    src: url('fonts/RalewayBold.eot');
    src: url('fonts/RalewayBold.eot') format('embedded-opentype'),
         url('fonts/RalewayBold.woff2') format('woff2'),
         url('fonts/RalewayBold.woff') format('woff'),
         url('fonts/RalewayBold.ttf') format('truetype'),
         url('fonts/RalewayBold.svg#RalewayBold') format('svg');
}
@font-face {
    font-family: 'GrandHotelRegular';
    src: url('fonts/GrandHotelRegular.eot');
    src: url('fonts/GrandHotelRegular.eot') format('embedded-opentype'),
         url('fonts/GrandHotelRegular.woff2') format('woff2'),
         url('fonts/GrandHotelRegular.woff') format('woff'),
         url('fonts/GrandHotelRegular.ttf') format('truetype'),
         url('fonts/GrandHotelRegular.svg#GrandHotelRegular') format('svg');
}


* {
    text-decoration: none;
    outline: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    border:none;
}
body {
    background: #fff;
    font-size: 14px;
    color: #000 ;
    /*font-family: 'HelveticaNeueLTStdLt';*/
    margin: 0;
    line-height: 22px;
    border:none;
    /*overflow-y:auto;*/
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -ms-text-size-adjust: none; 
}
a {    
}
a:focus, a:hover {
    text-decoration: none ;
    outline: none !important;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
img {
    vertical-align: middle;
    max-width: 100%;
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.banner {
    float: left;
    width: 100%;
    background: url(../images/banner.png) no-repeat center top;
    background-size: cover; 
    padding: 0 0 20px; 
}

.header {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.logo {
    float: left;
    width: auto;
}

.logo a {
    float: left;
    width: auto;
}

.logo a > img {
    float: none;
    width: auto;
}

.banner_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}

.banner_box_in {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    max-width: 670px;
}

.banner_round {
    float: none;
    display: inline-block;
    width: 426px;
    height: 426px;
    /*background: #e12828;*/
    background: url(../images/round1.png) no-repeat center;
    /*border-radius: 50%; */
    /*-ms-border-radius: 50%; */
}

.banner_round_cont {
    float: left;
    width: 100%;
    margin-top: 124px; 
    position: absolute;
    left: 0;
}

.banner_round_cont h1 {
    float: left;
    width: 100%;
    font-size: 55px;
    line-height: 62px;
    color: #363b37;
    margin: 0 0 3px;
    font-family: 'RalewayBold'; 
}

.banner_round_cont p {
    float: left;
    width: 100%;
    font-size: 37px;
    line-height: 48px;
    color: #fff;
    margin: 0;
    font-family: 'GrandHotelRegular'; 
}

.small_round {
    float: right;
    width: 98px;
    height: 98px;
    /*border-radius: 50%;*/
    /*background: #e12828;*/
    background: url(../images/round2.png) no-repeat center;
    position: absolute;
    bottom: 25px;
    left: 515px; 
}

.small_round_cont {
    float: left;
    width: 100%;
    margin-top: 25px; 
} 

.small_round_cont h2 {
    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 28px;
    color: #363b37;
    margin: 0;
    font-family: 'RalewayBold'; 
}

.small_round_cont p {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 18px;
    color: #fff;
    margin: 0;
    font-family: 'GrandHotelRegular'; 
}

.interesse {
    float: left;
    width: 100%;
}

.interesse_box {
    float: left;
    width: 100%;
    padding: 87px 0 0;
}

.interesse_box_title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.interesse_box_title:after {
    position: absolute;
    content: "";
    top: -28px;
    left: 50%;
    background: url(../images/doted.png) no-repeat center;
    width: 42px;
    height: 13px;
    margin-left: -20px; 
}

.interesse_box_title h2 {
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 50px;
    color: #363b37;
    margin: 0;
    font-family: 'RalewayLight'; 
    font-weight: 300;
}

.interesse_box_title h2 span {
    font-family: 'RalewayBold'; 
}

.web_part {
    float: left;
    width: 100%;
    padding: 76px 0 67px;
}

.web_part_margin {
  margin: 0 -60px;
}

.web_part_box {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.web_part_box_in {
    float: left;
    width: 100%;
    text-align: center;
}

.web_part_box_in > img {
    float: none;
    display: inline-block;
    width: auto;
}

.web_part_box_in p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #363b37;
    margin: 9px 0 0;
    font-family: 'RalewayLight'; 
}

.web_part_box_in h2 {
    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 40px;
    color: #363b37;
    margin: 0;
    font-family: 'RalewayLight'; 
    font-weight: 300;
}



/*===footer====*/

.footer {
    float: left;
    width: 100%;
    background: #363b37;
}
.footerarea {
    float: left;
    width: 100%;
    padding-bottom: 55px;
    padding-top: 55px;
}
.footerlogo img {
    padding-bottom: 21px;
}
.footertxt {
    color: #ffffff;
    font-size: 14px;
}
.footertitle {
    font-family: 'RalewayLight';
}
.footeraddress {
    color: #a1a3a1;
    font-family: 'RalewayLight';
    line-height: 40px;
}
.footertxtinfo {
    color: #a1a3a1;
    font-family: 'RalewayLight';
    font-size: 14px;
    line-height: 26px;
}
.footericon {
    float: right;
    padding: 30px 0 20px;
    
}
.footersocial {
    display: inline-block;    
    padding-left: 3px;
    float: none;
}
.cpytight {
    float: left;
    width: 100%;
    text-align: center;
    color: #a1a3a1;
    font-family: 'RalewayLight';
    font-size: 11px;
    border-top: 1px solid #444945;
    padding: 30px 0;
}
.footerdetail {
    /*width: 31.5%;*/
    width: 34.5%;
    float: left;
}


.footermenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footermenu li a {
    color: #a1a3a1;
    font-family: 'RalewayLight';
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    text-align: right;
    display: block;
}
.footermenu li a:hover{
    color: #ffffff;
}
.footermenu {
    padding: 83px 0 0;
    float: right;
}

ul.menu li {
    float: left;
    width: auto;
    padding: 0 15px;
}
ul.menu li:last-child {
    padding-right: 0;
}

.fb {
    background:#e12828;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    padding: 13% 0 0 33%;
    font-family: 'RalewayLight';
}
.fb > a {
    line-height: 35px;
    padding-left: 39%;
}
.firsticon {
    color: #fff;
    padding-left: 40% !important;
    text-decoration: none;
}
.fb:hover{
    background: #ffffff;
}
.fb i{
    color: #ffffff;
    font-size: 14px;
    padding: 7px 11px 3px 0;
}
.fb i:hover{
    color: #e12828;
}
.mail {
    color: #a1a3a1;
    text-decoration: none;
}
.mail:hover{
    color: #ffffff;
}