@import "/css/animate.css";
@import "/css/ajax.css";
@import "/css/canvas.css";
@import "/css/touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Lato:300,400,900);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #ffffff;
  color: #353535;
  font: 300 16px/25px 'Roboto', sans-serif;
}
a {
  font: inherit;
  color: #fc911d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
p a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
  font: 300 45px/53px 'Lato', sans-serif;
}
.text_2 {
  font: 300 22px/34px 'Lato', sans-serif;
}
.text_3 {
  font: 400 45px/53px 'Lato', sans-serif;
}
.text_4 {
  font: 300 45px/53px 'Lato', sans-serif;
}
.text_5 {
  font: 300 17px/25px 'Roboto', sans-serif;
}
.text_6 {
  font: 300 12px/20px 'Lato', sans-serif;
}
.text_7 {
  font: 300 17px/34px 'Lato', sans-serif;
}
.text_8 {
  font: 300 15px/36px 'Roboto', sans-serif;
}
.text_9 {
	font: 300 15px/24px 'Roboto', sans-serif;
}

.text_3 {
  margin-left: -4px;
}
.text_6 {
  /*text-transform: uppercase;*/
}
/*============  Colors  =============*/
.color_1 {
  color: #000000;
}
.color_1 a {
  color: inherit;
}
.color_1 a:hover {
  color: #fc911d;
  text-decoration: none;
}
.color_2 {
  color: #ffffff;
}
.color_2 a {
  color: inherit;
}
.color_2 a:hover {
  color: #fc911d;
  text-decoration: none;
}
.color_3 {
  color: #888888;
}
.color_3 a {
  color: inherit;
}
.color_3 a:hover {
  color: #fc911d;
  text-decoration: none;
}
.color_4 {
  color: #fc911d;
}
.color_4 a {
  color: inherit;
}
.color_4 a:hover {
  color: #fc911d;
  text-decoration: none;
}
.color_5 {
  color: #777777;
}
.color_5 a {
  color: inherit;
}
.color_5 a:hover {
  color: #fc911d;
  text-decoration: none;
}
.color_4 a:hover {
  text-decoration: underline;
}
/*============  Backgrounds  =============*/
.bg_1 {
	background: #514843 url('/img/body_bg.jpg');
	/*background: #fc911d;*/
}
.bg_2 {
  background: #ffffff;
}
.bg_3 {
  background: #f6f6f6;
}
.bg_4 {
  background: #333333;
}
.bg_5 {
  background: #000000;
}
.bg_6 {
  background: rgba(0, 0, 0, 0.7);
}
.bg_7 {
  background: rgba(0, 0, 0, 0.6);
}
.bg_8 {
  background: rgba(0, 0, 0, 0.5);
}
/*============  Floats  =============*/
.put-left {
  float: left; 
}
.put-right, #mr {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 18px 0 26px;
  background: #514843 url('/img/body_bg.jpg');
  border:solid 2px #fc911d; border-width:0 0 2px 0; }
}
@media (max-width: 979px) {
  #header { text-align: center;  }
  #header .put-left,
  #header .put-right, #mr {  float: none; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#header .put-left, #header .put-right {	display: inline-block; }
}
@media (max-width: 767px) { 
	#top { margin-left:50px; margin-right:0; width:auto; }
}
@media (max-width: 479px) { 
	#top { margin-left:0px;margin-right:0; width:auto; }
}

.brand h1 {
  overflow: hidden;
  letter-spacing: -2.4px;
  background:url('/img/favicon64.png') top left no-repeat; min-height:64px;
}
.brand a {
  display: block;
  margin-left: 70px;
  margin-right: 2px;
  text-decoration: none;
  color: #fc901c;
  font: 900 60px/60px 'Lato', sans-serif;
  word-spacing: -9px;
  padding-top:3px;
}
.brand a i { width:7px; display:inline-block; }
.brand a span {
  font: 300 60px/60px 'Lato', sans-serif; color:#ffffff; margin-right:10px;
}

@media (max-width: 1199px) { 
	.brand { zoom: 0.65; -moz-transform: scale(0.65); -moz-transform-origin: 0 0; margin-top:5px; }
}

@media (max-width: 979px) { 
	.brand { zoom: 0.79; -moz-transform: scale(0.79); -moz-transform-origin: 0 0; }
}

@media (max-width: 767px) { 
	.brand { zoom: 0.70; -moz-transform: scale(0.70); -moz-transform-origin: 0 0; }
	 #mr { float:left; }
	/*
	.brand h1 {
		margin-left:-15px;
	}
	.brand a {  margin-left: 55px; }*/
}
@media (max-width: 479px) {
	.brand { zoom: 0.60; -moz-transform: scale(0.60); -moz-transform-origin: 0 0; }
	/*.brand h1 {
		margin-left:0px;
		background:url('/img/favicon64.png') bottom left no-repeat;
	}
	.brand a {  margin-left: 40px; }*/
}

/* Main menu styles
========================================================*/
.sf-menu {
  padding: 23px 0 6px;
}
.menu2 { display:none; }
#home { display:block; }
.sf-menu > li {
  position: relative;
  float: left;
  font: 400 20px/20px 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li > a {
  color: #ffffff;
  margin-right:20px;
}
.sf-menu > li > a > i > span { display:none; }

.sf-menu > li > a.fa-caret-down:before {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 5px;
  font: 400 14px/22px 'FontAwesome';
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #fc911d;
}
.sf-menu > li + li {
  margin-left: 23px;
}
.sf-menu ul {
  display: none;
  text-align: left;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu a.fa {
  position: relative;
  font: inherit;
}


/*#nav2 { display:none; visibility:hidden; background-color:#ff8a00; color:#fff; padding:6px 6px 8px 6px; }*/

/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  position: absolute;
  top: 63px;
  left: -18px;
  width: 260px;
  padding: 10px 0 10px;
  background: #1f1814;
}
.sf-menu > li > ul li {
  display: block;
  font: 400 16px/14px 'Lato', sans-serif;
  text-transform: none;
}
.sf-menu > li > ul li.sfHover > a,
.sf-menu > li > ul li.current > a,
.sf-menu > li > ul li a:hover {
  background: #383838;
}
.sf-menu > li > ul li.sfHover a.fa-angle-right:before {
  content: '\f107';
}
.sf-menu > li > ul li a.fa-angle-right:before {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #83786e;
  font: 400 22px/22px 'FontAwesome';
}
.sf-menu > li > ul li a {
  padding: 10px 20px 10px 30px;
  display: block;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  position: relative;
}
.sf-menu > li > ul > li > ul li a {
	padding-left:50px; 
	font: 400 14px/14px 'Lato', sans-serif;
}
@media (max-width: 1199px) { 
	#home { display:none; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > ul {
		top: 50px;
	}
	#home { display:block; }
}
@media only screen and (max-width: 767px) {
	nav {
		padding-bottom: 0;
	}
	.sf-menu {
		display: none;
	}
	.select-menu {
		margin: 30px 0 0; display: block; position: relative; padding: 0; width: 100%; height: 50px; border: none; background: #ffffff url(/img/select.png) 99% center no-repeat;
		color: #777777; border-radius: 0; -webkit-appearance: none; outline: none; font: 400 20px/20px 'Lato', sans-serif; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	/*
	#nav2 ul { border:solid 1px #fff; padding:5px; }
	#nav2 ul ul { border-width:0; }
	#nav2 ul li a { color:#fff; width:100%; text-decoration:none; margin:15px 0; padding:10px; font: 15px/19px 'Lato', sans-serif; }
	#nav2 ul li a:hover { color:#262217; }
	#nav2 ul li.current a, #nav2 ul li li.current a { font-weight:bold; }
	#nav2 ul li.current li a { font-weight:normal; }

	#nav2 ul li li a { margin-left:25px; font: 14px/16px 'Lato', sans-serif;  }
	*/
	.menu2 { display:block; position:absolute; z-index:10; top:23px; right:-50px; cursor:pointer; width:40px; height:40px; }
}
@media (max-width: 479px) {
	nav.put-right {
		padding-bottom: 0px;
	}
	.menu2 { right:0; }
}
.js-search {
  position: relative;
  margin-left: 30px;
  padding-top: 23px;
}
.js-search.active #search {
  display: block;
}
.js-search.active .fa-search:before {
  content: '\f00d' !important;
}
.js-search .fa-search {
  display: inline-block;
  min-width: 19px;
  font: 400 20px/20px 'FontAwesome';
  color: #ffffff;
  cursor: pointer;
}
.js-search #search {
  display: none;
  position: absolute;
  top: 63px;
  right: 0px;
  width: 270px;
  height: 50px;
  z-index: 2;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.js-search #search .input_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 10px 30px 10px 10px;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.js-search #search .input_wrap:after {
  content: '';
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #ffffff transparent;
}
.js-search #search input {
  display: block;
  width: 100%;
  height: 100%;
  font: 400 20px/20px 'Lato', sans-serif;
  color: #777777;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.js-search #search a {
  position: absolute;
  right: 15px;
  top: 14px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-search #search a:before {
  content: '\f105';
  position: absolute;
  top: -1px;
  right: -1px;
  font: normal 36px/20px 'FontAwesome';
  color: #d3d3d3;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.js-search #search a:hover:before {
  color: #777777;
  text-decoration: none;
}
@media (max-width: 767px) {
	.js-search {
		display: block;
		margin: 0;
		width:100%;

	}
	.js-search .fa-search {
		display: none!important;
	}
	.js-search #search {
		display: block!important;
		position: relative;
		top: 0;
		left: 0;
	  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	}
	.js-search #search .input_wrap {
		border-radius:8px; 
	}
	.js-search #search .input_wrap:after {
		display: none;
	}
	.js-search #search .input_wrap {
		position: relative;
		display: block;
		width: 100%;
		/*	  height: 100%;*/
		height:40px;
		border: none;
		padding: 5px 30px 5px 10px; 
	}
	.js-search #search a:before {
		font: normal 30px/13px 'FontAwesome';
	}
	.js-search #search input {
		width:95%;
		font: 400 15px/15px 'Lato', sans-serif;	
	}
}
@media (max-width: 479px) {
	.js-search #search .input_wrap { width:80%; }
}


/* Stuck menu styles
========================================================*/
.isStuck {
  /*background: #fc911d;*/
	background: #514843 url('/img/body_bg.jpg');
	border:solid 2px #fc911d; border-width:0 0 2px 0; 
	padding: 10px 0 15px; z-index: 8;
}
.isStuck .sf-menu,
.isStuck .js-search {
  padding-top: 16px;
}
.isStuck .sf-menu > li > ul {
  top: 46px;
}
.isStuck .js-search #search {
  top: 50px;
}

.isStuck .brand h1 { background:url('/img/favicon50.png') top left no-repeat; min-height:46px; }

.isStuck .brand a {
  font: 900 45px/60px 'Lato', sans-serif;
}
.brand a i { width:5px;}
.isStuck .brand a span {
  font: 300 45px/60px 'Lato', sans-serif; margin-right:10px;
}

.isStuck .brand h1 a {
  line-height: 47px;
}
.isStuck .brand h1 a span {
  line-height: 47px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/*============  Headers  =============*/
.header_1 {
  font: 400 40px/53px 'Lato', sans-serif;
}
.header_1.indent_1 {
  padding: 68px 0 29px;
}
.header_1.indent_2 {
  padding: 67px 0 20px;
}
.header_1.indent_3 {
  padding: 48px 0 22px;
}
.header_1.indent_4 {
  padding: 67px 0 29px;
}
.header_1.indent_5 {
  padding: 68px 0 23px;
}
.header_1 span {
  font: 300 40px/53px 'Lato', sans-serif;
}
.header_2 {
  font: 400 20px/43px 'Lato', sans-serif;
  /*text-transform: uppercase;*/
}
.header_2.indent_1 {
  padding-bottom: 4px;
}

.img-indent1-1{float:left; margin:6px; }

@media (min-width: 768px) and (max-width: 979px) {
  .header_2 {
    font-size: 16px;
    line-height: 39px;
  }
}
.header_3 {
  font: 400 45px/53px 'Lato', sans-serif;
}
.header_3.indent_1 {
  padding: 68px 0 23px;
}
.header_3.indent_2 {
  padding: 70px 0 13px;
}
.header_3.indent_3 {
  padding: 70px 0 8px;
}
.header_3 span {
  font: 300 45px/53px 'Lato', sans-serif;
}
/*============  Wraps  =============*/
.wrap_1 {
  padding-bottom: 55px;
}
.wrap_2 {
  padding-bottom: 45px;
}
.wrap_3 {
  padding-bottom: 60px;
}
.wrap_4 .row .grid_2 + .grid_6 {
  width: 610px;
}
.wrap_4 .row .grid_2 + .grid_6 + .grid_4 {
  margin-left: -10px;
}
.wrap_4 .row .box_7 .grid_2 {
  width: 168px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .wrap_4 .row .grid_2 + .grid_6 {
    width: 460px;
  }
  .wrap_4 .row .grid_2 + .grid_6 + .grid_4 {
    margin-left: 20px;
  }
  .wrap_4 .row .box_7 .grid_2 {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .wrap_4 .row .grid_2 + .grid_6 {
    width: 364px;
  }
  .wrap_4 .row .grid_2 + .grid_6 + .grid_4 {
    margin-left: 20px;
  }
  .wrap_4 .row .box_7 .grid_2 {
    width: 108px;
  }
}
@media (max-width: 767px) {
  .wrap_4 .row .grid_2 + .grid_6,
  .wrap_4 .row .box_7 .grid_2 {
    width: 100%;
  }
  .wrap_4 .row .grid_2 + .grid_6 + .grid_4 {
    margin-left: 0;
  }
}
.wrap_5 {
  padding-bottom: 58px;
}
.wrap_6 {
  padding-bottom: 17px;
}
.wrap_6b {
  margin-bottom: 17px;
}
.wrap_7 {
  padding-top: 82px;
}
.wrap_7b {
  padding-top: 40px;
}
.wrap_8 {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 14px;
  margin-bottom: 5px;
}
.wrap_9 {
  padding-bottom: 61px;
}
.wrap_10 {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.wrap_10b {
  border-bottom: 1px dashed #e9e9e9;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width:auto;
}
.wrap_11 {
  padding-bottom: 81px;
}
.wrap_12 {
  padding-bottom: 78px;
}
.wrap_13 {
  margin-right:25px; 
}
/*============  Butttons  =============*/
.btn_1 {
  display: inline-block;
  text-transform: uppercase;
  font: 400 20px/20px 'Lato', sans-serif;
  text-align:center;
}
.btn_1.color_2 {
  padding: 20px 27px 19px 28px;
  border: 1px solid #ffffff;
}
.btn_1.color_2:hover {
  color: #fc911d;
  background: #ffffff;
  border-color: #fcfcfc;
}
.btn_1.color_4 {
  padding: 18px 27px 21px 28px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.btn_1.color_4:hover {
	color: #ffffff;
	background: #333333;
	/*background: #333333 url('/img/body_beeg.jpg');*/
	border-color: #fc9320;
	text-decoration:none;
}
.btn_1.bg_1 {
  padding: 19px 28px 22px 29px;
  color: #ffffff;
}
.btn_1.bg_1:hover {
  color: #fc911d;
  background: #ffffff;
}
.btn_2 {
  display: inline-block;
  font: 400 14px 'FontAwesome';
  line-height: inherit;
}
.btn_2.color_4:hover {
  text-decoration: none;
  color: #000000;
}
.btn_2:before {
  content: '\f0a9';
}

.circle img { border:solid 5px #f6f6f6; }
.circle img:hover { border:solid 5px #fc911d; }

/*============  Rating Bar  =============*/
.rating-bar {
  display: inline-block;
  width: 65px;
  height: 13px;
  background: url("/img/stars.png") repeat-x 0 -13px;
}
.rating-bar .rating {
  display: inline-block;
  height: 13px;
  background: url("/img/stars.png") repeat-x 0 0px;
}
/*============  Boxes  =============*/
.box_1 {
  padding-top: 110px;
}
.bg1 { 
	padding:15px 20px; margin-bottom:15px; text-align:justify;  font:300 17px/24px 'Lato', sans-serif;
	background: url("/img/body_bg1.png");
}

.box_1 .text_1 {
  padding-right: 30px;
}
.box_1 .text_1 + .text_2 {
  padding-top: 12px;
}
.box_1 .text_2 + p {
  padding-top: 15px;
}
.box_1 p {
  padding-right: 15px;
}
.box_1 p + .btn_1 {
  margin-top: 35px;
}
@media (min-width: 980px) and (max-width: 1600px) {
  .box_1 {
    padding-top: 0;
  }
  .box_1 .text_1 {
    padding-right: 0;
    font-size: 30px;
    line-height: 38px;
  }
  .box_1 .text_2 {
    font-size: 16px;
    line-height: 28px;
  }
  .box_1 p {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_1 {
    padding-top: 0;
  }
  .box_1 .text_1 {
    padding-right: 0;
    font-size: 30px;
    line-height: 38px;
  }
  .box_1 .text_2 {
    font-size: 16px;
    line-height: 28px;
  }
  .box_1 p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .box_1 {
    padding-top: 0px;
  }
  .box_1 .text_1,
  .box_1 .text_2,
  .box_1 p {
    display: none;
  }
}
.box_2 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.box_2 > * {
  display: table-cell;
}
@media (max-width: 767px) {
  .box_2 {
    display: block;
  }
  .box_2 > * {
    display: block;
    margin-bottom: 30px;
  }
  .box_2 > *:first-child {
    margin-top: 30px;
  }
}
.box_3 {
  padding: 68px 42px 90px 42px;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box_3 + .box_3 + .box_3 {
  border-right: 1px solid #e5e5e5;
}
.box_3 .text_3 .text_4 {
  display: block;
}
.box_3 .text_3 + p {
  padding-top: 14px;
}
.box_3 p + .btn_1 {
  margin-top: 25px;
}
.box_3:hover {
  /*background: #333333;*/
  background:#333333 url('/img/body_bg.jpg');
}
.box_3:hover .text_3 {
  color: #ffffff;
}
.box_3:hover p {
  color: #888888;
}
@media (max-width: 767px) {
  .box_3 {
    border: 1px solid #e5e5e5;
  }
}
.box_4 {
  padding-bottom: 30px;
}
.box_4 .caption {
  padding-top: 14px;
}
.box_4 .caption .text_5 + .text_6 {
  padding-top: 7px;
}
.parutions .box_4 .img-wrap { min-height:275px; margin:0 6px; }
@media (max-width: 979px) {
  .box_4 {
    padding: 1px 1px 30px;
  }
}
@media (max-width: 767px) {
  .box_4 .img-wrap {
    text-align: center;
  }
  .box_4 .img-wrap img { max-width:200px; }
  .box_4 .text_5, .box_4 .text_6 {
    text-align: center;
  }
}
.box_5 {
  padding-bottom: 30px;
}
.box_5 .caption {
  padding-top: 24px;
}
.box_5 .caption .text_5 + .text_6 {
  padding-top: 7px;
}
.box_6 .img-wrap {
  text-align: center;
}
.box_6 .img-wrap img {
  border-radius: 500px;
}
.box_6 .put-right {
  margin-left: 60px;
  margin-top: -31px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box_6 .put-right {
    float: none;
    margin: 0 0 20px;
  }
}
.box_7 {
  padding: 25px 0 52px 41px;
  border-left: 1px solid #292929;
}
@media (max-width: 1199px) {
  .box_7 {
    padding-left: 0;
    border: none;
  }
}
.box_8 {
  position: relative;
  padding-left: 100px;
  padding-bottom: 16px;
}
.box_8 .put-left-abs {
  position: absolute;
  left: 0px;
  top: 7px;
}
.box_8 .caption .text_5 + p {
  padding-top: 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_8 {
    text-align: center;
    padding: 10px;
  }
  .box_8 .put-left-abs {
    position: relative;
    padding-bottom: 14px;
    top: 0;
    left: 0;
  }
  .box_8.first {
    margin-left: 0;
    padding-left: 10px;
  }
  .box_8.first .put-left-abs {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .box_8 {
    margin-top: 3px;
    padding-top: 11px;
    padding-bottom: 14px;
  }
}
@media (max-width: 479px) {
  .box_8 {
    padding-right: 5px;
  }
}
.box_9 {
  padding-bottom: 35px;
}
.box_9 .img-wrap {
  text-align: center;
}
.box_9 .caption {
  padding-top: 20px;
}
.box_9 .caption .text_5 + .text_6 {
  padding-top: 7px;
}
.box_10 {
  background: #313131;
  padding: 38px 45px 51px 42px;
}
.box_10 .text_3 .text_4 {
  display: block;
}
.box_10 .text_3 + p {
  padding-top: 14px;
}
.box_10 .text_5 + dl {
  padding-top: 4px;
}
.box_10 p + .btn_1 {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_10 {
    padding: 18px 25px 31px 22px;
  }
}
.box_11 .text_5 + .text_6 {
  padding-top: 7px;
}
.box_11 .text_6 + p {
  padding-top: 7px;
}
.box_11 + .box_11 {
  margin-top: 15px;
  border-top: 1px solid #dddddd;
  padding-top: 14px;
}
.box_11 + .btn_1 {
  margin-top: 25px;
}
.box_12 {
  padding-bottom: 15px;
}
.box_12 .img-wrap {
  text-align: center;
}
.box_12 .put-left {
  margin-right: 30px;
}
.box_12 .fa {  
  color: #fc911d;/*
  font-size: 14px;
  padding-right: 8px;
  line-height: inherit;*/
}
.box_12 .img-wrap + .caption {
  padding-top: 19px;
}
.box_12 .text_6 + .text_5 {
  padding-top: 5px;
}
.box_12 .text_5 + p {
  padding-top: 4px;
}
.box_12 + .btn_1 {
  margin-top: 11px;
}
@media (max-width: 1199px) {
  .box_12 .put-left {
    text-align: center;
    float: none;
    margin: 0 0 14px;
	border:solid 1px #f6f6f6;
  }
/*  .box_12 .put-left img { margin-bottom:30px; border:solid 1px red; }*/
}
/*============  Lists  =============*/
.list_1 a { font-size:15px; margin:0 15px; }
.list_1 li { line-height:30px; }

.list_1 li:hover { background-color:#2d2d2d; }

.list_1 li.current a {
  color: #fc911d;
}
.list_1 .fa {
  display: inline-block;
  width: 19px;
  padding-right: 21px;
  font-size: 19px;
  line-height: inherit;
}
.list_2 li {
  position: relative;
  padding-left: 15px;
}
.list_2 li:before {
  content: '\f105';
  position: absolute;
  top: 0;
  left: 0;
  color: #fc911d;
  font: 400 17px/34px 'FontAwesome';
}

.list-3 li{
	font:14px/18px 'Lato', sans-serif, arial;
	color:#85786e;
	background:url(/img/marker-1.png) 0 8px no-repeat;
	padding-left:18px;
	margin-bottom:5px;
	text-align:justify;
}
.list-3 a{text-decoration:none; color:#ff8c04;}
.list-3 a:hover{text-decoration:none; color:#353535;}

.list-3 li ul { margin-top:5px; }

/*============  Custom Grids  =============*/
@media (min-width: 768px) and (max-width: 979px) {
  .col-md_4 {
    width: 236px;
  }
}
/*============  VideoBox  =============*/
a[data-type='video'] {
  display: block;
  position: relative;
}
a[data-type='video'] img {
  opacity: .6;
}
a[data-type='video']:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  background: url("/img/video.png") no-repeat;
}
a[data-type='video']:hover:after {
  background-position: 0 -46px;
}
a[data-type='video'] img {
  width: 100%;
}
/*============  Map =============*/
.map {
  width: 100%;
  height: 490px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
address {
  padding-bottom: 43px!important;
}
address dl dt,
address dl dd {
  display: inline-block;
}
address dl dt {
  min-width: 80px;
}
address p.color_3 a {
  color: #fc911d;
}
address p.color_3 a:hover {
  text-decoration: underline;
}

/*============  Terms List =============*/
.terms-list dt + dd {
  padding-top: 4px;
}
.terms-list dd + dt {
  padding-top: 28px;
}

.terms-list b { font-weight:bold; }

/*============  Terms List / nfo =============*/
.nfo dt + dd {
  padding-top: 4px;
}
.nfo dd + dt {
  padding-top: 28px;
}
.nfo dt i { margin:2px 7px 0 0; }
.nfo b { font-weight:bold; }
.nfo dd p { margin-bottom:15px; color: }

.nfo dt { font: bold 17px/25px 'Roboto', sans-serif; color: #000000; border:solid 1px #e4e4e4; margin-bottom:8px; padding-bottom:8px; border-width:0 0 1px 0; width:100%; }
.nfo h3 { font: bold 17px/25px 'Roboto', sans-serif; color: #000000; padding-top:2px; }

.nfo .block1 {
	float:left; margin-right:20px; padding-top:4px; width:51px; height:63px; overflow:hidden; font:bold 36px/44px Arial, Helvetica, sans-serif; color:#fff; text-align:center;
	background:url('/img/block1.png') center top no-repeat;
}

.nfo blockquote { width:100%; padding-bottom:19px; position: relative; color: #4f4f4f; font: 300 14px/22px 'Roboto', sans-serif; }
/*.nfo blockquote:after{ display: block; position: absolute; bottom: 1px; left: 63px; width: 34px; height: 19px; background: url('/img/quote-bottom.gif') no-repeat; content: ""; }*/
.nfo .quote-content { border:1px solid #b5b5b5; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); -webkit-transition: 0.8s all ease;  transition: 0.8s all ease; background:#fcfcfc url('/img/body_bg3.png') top left repeat;  }
/*.nfo .quote-content:hover { background:#333333 url('/img/body_bg.jpg') repeat; color: #ffffff; }*/
.nfo .quote-content:hover { border-color:#726547; color:#4f4631; background:#fff; }
.quote-resume { border:1px solid #b5b5b5; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); -webkit-transition: 0.8s all ease;  transition: 0.8s all ease; background:#fff;  }

.nfo .quote-bg { background:url('/img/quote.png') 11px 11px no-repeat; padding:21px 20px 18px 20px; text-align:justify; font:300 15px/23px 'Roboto', sans-serif; }
.quote-resume .quote-bg { font:300 15px/21px 'Roboto', sans-serif; }
.resume { margin-top:5px; text-align:justify; }
.resume p, .quote-resume .quote-bg p { height:6px; }
.nfo .quote-caption { text-align:right; margin-top:-5px; font:300 14px 'Roboto', sans-serif; }
.nfo .quote { background:url('/img/quote2.png') 0 10px no-repeat; padding:18px 15px 15px 13px; text-align:justify; font:300 15px/22px 'Roboto', sans-serif;  }
.nfo b.orange { font:bold 16px/22px 'Lato', sans-serif;  }
#comms, #e1 { display:block; visibility:visible; }
#e2, #e4, #video { display:none; visibility:visible; }
#e3 { display:inline-block; }
.eyes i { font-size:18px; line-height:40px; }

#nfo_ln p { margin-bottom:4px; background:url("/img/marker-1.png") 0 10px no-repeat; padding-left:14px; }

/*
.nfo .quote-caption a{text-decoration:none; }
.nfo .quote-caption a:hover{color:#414141; }
.nfo .quote-caption span { color:#fff;  }
*/

h2 i { margin:6px 8px 0 0; font-size:0.8em; }
.nfo .p1 i { margin:4px 6px 0 0; }
.nfo .p1 a { text-decoration:underline; }
.nfo .p1 a:hover { text-decoration:none; }

.nfo .p1 span.affStars i { margin:4px 0 0 0; }
.nfo a { /*text-decoration:underline;*/ }
.nfo a:hover, .eyes a { text-decoration:none; }

.shad1 { -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); border:solid 5px #fff; }
.shad2 { -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
.shad3 { -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5); }
.shad4 { -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5); border:solid 5px #fff;}

.overflow1 { overflow:auto; width:100%; max-height:400px; padding-right:15px; text-align:justify; margin-top:8px; }
.overflow1 i, .presse i { font-style:italic; }
.presse { margin-top:5px; text-align:justify; }

.smart { display:block; }

.list-2 li { 
	width:80%; display: inline-block;
	font: 400 20px/20px 'Lato', sans-serif;
	text-align:left;
	padding: 16px 20px 19px 20px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	cursor:pointer;
	margin-bottom:5px;
	 color: #fc911d;
}
.list-2 li:before { content:". "; padding-right:5px; }
.list-2 li.current:before { content:". . . . . "; font-weight:normal; }
.list-2 li.current:after { content:" ›"; font-weight:normal; }
.list-2 li.current, .list-2 li:hover {
	color: #ffffff;
	background: #333333;
	border-color: #fc9320;
	text-decoration:none;
}


/* Stellar(parallaxBG) styles
========================================================*/
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 979px) {
  .stellar-block {
    background-size: auto 100%;
  }
}
.first {
  background-image: url(/img/bg_1.jpg);
  background-color: #31353d;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .first {
    background-image: url(/img/bg_1sm.jpg);
  }
}
.second {
  background-image: url(/img/bg_2.jpg);
  background-color: #31353d;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .second {
    background-image: url(/img/bg_2sm.jpg);
  }
}
.third {
  background-image: url(/img/bg_3.jpg);
  background-color: #31353d;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .third {
    background-image: url(/img/bg_3sm.jpg);
  }
}
.fourth {
  background-image: url(/img/bg_4.jpg);
  background-color: #31353d;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .fourth {
    background-image: url(/img/bg_4sm.jpg);
  }
}
.fifth {
  background-image: url(/img/bg_5.jpg);
  background-color: #31353d;
  background-position: center 50%;
}
@media (max-width: 1199px) {
  .fifth {
    background-image: url(/img/bg_5sm.jpg);
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer { padding-bottom: 42px; }
#footer .info a { margin:0 5px; }
#footer #editor, #footer #editor a { font-size:0.9em; }
@media (max-width: 767px) {
	#footer { text-align: center; padding-bottom: 30px;	}
	.smart { display:none; }
}

/*============  Info  =============*/
.info { padding-top: 23px; font: 300 13px/24px 'Roboto', sans-serif; }
.info + .info { margin-top:5px; border:solid 1px red; }
.info i { font-style:italic; font-size:0.9em; color:gray; margin:0 5px; }

#addthis { margin-left:15px; }

@media (max-width: 767px) {
	.info { display: inline-block; }
	#addthis { display: inline-block; text-align:center; margin-left:0; } 
	#footer .f_left { text-align:center; width:100%; }
	#footer .f_right { text-align:center; width:100%; margin-top:15px; }
	#footer .f_right i { font-size:11px; }

	.eyes {margin-top:-48px; }
}

.footer-link{float:right;}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
  overflow: hidden;
  border: none;
  color: #777777;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #fc911d;
}
@media only screen and (max-width: 1299px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/


.bold { font-weight:bold; }
.jy { text-align:justify; }