html {
font-size: 100%;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
background: #fafafa;
display: block;
}
div {
display: block;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
h1 {
font-family: "Ubuntu Condensed",sans-serif;
font-size: 36px;
line-height: 48px;
font-weight: 400;
color: #1da0ff;
text-decoration: none;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
margin: 0px;
text-rendering: optimizelegibility;
letter-spacing: 0px;
}
.clear_href {
text-decoration: none;
}
h1:hover {
color: #ff0000;
}
#wrap {
width: 1260px;
padding: 50px 25px;
background: #ffffff;
margin: 0px auto;
}
#sub_logo {
font-family: "Ubuntu Condensed",sans-serif;
color: #767676;
letter-spacing: 1px;
margin: 0px;
}
.social {
margin-top: -48px;
}
div.social a {
background: url("../images/social.png");
display: inline-block;
margin: 0px 0px 0px 4px;
width: 46px;
height: 46px;
float: right;
}
div.social a.rss {
background-position: 0px -230px;
}
div.social a.google-plus {
background-position: 0px -138px;
}
div.social a.facebook {
background-position: 0px -92px;
}
div.social a.twitter {
background-position: 0px -46px;
}
div.social a.vkont {
background-position: 0px 0px;
}
#main_menu_container {
width: 100%;
text-align: center;
margin-top: 75px;
}
#main_menu {
list-style: none;
display: inline-block;
text-align: left;
margin-left: auto;
margin-right: auto;
}
#main_menu li, li a{
display: inline-block;
padding-right: 5px;
padding-left: 5px;
margin: 0px;
font-family: "Ubuntu Condensed",sans-serif;
font-size: 21px;
text-decoration: none;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
color: #1a80d7;
}
#main_menu li a:hover{
color: #ff0000;
}
#main_logo {
width: 500px;
}
#tour_ad {
width: 600px;
height: 180px;
background: url(../images/colisseum.jpg) no-repeat;
border: 2px solid #1da0ff;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
#transfer_ad {
width: 600px;
height: 180px;
background: url(../images/limo.jpg) no-repeat;
border: 2px solid #1da0ff;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
#translate_ad {
width: 600px;
height: 180px;
background: url(../images/guide.jpg) no-repeat;
border: 2px solid #1da0ff;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
#photo_ad {
width: 600px;
height: 180px;
background: url(../images/photo.jpg) no-repeat;
border: 2px solid #1da0ff;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.label_name {
background: #ffffff;
padding: 10px;
font-size: 24px;
margin-top: 0px;
float: left;
font-weight: normal;
color: #1da0ff;
border-top-left-radius: 23px;
border-bottom-right-radius: 23px;
}
.label_name:hover {
color: #ff0000;
}
.cover_ad {
padding: 10px;
float: left;
}
.line_btn {
background: #FFFFFF;
/* Rounded Corners */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/* Borders */
border: 2px solid #1a80d7;
color: #1a80d7;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
cursor: pointer;
}
.line_btn:hover {
background: #93E2FF;
}
.blue_form {
border: 2px solid #1a80d7;
}