@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,400);

#header div.grid_12 > div{
 position: relative;
 display: inline-block;
 /*width: 100%;
 max-width: 300px;*/
 font-size: 0;
 text-align: center;
 background-color: rgba(255,255,255,0.6);
 margin-top: 20px;
 padding: 0 5px;
 border-radius: 5px;
}
#header div.grid_12 > div > a{
 position: relative;
 display: inline-block;
 width: 64px;
 height: 40px;
 line-height: 40px;
 margin: 10px 12px;
 text-align: center;
 color: #FFF;
 border: 2px solid #FFF;
 text-shadow: 2px 0px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000;
 font-size: 25px;

 background-size: 100% 100%;
 background-position: center center;
 background-repeat: no-repeat;
}
#header div.grid_12 > div > a:hover{
 border-color: #000;
}
body.engl #header div.grid_12 > div > a.engl,
body.ital #header div.grid_12 > div > a.ital,
body.span #header div.grid_12 > div > a.span,
body.fren #header div.grid_12 > div > a.fren{
 display: none;
}
#header div.grid_12 > div > a.engl{
 background-image: url("http://pod.infinitypersonals.com/geo/flag/GIF/UK.gif");
}
#header div.grid_12 > div > a.ital{
 background-image: url("http://pod.infinitypersonals.com/geo/flag/GIF/IT.gif");
}
#header div.grid_12 > div > a.span{
 background-image: url("http://pod.infinitypersonals.com/geo/flag/GIF/SP.gif");
}
#header div.grid_12 > div > a.fren{
 background-image: url("http://pod.infinitypersonals.com/geo/flag/GIF/FR.gif");
}

/*  =======================================================
					variables
======================================================== */
/*
@tr-font : 'Times New Roman', Georgia, Serif;
*/
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: #ffffff;
}
a {
  text-decoration:none;
  font-weight:bold;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #333333;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #21a5bc;
}
::selection {
  color: #ffffff;
  background: #21a5bc;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  height: 146px;
  background: url(../images/index-header_bg.jpg) top left no-repeat;
  background-color: #5e7481;
}

#header h1 {
  float: left;
}
#header h1 a {
  color: #ffffff;
  text-align: left;
  padding-left: 43px;
  height:31px;
  line-height: 28px;
}
#header nav {
  float: right;
}
#header .block-1 {
  padding-top: 40px;
}
.index #header {
  height: 625px;
}
.fa {
  color: #080808;
  font-size: 48px;
  margin-top: 10px;
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.sf-menu > li > a {
  color: #ffffff;
  font-size: 14px;
  padding: 6px 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid transparent;
  opacity: .81;
}
.sf-menu > li > a:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.sf-menu > li:last-child {
  padding-right: 0;
}
.sf-menu > li.current > a {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

}
@media only screen and (max-width: 979px) {
  .sf-menu li {
    padding-right: 0;
  }
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: 0px;
  background: #fff;
  border-top: 3px solid #21a5bc;
  /*min-width: 100px;*/
  z-index: 999;
  display: none;
  text-align: center;
  padding: 12px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  height: 23px;
  border-left: 1px solid transparent;
  margin-left: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  line-height: 23px;
  color: #929292;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.sf-menu ul li:hover {
  border-left: 1px solid #21a5bc;
  background: #21a5bc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li:hover > a {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 141px;
  z-index: 4;
  min-width: 131px;
  border: none;
}
@media only screen and (max-width: 979px) {
  .sf-menu {
    display: none;
  }
  
  .select-menu {
    display: block !important;
    width: 100%;
    border-color: #fff;
    color: #1f3e4f;
    font-size: 16px;
    padding: 5px;
  }
}

.main-logo {
  float: left;
}

.main-logo img {
  max-width: 200px;
}

@media only screen and (max-width: 480px) {
  .select-menu {
    width: 100%;
  }

  .main-logo img {
    max-width: 100%;
  }
}

/* Stuck menu styles
========================================================*/
.isStuck {
  background: #21a5bc;
  z-index: 9;
  opacity: 0.95;
}
.isStuck .block-1 {
  padding: 20px 0 !important;
}
.isStuck .sf-menu > li > a {
  background: #fff;
  z-index: 999;
  color: #929292;
}
.isStuck .sf-menu > li > a:hover {
  background: none;
  color: #fff;
}
.isStuck .sf-menu > li.current > a,
.isStuck .sf-menu > li.sfHover > a {
  background: none;
  color: #fff;
}
.isStuck .block-2 {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #1f3e4f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
h2.with-line {
  position: relative;
  padding-bottom: 17px;
}
h2.with-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 1px;
  width: 77px;
  background: #000;
  opacity: .33;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  color: #1f3e4f;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #1f3e4f;
  text-align: center;
  line-height: 28px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  opacity: .44;
  margin: 0 auto;
}
a.contactpg {
	text-decoration:none;
	color:#ffffff;
}
.full-width-container {
  width: 100%;
}
.btn {
  background: #ff6600;
  height: 35px;
  width: 240px;
  color: #ffffff;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 35px;
}
.btn:hover {
  background: #333333;
  color: #21a5bc;
}
.index .block-2 h2 {
  line-height: 59px;
  margin-top: 115px;
  letter-spacing: 5px;
}
.index .block-2 h2 span {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.index .block-2 h2 :after {
  display: none;
}
.index .block-2 p {
  color: #fff;
  width: 690px;
  margin: 30px auto;
  line-height: 28px;
  opacity: .76;
}
.index .block-2 .btn {
  display: block;
  margin: 0 auto;
}
.index .block-3 {
  padding-bottom: 53px;
}
.index .block-3 h2:after {
  width: 115px;
  left: 44%;
}
.index .block-3 p {
  max-width: 750px;
}
.index .block-3_element {
  border: 1px solid #e6e6e6;
  margin-top: 80px;
  padding: 0 20px 45px 20px;
  position: relative;
}
.index .block-3_element span {
  position: relative;
  display: block;
  top: -45px;
  left: 85px;
  width: 90px;
  height: 66px;
  padding-top: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  behavior: url(js/pie.htc);
}
.index .block-3_element p {
  width: auto;
}
.index .block-3_element h3 {
  text-align: center;
  font-weight: 700;
  color: #1f3e4f;
  margin-bottom: 20px;
  margin-top: -5px;
}
.index .block-4 {
  background: #f8f8f8;
  padding-bottom: 58px;
}
.index .block-4 h2 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 70px;
  letter-spacing: 0;
}
.index .block-4 p {
  text-align: left;
  margin-bottom: 20px;
}
.index .block-4 .video {
  height: 205px;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.index .block-5 {
  padding-bottom: 40px;
}
.index .block-5 h2 {
  margin-top: 51px;
  margin-bottom: 29px;
  padding-bottom: 16px;
}
.index .block-5 h2:after {
  left: 46%;
}
.index .block-5 .item .img_inside {
  width: 97px;
  height: 97px;
  display: block;
  margin: 0 auto;
}
.index .block-5 .item img {
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
}
.index .block-5 .item span {
  display: block;
  width: 200px;
  position: relative;
  margin: 10px auto 17px;
}
.index .block-5 .item span:after,
.index .block-5 .item span:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #acb8be;
  bottom: 10px;
}
.index .block-5 .item span:after {
  left: 30px;
  right: 150px;
}
.index .block-5 .item span:before {
  left: 150px;
  right: 30px;
}
.index .block-5 .item p {
  color: #1f3e4f;
  font-size: 14px;
  opacity: 1;
}
.index .block-5 .element {
  position: relative;
  padding-bottom: 7px;
}
.index .block-5 .element p {
  padding: 0 60px;
  opacity: .44;
}
.index .block-5 .element:before,
.index .block-5 .element:after {
  display: block;
  content: "";
  position: absolute;
  width: 19px;
  height: 14px;
}
.index .block-5 .element:before {
  top: 0;
  left: 20px;
  background: url(../images/quotes-o.png) no-repeat;
}
.index .block-5 .element:after {
  bottom: 7px;
  right: 60px;
  background: url(../images/quotes-c.png) no-repeat;
}
.index .block-6 {
  padding-bottom: 60px;
  background: #394c5a;
}
.index .block-6 h2 {
  color: #ffffff;
  margin-top: 55px;
  margin-bottom: 23px;
}
.index .block-6 h2:after {
  background: #fff;
  opacity: .31;
  left: 46%;
}
.index .block-6 p {
  color: #ffffff;
  max-width: 740px;
}
.index .block-6 .btn {
  margin: 30px auto 0;
}
.index .block-6 .circles {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 204px;
  height: 204px;
  margin-top: 33px;
  margin-bottom: 4px;
}
.index .block-6 .circles > a {
  background: rgba(57, 76, 90, 0.62);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 204px;
  height: 134px;
  padding-top: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-6 .circles > a div {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 15px 0;
  width: 177px;
  margin: 0 auto;
}
.index .block-6 .circles h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.index .block-6 .circles p {
  opacity: 1;
}
.index .block-6 .circles:hover > a {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-6 .circles img {
  width: 100%;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
}
.index .block-7 {
  padding: 38px 0;
}
.index .block-7 a {
  opacity: .38;
  display: block;
  text-align: center;
}
.index .block-7 a:hover {
  opacity: 1;
}

@media only screen and (max-width: 979px) {
  .index .block-3_element span {
    left: 50px;
  }
  .index .block-6 .circles {
    width: 172px;
    height: 172px;
  }
  .index .block-6 .circles > a {
    width: 172px;
    height: 122px;
    padding-top: 50px;
  }
  .index .block-6 .circles > a span {
    width: 150px;
  }
  .index .block-6 .circles h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header h2 {
    font-size: 18px;
  }
  #header p {
    width: auto;
  }
  .index .block-3_element span {
    left: 160px;
  }
  .index .block-6 {
    text-align: center;
  }
  .index .block-6 .circles {
    display: inline-block;
  }
  .index .block-7 {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    text-align: center;
  }
  #header h1,
  #header nav {
    float: none;
    display: inline-block;
  }
  #header h1 a {
  padding: 0;
  text-align: center;
}
  #header nav {
    margin-top: 20px;
    width: 100%;
  }
  .with-line:after {
    left: 27% !important;
  }
  .index #header {
    height: auto;
    padding: 30px 0 60px;
  }
  .index .block-2 h2 {
    margin-top: 30px;
  }
  .index .block-3_element span {
    left: 70px;
  }
  .index .block-5 .element:after {
    right: 45px;
  }
}
@media only screen and (max-width: 320px) {
}
.index-1 .btn {
  margin: 0 auto;
}
.index-1 .block-2 {
  padding-bottom: 56px;
}
.index-1 .block-2 h2 {
  margin-top: 52px;
  margin-bottom: 21px;
}
.index-1 .block-2 h2:after {
  left: 46%;
}
.index-1 .block-2 h5 {
  font-weight: 600;
  margin: 0 auto 13px;
  max-width: 860px;
  letter-spacing: -0.3px;
}
.index-1 .block-2 p {
  max-width: 810px;
}
.index-1 .block-2 img {
  margin-top: 32px;
  width: 100%;
}
.index-1 .block-3 {
  background: #f8f8f8;
  padding-bottom: 55px;
}
.index-1 .block-3 h2 {
	color: #1f3e4f;
}
.index-1 .block-3 span {
	margin: 15px 0 35px;
  	display: inline-block;
  	width: 65px;
  	height: 65px;
  	background: #0298ad;
  	color: #ffffff;
  	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 24px;
  	line-height: 70px;
  	border-radius: 10%;
  	behavior: url(js/pie.htc);
  	position: relative;
}
.index-1 .block-3 h2 {
  color: #1f3e4f;
}
.index-1 .block-3 h2.with-line {
  color:#1f3e4f;
}
.index-1 .block-3 h2:after {
  background: #1f3e4f;
  left: 46%;
}
.index-1 .block-3 .grid_4 > div {
  text-align: center;
}
.index-1 .block-3 p {
  color: #333333;
  width: 235px;
  margin-bottom: 22px;
  margin-top: 14px;
}
.index-1 .block-4 {
  padding-bottom: 50px;
}
.index-1 .block-4 h2 {
  margin-top: 52px;
  margin-bottom: 30px;
  margin-left: 23px;
}
.index-1 .block-4 h3 {
  text-align: center;
  margin-top: 39px;
  margin-bottom: 17px;
}
.index-1 .block-4 img {
  width: 100%;
}
.index-1 .block-4 .element {
  background: #f8f8f8;
  padding-bottom: 42px;
}
.index-1 .block-4 .element .btn {
  margin-top: 24px;
}
.index-1 .block-4 .element p {
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .index-1 h2:after {
    left: 40% !important;
  }
  .index-1 .block-3 .btn {
    margin-bottom: 30px;
  }
}
.index-2 .block-2 {
  padding-bottom: 55px;
}
.index-2 .block-2 .item {
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-top: 59px;
  padding-bottom: 40px;
}
.index-2 .block-2 .box1{
  background-color:#06abc1;
}
.index-2 .block-2 .box2{
  background-color:#06abc1;
}
.index-2 .block-2 .box3{
  background-color:#ff6600;
}
.index-2 .block-2 h3{
	color:#ffffff;
}
.index-2 .block-2 .item span {
  color: #21a5bc;
  font-size: 48px;
  text-align: center;
  display: inline-block;
  width: 94px;
  height: 94px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  line-height: 98px;
  behavior: url(js/pie.htc);
  border-radius: 50%;
  margin-top: -46px;
  z-index: 9;
  position: relative;
}
.index-2 .block-2 h5{
  	font-size:20px;
 }
.index-2 .block-2 .item p {
  width: 80%;
  font-weight:bold;
  line-height:16px;
}
.index-2 .block-2 h3 {
  padding: 50px 5px 10px;
}
.index-2 .block-2 p {
  padding-bottom:25px;
  color:#000000;
}
.index-2 .block-2 .fa-clock-o {
  font-size: 58px !important;
}
.index-2 .block-3 {
  background: #f8f8f8;
  padding-bottom: 55px;
}
.index-2 .block-3 h2 {
  color: #1f3e4f;
  margin-bottom: 15px;
  text-align: left;
}
.index-2 .block-3 h2:after {
  background: #ffffff;
}
.index-2 .block-3 p {
  text-align: left;
  color: #333333;
  margin-top: 9px;
}
.index-2 .block-3 img {
  margin-top:50px;
}
.index-2 .block-3 .btn {
  margin-top: 23px;
}
.index-2 .block-4 {
  padding-bottom: 555px;
  background: url(../images/index-header_bgcontact.jpg) bottom center no-repeat;
  background-color: #1e2628;
}
.index-2 .block-4 h5,
.index-2 .block-4 p {
  width: 95%;
  margin: 0 auto;
}
.index-2 .block-4 h5 {
  margin-bottom: 19px;
  color: #999999;
}
.index-2 .block-4 .btn {
  margin: 20px auto 0;
}
.index-2 .block-3 .video {
  height: 205px;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .index-2 h2:after {
    left: 40% !important;
  }
  .index-2 .block-4 .btn {
    margin-bottom: 40px;
  }
  .index-2 .block-4 {
  background: url(../images/index-header_bgcontact.jpg) bottom right no-repeat;
  }
}
.index-3 h2 {
  margin-top: 52px;
}
.index-3 h5,
.index-3 p {
  text-align: left;
}
.index-3 .head_element {
  width: 94px;
  height: 79px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  border: 1px solid #e6e6e6;
  text-align: center;
  padding-top: 15px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
}
.index-3 .head_element span {
  color: #21a5bc;
  display: block;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.index-3 .el_1 {
  font-size: 36px;
}
.index-3 .el_2 {
  font-size: 24px;
}
.index-3 .left_column h2 {
  margin-bottom: 30px;
}
.index-3 .left_column h2:after {
  left: 43.7%;
}
.index-3 .left_column article {
  margin-bottom: 55px;
}
.index-3 .left_column article h2 {
  margin-top: 27px;
  margin-bottom: 3px;
  text-align: left;
}
.index-3 .left_column article h5 {
  margin-top: -7px;
  margin-bottom: 13px;
  font-weight: 600;
}
.index-3 .left_column article .btn {
  margin-top: 20px;
}
.index-3 .left_column article .sub_head {
  opacity: 1;
  color: #1f3e4f;
  font-size: 14px;
}
.index-3 .left_column article .sub_head a {
  color: inherit;
}
.index-3 .left_column article .sub_head a:hover {
  color: #21a5bc;
}
.index-3 .left_column article img {
  width: 100%;
}
.index-3 .right_column {
  padding-bottom: 30px;
}
.index-3 .right_column li {
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  padding: 8px 0 8px 18px;
  background: url(../images/bullet.png) left 13px no-repeat;
  font-size: 13px;
}
.index-3 .right_column li a {
  color: #000;
  opacity: .44;
}
.index-3 .right_column li a:hover {
  color: #21a5bc;
}
.index-3 .right_column h2:after {
  left: 37%;
}
.index-3 .right_column .item2 h2 {
  margin-top: 42px;
}	
@media only screen and (max-width: 979px) {
  .index-3 .left_column article h2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .index-3 .left_column article h5 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .index-3 .head_element {
    float: none;
    margin: 10px auto 20px;
  }
  .index-3 .left_column article h2 {
    text-align: center;
  }
  .index-2 .block-4 {
  display: none;
  visibility: hidden;
}
}
.index-4 h2 {
  margin-bottom: 30px;
}
.index-4 #map-canvas,
.index-4 .content_map {
  height: 308px;
  position: relative;
}
.index-4 .block-3 {
  padding-top: 58px;
}
.index-4 .block-3 p.element {
  text-align: left;
  font-weight: 600;
  color: #1f3e4f;
  font-size: 14px;
  line-height: 28px;
  opacity: 1;
  margin-bottom: 13px;
  margin-top: -10px;
}
.index-4 .block-3 p {
  font-size: 13px;
  text-align: left;
}
.index-4 .block-3 p span {
  width: 142px;
  display: inline-block;
}
.index-4 .block-3 p a {
  color: #21a5bc;
}
.index-4 .block-3 p a:hover {
  color: #1f3e4f;
}
.index-5 h2 {
  margin-bottom: 22px;
}
.index-5 h5 {
  font-weight: 600;
  margin-bottom: 13px;
}
.index-5 p {
  width: 87%;
}
.index-5 .block-3 {
  text-align: center;
}
.index-5 .block-3 a {
  color: #1f3e4f;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: inline-block;
}
.index-5 .block-3 a:hover {
  color: #21a5bc;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  background: #333333;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
}
.copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #ffffff;
  opacity: .51;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: #ff6600;
}
pre{
	font-size:14px;
	line-height:16px;
	margin-bottom:5px;
}
@media only screen and (max-width: 320px) {
  .container {
    width: 95%;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #000;
  width: 42px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #fff;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  z-index: 8;
}
@media only screen and (max-width: 979px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 8;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  .contacts {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/

#header div.grid_12 > .contacts {
  display: block;
  font-size: inherit;
  text-align: right;
  background-color: inherit;
  margin-top: 0;
  padding: 0;
  margin-right: 5px;

}
#header div.grid_12 > .contacts i {
  font-size: inherit;
  margin-top: 0;
}
#header div.grid_12 > .contacts a {
  width: fit-content;
  height: 20px;
  line-height: inherit;
  margin: 0;
  text-align: right;
  border: none;
  font-size: inherit;
}
#header div.grid_12 > .contacts a:hover {
  color: #ff6600;
}


@media only screen and (min-width: 767px) and (max-width: 979px) {
  #header h1 {
    display: none;
  }
}