@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300);
/*@import url(//fonts.googleapis.com/css?family=Marvel:400,700);*/
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext);
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
*, *::before, *::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  background: #fff;
  font: 14px/24px Open Sans Condensed, 'Times New Roman', Times, serif;
  /*line-height:120%;*/
}
p {
  /*line-height: 2;*/
  margin-top:10px;
  margin-bottom:10px;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  font: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #d94d3a;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #666666;
}
::selection {
  color: #ffffff;
  background: #666666;
}

      
      
/*========================================================
										HEADER styles
=========================================================*/
.social-loaded {
  background-color:inherit;
  flex-wrap:  wrap;
  align-items: center;
  min-height:40px;
}
.hover1 {
  background-color:#d94d3a;
  color:#ffffff;
  padding-top:15px;
  padding-bottom:15px;
}
.hover1:hover {
  background-color:#841826;
}
.hover2 {
  background-color:#841826;
  color:#ffffff;
  padding-top:15px;
  padding-bottom:15px;
}
.hover2:hover {
  background-color:#d94d3a;
}

.hover_black {
  background-color:#000;
  color:#ffffff;
  padding-top:15px;
  padding-bottom:15px;
}
.hover2:hover {
  background-color:#000;
}
.hover3 {
  border-bottom:2px #fff solid;
}
.hover3:hover {
  border-bottom:2px #841826 solid;
  box-shadow: 0px 0px 10px #b8b8b8;
}
.color_white {
  color:#ffffff;
}
#header {
  background: #841826;
}
#header h1 {
  float: left;
  padding-left: 40px;
  color: #ffffff;
}
#header h1 a {
  font: 700 44px/44px 'Open Sans Condensed', sans-serif;
  color: #ffffff;
}
#header h1 span {
  font: 24px/24px 'Open Sans Condensed', sans-serif;  
}
@media only screen and (min-width: 768px){
  .w8 {
    width:10%;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    text-align: center;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 20px;
  margin-top: auto;
  margin-top: 32px;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.sf-menu > li > a {
  color: #7d261a;
  font-size: 27px;
  margin-left: 29px;
  /*font-family: 'Marvel', sans-serif;*/
  font-family: 'Open Sans Condensed', sans-serif; 
  margin-bottom: 30px;
  position: relative;
  font-weight:bold;
}
.sf-menu > li > a:hover {
  color: #ffffff;
}
.sf-menu > li > a:hover:after {
  content: "";
  height: 4px;
  width: 100%;
  background: #dbb3ae;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.sf-menu > li:first-child {
  padding-right: 0;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > a:after {
  content: "";
  height: 4px;
  width: 100%;
  background: #dbb3ae;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media only screen and (max-width: 979px) {
  .sf-menu li {
    padding-right: 0;
  }
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 66px;
  left: -30px;
  background: #d94d3a;
  color: #ffffff;
  min-width: 157px;
  z-index: 999;
  display: none;
  text-align: left;
  padding-left: 33px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #d94d3a;
}
.sf-menu ul li {
  position: relative;
  height: 48px;
  line-height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  line-height: 12px;
  padding: 10px 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
}
.sf-menu ul li:hover > a {
  color: #7d261a;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 126px;
  z-index: 4;
  min-width: 157px;
  border: none;
  background: #dbb3ae;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul a:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #d94d3a;
    color: #666;
    font-size: 16px;
    padding: 5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #d94d3a;
  z-index: 9;
  padding: 0;
  border-bottom: 1px solid #d94d3a;
}
.isStuck nav {
  margin-top: 17px !important;
}
.isStuck .sf-menu {
  margin-top: 3px;
}
.isStuck .sf-menu > li > a:hover:after {
  bottom: -23px;
}
.isStuck .sf-menu > li.current > a:after {
  bottom: -23px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
h2,
h3,
h4 {
  
  /*font-family: 'Open Sans Condensed', sans-serif; */
  /*font-family: 'Marvel', sans-serif;*/
  color: #000000;
}
h2 {
  font: 300 72px/72px 'Open Sans Condensed', sans-serif;
  text-align: left;
  margin-bottom: 50px;
}
h2 span {
  position: relative;
}
h2 span:before {
  height: 2px;
  position: absolute;
  bottom: 7px;
  background: #000;
  width: 100%;
  content: "";
  display: block;
  left: 0;
}
h3 {
  font-size: 50px;
  /*font-family: 'Marvel', sans-serif;*/
  font-family: 'Open Sans Condensed', sans-serif; 
  text-align: left;
  line-height: 50px;
}
h4 {
  font-size: 28px;
  line-height: 26px;
  /*font-family: 'Marvel', sans-serif;*/
  font-family: 'Open Sans Condensed', sans-serif; 
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
h5 {
  font-size: 27px;
  line-height: 27px;
  /*font-family: 'Marvel', sans-serif;*/
  font-family: 'Open Sans Condensed', sans-serif; 
  text-align: left;
  margin-bottom: 20px;
  color: #000000;
}
.h5__mod {
  color: #d94d3a;
}
p {
  font: 14px/24px 'Open Sans', sans-serif;
  color: #727070;
}
.full-width-container {
  width: 100%;
}
.img_container {
  overflow: hidden;
}
.img_container img {
  /*width: 100%;*/
    margin: auto;
}
.btn {
  width: 153px;
  border: 1px solid #000000;
  background: #ffffff;
  display: inline-block;
  font: 24px/46px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 20px;
}
.btn:hover {
  background: #000000;
  color: #ffffff;
}
.bd-ra {
  border-radius: 50%;
}
.sub_head {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  h2 {
    font: 300 62px/62px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    /*font: 45px/45px 'Marvel', sans-serif;*/
    font: 45px/45px 'Open Sans Condensed', sans-serif; 
    text-align: center;
  }
  h4 {
    /*font: 26px/26px 'Marvel', sans-serif;*/
    font: 26px/26px 'Open Sans Condensed', sans-serif; 
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    /*font: 20px/20px 'Marvel', sans-serif;*/
    font: 20px/20px 'Open Sans Condensed', sans-serif; 
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font: 300 52px/52px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    /*font: 45px/45px 'Marvel', sans-serif;*/
    font: 45px/45px'Open Sans Condensed', sans-serif; 
    text-align: center;
  }
  h4 {
    /*font: 25px/25px 'Marvel', sans-serif;*/
    font: 25px/25px 'Open Sans Condensed', sans-serif; 
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    /*font: 20px/20px 'Marvel', sans-serif;*/
    font: 20px/20px 'Open Sans Condensed', sans-serif; 
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
  }
  .img_container {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font: 300 42px/42px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    /*font: 35px/35px 'Marvel', sans-serif;*/
    /* font: 35px/35px 'Open Sans Condensed', sans-serif;  */
    text-align: center;
  }
  h4 {
    /*font: 20px/20px 'Marvel', sans-serif;*/
    /* font: 20px/20px 'Open Sans Condensed', sans-serif;      */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    /*font: 16px/16px 'Marvel', sans-serif;*/
    /* font: 16px/16px 'Open Sans Condensed', sans-serif;  */
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
  }
  .img_container {
    margin-bottom: 20px;
  }
}
.index .block-2 {
  padding: 105px 0 30px;
  text-align: center;
}
.index .block-2 h2 {
  margin-bottom: 60px;
}
.index .block-2 h4 {
  margin-bottom: 15px;
}
.index .block-2 p {
  width: 90%;
  margin: 0 auto;
}
.index .block-2 .btn {
  margin-top: 33px;
  width: 278px;
}
.index .block-3 {
  padding: 123px 0 50px;
  background: url(../images/index_img_par.jpg);
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  z-index: 8;
  text-align: center;
}
.index .block-3 h2 {
  color: #ffffff;
  margin-bottom: 70px;
}
.index .block-3 h2 span:before {
  background: #ffffff;
}
.index .block-3 h3 {
  color: #ffffff;
}
.index .block-3 .element {
  padding: 50px 0;
}
.index .block-4 {
  padding: 120px 0 130px;
  border-bottom: 1px solid #000;
}
.index .block-4 h2 {
  margin-bottom: 65px;
}
.index .block-4 .owl-text {
  font-size: 36px;
  /*font-family: 'Marvel', sans-serif;*/
  font-family: 'Open Sans Condensed', sans-serif;
  color: #312f2f;
  text-align: center;
  margin-top: 40px;
}
.index .block-5 {
  padding: 120px 0 70px;
  text-align: center;
}
.index .block-5 h2 {
  margin-bottom: 60px;
}
.index .block-5 h3 {
  margin-bottom: 22px;
}
.index .block-5 .btn {
  margin-top: 30px;
}
.index .block-5 p {
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .index .block-3 h3 {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-3 .element {
    padding: 0;
  }
  .index .block-5 article {
    margin-bottom: 60px;
  }
}
.index-1 .block-1 {
  padding: 120px 0 125px;
}
.index-1 .block-1 h2 {
  margin-bottom: 60px;
}
.index-1 .block-1 p {
  padding-right: 10px;
  line-height: 20px;
}
.index-1 .block-1 .btn {
  margin-top: 55px;
}
.index-1 .block-2 {
  padding: 120px 0 90px;
  background: url(../images/index_img_par.jpg);
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  z-index: 8;
}
.index-1 .block-2 h2 {
  color: #ffffff;
  margin-bottom: 75px;
}
.index-1 .block-2 h2 span:before {
  background: #ffffff;
}
.index-1 .block-2 h4 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.index-1 .block-2 p {
  color: #ffffff;
  padding: 0 22px;
}
.index-1 .block-3 {
  padding: 125px 0 115px;
  border-top: 1px solid #4d4a4a;
}
.index-1 .block-3 h2 {
  margin-bottom: 70px;
}
.index-1 .block-3 .bd-ra {
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  background: #d94d3a;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
  .index-1 .block-3 .bd-ra {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .index-1 .block-3 .bd-ra {
    margin: 10px auto;
  }
  .index-1 .block-3 p {
    margin-bottom: 50px;
  }
}
.index-2 .block-1 {
  padding: 120px 0 70px;
}
.index-2 .block-1 h2 {
  margin-bottom: 64px;
}
.index-2 .block-1 article {
  border: 1px solid #000;
  border-top: none;
  padding-top: 5px;
  margin-bottom: 95px;
}
.index-2 .block-1 h4 {
  background: #474747;
  color: #ffffff;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 20px;
}
.index-2 .block-1 p {
  padding: 0 32px 25px;
}
.index-2 .block-1 .img_container {
  margin-bottom: 0 !important;
}
.index-3 .block-1 {
  padding: 120px 0 75px;
}
.index-3 .block-1 h2 {
  text-align: left;
  margin-bottom: 63px;
}
.index-3 .block-1 h5 {
  text-align: left;
  margin-bottom: 25px;
}
.index-3 .block-1 .h5__mod {
  margin-bottom: 10px;
}
.index-3 .block-1 li {
  padding: 11px 0;
}
.index-3 .block-1 li a {
  color: #727070;
  font: 14px/14px 'Open Sans', sans-serif;
  text-decoration: underline;
}
.index-3 .block-1 li a:hover {
  text-decoration: none;
  color: #d94d3a;
}
.index-3 .block-1 article {
  margin-bottom: 45px;
}
.index-3 .block-1 p {
  line-height: 20px;
}
.index-3 .block-2 {
  padding: 110px 0 70px;
  border-top: 1px solid #4d4a4a;
}
.index-3 .block-2 h2 {
  margin-bottom: 74px;
}
.index-3 .block-2 h5 {
  text-align: right;
}
.index-3 .block-2 .text_content {
  border: 1px solid #8c8c8c;
  position: relative;
  background: #fff;
  margin-bottom: 75px;
}
.index-3 .block-2 .text_content p {
  padding: 20px 20px 15px;
}
.index-3 .block-2 .text_content:before {
  content: "";
  display: block;
  width: 33px;
  height: 28px;
  background: url(../images/quotes.png) no-repeat;
  position: absolute;
  bottom: -28px;
  right: 30px;
}
.index-4 p a {
  color: #d94d3a;
}
.index-4 p a:hover {
  color: #7d261a;
}
.index-4 .block-1 {
  padding: 120px 0 15px;
}
.index-4 .block-1 h2 {
  margin-bottom: 65px;
}
.index-4 .block-1 #map-canvas {
  height: 430px;
}
.index-4 .block-2 {
  padding: 70px 0;
}
.index-4 .block-2 h2 {
  font-size: 60px;
  text-align: left;
}
.index-4 .block-2 .address {
  margin-top: 40px;
}
.index-4 .block-2 .mail {
  color: #727070;
}
.index-4 .block-2 .mail:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .index-4 h2 {
    margin-top: 30px;
  }
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  background: #202020 url(images/img01.jpg) repeat;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .copyright {
  text-align: center;
}
#footer .copyright .btn {
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 60px;
  color: #423e3e;
  background: #fff;
  border: none;
  margin: 30px 50px;
}
#footer .copyright .btn span {
  line-height: 94px;
}
#footer .copyright .btn:hover {
  background: #423e3e;
  color: #fff;
}
#footer .copyright pre {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
#footer .footer_bottom {
  height: 42px;
  text-align: center;
  background: #423e3e;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer_bottom p {
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  #footer .copyright .btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 30px 25px;
  }
}
@media only screen and (max-width: 479px) {
  #footer .copyright .btn {
    display: block;
    margin: 20px auto;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  background: #d94d3a;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 73px;
  height: 73px;
  font-size: 72px;
  line-height: 73px;
  z-index: 20;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #7d261a;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/



/*------------------------------------------------------------------ */
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#666;
	/*font-size:12px;*/
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:10px;
}
table tr td:first-child{
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
table tr td {
	padding:8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}





.smart-form {
    margin-left:auto;
    margin-right:auto;

    /*max-width: 500px;*/
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    /*font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('images/down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('images/down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#80A24A;
}






/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
	}
	
	#featured .divider
	{
		border-bottom: 1px solid #303030;
	}
	
	#featured .box
	{
		background: #FFF;
		padding: 1.4em;
		font-size: 0.95em;
	}
	

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}
					
	
	
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}	
	
/* ============================================================= */
/*							           Krsty wrapper				  				       */
/* ============================================================= */
.grid-5-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.grid-5-item {
  background-color: rgb(236, 236, 236);
}
.grid-5-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
/* ============================================================= */
/*							           Krsty wrapper				  				       */
/* ============================================================= */
.krsty-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.krst-item {
  display: block;
}
.krst-item-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}
.krst-item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.krst-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  background-color: #841826;
}
.krst-item:hover h4 {
  background-color: #000000;
}
/* ============================================================= */
/*							        Slavia Praha styles								       */
/* ============================================================= */
img.img-tvrdik {
  width: 100%;
  height: auto;
}
/* ============================================================= */
/*                            Custom                             */
/* ============================================================= */
section.content {
  padding: 50px 0;
}
section.content h3 {
  line-height: 60px;
  padding: 0 0 40px 0;
}


.main-title {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}
.main-title h4 {
  display: inline;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #841826;
  background-color: #ffffff;
  padding: 0 75px 0 0;
  text-transform: uppercase;
  line-height: 30px;
}

.margin-default {
  margin: 50px 0;
}

.grid-btn-gap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}



.venovania-grid::before,
.venovania-grid::after,
.sefcik-wrapper::before,
.sefcik-wrapper::after,
.grid-5-wrapper::before,
.grid-5-wrapper::after,
.sponsors-wrapper::before,
.sponsors-wrapper::after,
.krsty-wrapper::before,
.krsty-wrapper::after,
.three-grid::before,
.three-grid::after,
.main-title::before,
.main-title::after,
.grid-btn-gap::before,
.grid-btn-gap::after {
  display: none;
}

.main-title-inner {
  position: relative;
}
.main-title-inner::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #841826;
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: -1;
}


.three-grid {
  display: flex;
  grid-column-gap: 20px;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}
.three-grid:last-child {
  margin: 0;
}
.three-grid h3 {
  padding: 0 !important;
}
.grid_left,
.grid_right {
  width: 140px;
}
.grid_center {
  display: flex;
  width: 100%;
  flex: 1;
}
.grid_center a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
}
.grid_center a article {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #841826;
  padding: 10px 20px;
}
.grid_center h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px !important;
}
.grid_center a article:hover {
  background-color: #000000;
}
.grid_center a article span {
  margin-top: 7px;
}



.footer-wrapper {
  padding: 25px 0px 32px 0px;
  display: flex;
  justify-content: center;
}
.footer-wrapper .grid_4:nth-child(1),
.footer-wrapper .grid_4:nth-child(2) {
  margin: 0 150px 0 0;
}




.hejkova-ta3 {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.hejkova-ta3::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0);
  background-image: url('../images/ta3-logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  opacity: 0;
  cursor: pointer;
}
.hejkova-ta3:hover::after {
  background-color: rgba(0,0,0,0.5);
  opacity: 1;
}

.hejkova-ta3 img {
  width: 100%;
  height: auto;
  display: block;
}







.youtube-overlay {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
.youtube-overlay::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0);
  background-image: url('../img/YouTube_Logo_2017.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px auto;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  opacity: 0;
  cursor: pointer;
}
.youtube-overlay:hover::after {
  background-color: rgba(0,0,0,0.5);
  opacity: 1;
}

.youtube-overlay img {
  width: 100%;
  height: auto;
  display: block;
}






.btn-show-all {
  display: inline-block;
  background-color: #f1f1f1;
  margin: 20px 0 0 0;
  text-align: center;
  padding: 10px 50px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #9c9c9c;
}
.btn-show-all:hover {
  background-color: #000000;
  color: #ffffff;
}



.grid-btn-gap .grid_4 {
  /* margin-bottom: 20px; */
}
.grid-btn-gap .grid_4:last-child {
  /* margin-bottom: 0px; */
}

.phone-padding-left {
  padding-left: 20px;
}
.hover3 {
  transform-origin: center;
  transition: all 0.5s ease;
}
.hover3:hover {
  transform: scale(1.1);
  border-bottom: 2px transparent solid;
  box-shadow: 0px 0px 0px transparent;
}

.align-center {
  display: flex;
  justify-content: center;
}

.top-wrapper {
  padding: 0 0 0  30px;
}
.top-wrapper a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
}
.top-item {
  transition: all 0.5s ease;
  transform-origin: center;
}
@media only screen and (min-width: 481px) {
  .top-item:hover {
    transform: translateY(-10px) scale(1.05);
  }
}


.top-nav-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.top-nav-wrapper {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.main-nav {
  width: 100%;
  flex: 1;
}


.main-logo {
  width: 100px;
}
.main-logo img {
  width: 100px;
}
.top-nav-phone-facebook {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
}
.main-nav ul {
  display: flex;
  justify-content: flex-end;
}






.main-nav ul li {
  display: flex;
  align-items: center;
  margin: 0 2px;
}
.main-nav ul li:first-child {
  margin-left: 0;
}
.main-nav ul li:last-child {
  margin-right: 0;
}
.main-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 4px 20px !important;
  border-radius: 4px;
}
.main-nav ul li:last-child a {
  padding: 4px 0px 4px 15px !important;
}
.main-nav ul li a:hover {
  background-color: #000000;
}
.main-nav ul li.facebook-nav a:hover {
  background-color: transparent;
}
.main-nav ul li.kosik-nav a {
  color: #da8b96;
  background-color: #550913;
}
.main-nav ul li.kosik-nav a:hover {
  color: #ffffff;
  background-color: #000000;
}




.facebook-nav img {
  width: 100px;
}






.header__menu__wrapper {
  display: none;
}
.header__menu {
  width: 40px;
  height: 40px;
  position: relative;
}
.header__menu {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.hamburger__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.hamburger__line {
  width: 24px; /* Nastavenie šírky čiarky */
  height: 2px; /* Výška čiarky */
  background-color: #ffffff; /* Farba čiarky */
  display: block;
  transform-origin: center center;
  transition: all 0.4s ease-in-out; /* Hladká animácia */
}
.hamburger--open .hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px); /* Rotácia a posunutie */
}
.hamburger--open .hamburger__line:nth-child(2) {
  opacity: 0; /* Stredná čiarka zmizne */
  transform: scale(0); /* Ak potrebujete aj animáciu zmiznutia */
}
.hamburger--open .hamburger__line:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px); /* Rotácia a posunutie */
}






@media only screen and (max-width: 1190px) {
  .header__menu__wrapper {
    width: 100px;
    display: flex;
    justify-content: flex-end;
  }

  .main-nav {
    display: none;
  }
  .main-nav.menu--open {
    display: block;
    position: absolute;
    top: 75px;
    color: #000000;
    background-color: #ffffff;
    z-index: 11111;
  }


  .main-logo {
    width: 100px;
  }

  .top-nav-phone {
    flex-direction: column;
  }
  
  
  .top-nav-wrapper {
    width: 100%;
    padding: 15px 0;
    flex: auto;
  }
  
  
  .main-nav {
    width: 100%;
  }




  .main-nav ul {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .main-nav ul li {
    margin: 0 !important;
  }
  .main-nav ul li a {
    width: 100%;
    display: block;
    font-size: 1.5rem !important;
    padding: 25px 0 !important;
    background-color: #f3f3f3;
    color: #000000;
  }
  .main-nav ul li a:hover {
    background-color: #f3f3f3;
    color: #000000;
  }
  .main-nav ul li.facebook-nav a:hover {
    background-color: #f3f3f3;
    color: #000000;
  }
  .main-nav ul li.kosik-nav a {
    background-color: #f3f3f3;
    color: #000000;
  }
  .main-nav ul li.kosik-nav a:hover {
    background-color: #f3f3f3;
    color: #000000;
  }





}








@media only screen and (max-width: 480px) {
  .phone-margin-20 {
    margin: 20px 0;
  }
  .img_container {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img_container a {
    width: 100%;
    height: 100%;
  }
  .img_container a img {
    height: 100%;
  }
  .hover3:hover {
    transform: scale(1);
    border-bottom: 2px transparent solid;
    box-shadow: 0px 0px 0px transparent;
  }
  .top-wrapper {
    padding: 0;
  }
  .top-wrapper a {
    grid-template-columns: repeat(1, 1fr);
  }
  .top-wrapper img {
    width: 100%;
  }
  .top-item:nth-child(2),
  .top-item:nth-child(3) {
    display: none;
  }
}


.sefcik-wrapper {
  display: flex;
}
.sefcik-wrapper .grid_6 img {
  width: 100%;
  height: auto;
  display: block;
}
.sefcik-wrapper .grid_6 {
  width: 50%;
}
.sefcik-wrapper .grid_6:nth-child(2) {
  padding: 0 0 0 50px;
}





.venovania-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));

  grid-gap: 50px;
}
.venovania-grid-item {
  padding: 10px;

  background-color: #f3f3f3;
}
.venovania-grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}






.books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.books-grid a {
  background-color: #f3f3f3;
  transform-origin: center;
}
.books-grid a:hover {
  background-color: #f3f3f3;
  transform: scale(1.05);
}
.books-grid .book-item {
  padding: 25px 0 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.books-grid .book-item h4,
.books-grid .book-item h5 {
  margin: 0;
}
.books-grid .book-item h4 {
  font-size: 0.8rem;
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
}
.books-grid .book-item h5 {
  font-size: 1.25rem;
  text-align: center;
}
.book_number {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #828282;
  background-color: #e0e0e0;
  border-radius: 3px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}



.book_small {
    width: 140px;
    height: 198px;
    position:relative;
    text-align: center;
  }
  .book_small .cover {
    position: absolute;
    top: 0;
    left: 0;
  }
  .book_small .cover img {
    display: block;
  }
  .book-cover {
    position: absolute;
    z-index:1;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background: #111;
    border-radius: 3px;
    box-shadow: 
      inset 4px 1px 3px #ffffff60,
      inset 0 -1px 2px #00000080;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
  }
  
  .book .book-cover {
    background-size: 100% 100%;
  }
  
  
  .effect {
    width: 20px;
    height: 100%;
    margin-left: 5px;
    border-left: 2px solid #00000010;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    transition: all .5s ease;
  }
  
  .light {
    width: 90%;
    height: 100%;
    position: absolute;
    border-radius: 3px; 
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
    top: 0;
    right:0;
    opacity: .1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }
  
  .book_small:hover { 
    cursor:pointer; 
  }
  
  .book_small:hover .book-cover {
    transform: perspective(2000px) rotateY(-30deg);
    -webkit-transform: perspective(2000px) rotateY(-30deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 
      inset 4px 1px 3px #ffffff60,
      inset 0 -1px 2px #00000080,
      10px 0px 10px -5px #00000030
  }
  
  .book_small:hover .effect {
    width: 40px;
  }
  
  .book_small:hover .light {
    opacity: 1;
    width: 70%;
  }
  
  .book-inside {
    width: calc(100% - 2px);
    height:96%;
    position:relative;
    top: 2%;
    border: 1px solid grey;
    border-radius:3px;
    background: white;
    box-shadow: 
    10px 40px 40px -10px #00000030,
    inset -2px 0 0 grey,
    inset -3px 0 0 #dbdbdb,
    inset -4px 0 0 white,
    inset -5px 0 0 #dbdbdb,
    inset -6px 0 0 white,
    inset -7px 0 0 #dbdbdb,
    inset -8px 0 0 white,
    inset -9px 0 0 #dbdbdb;
  }








.spartak-wrapper a {
  display: flex;
}
.book-left {
  width: 50%;
}
.book-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;align-items: flex-start;
}
.book-left img {
  width: 100%;
  height: auto;
  display: block;
}
.book-right img {
  width: 75%;
  height: auto;
  display: block;
}





.aj-slider-wrapper {
  width: 100%;
  max-width: 1440px;
  height: 550px;
  margin: auto;
}

.aj-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.aj-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.aj-slide {
  width: 100%;
  padding: 0 50px;
  flex-shrink: 0;
}
.aj-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  grid-column-gap: 25px;
}
.aj-box-item {
  width: 33.3%;
}

.aj-box-item:nth-child(1) {
  background-color: #841826;
}
.aj-box-item:nth-child(2) {
  background-color: #000000;
}
.aj-box-item:nth-child(3) {
  background-color: #841826;
}



.aj-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.aj-prev, .aj-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.15;
  color: white;
  border: none;
  margin: auto;
  cursor: pointer;
  z-index: 111;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.aj-prev {
  left: 10px;
}

.aj-next {
  right: 10px;
}

.aj-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 111;
}

.aj-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.aj-active-dot {
  background-color: #ffffff;
  opacity: 1;
}

.aj-slider-wrapper:hover .aj-prev, 
.aj-slider-wrapper:hover .aj-next {
  opacity: 0.5 !important;
}












.sponsors-wrapper {
  display: flex;
}
.sponsors-wrapper a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors-wrapper a img {
  width: 100%;
  display: block;
  transform-origin: center;
  transform: scale(0.6);
}




@media only screen and (max-width: 720px) {
  .spartak-wrapper a {
    flex-direction: column;
  }
  .book-left,
  .book-right {
    width: 100%;
  }
  .book-right img {
    width: 100%;
  }
  .aj-slider-wrapper {
    height: auto;
  }
  .aj-slide a {
    justify-content: center;
  }
  .aj-box-item:nth-child(1) {
    width: 320px;
  }
  .aj-box-item:nth-child(2),
  .aj-box-item:nth-child(3) {
    display: none;
  }
  .sefcik-wrapper {
    flex-direction: column;
  }
  .sefcik-wrapper .grid_6:nth-child(2) {
    margin-top: 20px;
    padding: 0;
  }
  .grid-btn-gap {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .three-grid {
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 0px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
  }
  .grid_left,
  .grid_right {
    display: flex;
    justify-self: center;
  }
  .grid_left {
    grid-column: 1;
    grid-row: 1;
  }
  .grid_right {
    grid-column: 2;
    grid-row: 1;
  }
  .grid_center {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .sponsors-wrapper {
    display: grid;
    grid-template-columns: 50% 50%; /* Dva stĺpce s rovnakou šírkou */
    grid-template-rows: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 0px;
  }
  .sponsors-wrapper a {
    width: 100%;
  }
  .sponsors-wrapper a img {
    width: 70%;
    transform-origin: left center;
    transform: scale(1);
  }

  .footer-wrapper {
    flex-direction: column;
  }

}