@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #212b31;
  color: #a5a5a5;
  font: 14px/24px Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 190px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 300 35px/40px 'Open Sans', Arial, sans-serif;
  color: #4371a0;
  margin-top: 87px;
  text-transform: uppercase;
}
h3 {
  font: 300 20px/25px 'Open Sans', Arial, sans-serif;
  color: #31353d;
  margin-top: 42px;
  text-transform: uppercase;
}
h4 {
  font: 300 20px/25px 'Open Sans', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 3px 0 21px;
  position: relative;
  z-index: 100;
}
.header_main {
  width: 100%;
  position: absolute !important;
  top: 0;
}
.header_content {
  background: url(../images/header_bg.jpg) 50% 0 no-repeat;
}
.header_content {
  padding-bottom: 0 !important;
}
.header_content h1 {
  margin-top: 71px;
}
.header_content nav {
  margin-top: 77px;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 150px;
}
.sf-menu {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.sf-menu > li {
  display: table-cell;
  position: relative;
  margin: 0;
}
.sf-menu > li:first-child a {
  border: 0;
}
.sf-menu > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font: 600 14px/86px 'Open Sans', Arial, sans-serif;
  /*border-left: 1px solid #273236;*/
  border-left: 1px solid #2c383c;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #202b30;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  background: #6e96bf;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 0px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  /* css triangle =============================================*/
  /*&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;
				}*/
}
.sf-menu > li.current > a {
  color: #ffffff;
  background: #6e96bf;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #6e96bf;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 86px;
  left: 1px;
  background: #202b30;
  padding: 25px 10px 10px;
  /*width: 235px;*/
  width: 100%;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 600 14px/16px 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #4371a0;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #4371a0;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -22px;
  left: 100%;
  margin-left: 20px;
  background: #f8f8f8;
  /*padding: 10px 10px;*/
  z-index: 4;
  /* css triangle =============================================*/
}
.sf-menu ul ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f8f8f8;
  position: absolute;
  top: 25px;
  left: -7px;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #202b30;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    /*padding: 10px 17px;*/
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    /*padding: 10px 4px;*/
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 1px solid #4371a0;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 2px;
  z-index: 999;
}
.isStuck h1 {
  display: none;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #4371a0;
  text-decoration: none;
}
a.link1:hover {
  color: #fff;
}
a.link2:hover {
  color: #000;
}
a.link3 {
  color: #31353d;
}
a.link3:hover {
  color: #4371a0;
}
.txt1 {
  font: 300 40px/45px 'Open Sans', Arial, sans-serif;
/*  text-transform: uppercase;*/
  margin-top: 35px;
}
.txt2 {
  font: 300 25px/30px 'Open Sans', Arial, sans-serif;
  color: #31353d;
  text-transform: uppercase;
  margin-top: 38px;
  padding-bottom: 6px;
}
.txt3 {
  font: 300 18px/20px 'Open Sans', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
}
.txt_section1 {
  width: 100%;
  padding: 14px 10px 17px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #212b31;
}
.txt_section1.v2 {
  padding: 10px 10px 11px 19px;
}
.txt4 {
  font: 300 24px/24px 'Open Sans', Arial, sans-serif;
  color: #31353d;
  margin-top: 13px;
}
.txt5 {
  font: 300 24px/24px 'Open Sans', Arial, sans-serif;
  color: #8dbf41;
  margin-top: 27px;
}
.txt6 {
  font: 300 15px/23px 'Open Sans', Arial, sans-serif;
  color: #31353d;
  margin-top: 57px;
  text-transform: uppercase;
}
.color1 {
  color: #4371a0;
}
.color2 {
  color: #202b30;
}
.color3 {
  color: #fff;
}
.let_spacing-1 {
  letter-spacing: -1px;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.txt_upp {
  text-transform: uppercase;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 40px;
}
.marTop2 {
  margin-top: 2px !important;
}
.marTop3 {
  margin-top: -4px;
}
.marTop4 {
  margin-top: -4px;
}
.marTop5 {
  margin-top: 0px;
  margin-bottom: 49px;
}
.marTop6 {
  margin-top: 56px;
  margin-bottom: -7px;
}
.marTop7 {
  margin-top: -21px;
}
.marTop8 {
  margin-top: 0px;
  margin-bottom: -25px;
}
.marTop9 {
  margin-top: 69px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #f8f8f8;
  margin-top: 30px;
  margin-bottom: 0px;
}
.hline.v2 {
  margin-top: 53px;
  margin-bottom: -23px;
}
p {
  margin-top: 10px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 46px;
  float: left;
  margin-right: 29px;
}
.img2 {
  margin-top: 46px;
}
.img3 {
  margin-top: 46px;
  float: left;
  margin-right: 29px;
}
.img4 {
  margin-top: 46px;
  float: left;
  margin-right: 29px;
}
blockquote {
  padding-left: 194px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  min-height: 120px;
  text-align: left;
  display: inline-block;
  margin-left: 20px;
}
.num_section {
  font: 300 52px/52px 'Open Sans', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  width: 70px;
  height: 70px;
  border-radius: 500px;
  background: #202b30;
  text-align: center;
  color: #fff;
  float: left;
  margin-top: 45px;
  margin-right: 30px;
}
.day {
  font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 11px;
  display: block;
}
.month {
  font: 300 14px/14px 'Open Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
  color: #4371a0;
  text-transform: uppercase;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 36px;
}
.listWithMarker li {
  display: block;
  padding-left: 13px;
  background: url(../images/list_marker.png) 0px 10px no-repeat;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.listWithMarker li a {
  color: #bbbaba;
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #4371a0;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 33px;
  padding: 19px 29px;
  text-decoration: none;
  font: 15px/20px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #4371a0;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #4371a0;
  background: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Open Sans", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #4371a0;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 13px;
  white-space: nowrap;
  text-align: left;
  float: right;
  margin-right: 104px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #2f3d46;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 18px/36px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #4371a0;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0;
  background: #fff;
  overflow: hidden;
}
#content.contet_pages {
  padding-bottom: 93px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 53px 0 86px;
  background: #f8f8f8;
  color: #b8b8b8;
}
.icon1 {
  font: normal normal 107px/107px 'FontAwesome';
  margin-top: 43px;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 93px;
  padding: 43px 0 72px;
  background: #f8f8f8;
  color: #9c9c9c;
}
.box-2.v2 {
  padding: 0px 0 97px;
}
.box-2.v3 {
  margin-top: 82px;
  padding: 0px 0 97px;
}
.banner1 {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding: 12px 20px 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background: url(../images/corner1.png) right bottom no-repeat #ffffff;
  text-align: center;
}
.banner1:hover {
  color: #fff;
  background-color: #4371a0;
}
.letter_section {
  width: 116px;
  height: 116px;
  margin-top: 30px;
  border-radius: 500px;
  background: #202b30;
  text-align: center;
  color: #fff;
  display: inline-block;
  font: 300 50px/116px 'Open Sans', Arial, sans-serif;
}
.icon_section {
  width: 70px;
  height: 70px;
  border-radius: 500px;
  background: #202b30;
  text-align: center;
  color: #fff;
  float: left;
  margin-top: 48px;
  margin-right: 30px;
}
.icon_section i {
  font: normal normal 31px/70px 'FontAwesome';
}
.user_section {
  width: 70px;
  height: 70px;
  background: #4371a0;
  text-align: center;
  color: #fff;
  float: left;
  margin-top: 48px;
  margin-right: 30px;
}
.user_section i {
  font: normal normal 48px/70px 'FontAwesome';
}
/**** start Map ****/
.map {
  margin-top: 21px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 392px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 39px;
  display: block;
}
.address1 dt {
  font: 300 20px/25px 'Open Sans', Arial, sans-serif;
  color: #31353d;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.address1 dd span {
  min-width: 141px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 49px 0 30px;
  color: #a0a0a0;
  overflow: hidden;
}
#footer h1 {
  margin-top: 15px;
  float: left;
}
.txt_priv {
  color: #9fa6ae;
  margin-right: 11px;
}
.priv_section1 {
  float: left;
}
.priv_section2 {
  float: right;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #4371a0;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #000;
}
@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-top: 42px;
  padding-bottom: 93px;
  z-index: 8;
  margin-top: 94px;
}
.first {
  background-image: url(../images/bg1.jpg);
  background-color: #fff;
  background-position: 50% 100%;
}
.second {
  background-image: url(../images/bg1.jpg);
  background-color: #fff;
}
@media only screen and (max-width: 979px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50%;
  }
}
@media only screen and (max-width: 979px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  .txt1 {
    font: 300 30px/30px 'Open Sans', Arial, sans-serif;
    padding-top: 13px;
  }
  .soc_icons {
    margin-right: 0;
  }
  .address1 dd span {
    min-width: 85px;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .txt1 {
    font: 300 27px/28px 'Open Sans', Arial, sans-serif;
    padding-top: 17px;
  }
  .img1 {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: -20px;
  }
  .img4 {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .box-1 {
    text-align: center;
  }
  .txt1 {
    font: 300 19px/25px 'Open Sans', Arial, sans-serif;
    padding-top: 0;
  }
  blockquote {
    padding-left: 0;
    background: none;
    min-height: 50px;
    margin-left: 7px;
  }
  #footer h1 {
    display: block;
    float: none;
  }
  #footer .fleft {
    float: none;
  }
  #footer .fright {
    float: none;
  }
  .soc_icons {
    float: none;
  }
  .img1,
  .img3 {
    float: none;
    margin-right: 0;
    margin-bottom: -10px;
  }
  .priv_section1 {
    float: right;
  }
  .priv_section2 {
    float: left;
  }
  h2 {
    font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  #footer h1 {
    width: auto;
  }
  #footer h1 img {
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
