/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}
.container {
  width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.headerbg-style1 {
  background: url(../img/bg02.jpg) no-repeat center center fixed; 
}
.headerbg-style2 {
  background: url(../img/bg03.jpg) no-repeat center center fixed; 
}
.headerbg-style3 {
  background: url(../img/bg04.jpg) no-repeat center center fixed; 
}

.header {
  /*background: url(http://www.lingvobird.com/img/villa001.jpg) no-repeat center center fixed; */
  /*background: url(../img/bg02.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header2 {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  /*background: url(http://www.lingvobird.com/img/villa001.jpg) no-repeat center center fixed; */
  background: url(../img/bg01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 30px 0;
}

.intro-text2 {
  padding-bottom: 180px;
}

.namex1, .whtextx1  {
    color: #e1e1e1;
    padding-left: 300px;
    text-shadow: -2px 2px 3px #f1f1f1;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
  font: 80px 'ChunkFiveRegular';
}

.whtextx  {
    padding-left: 350px;
    font-size: 50px;
}
.namex, .whtextx  {
    color: #ffffff;
    xtext-shadow: -2px 2px 3px #f1f1f1;
    text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 2px, rgba(0,0,0,0.3) -3px -4px;

}

.intro-text .name {
  color: #EFEFEF;
}

.intro-text .text {
  color: #222222;
}

/* Services */

.services {
  background: #0861AB;
  padding: 50px 0;
  color: #ffffff;
}

.services-t2 {
  background: #2881FF;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(http://www.lingvobird.com/img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}

.fa {
  padding-right: 10px;
}

.btext1 {
  font-family: "Helvetica Neue",​"Helvetica,​Arial",​"sans-serif";
  color: rgb(51, 51, 51);
  text-align: center;
  font-size: 17px;
}
.btext1:before {
  color: #fff;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.btext2 {
  font-family: "Helvetica Neue",​"Helvetica,​Arial",​"sans-serif";
  color: rgb(51, 51, 51);
  text-align: left;
  font-size: 17px;
}
.btext2:before {
  color: #fff;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.border1{
  border-color:orange;
  border-style:double;
  border-width:25px 25px 25px 25px;
  -moz-border-image:url("http://www.lingvobird.com/img/border5.png") 15 15 15 15 repeat;
  -webkit-border-image:url("http://www.lingvobird.com/img/border5.png") 15 15 15 15 repeat;
  border-image:url("http://www.lingvobird.com/img/border5.png") 15 15 15 15 repeat;
}
.sel1 {
  color: #33B;
  font-weight: bold;
}
.sel2 {
  font-weight: bold;
  text-decoration: underline;
}
.whtext {
  color: #fff;
}
.skypeintro{
    text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -3px -4px;
}
.skypeintro-style3 {
  padding-top: 250px;
}
.whtext2 {
  text-shadow: -2px 2px 3px #f1f1f1;
}
a.whtext:hover {
  color: #eeeeee;
}

.r2 {
  padding: 20px;
}
.r2text {
  font-family: "Source Sans Pro","Helvetica Neue",​"Helvetica,​Arial",​"sans-serif";
  text-align: center;
  font-size: 17px;
}
.tbimg {
}
.tovisit .row {
  padding: 5px;
  vertical-align: middle;
  font-size: 17px;
}
.vtxt {
  vertical-align: bottom;
  padding-top: 20px;
}

.tovisit {
  border: 1px;
}

.seealso {
  font-size: 120%;
}

.second-header {
  position: relative;
  padding-top: 60px;
}
.flag1 {
  width: 50px;
  padding-right: 15px;
}
.aslink {
  cursor: pointer;
}