/*section2*/
.section2 {
  color: #fff;
  position: fixed;
  right: 0; left: 0;
  z-index: 999;
  max-height: 202px;
  overflow: hidden;
}
.section2 .img-responsive.image_main {
  border-bottom: 2px solid #4d6c7f;
}
.container-fluid.section2  {
  padding: 0;

}
.section2  .container{
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
 }
.section2 img.img-responsive {
  width: 100%;
}
img.img-responsive.image_main.shrink{
  border-bottom: 2px solid #4d6c7f;
}
/*section3*/
.section3 {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
}
.section3 .container {
  /*background-image: url('../../images/background_home.png');*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.section3 .container img.img-responsive {
  width: 100%;
}
.section4 {
  color: #fff;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
}
.section4 .container {
}
.section4 h1 {
  text-transform: uppercase;
  font-size: 50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/*section back*/
.sectionBack {
  right: 0;
  left: 0;
  top: 0;
  z-index: 998;
  padding-right: 0;
  padding-left: 0;
  height: 202px;
}
.sectionBack .container {
  /*background-image: url('../../images/background_home.png');*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.row.image-sectionBack {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.sectionBack .container img.img-responsive {
  width: 100%;
  border-bottom: 2px solid #4d6c7f;
}




.col-sm-12.scene_element.scene_element--fadeinup {
  text-align: right;
}

img.img-circle.img-responsive {
  margin: 0 auto;
}
/*section4*/
.section4 {
  color: #fff;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: 0;
}
.section4 .container.fixed{
  border-bottom: 2px solid #4d6c7f;
}
.section4 .container.fixed h1{
}
.section4 .container {
}
.section4 h1 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slogan {
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 145px;
}
.slogan p{
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slogan.shrink {
  opacity: 0;
  height: 0;
}
.animsition.item.bg-cyan.sloganp{
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.animsition.item.bg-cyan.sloganp.shrink {
  opacity: 0;
}
.section_title {
  text-align: center;
  padding-top: 65px;
}
/*sectionform*/
.sectionform {
  padding-top: 29px;
  padding-bottom: 25px;
  color: #000;
  background-color: #ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}
.sectionform h4 {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #303133;
  text-align: center;

}
.sectionform h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #303133;
  text-align: center;
}
.sectionform a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.left {
  padding-right: 5px;
  padding-left: 25px;
  max-width: 350px;
  margin: 0 auto;
}
.right {
  padding-left: 5px;
  padding-right: 25px;
  max-width: 350px;
  margin: 0 auto;
}
.bot {
  padding-right: 25px;
  padding-left: 25px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  font-weight: normal;
  color: #636363;
}
textarea#comments {
  max-width: 100%;
  min-width: 100%;
  min-height: 60px;
}
.icons {
  height: 60px;
  max-width: 350px;
  margin: 0 auto;
}
.icons .form-group {
  margin-top: 15px;
}
.divicons img {
  margin-right: 10px;
}
.company {
  background: url('../../images/contact_icons/circle_off.png');
  border: 0px;
  width: 45px;
  height: 40px;
  margin-right: 10px;
}
.circle{
  background: url('../../images/contact_icons/circle_off.png') no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.circle:hover{
  background: url('../../images/contact_icons/circle_on.png') no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.pentagon{
  background: url('../../images/contact_icons/pentagon_off.png') no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.pentagon:hover{
  background: url('../../images/contact_icons/pentagon_on.png') no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.square{
  background: url('../../images/contact_icons/square_off.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.square:hover{
  background: url('../../images/contact_icons/square_on.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.star{
  background: url('../../images/contact_icons/star_off.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.star:hover{
  background: url('../../images/contact_icons/star_on.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.trapeze{
  background: url('../../images/contact_icons/trapeze_off.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.trapeze:hover{
  background: url('../../images/contact_icons/trapeze_on.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.triangle{
  background: url('../../images/contact_icons/triangle_off.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.triangle:hover{
  background: url('../../images/contact_icons/triangle_on.png')no-repeat;
  height: 40px;
  cursor: pointer;
  background-position: center;
  background-size: 41px 35px;
}
.help-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #737373;
  position: absolute;
  top: 30px;
  font-size: 9px;
  padding: 0px 5px 5px 5px;
  text-transform: uppercase;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

strong {
  font-family: Montserrat-Bold;
  color: #636363;
}

input:placeholder-shown {
 border: 1px solid #C21317;
 padding: 5px 10px 0 10px;
}
textarea:placeholder-shown {
  border: 1px solid #C21317;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px 0 10px;
}



::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color:#C21317;
}
:-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color:#C21317;
}
::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color:#C21317;
}
:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color:#C21317;
}



#email::-webkit-input-placeholder,
#name::-webkit-input-placeholder,
#comments::-webkit-input-placeholder
{
  color:#C21317;
}

#email:-moz-placeholder,
#name:-moz-placeholder,
#comments:-moz-placeholder
{
  color:#C21317;
}

#email::-moz-placeholder,
#name::-moz-placeholder,
#comments::-moz-placeholder
{
  color:#C21317;
}

#email:-ms-input-placeholder,
#name:-ms-input-placeholder,
#comments:-ms-input-placeholder
{
  color:#C21317;
}
