/*========================================================
                    Pre settings
=========================================================*/
body {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #8f9094;
  background: #ffffff;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
	color: #333333;
}
img {
  max-width: 100%;
}
p + p {
  padding-top: 20px;
}
/* Common styles
========================================================*/
.color-1 {
  color: #ffffff;
}
.color-2 {
  color: #000000;
}
.color-3 {
  color: #8f9094;
}
.color-4 {
  color: #333033;
}
.color-5 {
  color: #777777;
}
.color-6 {
  color: #9f0010;
}
.color-7 {
  color: #2f3133;
}
.color-13 {
  color: #4d4f50;
}
.hover-color-4:hover {
  color: #333033;
}
.bg-color-6 {
  background: #9f0010;
}
.bg-color-9 {
  background: #e7e7e7;
}
.bg-color-10 {
  background: #f6f6f6;
}
.bg-color-11 {
  background: #9f0010;
}
.bg-color-16 {
  background: #333333;
}
.hover-bg-color-6:hover {
	background: #4949ff;
}
.hover-bg-color-19:hover {
  background: #1abc9c;
}
.hover-bg-color-20:hover {
  background: #a66bbe;
}
.hover-bg-color-21:hover {
  background: #e74c3c;
}
.hover-bg-color-22:hover {
  background: #e67e22;
}
.hover-bg-color-23:hover {
  background: #e1c247;
}
/*--------------------------------*/
.text {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.text-1 {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}
.text-2 {
  font-family: 'Arial', sans-serif;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
}
/*--------------------------------*/
.text-3 {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 60px;
	font-weight: 700;
}
.text-4 {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align:center;
}
.text-5 {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.text-6 {
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.text-7 {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.text-8 {
	font-family: 'Arial', sans-serif;
	font-size: 24px/52px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.text-9 {
  font-family: 'Arial', sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}
.text-10 {
	font-family: 'Arial', sans-serif;
	font-size: 32px;
	line-height: 45px;
	font-weight: 700;
}
.text-11 {
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
/*--------------------------------*/
.text__thin {
  font-weight: 100;
}
.text__light {
  font-weight: 300;
}
.text__regular {
  font-weight: 400;
}
.text__medium {
  font-weight: 500;
}
.text__bold {
  font-weight: 700;
}
.text__black {
  font-weight: 900;
}
/*.text__uppercase {
	text-transform: lowercase;*/
}
.text__italic {
  font-style: italic;
}
.text__underline {
  text-decoration: underline;
}
.text__spacing-none {
  letter-spacing: 0;
}
.text__spacing-1 {
  letter-spacing: -0.02em;
}
.text__family-1 {
  font-family: 'Arial', sans-serif;
}
.text__line-20 {
  line-height: 20px;
}
.text__line-22 {
  line-height: 22px;
}
.text__line-24 {
  line-height: 24px;
}
/*--------------------------------*/
.super-box {
	padding: 0 0 15px 0;
}
.heading {
	padding: 60px 0 20px 0;
}
.subtitle {
  padding: 0 0 7px 0;
}
.img-box {
	padding: 0 0 0 0;
}
/*--------------------------------*/
.btn {
  display: inline-block;
  position: relative;
  padding-right: 21px;
  color: #9f0010;
}
.btn:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 16px;
  line-height: 16px;
}
.btn:hover {
  color: #2f3133;
}
.btn-1 {
  display: inline-block;
  position: relative;
  color: #8f9094;
  padding: 5px 17px;
  border: 1px solid #e7ebee;
}
.btn-1:hover {
  background: #9f0010;
  border-color: #9f0010;
  color: #ffffff;
}
.btn-1__mod-1 {
  background: #9f0010;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
.btn-1__mod-1:hover {
	background: #700500;
	color: #2f3133;
}
/*--------------------------------*/
.wrap-box__left {
  float: left;
}
.wrap-box__right {
  float: right;
}
.wrap-box__none {
  overflow: hidden;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  min-height: 110px;
}
/*--------------------------------*/
.header-top {
  padding: 0 0 0 0;
  width: 100%;
}
.header-top_s1 {
	position: relative;
	padding: 10px 0 12px 0;
}
.hblock-1 {
  position: absolute;
  top: 41px;
  right: 0;
}
.hblock-1 .login {
  display: inline-block;
  padding: 0 10px;
}
.hblock-1 .register {
  display: inline-block;
  padding: 0 10px;
  color: #ffffff;
  background: #9f0010;
}
.hblock-1 .register:hover {
  background: #2f3133;
}
#stuck_container {
  position: relative;
  background: #2f3133;
}
.isStuck {
  z-index: 100;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .sf-menu > li:after {
  top: 0;
  bottom: 0;
}
.isStuck .sf-menu > li:first-child:before {
  top: 0;
  bottom: 0;
}
.isStuck .sf-menu > li > a {
  padding: 8px 0 5px 0;
}
.isStuck .sf-menu ul {
  top: 53px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
h1 {
  font-family: 'Arial', sans-serif;
  font-size: 40px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2f3133;
}
h1 span {
  color: #9f0010;
}
h1 a:hover {
  color: inherit;
}





@media only screen and (max-width: 979px) {
  .isStuck {
    display: none;

  }
  .sf-menu ul {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .hblock-1 {
    top: 80px; 
	
  }
  .header-top_s1 {
    text-align: center;
    padding: 4px 0 22px 0; height:110px;
  }
  .sf-menu {
    font-size: 15px;
  }
}
/* superfish-menu styles
========================================================*/
.sf-menu {
	display: table;
	/*table-layout: fixed;*/
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	
	/*letter-spacing: 0.08em;*/
  /*text-transform: uppercase;*/
}
.sf-menu > li {
  position: relative;
  display: table-cell;
  text-align: center;
  padding-right: 1px;
}
.sf-menu > li:after {
  content: "";
  position: absolute;
  top: -11px;
  bottom: -11px;
  right: 0;
  border-right: 1px solid #505152;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 99;
}
.sf-menu > li:first-child {
  padding-left: 1px;
}
.sf-menu > li:first-child:before {
  content: "";
  position: absolute;
  top: -11px;
  bottom: -11px;
  left: 0;
  /*border-right: 1px solid #505152;*/
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 99;
}
.sf-menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 17px 0 16px 0;
  color: #ffffff;
}
.sf-menu > li > a.sf-with-ul {
  color: #ffffff;
}
.sf-menu > li > a:hover {
  background: #9f0010;
  color: #ffffff;
}
.sf-menu > li.current > a {
  background: #9f0010;
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  background: #9f0010;
  color: #ffffff;
}
/* first level sub-menu styles */
.sf-menu ul {
	display: none;
	z-index: 99;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	padding: 10px 10px;
	background: #777777;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
  padding: 5px 0;

  color: #ffffff;
  text-align: center;
}
.sf-menu ul > li > a:hover {
  color: #333033;
  background: #ffffff;
}
.sf-menu ul > li.sfHover > a {
  color: #333033;
  background: #ffffff;
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: -6px;
  left: 100%;
  width: 100%;
  margin: 0 0 0 20px;
  padding: 6px 8px;
  background-color: #9f0010;
}
.sf-menu ul ul > li {
  position: relative;
}
.sf-menu ul ul > li a {
  color: #ffffff;
}
.sf-menu ul ul > li a:hover {
  color: #2f3133;
}
/* superfish responsive layout */
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    margin: 20px 0;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
  }
}



#button-container {
	width: 100%;
	display:block;
	position:relative;
	margin-top: 10px;
	text-align: center;
	height: auto;
	
}


#button-container2 {
	width: 100%;
	display:block;
	position:relative;
	margin-top: 10px;
	text-align: center;
	height: auto;
	font-family: Arial;
	color:#FFFFFF;
	/*background: #9f0010;
	border: 1px solid black;*/
	cursor: pointer;
	max-width: 180%;
	max-height: 100%;
	width:100%;
	padding: 5px 0;
	/*height: 50px;*/
	font-size: 150%;
	text-align: center;
	
}

#who-are-we {
	font-family: Arial;
	color:#FFFFFF;
	background: #9f0010;
	border: 1px solid black;
	cursor: pointer;
	max-width: 180%;
	max-height: 100%;
	width:200px;
	padding: 5px 10px;
	/*height: 50px;*/
	font-size: 170%;
	text-align: center;
  }

#who-are-we-quote {
	font-family: Arial;
	color:#FFFFFF;
	background: #9f0010;
	border: 1px solid black;
	cursor: pointer;
	max-width: 180%;
	max-height: 100%;
	width:100%;
	padding: 0 0;
	/*height: 50px;*/

	text-align: center;
  }






/*========================================================
                    CONTENT styles
=========================================================*/






.starRating0,.starRating1,.starRating1Half,.starRating2,.starRating2Half,.starRating3,.starRating3Half,.starRating4,.starRating425,.starRating475,.starRating4Half,.starRating5,.starRatingHalf{height:35px;width:184px;margin:0 auto}.starRating5{background:url(../images/starSprite.png)}.starRating475{
	background:url(images/starSprite.png) -184px -35px
}.starRating4Half{background:url(../images/starSprite.png) -184px -70px}.starRating425{background:url(../images/starSprite.png) -184px -105px}.starRating4{background:url(../images/starSprite.png) -184px -140px}.starRating3Half{background:url(../images/starSprite.png) -184px -175px}.starRating3{background:url(../images/starSprite.png) -184px -210px}.starRating2Half{background:url(../images/starSprite.png) -184px -245px}.starRating2{background:url(../images/starSprite.png) -184px -280px}.starRating1Half{background:url(../images/starSprite.png) -184px -315px}.starRating1{background:url(../images/starSprite.png) -184px -350px}.starRatingHalf{background:url(../images/starSprite.png) -184px -385px}.starRating0{background:url(../images/starSprite.png) -184px -420px}






#content {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #content .heading {
    font-size: 24px;
	text-transform:uppercase
	
  }
}
@media only screen and (max-width: 767px) {
  #content .heading {
    font-size: 34px;
    line-height: 40px;
    padding: 35px 0 20px 0;
  }
}
/*--------------------------------*/
.super-box-1 {
	padding: 30px 0 77px 0;
}
/*--------------------------------*/
.block-1 {
  padding: 30px;
  overflow: hidden;
}
.block-1 .wrap-box__left {
  margin-right: 20px;
}
.block-1 .wrap-box__none {
  margin-top: 10px;
}
.block-1_s1 {
  padding-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .block-1 .img-box {
    max-width: 200px;
  }
}
@media only screen and (max-width: 979px) {
  .block-1 .wrap-box__none {
    margin-top: 4px;
  }
  .block-1_s1 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 6px;
  }
  .block-1 .subtitle {
    line-height: 20px;
  }
  .block-1 .img-box {
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .block-1 {
    margin-bottom: 20px;
  }
  .block-1 .wrap-box__left {
    float: none;
  }
  .block-1 .img-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.block-2 {
  padding: 0 0 0 0;
  float: left;
  max-width: 100%;
}
.block-2_s1 {
  position: relative;
}
.block-2_s1 .overlayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-2_s2 {
  padding: 4px 0 6px 20px;
  position: relative;
  background: #e7e7e7;
}
.block-2_s2 .content {
  position: relative;
  z-index: 2;
}
.block-2_s2 .substrate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #9f0010;
  z-index: 1;
}
.block-2_s2 .fa {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -11px;
  font-size: 24px;
  line-height: 24px;
}
.block-2_hover .overlayer,
.block-2_hover .content,
.block-2_hover .substrate {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.block-2_hover:hover .overlayer {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block-2_hover:hover .content {
  color: #ffffff;
}
.block-2_hover:hover .substrate {
  right: 0;
}
.block-3 p {
  padding-right: 34px;
}
.block-3 .btn {
  margin-top: 22px;
}
.block-3-1_s1 {
  display: inline-block;
  padding: 20px 38px;
  margin-bottom: 17px;
  color: #ffffff;
  background: #9f0010;
}
.block-3-1 p {
  padding-right: 34px;
}
@media only screen and (max-width: 979px) {
  .block-3 p {
    padding-right: 0;
  }
  .block-3-1 p {
    padding-right: 0;
  }
}
/*.block-4 {
  background: #f6f6f6;
  border: solid #e7ebee;
  border-width: 0 0 1px;
}
.block-4_area1 {
  border: solid #e7ebee;
  border-width: 0 1px 0;
}
.block-4_area2 {
  border: solid #e7ebee;
  border-width: 0 1px 0 0;
}*/
.block-4_s1 {
  padding: 19px 0 13px 24px;
}
.block-4_s3 {
	padding: 18px 6px 0px 16px;
	border: solid #e7ebee;
	border-width: 0 0 0;
}
.block-4_s4 {
  padding: 11px 11px 12px 11px;
}
.block-4_s4:before,
.block-4_s4:after {
  content: " ";
  display: table;
}
.block-4_s4:after {
  clear: both;
}
.block-4_s4 .rating {
  float: left;
}
.block-4_s4 .rating_item {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/rating_item-bg.png) no-repeat 0 50%;
  cursor: pointer;
}
.block-4_s4 .rating_item.triggered {
  background-position: -17px 50%;
}
.block-4_s4 .rating_item + .rating_item {
  margin-left: 4px;
}
.block-4_s4 .rating_item:hover {
  background-position: -17px 50%;
}
.block-4_s4 .btn {
  float: right;
}
.block-4_s5 {
  margin-left: -30px;
  padding: 19px 0 13px 30px;
}
.block-4_s6 {
	margin-left: -30px;
	padding: 11px 0 30px 30px;
	border: solid #e7ebee;
	border-width: 0 0 0 0;
}
.block-4_s6_item:before,
.block-4_s6_item:after {
  content: " ";
  display: table;
}
.block-4_s6_item:after {
  clear: both;
}
.block-4_s6_item .wrap-box__left {
  margin: 9px 18px 0 0;
}
.block-4_s6_item .btn-1 {
  margin-top: 12px;
}
.block-4_s6_item + .block-4_s6_item {
	margin-top: 40px;
}
.block-4_s7 {
  padding: 18px 0 18px 41px;
}
.block-4_s7 .btn-1 {
  padding: 10px 27px;
}
@media only screen and (max-width: 1199px) {
  .block-4_s5 {
    padding-left: 20px;
    margin-left: -20px;
  }
  .block-4_s6 {
    padding-left: 20px;
    margin-left: -20px;
  }
  .block-4_s7 {
    padding: 18px 0 18px 20px;
  }
}
@media only screen and (max-width: 979px) {
  .block-4 .text-1 {
    font-size: 14px;
    line-height: 20px;
  }
  .block-4_s4 .btn {
    margin-top: 15px;
  }
  .block-4_s6_item .wrap-box__left {
    margin-right: 8px;
  }
  .block-4_s7 {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-4 .text-1 {
    font-size: 17px;
    line-height: 30px;
  }
  .block-4_area2 {
    border-width: 0 1px 0;
  }
  .block-4_s4 .btn {
    margin-top: 0;
  }
  .block-4_s5 {
    margin-left: 0;
  }
  .block-4_s6 {
    margin-left: 0;
  }
  .block-4_s6_item .wrap-box__left {
    margin-right: 20px;
  }
  .block-4_s7 {
    text-align: center;
  }
}
.block-5_s1 {
	padding: 0 0 10px 0;
}
.block-5 .btn-1 {
	text-transform: none;
	font-weight: 700;
	font-size: 26px;
	line-height: 37px;
	width: 100%;
	text-align: center;
	padding: 0 0;
	margin-top: 8px;
}
@media only screen and (max-width: 1199px) {
  .block-5 .btn-1 {
    margin-top: 47px;
  }
}
.block-6 {
	max-height: 420px;
	overflow: hidden;
}
.block-6_item {
  overflow: hidden;
  margin-right: 36px;
}
.block-6_item .wrap-box__left {
  margin-right: 15px;
}
.block-6_item .wrap-box__none {
  margin-top: 7px;
  padding-right: 30px;
}
.block-6_item_s1 {
  padding-bottom: 0px;
}
.block-6_item_s2 {
  line-height: 22px;
  padding-bottom: 18px;
}
.block-6_item_s3 {
  font-size: 16px;
  line-height: 16px;
}
.block-6_item_hover {
	display: block;
	padding-top: 0px;
	padding-bottom: 9px;
	overflow: hidden;
}
.block-6_item_hover .block-6_item_s2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-6_item_hover:hover {
  background: #f6f6f6;
}
.block-6_item_hover:hover .block-6_item_s2 {
  color: #9f0010;
}
.block-6_item + .block-6_item {
  border-top: 1px solid #dbdcdc;
}
.block-6_item + .block-6_item .block-6_item_hover {
  padding-top: 9px;
}
@media only screen and (max-width: 1199px) {
  .block-6_item {
    margin-right: 21px;
  }
  .block-6_item .wrap-box__left {
    margin-right: 10px;
  }
  .block-6_item .wrap-box__none {
    padding-right: 10px;
  }
  .block-6_item .img-box {
    max-width: 80px;
  }
}
@media only screen and (max-width: 979px) {
  .block-6_item {
    margin-right: 21px;
  }
  .block-6_item .wrap-box__none {
    margin-top: 0;
  }
  .block-6_item_s2 {
    font-size: 16px;
    line-height: 20px;
  }
  .block-6_item .img-box {
    max-width: 80px;
  }
}
.block-7 {

  margin-bottom: -11px;
  z-index: 2;
  position: relative;
}
.block-7 .img-box {
  margin-bottom: 40px;
}
.block-7 p {
  padding-right: 25px;
}
.block-7 .btn {
  margin-top: 23px;
}
.block-8 {
	padding: 15px 20px 15px 20px;
	overflow: hidden;
}
.block-8_s1 {
	padding: 0 0 0 0;
	min-width: 50px;
	font-size: 32px;
	line-height: 30px;
}
.block-8_hover {
  display: block;
}
.block-8_hover .block-8_s1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-8_hover:hover {
  color: #ffffff;
}
.block-8_hover:hover .block-8_s1 {
  color: #ffffff;
}
@media only screen and (max-width: 979px) {
  .block-8 .wrap-box__left {
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .block-8 .wrap-box__left {
    text-align: left;
    float: left;
  }
}
.block-9 {
  overflow: hidden;
  position: relative;
}
.block-9_s1 {
  position: absolute;
  min-width: 100px;
  padding: 5px 0 10px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: #ffffff;
  text-align: center;
}
.block-9_s1 .btn {
  margin-top: 5px;
}
.block-9_hover .btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-9_hover:hover {
  background: #9f0010;
  color: #ffffff;
}
.block-9_hover:hover .btn {
  color: #ffffff;
}
@media only screen and (max-width: 979px) {
  .block-9_s1 {
    min-width: 200px;
    margin: -55px 0 0 -100px;
  }
  .block-9_s1 .text-1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .block-9 .img-box img {
    width: 100%;
  }
}
.sequence-1 {
  margin: 2px 0 25px 0;
}
.sequence-1-1 {
  margin: 4px 0 0 0;
}
.sequence-1-2 {
  margin: -4px 0 35px 0;
}
.sequence-1-3 {
  margin: 4px 0 20px 0;
}
.sequence-1-4 {
  margin: 0 0 30px 0;
}
.sequence-1-5 {
  margin: -9px 0 -1px 0;
}
.sequence-2 + .sequence-2 {
  margin-top: 40px;
}
.sequence-2-1 {
  margin-top: -9px;
}
.sequence-2-1 + .sequence-2-1 {
  margin-top: 37px;
}
.sequence-2-2 + .sequence-2-2 {
  margin-top: 30px;
}
.sequence-2-3 {
  margin: -4px 0 38px 0;
}
.sequence-2-4 {
  margin: 7px 0 0 0;
}
.sequence-2-4 + .sequence-2-4 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.sequence-2-5 {
  margin: 5px 0 0 0;
}
.sequence-2-5 + .sequence-2-5 {
  margin-top: 30px;
  margin-bottom: 19px;
}
.sequence-3 + .sequence-3 {
  margin: 0;
}
@media only screen and (max-width: 979px) {
  .sequence-1-1 {
    margin: 0;
  }
  .sequence-2-1 {
    margin-top: -4px;
  }
  .sequence-2-1 + .sequence-2-1 {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .sequence-1 {
    margin: 0 0 10px 0;
  }
  .sequence-1-1 {
    margin: 0;
  }
  .sequence-1-2 {
    margin: 0 0 10px 0;
  }
  .sequence-2 + .sequence-2 {
    margin-top: 0;
  }
  .sequence-2_1 {
    margin-top: 30px;
  }
  .sequence-2-1 {
    margin: 0;
  }
  .sequence-2-1 + .sequence-2-1 {
    margin-top: 0;
  }
  .sequence-2-1_1 {
    margin-top: 20px;
  }
  .sequence-2-2 {
    margin: 0;
  }
  .sequence-2-2 + .sequence-2-2 {
    margin-top: 0;
  }
  .sequence-2-2_1 {
    margin-top: 20px;
  }
  .sequence-2-3 {
    margin: 0;
  }
  .sequence-2-3_1 {
    margin-bottom: 20px;
  }
  .sequence-2-4 {
    margin: 0;
  }
  .sequence-2-4 + .sequence-2-4 {
    margin: 0;
  }
  .sequence-2-4_1 {
    margin-bottom: 20px;
  }
}
.slider {
  height: 249px;
}
.slider:before,
.slider:after {
  content: " ";
  display: table;
}
.slider:after {
  clear: both;
}
.video-calling {
  position: relative;
}
.video-calling span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 82px;
  margin: -49px 0 0 -41px;
  padding: 0 0 0 10px;
  text-align: center;
  font-size: 37px;
  line-height: 82px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-calling:hover span {
  background: #ffffff;
  color: #2f3133;
}
.owl-carousel {
  margin-left: 30px;
}
.owl-carousel_wrapper {
  margin-left: -30px;
  width: 1200px;
  
}
.owl-carousel_item {
  padding-right: 30px;
}
.owl-carousel_navigation {
  position: relative;
}
.owl-carousel_prev,
.owl-carousel_next {
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 46px;
  line-height: 46px;
  color: #9f0010;
  cursor: pointer;
}
.owl-carousel_prev:hover,
.owl-carousel_next:hover {
  color: #2f3133;
}
.owl-carousel_prev {
  right: 50px;
}
.owl-carousel_next {
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .owl-carousel {
    margin-left: 20px;
  }
  .owl-carousel_wrapper {
    margin-left: -20px;
    width: 960px;
  }
  .owl-carousel_item {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .owl-carousel_wrapper {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel {
    margin-left: 0;
  }
  .owl-carousel_wrapper {
    margin-left: 0;
    width: 100%;
  }
  .owl-carousel_item {
    padding-right: 0;
  }
}
.blog {
	margin-top: -7px;
	padding-bottom: 49px;
	border: solid #f0eeeb;
	border-width: 0 0 0;
}
.blog .img-box {
  padding-top: 7px;
}
.blog .subtitle {
  line-height: 22px;
  padding-bottom: 20px;
}
.blog .btn {
  margin-top: 24px;
}
.blog_s1 {
  margin-bottom: 17px;
}
.blog + .blog {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .blog {
    margin-top: 0;
  }
  .blog .img-box {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
.address dt {
  padding: 0 0 7px 0;
}
.address dd span {
  display: inline-block;

}
.isotope {
  margin: 0 0 0 -30px;
}
.isotope_item {
  margin: 0 0 30px 30px;
}
.isotope_item img {
  width: 100%;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
@media only screen and (max-width: 979px) {
  .isotope {
    margin: 0 0 0 -20px;
  }
  .isotope_item {
    margin: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .isotope {
    margin: 0 0 0 0;
  }
  .isotope_item {
    margin: 0 0 20px 0;
  }
}
.gallery_item {
  position: relative;
  display: inline-block;
}
.gallery_item .overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000000 url(../images/gall_expand.png) 50% 50% no-repeat;
}
.gallery_item:hover .overlayer {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.map {
  position: relative;
  min-height: 440px;
}
.map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map iframe {
  width: 100%;
}
.map img {
  max-width: none !important;
}
@media only screen and (max-width: 979px) {
  .map {
    min-height: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .map {
    min-height: 300px;
  }
}
.privacy {
  margin-top: -4px;
}
.privacy div + p {
  padding-top: 8px;
}
.privacy p + div {
  padding-top: 29px;
}
.privacy a {
  display: inline-block;
  margin-top: 18px;
}
.wow {
  visibility: hidden;
  visibility: visible\9;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  position: relative;
  overflow: hidden;
}
.footer_s1 {
  padding: 0 0 139px 0;
  border-top: 1px solid #e7e7e7;
}
.footer_s1 .heading {
  padding: 56px 0 28px 0;
}
.fblock-1 {
	position: relative;
	padding: 0 0 0 31px;
	line-height: 14px;
	margin-top: -10px;
}
.fblock-1 span {
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 16px;
  color: #9f0010;
}
.fblock-1 + .fblock-1 {
  margin-top: 9px;
}
.fblock-2 {
  margin: -6px 0 0 0;
}
.fblock-2 div {
  float: left;
}
.fblock-2 div + div {
  margin-left: 3px;
}
.fblock-2 .fa {
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  background: #2f3133;
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
.fblock-2 .fa:hover {
  color: inherit;
  background: #9f0010;
}
@media only screen and (max-width: 979px) {
  .footer_s1 {
    padding: 0 0 100px 0;
  }
  .footer_s1 .heading {
    padding: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_s1 {
    padding: 0 0 80px 0;
  }
  .footer_s1 .heading {
    padding: 25px 0 5px 0;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  background: #9f0010;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#toTop .triangle-up {
  position: absolute;
  margin-top: -6px;
  margin-left: -4px;
  top: 50%;
  left: 50%;
  border: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
}
#toTop:hover {
  outline: none;
  background: #2f3133;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 8px;
}
#contact-form .contact-form_bottom-section {
  overflow: hidden;
  width: 100%;
  padding: 15px 0 0 0;
  text-align: left;
}
#contact-form .contact-form_bottom-section .btn-1 {
  padding: 16px 46px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}
#contact-form label.message {
  margin: 1px 0 0 0;
  width: 100%;
  position: relative;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 0 16px;
  color: #8f9094;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  font-weight: 300;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 15px 8px;
  border: 1px solid #cfd1d3;
  width: 100%;
  outline: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  color: #8f9094;
  background: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 13px;
  border: 1px solid #cfd1d3;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 147px;
  font-weight: 300;
  color: #8f9094;
  background: #ffffff;
  margin: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
  padding-right: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #343438;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  color: #000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}









/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 979px) {
  #contact-form {
    padding-right: 0;
    width: 100%;
  }
  #contact-form label {
    width: 100%;
    margin-left: 0 !important;
    clear: left;
  }
}
