@charset "utf-8";
/*================================================================================*/
/*  Imports   /    Variables                                 */
/*================================================================================*/
/*================================================================================*/
/* 	RESET																		  */
/*================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
html {
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Roboto' Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 62%;
}
textarea,
input,
select option {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.image-style {
  padding: 4px 4px 1px 4px  ;
  background: #fff;
  box-shadow: 1px 2px 8px #ccc;
}
/*================================================================================*/
/*  CLEARFIX                                    */
/*================================================================================*/
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
/*================================================================================*/
/*  Genaral styles                                    */
/*================================================================================*/
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.black-text {
  color: #000000;
}
.white-text {
  color: #ffffff;
}
.blue-text {
  color: #0024ff;
}
.row {
  height: 409px;
}
.mrt {
  margin-top: 100px;
}
/*================================================================================*/
/*  layout styles                                    */
/*================================================================================*/
#main-wrapper {
  width: 100%;
}
.fields {
  width: 1020px;
  margin: 0 auto;
}
/*---bg colors ---*/
.india-bg-color {
  background: #83ccfc;
}
.nepal-bg-color {
  background: #fafafa;
}
.lanka-bg-color {
  background: #38b6ff;
}
.button--red {
  background: #ff0000;
}
.button--blue {
  background: #30d1fd;
}
.button--white {
  background: #fff;
}
.header {
  height: 737px;
  padding-top: 24px;
}
.nav {
  background: #305774;
  line-height: 59px;
}
.nav li {
  float: left;
  font-family: 'roboto' sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-right: 22px;
  padding: 0 10px;
}
.nav li.selected,
.nav li:hover {
  background: #ff0000;
}
.logo {
  background: url('../images/logo.png') no-repeat 0 0;
  width: 173px;
  height: 67px;
  display: block;
  margin: 0 0 24px 0;
}
.text-wrap {
  width: 434px;
  margin-top: 40px;
}
.text-wrap h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
.text-wrap p {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 30px;
  text-align: justify;
  width: 410px;
}
.text-wrap a {
  width: 180px;
  line-height: 45px;
  border: none;
  font-size: 24px;
  font-weight: 100;
  font-family: 'roboto' sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.text-wrap a.button_small {
  width: 100px;
  line-height: 36px;
}
.text-wrap.lefty {
  width: 404px;
}
.text-wrap.mrt {
  margin-top: 150px;
}
.figure-wrap {
  max-width: 586px;
  max-height: 409px;
  overflow: hidden;
}
.figure-wrap img {
  width: 100%;
}
.main-bg-image {
  background: url('../images/thumbs/home-home.jpg') no-repeat 0 0;
}
.main-inner-bg {
  background: url('../images/bigimages/inner-main.png') no-repeat 0 0;
}
.bhutan-bg-image {
  background: url('../images/thumbs/home-bhutan.jpg') no-repeat 0 0;
}
.maldives-bg-image {
  background: url('../images/thumbs/home-maldives.jpg') no-repeat 0 0;
}
/*================================================================================*/
/*  Inner pages                                   */
/*================================================================================*/
body#page {
  background: #faf9f9;
}
body#page .header {
  height: 310px;
}
.page_content {
  background: #fff;
  padding: 50px 160px;
  float: left;
  width: 1020px;
  height: 100%;
  margin-top: -106px;
  box-shadow: -1px 109px 15px 1px #ecebeb;
}
.page_content h1 {
  font-family: 'roboto';
  font-size: 20px;
  margin: 15px 0;
  padding-top: 25px;
}
.page_content h2 {
  font-family: 'roboto';
  font-size: 20px;
  margin: 10px 0;
}
.page_content p {
  margin-top: 5px;
  text-align: justify;
}
.page_content p b {
  font-weight: bold;
}
.image-preview {
  padding: 4px 4px 1px 4px  ;
  background: #fff;
  box-shadow: 1px 2px 8px #ccc;
  margin-top: 20px;
  float: left;
  clear: both;
}
.contents {
  font-size: 12px;
  font-family: arial ;
  color: #333;
  width: 699px;
  clear: both;
  line-height: 19px;
}
.image-thumbs {
  margin-top: 20px;
}
.image-thumbs div {
  background: #fff;
  padding: 4px 4px 0 4px;
  margin-right: 20px;
  float: left;
  box-shadow: 1px 1px 8px #ccc;
}
.des-row {
  margin-bottom: 10px;
}
.des-row img {
  width: 150px;
  padding: 4px 4px 4px 4px;
  background: #fff;
  box-shadow: 1px 2px 8px #ccc;
  margin-right: 20px;
}
.des-row p {
  width: 500px;
  margin-top: 20px;
}
.des-row h2 a {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}
.contact .contents p {
  margin-top: 10px;
}
@media all and (max-width: 1440px) and (min-width: 1024px) {
  .header {
    height: 447px;
  }
  .main-bg-image {
    background: url('../images/thumbs/home-home-res.jpg') no-repeat 0 -56px;
  }
}
