@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,700,800|Abel);

body {
      font-family: 'Ubuntu', 'Dosis', sans-serif;
  padding-top: 0px;
}   
.clear {
  margin-top:0px;
  margin-bottom:0px;  
}       
.block0 {
/*    height: 150px;*/
  height: 100%;
  margin-bottom:0px;
      margin-left:0px;  
        margin-right:0px;  
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    background-color: white;   
} 


.blockHeader {
  height: 150px;
    height: 100%;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0px;
    background-color: #faf0e5;
    background-image: url("../images/VinorvaHead_2.png");
    background-size: 1000px 104px; 
} 

.block11 {
  height: 6px;
  margin-bottom:0px;
    background-color: #eca408;   
    /*db9e68*/
} 

.block22 {
  height: 10px;
  margin-bottom:0px;
    background-color: #603d2a;   
} 
.block1 {
  height: 440px;
      height: 100%;
  margin-bottom:0px;
        padding-left: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
        padding-right: 20px;
  background-color: #f4f4f4; 
} 
.blockbook {
  height: 6px;
    background-color: #eca408; 
}     

.bg-clr {
  background-color: #161616;  
}
.bg-footer1 {
    height: 56px;
  background-color: #fff; 
   background-image: ; 
} 

.bg-footer2 {
    height: 40px;
          height: 100%;
    padding-top: 10px;
  background-color: #474747; 
   background-image: ; 
} 
.section-max-width {
  max-width:100%; 
}

p {
  color:#7d7d7d;
  text-align: justify;  
}

p#footer{
  color:white;
  text-align: left;  
}

p#toknow{
  color:#0791a6;
  text-align: justify;  
}

p#note{
  color:red;
  text-align: justify;  
}

h2 {
    /*display: block;*/
    font-size: 1.5em;
/*    margin-top: 0.83em;
    margin-bottom: 0.83em;*/
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #603d2a;
    text-align: left;
}

b#heading {
    /*display: block;*/
    font-size: 1em;
/*    margin-top: 0.83em;
    margin-bottom: 0.83em;*/
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #b57f62;
    text-align: left;
}

img#content {
    border-radius: 8px;
    /*width: 100%*/
}

h5 {
    /*display: block;*/
    font-size: 1em;
/*    margin-top: 0.83em;
    margin-bottom: 0.83em;*/
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
        margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    font-weight: bold;
    color: #603d2a;
    text-align: left;
}

h3 {
    /*display: block;*/
    font-size: 1.5em;
/*    margin-top: 0.83em;
    margin-bottom: 0.83em;*/
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
        margin-top: 0;
    margin-bottom: 20;
    padding-top: 0px;
    font-weight: bold;
    color: #7b4f22;
    text-align: left;
}

h4 {
    display: block;
    font-size: 1.2em;
/*    margin-top: 0.83em;
    margin-bottom: 0.83em;*/
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #7b4f22;
    text-align: center;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*added this to help remove underline*/
a:hover, a:visited, a:link
{
    text-decoration: none;
    color: #f6f6f6
}

a:active
{
    text-decoration: none;
    color: #cdcdcd;
    font-weight: bold;
}


input[type="text"]
{
    font-size:12px;
}

input[type="email"]
{
    font-size:12px;
/*    font-family: monospace;*/
}

input[type="date"]
{
    font-size:12px;
}

.social {
    margin: 0;
    padding: 0;
}

.accomodation ul li{

  text-align: left;
  color: #1a1a1a;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-github:hover {
    background: #343434;
}

.social .fa-pinterest:hover {
    background: #cb2027;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}

.social .fa-flickr:hover {
    background: #FF57AE;
}

.social .fa-instagram:hover {
    background: #375989;
}

.social .fa-vimeo-square:hover {
    background: #83DAEB;
}

.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-dropbox:hover {
    background: #017FE5;
}

.social .fa-tumblr:hover {
    background: #3a5876;
}

.social .fa-dribbble:hover {
    background: #F46899;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-stack-exchange:hover {
    background: #4D86C9;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-xing:hover {
    background: #005C5E;
}

.social .fa-rss:hover {
    background: #e88845;
}

.social .fa-foursquare:hover {
    background: #09B9E0;
}

.social .fa-youtube-play:hover {
    background: #DF192A;
}

/*for the facilities page*/
.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11 { float:left; background:url(../images/services_icon.png) no-repeat; font-size:14px; color:#8D8A83; height:35px; padding-left:50px; margin-bottom:5px; width:100%;}
.s2 { background-position: left -35px;}
.s3 { background-position: left -77px;}
.s4 { background-position: left -118px;}
.s5 { background-position: left -159px;}
.s6 { background-position: left -195px;}
.s7 { background-position: left -239px;}
.s8 { background-position: left -270px;}
.s9 { background-position: left -310px;}
.s10 { background-position: left -359px;}
.s11 { background-position: left -390px;}

/*Added for sticky part*/
#sticky {
    padding: 0;
    width: 100%;
    background-color: #eca408;
    color: #fff;
/*    font-size: 2em;*/
    border-radius: 0;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0 0;
  }


  /*table styling*/

table {
    text-align: "left";
}

td {
text-align: left;
vertical-align: bottom;
}


/*New Accomodation Part*/

section.container {
  padding:30px 20px;
}

.dininginfoblock h2 {
}

.dininginfoblock {
  margin-top:-20px;
  margin-bottom:-20px;
  padding:20px;
}


.typoMaldives h2 {
  font-size:3em;
  text-align: center;
}
.typoMaldives h3 {
  font-size:1.5em;
  text-align: center;
  width:600px;
  margin:0px auto;
  opacity: 0.6
}