﻿
@charset "UTF-8";
@import url(animate.css);
@import url(font-awesome.min.css);

  
@font-face {
  font-family: 'Segoe UI light';
  font-style: Light;
  font-weight: 400;
  src: url('../fonts/segoeuil.woff') format('woff');  
  }
 
@font-face {
  font-family: 'Segoe UI Semibold';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/seguisb.woff') format('woff');  
  }
 
@font-face {
  font-family: 'Oswald Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Oswald-Regular.woff') format('woff');  
  }
 

/*========================================================
                      Main Styles
=========================================================*/

body {
  color: #000000;
  font: 400 14px/24px "Segoe UI light", sans-serif;
  -webkit-text-size-adjust: none;
  background: #000;
}

img {
  max-width: 100%;
  height: auto;
}

.headerpic{
  width:100%;
  height:auto;
 }
  
.headerpic img{
  width:100%;
  height:auto;
}


h1, h2, h3, h4, h5 {
  color: #404b52;
  font-weight: 700;
}


h3, h4, h5 {
  text-transform: uppercase;
}


h2 span, h3 span, h4 span {
  font-weight: 300;
}

h1 {
  font-size: 65px;
  line-height: 70px;
}

h2 {
  font-size: 60px;
  line-height: 72px;
}

h3 {
  font-size: 36px;
  line-height: 40px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}
h4 span {
  font-size: 22px;
  line-height: 25px;
}
h4 a:hover {
  color: #dc6226;
}

h5 {
  font-size: 30px;
  line-height: 33px;
  font-family: 'Segoe UI light';
  text-align:left;

}

h6 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Segoe UI Semibold';
  color: #E20A16;
  text-align:left;
}

h6 span {
  font-weight: 400;
  text-transform: none;
}
h6 a:hover {
  color: #404b52;
}

p {
  text-align: justify;
  color:#000000;
}


p a:hover, .list a:hover {
  text-decoration: underline;
  
}

p .fa, .list .fa {
  text-decoration: none;
}



time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  }

a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="mailto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .img_media {
    width: 100%;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/

* + p {
  margin-top: 9px;
  text-align:left;
  color:#000000;
}

* + h6 {
  margin-top: 20px;
}

* + .search-form {
  margin-top: 13px;
}

* + .marked-list {
  margin-top: 10px;
}

* + .inline-list3 {
  margin-top: 19px;
}

* + .terms-list {
  margin-top: 48px;
}

* + .btn {
  margin-top: 48px;
}

* + .btn2 {
  margin-top: 20px;
}

* + .btn3 {
  margin-top: 39px;
}

.map {
  margin:10px 20px 25px 0;
}

* + address {
  margin-top: 37px;
}

* + dl {
  margin-top: 26px;
}

* + .contact-form {
  margin-top: 53px;
}

* + .row {
  margin-top: 35px;
}

* + .off {
  margin-top: 41px;
}

* + .off1 {
  margin-top: 47px;
}

* + .off2 {
  margin-top: 24px;
}

* + .off3 {
  margin-top: 13px;
}

* + .off4 {
  margin-top: 36px;
}

p + p {
  margin-top: 24px;
}

h6 + img{
  margin-top: 24px;
}

h6 + p {
  margin-top: 24px;
}


.fa-map-marker + h6, .fa-phone + h6 {
  margin-top: 17px;
}

.mod + p {
  margin-top: 15px;
}

img + .mod {
  margin-top: 31px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/

.brand {
  display: inline-block;
  padding-top: 11px;
  padding-left: 16px;
  color: #404b52;
}

.brand_name {
  display: inline-block;
  overflow: hidden;
  font-size: 30px;
  line-height: 34px;
}

.brand_slogan {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align:right;
  color:gray;
  margin-top:15px;
  font-family: 'Segoe UI Semibold';
}

.brand_img {
 height: 110px;
  width: 351px; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  float: left;
  text-align:left;
}

.brand_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align:left;
}

.nav-up{ 

text-align:right;

}

.nav-up a{

font:normal 12px/Segoe UI light; 

text-transform: uppercase; 

padding:5px;

color:#002961; 

text-decoration:none;

}

.nav-up a:hover{

color:#FFF; 



}



.nav-up a:mark{ 

  color: #fff;

  background: #3388DF;

}


.set-img1 {

height: auto;

width: 100%;
text-align:right;

vertical-align:middle;

}

/*==================  Backgrounds  ======================*/

.bg-primary {
  background: #E6E7E8;
}

.bg-secondary {
 background:#DCDDDE;
}


.bg-secondary p {
  color: #000000;
}

.bg-secondary2 {
  background: url("../images/bg2.jpg");
  color: silver;
}
.bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6 {
  color: #fff;
}
.bg-secondary2 a:hover {
  color: #dc6226;
}
.bg-secondary2 .call {
  font-size: 24px;
  line-height: 17px;
}
.bg-secondary2 .color_primary {
  color: #dc6226;
}
.bg-secondary2 .color_primary a:hover {
  color: #fff;
}
.bg-secondary2 .btn2 {
  color: #fff;
}
.bg-secondary2 .btn2:after {
  color: #fff;
}

/*==================     Icons     ======================*/
.fa-map-marker, .fa-envelope, .fa-phone {
  font-size: 36px;
  line-height: 69px;
  color: #fff;
  background: #dc6226;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 21px;
  margin-top: -3px;
}

@media (max-width: 979px) {
  .fa-map-marker, .fa-envelope, .fa-phone {
    float: none;
    display: block;
    position: relative;
    margin-right: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fa-map-marker, .fa-phone {
  line-height: 73px;
}

/*==================    Buttons    ======================*/

.btn {
  display: inline-block;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 21px 31px 20px 30px;
}

.btn:hover {
  background: rgba(220, 98, 38, 0.8);
}

.lt-ie9 .btn:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDC6226', endColorstr='#CCDC6226')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCDC6226', endColorstr='#CCDC6226');
  zoom: 1;
}
.btn:active {
  background: #dc6226;
}
.lt-ie9 .btn:active {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC6226', endColorstr='#FFDC6226')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC6226', endColorstr='#FFDC6226');
  zoom: 1;
}

.btn2 {
  color: #404b52;
  text-align: left !important;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Segoe UI light';
  cursor:pointer;
  margin-top:15px;
  margin-bottom:15px;
  clear:both;
  display:block;
   }

.btn2:hover {
  color: #dc6226;
}
.btn2:hover:after {
  color: #f3372c;
}
.btn2:active {
  color: #b24e1d;
}

.btn2_sm {
  font-size: 14px;
}
.btn2_sm:after {
  left: 11px;
}

.btn3 {
  display: inline-block;
  color: #fff;
  background: #dc6226;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 33px 15px 37px;
}

.btn3:hover {
  background: #b24e1d;
}

.btn3:active {
  background: #863b16;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box:hover .box_aside {
  background: #fff;
}

.box:hover .sprite {
  opacity: 0;
}
.lt-ie9 .box:hover .sprite {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.box_aside {
  position: relative;
  height: 170px;
  width: 170px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #dc6226;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.box_aside1 {
  float: right;
  margin-left: 31px;
}
.box_aside2 {
  float: left;
  margin-right: 31px;
}
.box_cnt__no-flow {
  overflow: hidden;
  margin-top: 6px;
}
.box .sprite, .box .sprite_hover {
  display: inline-block;
  background: url("../images/page-1_sprite1.png") no-repeat;
  position: absolute;
  left: 38px;
  top: 40px;
  width: 96px;
  height: 88px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
}
.lt-ie9 .box .sprite, .lt-ie9 .box .sprite_hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.box .sprite1, .box .sprite2, .box .sprite3, .box .sprite4 {
  z-index: 2;
}
.box .sprite1_hover, .box .sprite2_hover, .box .sprite3_hover, .box .sprite4_hover {
  z-index: 1;
}
.box .sprite1 {
  background-position: -0px -0px;
}
.box .sprite1_hover {
  background-position: -96px -0px;
}
.box .sprite2 {
  background-position: -0px -88px;
}
.box .sprite2_hover {
  background-position: -96px -88px;
}
.box .sprite3 {
  background-position: -0px -176px;
}
.box .sprite3_hover {
  background-position: -96px -176px;
}
.box .sprite4 {
  background-position: -0px -264px;
}
.box .sprite4_hover {
  background-position: -96px -264px;
}
@media (max-width: 979px) {
  .box {
    text-align: center;
  }
  .box_aside1, .box_aside2 {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .box_cnt__no-flow {
    margin-top: 10px;
  }
}

/*==================  Inline List  ======================*/
.inline-list {
  padding-top: 14px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li .fa-map-marker, .inline-list li .fa-envelope, .inline-list li .fa-phone {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 30px;
  width: 30px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  float: none;
  margin-right: 0;
  margin-top: 0;
}
.lt-ie9 .inline-list li .fa-map-marker, .lt-ie9 .inline-list li .fa-envelope, .lt-ie9 .inline-list li .fa-phone {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#52FFFFFF', endColorstr='#52FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52FFFFFF', endColorstr='#52FFFFFF');
  zoom: 1;
}
.inline-list li + li {
  margin-left: 13px;
}
.inline-list .fa-map-marker:hover, .inline-list .fa-envelope:hover, .inline-list .fa-phone:hover {
  background: #404b52;
}

.inline-list2 li {
  display: inline-block;
}
.inline-list2 li a {
  color: #404b52;
  font-size: 18px;
  line-height: 18px;
}
.inline-list2 li + li {
  margin-left: 11px;
}
.inline-list2 a:hover {
  color: #dc6226;
}

.inline-list3 li {
  display: inline-block;
}
.inline-list3 li a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.inline-list3 li + li {
  margin-left: 19.5px;
}
.inline-list3 a:hover {
  color: #dc6226;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 102.5%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flex-list li img:hover {
  opacity: 0.7;
}
.lt-ie9 .flex-list li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
  filter: alpha(opacity=70);
}
@media (max-width: 979px) {
  .flex-list {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: block;
  }
  .flex-list li + li {
    margin-top: 5px;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 21px;
}

.marked-list li:before {
  content: "Â©";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #dc6226;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.marked-list li + li {
  margin-top: 6px;
}
.marked-list a:hover {
  color: #dc6226;
}
.marked-list li:hover:before {
  color: #404b52;
}

/*========================   Menu   ==========================*/

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 52px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Segoe UI light';
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px 37px 10px 37px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #E20A16;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #E20A16;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 190px;
  margin-top: 0px;
  left: 0px;
  padding: 20px 0 20px;
  background: #FFF;
  z-index: 200;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  background: #575554;
}
.sf-menu ul > li {
  padding: 0 11px;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  background: #575554;
  text-transform: uppercase;
 font-family: 'Segoe UI light';
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: inline-block;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {

position:relative;
	background-color:#A7A9AC;
	font-size: 14px;
	width: 164px;
	color: #FFF;
	text-decoration:none;
	padding:4px 0 5px 5px;  
}
.sf-menu ul > li + li {
  margin-top: 10px;
}

.sf-menu ul ul {
  position: absolute;
  top: 40%;
  left: 100%;
  width: 100px;
  margin-top: 0;
  padding: 0;
  z-index: 200;
}

.sf-menu ul ul {
  background: #dc6226;
  padding: 12px 0 2px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  background: #dc6226;
  padding: 0 4px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu ul ul > li + li {
  margin-top: 5px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}

.rd-mobilemenu_ul a:hover {
  background: #E20A16;
  color: #FFF;
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #404b52;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #E20A16;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle.active span {
  background: transparent;
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
}

.rd-mobilepanel_toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}


/*==================  Stuck menu  ======================*/
.stuck_container {
  background:#808285;
  padding-bottom: 0px;
}

.isStuck {
  background:#575554;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .sf-menu ul {
  border: 1px solid #000;
  margin-top: 11px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}


/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: silver;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5 {
  color: #fff;
}
.parallax h6 a:hover {
  color: #fff;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
header .cont_header {
  padding-top: 15px;
  padding-bottom: 16px;
}
header .srch_header {
  text-align: right;
}
header .nav, header .brand {
  float: left;
}
header .inline-list, header .srch_header {
  float: right;
}


@media (max-width: 767px) {
  header {
    text-align: left;
  }
  header .social, header .nav, header .inline-list {
    float: none;
    padding:1px 0 8px 0;
      }
  header .inline-list2 {
    margin-top: 10px;
  }
  
  .brand_slogan {
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  text-align:right;
  margin-top:15px;
}
  
}


@media (max-width: 479px) {
  header .brand_img {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
.row p {
  padding-right: 10px;
}

.row ul {
  padding:0; margin:7px 0 20px 0;
  }

.row ul li {
   padding:0 0 0px 10px; margin-left:15px; list-style-image:url('../images/bullet.jpg'); text-align:left;     
  }



main {
  display: block;
  background: #fff;
}

.mg_add {
  margin-top: 16px;
}

.mg_add2 {
  margin-top: 4px;
}

.mg_add3 {
  margin-top: -7px;
}

.mod {
  text-transform: none;
}

.color_default {
  color: #404b52;
}

.color_default a:hover {
  color: #dc6226;
}

.color_primary {
  color: #dc6226;
}
.color_primary a:hover {
  color: #404b52;
}

.f-weight {
  font-weight: 300;
}

.l-height {
  line-height: 21px;
}

.video {
  height: 353px;
}

@media (max-width: 479px) {
  .video {
    height: 200px;
  }
}

.bord-bottom {
  padding-bottom: 22px;
  border-bottom: 1px solid #82848b;
}

@media (max-width: 767px) {
  .bord-bottom {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.rand {
  display: inline-block;
  width: 88px;
  height: 88px;
  border: 6px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 89px;
  letter-spacing: 2px;
}

.img-block {
  cursor: default;
  position: relative;
}

.img-block .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.lt-ie9 .img-block .img-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.img-block .img-hover_block {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.img-block .img-hover_block .img-hover_cnt {
  height: 100%;
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px 0 34px;
  color: #fff;
}

.img-block .img-hover_block .img-hover_cnt h1, .img-block .img-hover_block .img-hover_cnt h2, .img-block .img-hover_block .img-hover_cnt h3, .img-block .img-hover_block .img-hover_cnt h4, .img-block .img-hover_block .img-hover_cnt h5, .img-block .img-hover_block .img-hover_cnt h6 {
  color: #fff;
}

.img-block .img-hover_block .img-hover_cnt p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right {
  right: 29px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 72px;
  line-height: 72px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.lt-ie9 .img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}

.img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right:hover {
  opacity: 0.9;
  color: #dc6226;
}

.lt-ie9 .img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
  filter: alpha(opacity=90);
}
.img-block:hover .img-hover {
  opacity: 1;
}

.lt-ie9 .img-block:hover .img-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
@media (min-width: 480px) and (max-width: 979px) {
  .img-block .img-hover_cnt h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .img-block .img-hover_cnt p {
    font-size: 10px;
    line-height: 14px;
  }
}

@media (max-width: 479px) {
  .img-block .img-hover_block .img-hover_cnt {
    padding: 0 49px 0 34px;
  }
  .img-block .img-hover_block .img-hover_cnt h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .img-block .img-hover_block .img-hover_cnt p {
    display: none;
  }
  .img-block .img-hover_block .img-hover_cnt .fa-arrow-circle-o-right {
    font-size: 44px;
    right: 10px;
  }
}

@media (max-width: 979px) {
  .media_center {
    text-align: center;
  }
}

.address-box address {
  font-size: 18px;
  line-height: 21px;
  color: #dc6226;
  text-transform: uppercase;
}
.address-box dl dt, .address-box dl dd {
  display: inline-block;
}
.address-box dl dt {
  width: 62px;
}
.address-box dl dd {
  width: 80%;
}
.address-box dl dt.mail {
  width: auto;
}

@media (max-width: 1199px) {
  .address-box dl dd {
    width: 70%;
  }
  .address-box dl dt.mail {
    width: auto;
  }
}

@media (max-width: 767px) {
  .address-box dl dt.mail {
    width: 15%;
  }
  .address-box dl dt.mail + dd {
    margin-left: -26px;
  }
}

@media (max-width: 479px) {
  .address-box dl dt.mail + dd {
    margin-left: -4px;
  }
}

.terms-list dt {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.terms-list dt + dd {
  margin-top: 23px;
}
.terms-list dd + dt {
  margin-top: 48px;
}
.terms-list + a {
  margin-top: 26px;
  display: inline-block;
}
.terms-list + a:hover {
  text-decoration: underline;
}

/*==================      Well     ======================*/

.well {
  padding-top: 45px;
  padding-bottom: 51px;
}

.well1 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.well1__ins1 {
  padding-bottom: 121px;
}

.well1__ins2 {
  padding-bottom: 104px;
}

.well1__ins3 {
  padding-bottom: 58px;
}

.well2 {
  padding-top: 114px;
  padding-bottom: 145px;
}

.well4 {
  padding-top: 110px;
  padding-bottom: 107px;
}

.well3 {
  padding-top: 37px;
  padding-bottom: 37px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/

footer {
  background: #000;
  padding-top:15px;
  padding-bottom: 15px;
  color: #fff;
  text-align:center;
}

footer .brand {
  padding-top: 0;
  text-align:center;
 }
 
footer .brand_name, footer .brand_name p a{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align:center;
  }
  
/*========================================================
                    Contact Form
=========================================================*/

.textred{
  color: #FC3302;
  font-size: 15px;
  line-height: 24px;
  text-align:left;
 
} 
  
 #contact-form {
  position: relative;
  margin-top: 4px;
}
#contact-form label {
  display: inline-block;
  position: relative;
  min-height: 42px;
  width: 100%;
}
#contact-form label input,
#contact-form label textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  font: 14px/18px Arial, sans-serif;
  color: #675e52;
  border: 1px solid #bfb8aa;
  -webkit-appearance: none;
  
}
#contact-form label input {
  height: 32px;
  padding: 6px 7px 6px 9px;
  outline: none;
  width: 100%;
}
#contact-form label textarea {
  height: 100px;
  overflow: auto;
  width: 100%;
  padding: 6px 7px 6px 9px;
  margin: 0px;
  resize: none;
  margin:10px 0;
}
.form_buttons a {
  margin-top: 26px;
  margin-right: 17px;
}
#contact-form span {
  display: block;
}

.nn{
    margin:5px 0 10px 0;
    border:none;
}

.mm{
    margin:5px 0 10px 0;
    border:none;
    width:100%;
    border:1px solid gray;
}


#contact-form ._placeholder {
  position: absolute;
  /*!*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  width: 100% !important;
  padding: 6px 7px 6px 9px;
  opacity: .99;
  display: block;
  width: 100%;
  font: 14px/18px Arial, sans-serif;
  color: #675e52;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form ._placeholder.focused {
  opacity: .4;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .message {
  width: 100%;
}


/*--- contact_form end------*/
@media only screen and (max-width: 995px) {
  #contact-form label {
    display: block;
    width: 100%;
  }
  #contact-form label textarea {
    width: 100%;
  }
  #contact-form fieldset.fleft {
    width: 100%;
  }
  #contact-form fieldset.fright {
    width: 100%;
  }
  #map_canvas {
    width: 100%;
  }
    
  .map_wrapper .address span {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form .success {
    left: 0;
    right: 0;
  }
  #contact-form label textarea {
    height: 150px;
  }
  #contact-form label.message ._placeholder {
    height: 150px;
  }
  #map_canvas {
    height: 150px;
  }
}
 
  
  
  
  table { 
		width: 100%; 
		color: #000000;
		border-collapse: collapse; 
	}
	
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #FAA61A; 
		color: #000000; 
		font-family: 'Segoe UI Semibold';
		font-weight: bold; 
	}
	td, th { 
		padding: 4px 6px 4px 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
			}
			
	td .left { 
	    width:35%;
	    font-family: 'Segoe UI Semibold';
	  	color: black;
			}
			
		td .left a{ 
	    font-family: 'Segoe UI Semibold';
	  	color: black;
			}

	td .right { 
	    width:65%;
	    color: #000000;
		font-family: 'Segoe UI light';
		
			}





@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
				
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
				
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			}
		
		td:before { 
			
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}

  
  
