/*@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);*/
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
/*@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700,400italic,700italic);*/
@import "animate.css";

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #ffffff;
  color: #8a8989;
  font: 14px/20px 'Roboto Condensed', Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
}
header {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.frame {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
@media (max-width: 1199px) {
  header .container {
    width: 100%;
  }
  header .container .grid_6 {
    width: 500px;
  }
  header .container .grid_3 {
    margin-left: 0px;
  }
}
@media (max-width: 979px) {
  header [class*="grid_"] {
    margin-left: 9px;
  }
  header .container {
    width: 744px;
  }
  header .grid_6 {
    width: 474px;
  }
  header .grid_3 {
    width: 190px;
  }


}
@media (max-width: 767px) {
  header .container {
    width: 100%;
  }
  header .container .grid_6 {
    width: 85%;
    margin: 0 auto;
  }
  header .container .grid_3 {
    width: 75%;
    margin: 0 auto;
  }
   header [class*="grid_"] {
    margin-left: 0px;
  }
}

img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  img.nowidth {
    width: auto;
    padding-top: 35px;
  }
}
a {
  color: #41637e;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
#content {
  overflow: hidden;
}
.header-navigation {
  text-align: center;
  margin-left: -57px;
  padding-top: 31px;
  position: relative;
}
@media (max-width: 979px) {
  .header-navigation {
    margin-left: 0px;
  }
}
.center-text {
  text-align: center;
  padding-top: 63px;
}
.center-text h2 {
  padding-bottom: 23px;
}
.center-text p {
  font-weight: 400;
  padding: 0px 166px 41px;
  line-height: 24px;
  position: relative;
}
.center-text p:after {
  position: absolute;
  width: 370px;
  display: block;
  border-top: 1px #bcb2af solid;
  margin: 0 auto;
  content: '';
  top: 77px;
  left: 36%;
}
@media only screen and (max-width: 979px) {
  .center-text p:after {
    left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .center-text p:after {
    left: 5%;
  }
}
@media only screen and (max-width: 479px) {
  .center-text p:after {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .center-text p {
    padding: 0px 5px 41px;
  }
}
.white-2-title {
  font-size: 36px;
  font-family: Istok Web;
  color: #ffffff;
  line-height: 36px;
}
.dark-2-title {
  font-size: 30px;
  font-family: Roboto Condensed;
  color: #2e2e2e;
  line-height: 36px;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.blue-2-title {
  font-size: 30px;
  line-height: 24px;
  /*text-transform: uppercase;*/
  color: #41637e;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
	 .frame {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
	
  .blue-2-title {
    line-height: 30px;
  }
}
.bold {
  font-weight: 700;
  text-transform: none;
  line-height: 30px;
}
.blue-3-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #41637e;
  font-family: Roboto Condensed;
  font-weight: 700;
}
.white-3-title {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-family: Istok Web;
  font-weight: 700;
  padding-top: 23px;
  padding-bottom: 4px;
}
.white-4-title {
  font-size: 30px;
  line-height: 26px;
  color: #ffffff;
  font-family: Roboto Condensed;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
.big-white-title {
  font-size: 60px;
  line-height: 54px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  .big-white-title {
    font-size: 39px;
    line-height: 44px;
  }
}
.blue-4-title {
  font-size: 15px;
  line-height: 18px;
  color: #41637e;
  /*text-transform: uppercase;*/
  font-weight: 300;
}
@media only screen and (max-width: 979px) {
  .blue-4-title {
    line-height: 20px;
  }
}
.more-link {
  font-size: 14px;
  line-height: 18px;
  color: #41637e;
  text-transform: uppercase;
  font-weight: 400;
}
.more-link:hover {
  color: #f85d51;
}
.orange-button-link {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  background-color: #f85d51;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 25px;
  margin-top: 24px;
}
.orange-button-link:hover {
  background-color: #41637e;
}
p.white-text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-family: Istok Web;
}
p.white-text2 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: Roboto Condensed;
  
 
}
header {
  position: relative;
  padding-bottom: 29px;
}
header .header-logo {
  position: absolute;
  top: 0;
  left: 21.2%;
  background-color: #f85d51;
  text-align: center;
  border-top: 20px #8a8280 solid;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Istok Web;
}
header .header-logo h1 a {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  padding: 0 28px;
  padding-top: 70px;
  line-height: 30px;
  text-transform: uppercase;
}
header .header-logo .logo-quote {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 63px;
}

header .header-logo img{
	width:239px; height:208px;
}

header .header-logo_1 {
  position: absolute;
  top: 22px;
  width:170px;
  /*right: 7.9%;*/
  /*background-color: #f85d51;*/
  text-align: center;
  /*border-top: 20px #8a8280 solid;*/
  padding-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Istok Web;
  display:none;
}


@media (max-width: 1850px) {
  header .header-logo {
    left: 8%;
  }
}
@media (max-width: 1279px) {
  header .header-logo {
    left: 3%;
  }
}
@media (max-width: 1279px) {
  header .header-logo {
    left: 0%;
  }
}
@media (max-width: 979px) {
  header .header-logo {
    position: relative;
  }

  header .header-logo_1 {
  position:relative;
  width:170px;
  text-align: center;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Istok Web;
  margin:auto;
  }

  header .header-logo .logo-quote {
    padding-bottom: 20px;
  }
}
nav ul {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
.sf-menu > li > a {
  display: inline-block;
  margin: 4px 16px;
  color: #8a8280;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  /*text-transform: uppercase;*/
  /*font-family: Istok Web;*/
  font-family:'Roboto Condensed';
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #f85d51;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.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
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 25px;
  left: -14px;
  background: #8a8280;
  padding: 9px -2px;
  width: 146px;
  float: left;
  z-index: 2;
  display: none;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: -4px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.sf-menu ul li {
  line-height: 34px;
  position: relative;
  text-align: left;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
.sf-menu ul li a {
  color: #8a8280;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-weight: 300;
}
.sf-menu ul li a:hover {
  font-weight: 700;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  font-weight: 700;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 2px;
  left: 136px;
  background-color: #f85d51;
  z-index: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 14px;
}
.sf-menu ul ul li {
  line-height: 30px;
  text-align: left;
}
.sf-menu ul ul li a {
  font-size: 12px;
  font-family: Arial;
  color: #0f0e0e;
  text-decoration: none;
  font-weight: 300;
}
.sf-menu ul ul li a:hover {
  font-weight: 300;
  color: #ffffff;
}
.current {
  color: #f85d51;
}
.current > a {
  color: #f85d51 !important;
}
li.inner_menu {
  position: relative;
}
li.inner_menu:after {
  position: absolute;
  top: 20px;
  left: 45%;
  content: '\f0dd';
  font-size: 14px;
  font-family: 'FontAwesome';
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    margin: 4px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    padding-top: 0px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  height: 56px;
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header-navigation {
  padding-top: 13px;
}
.isStuck .search_block_outer {
  padding-top: 13px;
}
.isStuck .preffix_3 {
  margin-left: 190px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
.search_block_outer {
  padding-top: 27px;
}
@media only screen and (max-width: 767px) {
  .search_block_outer {
    float: none;
    margin-top: 19px;
  }
}
.search-block {
  border-bottom: 1px #ffffff solid;
}
#search {
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 1px;
  position: relative;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  height: 29px;
  width: 100%;
  background-color: #eaeaea;
}
#search::-ms-clear {
  display: none;
}
#search input {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eaeaea;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  height: 29px;
  width: 100%;
  padding: 6px 38px 6px 13px;
}
#search input::-ms-clear {
  display: none;
}
#search input::-webkit-input-placeholder {
  color: #ffffff;
}
#search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#search input:-ms-input-placeholder {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #search input {
    width: 216px;
  }
}
#search a {
  position: absolute;
  cursor: pointer;
  top: 62%;
  margin-top: -13px;
  right: 14px;
}
#search a > .search_icon {
  display: block;
}
#search a > .search_icon:hover:before {
  color: #f85d51;
}
#search a > .search_icon:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  content: '\f002';
  color: #56504e;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.banner1 {
  background: url('../images/banner1.jpg');
  /*height: 734px;*/
  height:400px;
  /*background-position: bottom;*/
  background-position:center top;
}
@media (max-width: 979px) {
  .banner1 {
    height: 450px;
  }
}
.block1 {
  position: relative;
  margin-top: -142px;
}

.slider{
	float:right;
	position:relative;
	margin-top:-370px;
	overflow:hidden;
	z-index:1;
	/*background-color:orange;*/
}


#owl {
  overflow: hidden;
  z-index: 1;
  color: #fff;
  position: relative;
  top: -2px;
  margin-top: -1px;
  background-color: #f85d51;
  display: none;
}
#owl .owl-item {
  float: left;
  width: 100%;
}
#owl .item {
  padding-left: 67px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #owl .item .big-text2 #owl .item p {
    font-size: 19px !important;
    line-height: 25px !important;
  }
}
#owl .item p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
}
#owl .item .item-info {
  padding-top: 50px;
  overflow: hidden;
  padding-right: 92px;
}
#owl .item .post-image {
  float: right;
}
#owl .item p.man {
  color: #59403e;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  font-family: Roboto Condensed;
  padding-top: 9px;
}
#owl .item .title {
  margin-bottom: 14px;
  padding-top: 21px;
  color: #fff;
  letter-spacing: 1px;
  font: bold 16px/18px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
#owl .item .col1 {
  padding-top: 26px;
}
#owl .item a.btn {
  display: block;
  padding-right: 0;
  margin-right: 38px;
  margin-top: 19px;
}
.owl-wrapper-outer {
  overflow: hidden;
  padding-top: 0px;
}
.owl-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-controls {
  top: 223px;
  position: absolute;
  padding-left: 69px;
}
.owl-controls .owl-pagination .owl-page {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 7px;
  border-radius: 500px;
  background-color: #ffffff;
}
.owl-controls .owl-pagination .owl-page:hover {
  cursor: pointer;
  background-color: #000000;
}
.owl-controls .owl-pagination .active {
  background-color: #000000;
}
/* Owl content */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
@media only screen and (max-width: 1199px) {
  #owl .item .item-info {
    padding-top: 11px;
    overflow: hidden;
    padding-right: 10px;
  }
  .owl-controls {
    top: 259px;
    position: absolute;
    padding-left: 69px;
  }
}
@media only screen and (max-width: 979px) {
  #owl .item {
    padding-left: 30px;
    overflow: hidden;
    position: relative;
  }
  #owl {
    padding-bottom: 35px;
  }
  .owl-controls {
    top: 288px;
    left: 39%;
  }
}
@media only screen and (max-width: 767px) {
  #owl .item {
    padding-left: 0px;
  }
  #owl .item .post-image {
    float: none;
    width: 100%;
  }
  #owl .item .item-info {
    padding: 11px;
  }
  .owl-controls {
    top: 488px;
    left: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .owl-controls {
    top: 452px;
    left: 10%;
  }
}
.wrap_3 {
  padding-top: 28px;
  padding-bottom: 17px;
}
.wrap_3 .wrap_inner {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 35px;
  margin-bottom: 26px;
}
.wrap_3 .wrap_inner .label {
  float: left;
  text-align: center;
  /*border: 2px #afa7a5 solid;
  border-radius: 500px;*/
  width: 170px;
  height: 170px;
  overflow: hidden;
  margin-right: 25px;
}

.image{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	moz-filter: gray;
	-ms-filter: gray;
	-webkit-filter: gray;
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	cursor:pointer;
}


	.image:hover {
		filter:alpha(opacity:100);
		-webkit-filter:grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		opacity:1;		
	}

	.image_edefter{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	moz-filter:gray;
	-ms-filter: gray;
	-webkit-filter: gray;
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	cursor:pointer;
	opacity:0.7;
}


	.image_edefter:hover {
		filter:alpha(opacity:100);
		-webkit-filter:grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		opacity:1;		
	}


		.image_earsiv{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	moz-filter:gray;
	-ms-filter: gray;
	-webkit-filter: gray;
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	cursor:pointer;
	opacity:0.5;
}


	.image_earsiv:hover {
		filter:alpha(opacity:100);
		-webkit-filter:grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		opacity:1;		
	}



@media (max-width: 1199px) {
  .wrap_3 .wrap_inner .label {
    float: none;
    margin-right: 0px;
  }
}
.wrap_3 .wrap_inner .info {
  padding-top: 11px;
}
.wrap_3 .wrap_inner .info p {
  padding-top: 16px;
}
.wrap_3 .wrap_inner h2 {
  padding-bottom: 16px;
}
.wrap_3 .wrap_inner .post-image {
  padding-bottom: 36px;
}
.wrap_3 .wrap_inner .post-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .wrap_3 .wrap_inner {
    margin-top: 10px;
  }
}
.wrap_3 .simple {
  padding-bottom: 27px;
}
.wrap_3 h4 {
  padding-bottom: 14px;
}
.wrap_3 .simple-wrap-3 {
  padding-bottom: 21px;
}
.wrap_3 .post {
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .wrap_3 {
    margin-top: 10px;
  }
}
.banner-empty {
  background-size: cover;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.banner2 {
  background: url('../images/banner2.jpg');
  background-size: cover;
  padding-top: 86px;
  padding-left: 69px;
  padding-right: 10px;
  padding-bottom: 58px;
}
.banner2 p {
  font-weight: 400;
  padding-top: 13px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .banner-empty {
  background-size: cover;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
}
  
  .banner2 p br {
    display: none;
  }
  
  
}
.wrap_6 {
  padding-top: 37px;
}
.banner3 {
  background: url('../images/doga.jpg');
  background-position: bottom;
  margin-top: 49px;
  padding-top: 70px;
  padding-bottom: 81px;
 
}

.banner3_1 {
  background: url('../images/banner3.jpg');
  background-position: bottom;
  margin-top: 49px;
  padding-top: 70px;
  padding-bottom: 81px;
 
}
@media (max-width: 767px) {
  .banner3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner3_1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.center-align {
  text-align: center;
}
.wrap_4 {
  padding-top: 53px;
  padding-bottom: 40px;
}
.wrap_4 .contact {
  color: #474747;
  font-size: 18px;
  line-height: 18px;
  font-family: Istok Web;
  padding-top: 41px;
  border-right: 1px #dfdfdf solid;
}
.wrap_4 .contact a {
  color: #474747;
}
.wrap_4 .contact a:hover {
  color: #f85d51;
}
.wrap_4 .contact p {
  padding-bottom: 36px;
}
.wrap_4 .contact ul {
  margin-top: -24px;
}
.wrap_4 .contact ul li {
  font-size: 14px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .wrap_4 .contact {
    border: none;
  }
}
.wrap_4 .minus-mag {
  margin-top: -11px;
}
.wrap_4 .border-none {
  border: none !important;
}
.banner4 {
  background: url('../images/banner4.jpg');
  height: 120px;
  background-position: bottom;
}
.wrapper2 .post-image {
  float: right;
  padding-left: 17px;
}
@media (max-width: 767px) {
  .wrapper2 .post-image {
    padding-left: 0px;
    float: none;
    padding-bottom: 10px;
  }
}
.wrapper2 h4 {
  padding-bottom: 11px;
}
.wrapper2 p {
  padding-bottom: 20px;
}
.wrapper2 p:last-child {
  overflow: hidden;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .wrapper2 p:last-child {
    border: none;
  }
}
.wrapper2 .more-link {
  margin-top: -9px;
  display: inline-block;
}
.conf-pad {
  padding-top: 65px;
  padding-bottom: 49px;
}
.conf-pad2 {
  padding-top: 27px;
  padding-bottom: 12px;
}
.grey-back {
  background-color: #f1f1f1;
  padding: 26px 46px 17px;
}
.grey-back h2 {
  padding: 0 39px;
  padding-bottom: 12px;
}
.grey-back p {
  padding-bottom: 4px;
}
.grey-back1 {
  background-color: #f1f1f1;
  padding: 26px 28px 17px;
}
.grey-back1 h2 {
  padding: 0 39px;
  padding-bottom: 12px;
}
.grey-back1 p {
  padding-bottom: 4px;
}


@media (max-width: 979px) {
  .grey-back {
    padding: 26px 7px 17px;
  }
  
  .grey-back1 {
    padding: 26px 7px 17px;
  }
}
.banner5 {
  background: url('../images/banner5.jpg');
  background-size: cover;
  margin-top: 30px;
  padding-top: 60px;
  padding-left: 69px;
  padding-bottom: 97px;
}
.banner5 p {
  font-weight: 400;
  padding-top: 13px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .banner5 p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.conf-pad3 {
  padding-top: 47px;
  padding-bottom: 38px;
}
.conf-pad4 {
  padding-top: 66px;
  padding-bottom: 16px;
}
.wrap_2 {
  padding-bottom: 14px;
}
.wrap_2 h4 {
  padding-bottom: 13px;
}
.wrap_2 p {
  padding-bottom: 27px;
}
.wrap_2 .label-circle {
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  border: 2px #41637e solid;
  border-radius: 500px;
  font-size: 24px;
  line-height: 64px;
  color: #41637e;
  float: left;
}
.wrap_2 .post-info {
  overflow: hidden;
  padding-left: 15px;
}
ul.list-column {
  padding-left: 22px;
}
ul.list-column li {
  position: relative;
  padding-bottom: 4px;
}
ul.list-column li a {
  color: #8a8989;
}
ul.list-column li a:hover {
  color: #41637e;
}
ul.list-column li:before {
  position: absolute;
  top: -8px;
  left: -21px;
  text-align: center;
  line-height: 36px;
  content: '\f0a9';
  font-size: 13px;
  font-weight: 400;
  font-family: 'FontAwesome';
  color: #f85d51;
}
.ban2 {
  padding-left: 68px;
  padding-top: 60px;
  margin-top: 0px;
  padding-bottom: 60px;
}
.ban2 h4 {
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .ban2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.no-t-pad {
  padding-top: 0px;
}
.wrap_4 .post {
  padding: 26px 22px 26px;
  margin-bottom: 42px;
}
.wrap_4 .post h4 {
  padding-bottom: 11px;
}
.wrap_4 .post p {
  padding-bottom: 20px;
  border-bottom: 1px #dfdfdf solid;
  margin-bottom: 26px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb43 {
  padding-bottom: 43px;
}
.pb17 {
  padding-bottom: 17px;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.simple-post {
  margin-top: -4px;
  margin-bottom: 35px;
}
.simple-post h4 {
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .simple-post {
    margin-top: 6px;
  }
}
.m-4 {
  margin-top: -4px;
}
.bottom-border {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 30px;
  margin-bottom: 26px;
}
.banner6 {
  background: url('../images/banner6.jpg');
  margin-top: 15px;
  background-position: bottom;
  padding-left: 68px;
  padding-top: 57px;
  padding-bottom: 61px;
}
@media (max-width: 1199px) {
  .banner6 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.conf-pad6 {
  padding-top: 11px;
  padding-bottom: 2px;
}
.wrap_3_icon {
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px #dfdfdf solid;
}
.wrap_3_icon .icon {
  font-size: 48px;
  line-height: 24px;
  color: #8a8989;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .wrap_3_icon .icon {
    padding-top: 20px;
  }
}
.wrap_3_icon p {
  padding: 15px;
}
.simple-wrap4 .post-image {
  padding-bottom: 21px;
}
.simple-wrap4 .post-meta {
  padding-top: 7px;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 5px;
}
.simple-wrap4 .post-meta a {
  color: #8a8989;
  font-size: 15px;
}
.simple-wrap4 .post-meta a .fa {
  padding-right: 7px;
}
.simple-wrap4 .post-meta a:hover {
  color: #f85d51;
}
.simple-wrap4 .post-meta .date {
  padding-right: 21px;
}
.simple-wrap4 p {
  padding-top: 15px;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 27px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .simple-wrap4 .post {
    padding-top: 20px;
  }
}
.post-meta a {
  color: #8a8989;
  font-size: 15px;
}
.post-meta a:hover {
  color: #f85d51;
}
.simple-grey-back {
  background-color: #f2f2f2;
}
.wrapper {
  border-bottom: 1px #dfdfdf solid;
  margin-bottom: 30px;
}
.wrapper .post-image {
  float: left;
  padding-right: 10px;
}
@media (max-width: 979px) {
  .wrapper .post-image {
    float: none;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .wrapper .post-image img {
    width: 100%;
  }
}
.wrapper .post-info {
  overflow: hidden;
  padding-bottom: 29px;
}
.wrapper .post-info h4 {
  margin-top: -4px;
  padding-bottom: 8px;
}
.wrapper .post-info .fa {
  padding-right: 7px;
}
.wrapper .post-info p {
  padding-top: 8px;
  padding-bottom: 11px;
}
.conf-pad7 {
  padding-top: 42px;
  padding-bottom: 43px;
}
.orange-more {
  font-size: 14px;
  text-transform: uppercase;
  color: #f85d51;
}
.orange-more:hover {
  color: #41637e;
}
.recent-posts {
  padding-top: 16px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 23px;
}
.post-image1 {
  width: 48.65%;
  float: left;
  margin-bottom: 5px;
}
.post-image1 a {
  position: relative;
  display: block;
}
.post-image1 a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
  text-align: center;
}
.post-image1 a img {
  width: 100%;
}
.post-image1:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background: url('../images/opacity_back.png'), url('../images/arrow1.png') 55% 43% no-repeat, url('../images/arrow2.png') 45% 55% no-repeat;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .post-image1 {
    float: none;
    width: 100%;
  }
}
.wrapper-video-small {
  width: 48.65%;
  float: left;
}
.wrapper-video-small iframe {
  width: 100%;
  height: 156px;
}
@media (max-width: 979px) {
  .wrapper-video-small {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
}
.f_right {
  float: right;
}
.video h4 {
  margin-top: -4px;
  padding-bottom: 11px;
}
.video p {
  padding-bottom: 35px;
}
.video .wrapper-video {
  margin-bottom: 11px;
}
.video .wrapper-video iframe {
  width: 100%;
  height: 275px;
}
.simple-wrap4-small {
  padding-bottom: 48px;
}
.simple-wrap4-small .post-image {
  padding-bottom: 12px;
}
.simple-wrap4-small h4 {
  padding-bottom: 8px;
}
.simple-wrap4-small .fa {
  padding-right: 6px;
}
.simple-wrap4-small p {
  padding-top: 8px;
  padding-bottom: 11px;
}
.simple-wrap4-small .post {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 29px;
}
/*========================================================
                    map
=========================================================*/
.map {
  padding-bottom: 22px;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 406px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.contact-meta {
  font-size: 15px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
  padding-bottom: 12px;
}
.contacts {
  padding-top: 20px;
}
.contacts a {
  text-decoration: underline;
  color: #f85d51;
}
.contacts a:hover {
  color: #ccc;
}
.contacts br.s_br {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .contacts br.s_br {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .contacts br.s_br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .contacts {
    padding-bottom: 25px;
  }
}
.page-text {
  margin-top: -4px;
  padding-bottom: 45px;
}
.page-text h4 {
  padding-bottom: 15px;
}
.page-text p {
  padding-bottom: 30px;
}
.page-text a {
  color: #f85d51;
  text-decoration: underline;
  display: inline-block;
  margin-top: -11px;
}
.page-text a:hover {
  color: #41637e;
}
.to-right {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .to-right {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .to-right {
    float: right;
  }
}
/*========================================================
                    contact form
=========================================================*/
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #8a8989;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 13px 13px;
  font-family: Roboto Condensed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#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'] {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #8a8989;
  padding: 9px 13px;
  outline: none;
  font-weight: 400;
  height: 41px;
  border: 1px solid #e2e4e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto Condensed;
  margin: 0;
  background-color: #fafcfb;
}

.textbox{
  width: 74%;
  float:left;
  font-size: 14px;
  line-height: 20px;
  color: #8a8989;
  padding: 9px 13px;
  outline: none;
  font-weight: 400;
  height: 41px;
  border: 1px solid #e2e4e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto Condensed;
  margin: 0;
  background-color: #fafcfb;
}

.textarea{
	 width: 100%;
  padding: 17px 16px;
  font-weight: 400;
  padding: 13px 15px;
  outline: none;
  border: 1px solid #e2e4e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #8a8989;
  resize: none;
  height: 278px;
  background-color: #fafcfb;
  margin-bottom: -5px;
}
 
.empty-me{
   /*position: relative;
   right: 111px;
   top: 12px;*/
  color: red;
  height: 0;
  overflow: hidden;
  text-transform: none;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}

.empty-me-mail{
	 /*position: relative;
    left: 180px;
    top: -29px;*/
  color: red;
  height: 0;
  overflow: hidden;
  text-transform: none;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}

.empty-me-message{
	/*position: relative;
   right: -308px;
   top: -265px;*/
  color: red;
  height: 0;
  overflow: hidden;
  text-transform: none;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;

}

/* 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;
  box-shadow: none;
  -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 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#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 {
  width: 100%;
  padding: 17px 16px;
  font-weight: 400;
  padding: 13px 15px;
  outline: none;
  border: 1px solid #e2e4e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #8a8989;
  resize: none;
  height: 278px;
  background-color: #fafcfb;
  margin-bottom: -5px;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  text-transform: none;
  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;
}
/* 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: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-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;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  text-transform: none;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.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;
}
.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;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
   position:absolute;
  top:100px;
  right:100px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .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 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  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;
}
.contact-form-body {
  padding-top: 0px;
  padding-left: 2px;
  padding-bottom: 119px;
}
.send-button {
  float: right;
  padding: 14px 69px !important;
}
@media only screen and (max-width: 1199px) {
  label.name,
  label.email {
    width: 100% !important;
  }
  .contact-form-body {
    padding-bottom: 60px;
  }
}
label.name,
label.email {
   width: 68% !important;
  float:left;
}
@media only screen and (max-width: 767px) {
  label.name,
  label.email {
    width: 92% !important;
	float:left;
  }
}
footer {
  background-color: #8a8280;
  color: #ffffff;
  font-family: Istok Web;
  font-size: 14px;
  padding-top: 34px;
  padding-bottom: 165px;
}
footer a {
  color: #ffffff;
  text-transform: uppercase;
}
footer a:hover {
  color: #f85d51;
}
footer .footer-logo {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: -5px;
}
footer #copyright-year {
  padding-right: 8px;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 50px !important;
  border-radius: 500px;
  height: 45px;
  width: 45px;
  background-color: #b4b4b4;
  text-align: center;
  z-index: 999;
  color: #3e3e3e;
  font-size: 22px;
  line-height: 45px;
}
#toTop:hover {
  background-color: #41637e;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
